/* CSS definition file containing site wide stylesheets */

UL { font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif; font-size: 10pt; font-weight: normal; font-style: normal; margin-bottom:-2pt;}
LI { font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif; font-size: 10pt; font-weight: normal; font-style: normal; margin-bottom:-2pt;}

A:visited { font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif; font-size: 9pt; color: rgb(0,0,153); font-weight: normal; font-style: normal; text-decoration: none ;}
A { font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif; font-size: 9pt; color: rgb(0,0,153); font-weight: normal; font-style: normal; text-decoration: none ;}
A:hover { font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif; font-size: 9pt; color: rgb(153,0,0); font-weight: normal; font-style: normal; text-decoration: underline;}

P { font-family: Tahoma; font-size: 9pt; font-weight: normal; font-style: normal; margin-top: 9px; }
INPUT { color:navy; font-family: Georgia; font-size: 12pt; font-weight: normal; font-style: normal;}
TEXTAREA { color:navy; font-family: Georgia; font-size: 12pt; font-weight: normal; font-style: normal;}


.H1 { font-family: Tahoma; font-size: 14pt; font-weight: bold; font-style: normal; margin-top: 0px; }

.login, .pwdChange, .adminLogin {
	width:30%;
	padding:1.5em;
	padding-bottom:0.6em;
	margin:auto;
	margin-top:3em;
	background-color: #006699;
	border-color:13px solid #141F0A;
	border-radius: 20px;
	box-shadow: 5px 5px 5px #888888;
}
.login input, .login button, .pwdChange input, .pwdChange button  {
	border-radius: 8px;
	margin-bottom: 4px;
	height: 1.6em;
	width: 100%;	
	font:12pt arial;
}
.pwdChange {
	background-color:#3366CC;
}

.adminLogin {
	background-color:#E6B85C;
}

#pagerTable td {
	padding-left: 1em;
}
#pagerTable th {
	text-align: left;
}
