/*
This CSS defines the common rules for all the shtml pages.
To center a table in all browsers, make sure that the class that defines the body tag has "text-align:center;" and the class that defines the respective tables has "margin-left:auto;margin-right:auto;"
as well.  Look at bodyBG and tblcls classes below.
Kannan  Govindarajan. 
*/

.header {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #214C90;
	text-align: left;
	font-weight: bold;
}
.maintext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #214C90;
	text-align: left;
	font-weight: normal;
}
.loginheader {
	font-family: Bookman Old Style, serif;
	font-size: 18px;
	font-style: normal;
	color: #214C90;
	text-align: left;
	font-weight: bold;
}
.logintext {
	font-family: Bookman Old Style, serif;
	font-size: 12px;
	font-style: normal;
	color: #214C90;
	text-align: left;
	font-weight: normal;
}
.logbuttontext {
	font-family: Bookman Old Style, serif;
	font-size: 12px;
	font-style: normal;
	color: #214C90;
	text-align: center;
	font-weight: normal;
	/*vertical-align: top;*/
}
.subtext {	
	/*Used by Footer.html*/
	font-family: Courier New, Courier, Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #2a4d75;
	line-height: 16px;
	text-align: center;
	font-weight: normal;
}
.locallinks {
	font-family: Courier New, Courier, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0000CC;
	text-decoration: none;
	line-height: 18px;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #0000FF;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #0000FF;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #ffd54f;
}
.bodyBG {
	background-color: #EEEEEE;
	/*text-align: center;*/ /*required for Login.csp and Registration.csp to center the header image.*/
	margin-top: 3px;
}
#top {
	background-image:url(Images/Header1.png);
	width: 960px; 
	/*height: 95px;*/
	height: 60px;
	border-width: 0px; 
	background-repeat:no-repeat;
}
#top1 {
	width: 960px; 
	border-width: 0px;
}
.tblcls {
	margin-left:auto; 
	margin-right:auto;
	background-color:#fff;
	/*text-align: center;*/ /*uncomment if required for charts*/
}
.navig {
	text-align: left;
	vertical-align: middle;
}
.navimg {
	border-width: 0px;
	text-align: center;
}




.inputtext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #214C90;
	text-align: right;
	font-weight: normal;
}
.logbuttontextleft {
	font-family: Bookman Old Style, serif;
	font-size: 12px;
	font-style: normal;
	color: #214C90;
	text-align: left;
	font-weight: normal;
}
.land {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #008A3B;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
}
.helptext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #214C90;
	text-align: left;
	font-weight: normal;
}
.verifytext {
	/*used by verify.csp*/
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #214C90;
	text-align: left;
	font-weight: normal;
}
.columnHeader {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #214C90;
	text-align: center;
	font-weight: normal;
}
.guide {
	font-family:'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-size: 11px;
	font-style: normal;
	color:#fff;
	text-align: left;
	font-weight: normal;
	background-color:#008A3B;	
	/*margin-left:auto; 
	margin-right:auto;*/
}
.msgtext {
	font-family: Georgia, serif;
	font-size: 12px;
	font-style: normal;
	color: #FF0000;
	text-align: center;
	font-weight: bold;
}
#menuBG {
	height: 18px;
	width: 960px;
	border-width: 0px;
	background-image: url(Images/MenuStrip2.png);
	background-repeat: no-repeat;
}
#menuBGAdmn {
	height: 18px;
	width: 960px;
	border-width: 0px;
	background-image: url(Images/MenuStrip3.png);
	background-repeat: no-repeat;
}
#menu {
	height:18px;
}
#menu ul {
	margin:0px; 
	padding:0px;
}
#menu ul li {
	display:inline; 
	float:left; 
	list-style:none;
	margin-left:10px; 
	position:relative; 
	height:18px;
	font-family:'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-size:12px;
	font-weight:bold;
}
#menu li a {
	color:#fff; 
	text-decoration:none;
}
#menu li a:hover {
	color:#008A3B; 
}
#menu li ul {
	margin:0px; 
	padding:0px; 
	display:none; 
	position:absolute; 
	vertical-align:middle;
	left:0px; top:18px;
	line-height:22px;
	background-image:url(Images/SubMenuStrip4A.png);
	/*background-image:url(Images/SubMenuStrip2.png);*/
}
#menu li:hover ul {
	display:block; 
	width:175px;
}
#menu li li {
	height:22px;	/*11/04/09*/
	list-style:none; 
	display:list-item;
	text-align: left; 	/*09/24/09*/
	width:100%;			/*09/24/09*/
}
#menu li li a {
	color:#fff;
	text-decoration:none;
}
#menu li li a:hover {
	color:#008A3B; 
}
#menu li ul ul {
	/*this block added on 09/24/09*/
	margin:0px;
	padding:0px; 
	display:none; 
	position:absolute; 
	vertical-align:middle;
	left:165px; top:0px;
	line-height:22px;
	background-image:url(Images/SubMenuStrip4A.png);
	/*background-image:url(Images/SubMenuStrip3.png);*/
}
#menu li:hover ul ul{
	/*this block added on 09/24/09*/
	display:none; 
}
#menu li li:hover ul {
	/*this block added on 09/24/09*/
	display:block; 
	width:175px;
}


