
html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1 { 
	font-size: 2.5em; 
	font-weight: bold;
	padding: 20px 0 20px 0;
	margin: 0;
}
.h1_color{
	color:#FFF;
}

h2 {
	font-size: 2em; 
	font-weight: bold;
	padding: 0;
	margin: 0;
}

h3 {
	font-size: 1.5em; 
	font-weight: bold;
	padding: 0;
	margin: 0;
}

h4 {
	font-size: 1.2em; 
	font-weight: bold;
	padding: 0;
	margin: 0;
}

p { 
	line-height:1.2; 
}

img{
	border: 0;
}

a {
	text-decoration:underline;
	color: #06F;
}
a:hover {
	text-decoration:underline;
}


div#bxaf_container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	background:#FFFFFF;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
	
}

div#bxaf_header {
		
	height: 60px;
	background-color:#024A63;
	
	padding: 0px;
	margin: 0px;

}

div#bxaf_header p {
	font-style:italic;
	font-size:1.1em;
	margin:0;
}







div#bxaf_content {
	background:url('/lims/images_template/bg_gradient1.jpg') repeat-x scroll 0 0 transparent;
	min-height:475px; /* real browsers */
	padding:0em 1em 5em; /* bottom padding for footer */
}

div.bxaf_content {
	min-height:500px; 
	background:url('/lims/images_template/bg_gradient2a1.jpg') left top no-repeat;
	
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

div#bxaf_content_index {
	background:url('/lims/images_template/bg_gradient2a1.jpg') left top no-repeat;
}


div.bxaf_content p {
	padding:0 1em;
}

div.bxaf_content, div.bxaf_content p {
	line-height: 130%;
	font-size: 1.1em;
}





div#bxaf_footer {
	position:absolute;
	bottom:0; /* stick to bottom */
	text-align:center;
		
	background:url('/lims/images_template/bg-footer.jpg') repeat-x scroll 0 0 transparent;
	clear:both;
	color:#CCCCCC;
	font-size:11px;
	height:15px;
	margin:0 auto;
	padding:10px 0;
	
	width: 100%;
}

div#bxaf_footer a {
	color:#DEF9F7;
	font-size:11px;
}

.highlight{
	/*background-color:#FFC; */
	border: 1px solid red;
}


.button {
   background-color:#FDCE3E;
   background-image:url("/lims/images_template/button_bg1.png");
   background-repeat:repeat-x;
   border:1px solid #E5A716;
   color:#434343;
   cursor:pointer;
   display:inline-block;
   font-weight:bold;
   height:26px;
   padding:0 19px;
}

#feedBackMessage{
   background-color:#FFC;
   border:0px solid #FF0000;
   padding: 15px;
   width: 450px;
   display:none;
}

#popUp_Content, .startHidden, .invalidData{
   display:none;
}

#banner_title {
   color:#FFF;
   font-size:36px;
   font-weight:bold;
   width:400px;
   padding-bottom:20px;
   padding-top:20px;
}







/******************* Start of  HTML5 compliance *************************/
/************************************************************************/


td{
	padding: 0px;
	border-width: 0px;
}

.bxaf_regular_table{
	border-spacing:3px;
}


.bxaf_full_width_table{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}


.bxaf_regular_table_border{
	background:#999;
}

.bxaf_regular_table_border td{
	background:#FFF;
}


.bxaf_round_corner{
	border-radius: 10px;
}

/***************************************************************************/
/******************* End of HTML5 compliance *******************************/


