@charset "utf-8";
@import url("reset.css");

html, body {
	height:100%;
	background-image:url(../images/bg-lblue.jpg);
	background-repeat:repeat-x;
	background-color:#066;
}
container {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333;
	width: 100%;
}
a, a:visited {
	color: #00f;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color:#900;
}
em {
	font-style:italic;
}
footer {
	clear:both;
	color: #066;
	background-color:#fff;
	max-width:950px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding: 10px;
}
footer a, footer a:visited, footer a:hover {
	color:#069;
	text-decoration:underline;
}

header {
	max-width: 970px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
	padding: 0;
}
header ul {
	padding-top:52px;
}
header ul li {
	display:inline;
	list-style:none;
	padding: 0 5px 0 5px;
	vertical-align:bottom;
}
header ul li:last-child {
	padding-right:0;

}
header a, header a:visited {
	font-weight:bold;
	color:#066;
	padding:5px;
}
header a:hover {
	background-color:#fff;
	color:#C33;
	border-radius:5px;
	text-decoration:none;
}
h1, h2, h3, h4 {
	color: #066;
	margin-bottom:0px;
	padding-top:2px;
}
h1 {
	font-size: 2em;
	padding-top:10px;
}
h2 {
	font-size: 1.5em;
	padding-top:10px;
}
h3 {
	font-size: 1.25em;
	padding-top:10px;
}
input[type=text], input[type=password], textarea, select {
	color:#C33;
	border: 1px solid #999;
	padding:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus {
	background-color:#CFC;
}
label {
	color: #066;
	font-size: 9pt;
}
p {
	padding-top:5px;
	padding-bottom:5px;
}
td {
	vertical-align: top;
	padding:5px;
}
th {
	font-weight:normal;
	padding:5px;
}
ul {
	margin-left:40px;
}
.alt_row {
	background-color:#FFFACD;
}

.border1 {
	border: 2px solid #066;
	background-color: #fff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

.breadcrumbs {
	font-size: .85em;
	color:#999;
	padding-top:5px;
	padding-bottom:5px;
}
.btnMove:hover {
	position:relative;
	top:-1px;
}
a.btn250 {
	display:block;
	width: 250px;
	height: 50px;
	margin-left:500px;
	margin-right:auto;
	color: #FFF;
	background:#FC3;
	padding:15px 5px 0 5px;
	font-weight: bold;
	font-size:18pt;
	text-align:center;
	text-shadow:3px 3px 3px #333;
	border-radius:5px;
	box-shadow:3px 3px 3px #333;
}
a.btn250:hover {
	text-decoration:none;
	background: #F33;
	text-shadow:3px 3px 3px #FC3;
	position:relative;
	top:-1px;
}
.note {
	font-size: 8pt;
	color: #066;
	padding-top: 4px;
	padding-bottom: 4px;
}
.useralert {
	font-weight: bold;
	color: #900;
	background-color: #FF6;
	padding: 8px;
	display: block;
	border: 1px solid #066;
	margin-left:auto;
	margin-right:auto;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.useralert a {
	font-weight:normal;
}


/*Modal popup classes below*/
.modalBackground {
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.modalPopup {
	background-color: #fff;
	border-width: 3px;
	border-style: solid;
	border-color: #999;
	padding: 3px;
	overflow-x: hidden;
	overflow-y: auto;
}
/* Pager styles */
.pager {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 15px 0px;
}
.pager SPAN.command /*inactive arrows*/ {
	border: 1px solid #066;
	color: #666;
	line-height: 18pt;
	padding: 5px;
	text-decoration: none;

}
.pager A.command {
	border: 1px solid #066;
	line-height: 18pt;
	padding: 5px;
	text-decoration: none;
}
.pager SPAN.current {
	font-weight:bold;
	border: 1px solid #066;
	color: #ffc;
	line-height: 18pt;
	padding: 5px;
	text-decoration:none;
	background-color:#066;
}

.main {  					/*only use for maincontent div (yes, it should be an #id; blame .NET) */
	background-color:#fff;
	display: block;
	clear: both;
	min-height:600px;
	max-width: 970px;
/*	padding-left:10px;
	padding-right:10px;*/
	padding:0;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #066;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

#home {
	background-image: url(../images/main.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 20px 0 20px 0;
	min-height:600px;
}

#home h2 {
	padding-top:400px;
}
#home h2, #home p, #home li {
	padding-left:20px;
	padding-right:20px;
	line-height:1.5em;
}
#home li {
	margin-left:200px;
}
#sifa {
	float:right;
	display:inline-table;
	width:140px;
	font-size:.8em;
	margin-top:10px;
	margin-right:20px;
	margin-bottom:10px;
	border-radius:5px;
	padding-left:5px;
	padding-right:5px;
	border: 1px solid #066;
}
#sifa p {
	line-height:1em;
	padding: 0 5px 5px 5px;
}
.answer {
	padding-left:25px;
	font-style:italic;
}
a.previous_next{
	font-size:.8em;
}
.txt_box_error { 
	background-color:#ffe1e1;
	}