@charset "utf-8";
/* CSS Document created from apex by 10.2.0.154 */

/* All Body tag common for all apex Page */

body 
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-family:Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;
	color:#111111;
}

body,td 
{
	font-family:Verdana;
	margin: 0px;
	padding: 0px;
}

a img
{
 	border: 0px;
}
.txt-white
{
	color:#FFFFFF;
}
.txt-whitelink
{
	color:#FFFFFF;
	text-decoration:none;
}
.txt-whitelink:hover
{
	color:#CA191F;
	text-decoration:none;
}
.txt-blocklink
{
	color:#000000;
	text-decoration:none;
}
.txt-blocklink:hover
{
	color:#CA191F;
	text-decoration:none;
}
.bg-ltred
{
	background-color:#D71D24;
}
.txt-red
{
	color:#D71D24;
}

h1 
{
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-size: 24px;
}

h2 
{
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-size: 20px;
}

h3 
{
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}

h4 
{
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-size: 12px;

}

h5 
{
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}

h6 
{
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}
.txt-blockbglink
{
	color: #111111;
	text-decoration:none;
	background-color:#E1E1E1;
	padding:2px;
	padding-top: 0px;
	padding-left: 0px;
	border:1px #F8F8F8 dotted;
}
.txt-blockbglink:hover
{
	color: #111111;
	text-decoration:none;
	background-color:#FDEAEA;
	padding:2px;
	padding-top: 0px;
	padding-left: 0px;
}


.chromestyle
{
width: 99%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #FFFFFF;
padding: 4px 10px;
margin: 0;
text-decoration: none;
border-right: 0px solid #DADADA;
}

.chromestyle ul li a:hover{
background-color: #910d10; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 0px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:15px;
z-index:100;
background-color: #444444;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 0px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: white;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #910d10;

}
.input
{
	border:1px #d71d24 solid;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:11px;
}
.go
{
	background-image:url(../images/go_button.png);
	width:38px;
	height:21px;
	border:0px;
}