
ul,ol,h1,h2,h3,h4,h5,h6,pre,form,body,html,fieldset,input{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }
a{
	text-decoration: none;
	color: #336699;
	}
	
blockquote{
	margin-left: 25px;
}	
a:hover{text-decoration: underline;}
/*
 td{
  margin: 0;
  padding: 0;
	  font-family: Arial, Verdana, sans-serif;
	  font-size: 11px;
  background-color: #fff;
}

body{padding: 20px;}
*/


.main_header{
		display: block;
	  font-family:  Tahoma, Arial, Verdana, sans-serif;
	  font-size: 20px;
	  font-weight:bold;
	  color:#006699;
	  line-height: 22px;

}
.sub_header_blue{
	  font-family:  Arial, Verdana, sans-serif;
	  font-size: 15px;
	  font-weight:bold;
	  color:#006699;
}
.sub_header_green{
	  font-family:  Arial, Verdana, sans-serif;
	  font-size: 15px;
	  font-weight:bold;
	  color: #99cc33;
}

li{
	margin-left: 30px;
}


hr{ 
	height:1px;
	border: 0;
	background-color: #D9EBF9;
	color: #D9EBF9; 
}

.alignRight{
	text-align:right;

}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Login Forms */
#sf_guard_auth_form{
	text-align:left;
	padding: 50px 0px 10px 40px;
	background-image:url(/images/login_bg.jpg);
	background-repeat:no-repeat;
	width:472px;
	height:169px;		
}

#sf_guard_auth_form .form-row{
	padding-top:5px;
	clear:both;
}


#sf_guard_auth_form label{ 
	float:left;
	display:block;
	width:120px;
	font-weight:bold;
	color: #0065b3;
	 }

#sf_guard_auth_form fieldset{
	border: none;
}

#sf_guard_auth_form fieldset input{
	border:1px solid #0065b3;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	padding: 2px;
	}

#sf_guard_auth_forgot_password{
	display: none;
}

.error{
	color: #990000;
	font-weight: bold;
}

