body      {
   margin: 0px;
   padding: 0px;
   background-color: #e5eef6;
}
td {
	font-family: Verdana, Tahoma, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
H1  { 
   color: #0055AA;
   font-weight: bolder;
   font-size: 20px;
   margin: 0px 0px 10px 0px;
   padding: 0px;
}
H2  { 
   color: #0055AA;
   font-weight: bolder;
   font-size: 17px;
   margin: 10px 0px 5px 0px;
   padding: 0px;
}
H3  { 
   color: #0055AA;
   font-weight: bolder;
   font-size: 13px;
   margin: 10px 0px 5px 0px;
   padding: 0px;
}
H4  { 
   color: #000000;
   font-weight :bold;
   font-size: 11px;
   margin: 0px 0px 5px 0px;
   padding: 0px;
}
FORM {
  margin: 0px;
  padding: 0px;
}
label, span { 
   font-weight : normal;
}
a { 
   color: #004488; 
   text-decoration: none;
}
a:hover  { 
   color: #0055AA;
   text-decoration: underline;
}
input {
	border: #6699cc 1px solid; 
	font-size: 11px; 
	color: #000000; 
   background-image:url(img/input.gif);
   background-repeat: repeat-x;
	background-color: #FFFFFF;
   padding: 2px;
}
input:hover {
	border: #0055AA 1px solid; 
   background-image: none;
	background-color: #E5EEF6;
}

/* Class and IDs  */
#loginTable   {
	border: 1px solid #555;
	background-color: #fff;
	color:#555;
	font-family: Verdana, Tahoma, Geneva, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bolder;
	width: 485px;
	height: 285px;
	vertical-align:middle;
	text-align:center;
}
#ForgotTable   {
	border: 1px solid #555;
	background-color: #fff;
	color:#000;
	font-family: Verdana, Tahoma, Geneva, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bolder;
	width: 485px;
	height: 285px;
	vertical-align:middle;
	text-align:center;
}
.LoginTitle  {
	font-size: 20px;
	font-weight: bolder;
	color: #0055AA;
	text-align: center;
	padding-left: 5px;
}
.loginImg  {
	text-align:center;
}
input.login {
	padding:2px 0 2px 3px;
	margin-left:0px;
	font-family: Verdana, Tahoma, Geneva, Helvetica, sans-serif;
	vertical-align: middle;
	width: 150px;
   border: #555 1px solid; 
	color: #000000; 
	background-color: #FFFFFF;
   font-size: 11px;
}
input.login:hover {
	padding:2px 0 2px 3px;
	margin-left:0px;
	font-family: Verdana, Tahoma, Geneva, Helvetica, sans-serif;
	width: 150px;
   border: #000 1px solid; 
	color: #000000; 
	background-color: #f4f4f4;
}
input.login:focus {
	padding:2px 0 2px 3px;
	margin-left:0px;
	font-family: Verdana, Tahoma, Geneva, Helvetica, sans-serif;
	width: 150px;
   border: #0055AA 1px solid; 
	color: #000000; 
	background-color: #e5eef6;
}
input.RadioCheck {
   border: 0px; 
   color: #555;
   margin : 0px 0px 0px 0px;  /* fix label position  */
   background-image: none;
   background-color: transparent;
}
.FindButton {
   margin: 10px 0px 10px 0px;
   font-size: 11px;
   background-image: url(img/FindButton.jpg);
   background-color: #3366cc;
   background-repeat: repeat-x;
   color: #FFF; 
   border: 1px solid #004f7a;
   width: auto;
   height: 22px;
   padding : 0px 10px 2px 10px;
   cursor : pointer;
}
.FindButton:hover {
   margin: 10px 0px 10px 0px;
   font-size: 11px;
   background-color: #3366cc;
   background-image: url(img/FindButton.jpg);
   background-repeat: repeat-x;
   color: #DDD; 
   border-top: 1px solid #FFF;
   border-bottom: 1px solid #FFF;
   border-left: 1px solid #004f7a;
   border-right: 1px solid #004f7a;
   width: auto;
   height: 22px;
}
.LoginFooterTD  {
   font-family: Verdana, Tahoma, Geneva, Helvetica, sans-serif;
	font-size: 11px;
   color: #666;
   height : 10px;
   text-align: center;
   width: 100%;
   margin-top: 10px;
}
#ForgotTable form table tr td{
	padding: 0 10px;
}
.LoginFooter  {
   font-family: Verdana, Tahoma, Geneva, Helvetica, sans-serif;
	font-size: 10px;
   color: #666;
   height : 10px;
   text-align: center;
   width: 100%;
   display: block;
   margin: 5px 0px 25px 0px;
}
.ErrorInfo { 
   background-color : #FFF;
   border : #d51c08 1px solid;
   color : #d51c08;
   font-weight : bold;
   height : auto;
   padding : 10px;
   margin : 0px 0px 10px 0px;
}
.Alert { 
   color: #EEBB33;   
   font-size : 8pt;
   font-weight: bold;
}
div.LangSelector { 
   vertical-align : middle;
   display : block;
}
