﻿.header_section 
{
	width: 960px;
	border: solid 1px #0099D8;
}

.header_flyout
{
     display: none; 
     position: absolute; 
     width: 240px; 
     z-index: 3; 
     opacity: 0; 
     filter:(progid:DXImageTransform.Microsoft.Alpha(opacity=0)); 
     border: solid 1px #0099D8; 
     background-color: #FFFFFF; 
     left:340px;
     top:0px;
     overflow:hidden;
     padding:0px 1px 2px 1px;
} 

.header_label
{
	font-family: Arial, Verdana;
	font-size: 9px;
	color: #003466;
	text-decoration:none;
}

.header_login
{
	font-family: Arial, Verdana;
	font-size: 9px;
	color: #003466;
	font-weight:bold;
	text-decoration:none;
}

.header_logout
{
	font-family: Arial, Verdana;
	font-size: 9px;
	color: Red;
	font-weight:bold;
	text-decoration:none;
}

.homeheadertext
{
	font-size: 20px;
	color: #003466;
	font-weight: bolder;
	font-family: Arial;
	padding: 0px 0px 0px 5px;
}

.homelogintext:hover
{
	color: #ffffff;	
	text-decoration: underline;
}
.homelogintext:visited
{
	color: #ffffff;
	text-decoration: none;
}

.headerlink1 
{
	font: 12px arial, sans-serif;
	background-image: url(http://newdev.crlaurence.com/images/header_bg_button.gif);
    background-position:left;
    background-repeat:no-repeat;   
	float: left;
	padding-left: 18px;
	padding-right: 18px;
	display: block;                           
	color: #5C81A2;
	margin-right: 6px;
	height: 19px;                              
	padding-top:5px;  
	line-height: 18px;                         
	text-decoration:none;
	font-weight: bold;  
}

.headerlink
{
	font-family: Arial;
	font-size: 9pt;
	font-stretch:semi-condensed;
	background-color: #e4e4e4;
	//display: block;                           
	color: #003366;
	//height: 22px;                              
	//line-height: 18px;                         
	//text-decoration:none;
	border: solid 1px #999999;  
	text-align:center;   
	//font-weight: bold;   
}

.headerlink:hover
{
	color: #146E99;
	background-color:#FFFFFF;
}

.lblErr
{
	display: block;
	color: Red;
	font-family: Arial, Verdana;
	font-size: 10pt;
}

/*Autocomplete*/
.completionListElement
{
	visibility: hidden;
	margin: 0px !important;
	background-color: #ffffff;
	color: black;
	border: solid 1px gray;
	cursor: pointer;
	text-align: left;
	list-style-type: none;
	font-family: Verdana;
	font-size: 11px;
	padding: 0;
	z-index: 10;
}
.listItem
{
	background-color: #ffffff;
	padding: 1px;
}
.highlightedListItem
{
	background-color: #c3ebf9;
	padding: 1px;
}

.searchwatermark
{
	color: red;
	/*background-color: #FFFF84;*/
}
/*Autocomplete End*/

.searchbutton
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*background-color: #FFFF84;
	color: #003366;
	border-color:#D6EFF7;*/
	cursor:pointer;
}

.dropdown
{
	font: icon;
    padding: 1;
    padding-left: 3;
    padding-right: 3;
    width: 261px;
    background-color: #e6e6e6;
}

/* Left Nav Start	*/

.menubar_header 
{
	width: 160px;
    color: #003399;
    font-size: 12px;
    width: 100%;
    font-family:Arial;
    font-weight:bold;
    cursor: pointer;
    background-color: #94CFE5;
}

.lnkmenubar_header 
{
	width: 160px;
    color: #003399;
    font-size: 12px;
    width: 100%;
    font-family:Arial;
    font-weight:bold;
    cursor: pointer;
    background-color: #94CFE5;
    text-decoration:none;
}

.menubar_child
{
	width: 160px;
    color: #3287AF;
    font-size: 11px;
    font-family: Arial;
    cursor: pointer;
    background-color: #D6EFF7;	
}

.menubar_child:hover 
{
    color: #CC0000;
}

.menubar_subchild
{
	width: 160px;
    color: #3287AF;
    background-color: #D6EFF7;	
}

.menubar_red
{
	color: #CC0000;
    font-size: 11px;
    font-family: Arial;
    cursor: pointer;
    background-color: #D6EFF7;	
	text-decoration: none;    
}



a.menubar_button
{
	display: block;
	float: left;
	font: 11px arial, sans-serif;
	color: #3287AF;
	text-decoration: none;
}

a.menubar_button:hover
{
	color: #000000;
	/*color: #446E93;*/
	text-decoration: none;
}

a.menubar_button:active
{
	color: #000000;
	text-decoration: none;
}


.menubar_section 
{
	width: 160px;
	border: solid 1px #0099D8;
	background-color: #D6EFF7;	
}

.hide
{
	display: none;
}

/* Left Nav End	*/

/* Footer Styles Start	*/

.footer_label
{
	font-size:10px;
	color:darkblue;
	font-family: Arial;
}

.footer_section
{
	width: 960px;
	border: solid 1px #0099D8;
}

.button
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	color: #0099D8;
	border-color:#0099D8;
	border-width:1px;
	cursor: pointer;
}


.headerbutton
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #cccccc;
	color: #0099D8;
	border-color:#0099D8;
	border-width:1px;
	cursor: pointer;
}

.pnlSearch {
	z-index:100;
}
/* Footer Styles End	*/

