/* 
EXTRANET CORE COLORS / STYLE GUIDE



/*
BASE LINK COLORS
*/

/* Standard Link : Orange with light orange hover */
a {text-decoration: none}
A:link    { background-color: transparent; color: #410000; text-decoration: none; }
A:visited { background-color: transparent; color: #410000; text-decoration: none; }
A:hover   { background-color: transparent; color: #F9D928; text-decoration: none; }


select       { font-family: arial, verdana; font-size: 12px }
input.Small  { font-family: arial, verdana; font-size: 12px }
input        { font-family: arial, verdana; font-size: 12px }
input.Button { font-family: arial, verdana; font-size: 12px }

/*base font color is black - scroll bars are blue*/
HTML,BODY{
	font-family: helvetica, arial; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: normal; 
	color: #2c1a0c;
	margin-top:0;
      padding:0;
      border:none;
	text-decoration: none;
	background-image: url(i/bgBurl.jpg); background-repeat: repeat;
	background-color: #420001

}

.box {
     display:none;
     position: absolute;
     top: 10px; 
     left: 10px;
    background: orange;
    padding: 5px;
    border: 1px solid black;
}

a:hover + .box {
     display:block;   
}

.basefont{
font-family: helvetica, arial; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: normal; 
	color: #2c1a0c;
}

.basefontred{
font-family: helvetica, arial; 
	font-size: 12px;
	line-height: 16px; 
	font-style: normal; 
	font-weight: normal; 
	color: #580501;
}

.TitleFontDarkRed {
	font-family: verdana, helvetica, arial; 
	font-size: 16px; 
	font-style: normal; 
	font-weight: normal; 
	color: #580501;
} 

div.scroll {
height: 380px;
width: 450px;
overflow: auto;
background-color: #e2ae41;
scrollbar-3dlight-color:#e2ae41;
scrollbar-arrow-color:#580501;
scrollbar-base-color:#e2ae41;
scrollbar-darkshadow-color:#580501;
scrollbar-face-color:#e2ae41;
scrollbar-highlight-color:#e2ae41;
scrollbar-shadow-color:#e2ae41;

}

TD
{
	font-family: helvetica, verdana, arial; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: normal; 
}

.tblBevel1	{
	border-color: #F5F5F5 #868686 #868686 #F5F5F5;
	border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
	}



.baseFontplus1{
	font-family: helvetica, arial; 
	font-size: 14px; 
	font-style: normal; 
	font-weight: normal; 
	color: #2c1a0c;}

.BlackModTitle {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #000000; font-style: normal; font-weight: bold; text-decoration: none;}
.whtModTitle {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #ffffff; font-style: normal; font-weight: bold; text-decoration: none;}


/*TITLES*/

.hdr1{font-family : Helvetica, arial, sans-serif; font-size: 14px; color: #2c1a0c; font-weight : bold; text-decoration : none; line-height : 16px;}
.hdr2{font-family : Helvetica, arial, sans-serif; font-size: 14px; color: #ffffff; font-weight : bold; text-decoration : none; line-height : 16px;}

.newsTitle {font-family : Verdana, Arial, Helvetica, sans-serif; font-size:12px; color: #D9DFE9; font-weight : bold; text-decoration : none;}
.newsSubTitle {font-family : Verdana, Arial, Helvetica, sans-serif; font-size:9px; color: #5985B7; font-weight : normal; text-decoration : none; font-style : italic;}

.newsSubTitleWt {font-family : Verdana, Arial, Helvetica, sans-serif; font-size:9px; color: #ffffff; font-weight : normal; text-decoration : none; font-style : italic;}

.aucTitle {font-family : Verdana, Arial, Helvetica, sans-serif; font-size:14px; color: #B1BAC9; font-weight : bold; text-decoration : none;}
.aucCloseHL {font-family : Verdana, Arial, Helvetica, sans-serif; font-size:10px; color: #B7C0CF; font-weight : bold; text-decoration : none;}





