@charset "utf-8";
/* CSS Document */

.arrowlistmenu{
width: 225px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 12px Verdana;
color: white;
background: black url(images/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}
.categoryitems1{ font: 11px Verdana;}
.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(images/titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}


<!--
.link1 {	COLOR: #015e1b; TEXT-DECORATION: none
}
-->
#fixedtipdiv{
font-family:Arial, Verdana, Haettenschweiler;
font-size:13px;
font-stretch:wider;
letter-spacing:inherit;
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=135);
}
position:absolute;
padding: 2px;
border:1px solid black;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}
 
.textlink1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #333333;
	text-align: justify;
}

.mytable {
	font-family:Verdana;
	font-size:8pt;
	color:#000000;
	}
.inputbox {
	font-family:Verdana;
	font-size:8pt;
	border:1px solid #cccccc;
	}
.selectionbox {
	font-family:Verdana;
	font-size:8pt;
	border:1px solid #cccccc;
	}
.button {
	font-family:Verdana;
	font-weight:bold;
	font-size:8pt;
	color:#000000;
	}
.blackheader {
	font-family:verdana;
	font-weight:bold;
	color:#000000;
	font-size:10pt;
	}
.redtext {
	font-family:Verdana;
	font-weight:bold;
	color:#cd2518;
	font-size:8pt;
	}
.line {
	height:1px;
	color:#cccccc;
	}

.bgstyle {
	background:url(images/bg_inner_1.png);
	background-repeat:no-repeat;
	background-position: left bottom;
	background-image:url(images/bg_inner_1.png);
	font-family: Tahoma, Geneva, sans-serif;
}

.heading {
	font-family:Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #7ba247;
}

.heading1 {
	font-family:Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #ffffff;
}

.textFormat {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-align: justify;
	color:#666
}

.textFormat1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-align: justify;
	color:#ffffff
}


.textFormat41 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-align: left;
	color:#ffffff
}


#Table_01 tr .bgstyle table tr td table tr td table tr td strong {
	font-family: Tahoma, Geneva, sans-serif;
}
.inputbox1 {	BORDER-BOTTOM: #cccccc 1px solid; BORDER-LEFT: #cccccc 1px solid; FONT-FAMILY: Verdana; FONT-SIZE: 8pt; BORDER-TOP: #cccccc 1px solid; BORDER-RIGHT: #cccccc 1px solid
}
.textlink {	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; COLOR: #333333; FONT-SIZE: 11px; TEXT-DECORATION: none
}

.borderline
{
	border: 1px solid #999;
}


