/*Common rule*/

html{height:100%;margin-bottom:1px;}

* {margin:0;padding:0;outline:none;}

body{
	font-family:Arial, Tahoma, Verdana;
	font-size:11px;
	color:#3495db;
	line-height:1.4em;
	cursor:default;
	background-color: #FFFFFF;
	margin:0px;
}

a:link,a:visited{
	color:#FFFFCC;
	text-decoration:underline;
	cursor:pointer;
}
a:hover, a:active, a:focus{
	color:#FFFF00;
	text-decoration:underline;
	cursor:pointer;
}

a:focus{outline:none;}
.style1{
  color:#890709;
  font-family: "MS Sans Serif";
  font-size: 13px;
}
.style1 a:link, .style1 a:visited{
  color:#FFFFFF;
}
.style1 a:hover, .style1 a:active, .style1 a:focus{
  color:#FFCCCC;
}

acronym{cursor:help;}

fieldset{border:none;}
img{border:0;}

h1, h2, h3{text-transform:uppercase;font-family:"TAHOMA"; vertical-align:middle;}
h1{font-size:14px;  color:#FFF200;}
	h1 span{font-weight:normal;display:block;margin:10px 0 0 0;}
h2{font-size:13px;}
h3{font-size:12px; color:#FFF200;}

optgroup option{margin-left:15px; }

p{margin:10px 0;letter-spacing:normal;}

ul{
list-style:disc outside;
margin:5px;
}

.alignRight{text-align:right;}
.bold{font-weight:bold;}
.center{text-align:center;}
.clearBoth{clear:both;}
.displayBlock{display:block;}
.displayNone{display:none;}
.floatRight{float:right;}
.hide{display:none;visibility:hidden;}
.hideOverflow{overflow:hidden;}
hr {
margin-bottom:10px; margin-top:10px; background-color:#890709; height:1px; border:none !important; border-top:1px #890709 solid; border-bottom:none; border-left:none; border-right:none;
}
.warning{color:#FF0000;}

.width100pc{
display:block;
float:left;
width:100%;
}
.arrowlistmenu{
width: 225px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 11px Arial;
color: #996666;
margin-top: 5px;
margin-bottom: 5px; /*bottom spacing between header and rest of content*/
padding: 0px 0 0px 0px; /*header text is indented 10px*/
cursor: auto;
cursor: pointer;
text-align:left;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
/*background-image: url(titlebar-active.png);*/
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding-left: 45px;
margin-bottom: 1px; /*bottom spacing between each UL and rest of content*/
/*border-bottom: 1px solid #92353B;
border-top: 1px solid #92353B;*/

}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
/*background: lightblue !important;*/
color:#FFF200 !important;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
/*background: lightblue !important;*/
color:#FFF200 !important;
}

.arrowlistmenu ul li a{
	color: #B3D9FF;
	background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 2px 5px;
	padding-left: 0px; /*link text is indented 19px*/
	text-decoration: none;
	/*font-weight: bold;*/
/*border-bottom: 1px solid #dadada;*/
font: 11px tahoma;
	text-align:left;
}

.arrowlistmenu ul li a:visited{
color: #B3D9FF;
text-decoration: none;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
/*background-color: #F3F3F3;*/
color:#FFF200 !important;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
/*background: lightblue !important;*/
color:#FFF200 !important;
}

.visitor td {
	border-bottom:1px solid #6699ff;
}