/* CSS Document */
BODY, td, p, div, span, br {
	font-family : Verdana;
	font-size : 11px;
	font-weight : normal;
	color : #404040;
}
B {
	font-weight : bold;
}
SMALL {
	font-size : 10px;
}
h4 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #2282C8;
}

a:link {
	text-decoration: underline;
	/*color: #4a92da;*/
	color: #0000ff;
}
a:visited {
	text-decoration: underline;
	color: #0000ff;
}
a:hover {
	text-decoration: underline;
	color: #0000ff;
}
a:active {
	text-decoration: underline;
	color: #0000ff;
}

input{
	background:expression((type=="button"||type=="submit")?"#CCC":((type=="text"||type=="password")?"#FFF":""));
	border:expression((type=="button"||type=="submit")?"solid 1px #000":((type=="text"||type=="password")?"solid 1px #889":""));
	border:0px;
}
input,select,textarea{
	padding:0px;
	margin:0px;
	color:#000;
	font:11px verdana;
}
input[type="button"],input[type="submit"]{
	background:#CCC;
	border:solid 1px #777;
	font:11px arial;
}
input[type="text"],input[type="password"],select,textarea{
	background:#FFF;
	border:solid 1px #889;
}


button {
	margin: 0px;
	padding: 0px;
	border: 1px solid;
}

a.headerLightBlue, a:link.headerLightBlue, a:visited.headerLightBlue, a:active.headerLightBlue {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 10px;
	color: #0000ff;
	text-decoration: none;
	font-weight: bold;
}

a:hover.headerLightBlue {
	text-decoration: underline;
	font-weight: bold;
}

.tabcontainer{
	clear: left;
	width:95%; /*width of 2nd level sub menus*/
	height:150px;/**/ /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
	width:500px;
	border-left:#b0bec7 solid 1px;
	border-bottom:#b0bec7 solid 1px;
	border-right:#b0bec7 solid 1px;
	border-top-width:0px;

}

.tabcontent{
	display:none;
}

#dhtmltooltip{
	position: absolute;
	width: 150px;
	border: 2px solid black;
	padding: 2px;
	color:#FFFFFF;
	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=gray,direction=135);
}

/********************************************************************************************/
#content_tabs {
	float: left;
	margin: 20px 0 20px 0;
	padding: 0;
	list-style: none;
	width: 100%;
	background: url('../tabs.gif') left bottom repeat-x;
	clear:both;
	font-weight:bold;
}
	
#content_tabs li {
	float: left;
	margin-right: 5px;
	zwidth: 100px;
	background: url('../tabs_li.gif') left -100px no-repeat;
	border-bottom: 1px solid #CCC;
	text-align: center;
}
	
#content_tabs li:hover {
	background-position: 0 0;
}
	
#content_tabs li.selected {
	background-position: 0 0;
	border-bottom: 1px solid #FFF;
}
	
#content_tabs li a {
	display: block;
	margin-left: 4px;
	padding: 4px 20px 4px 16px;
	background: url('../tabs_li_a.gif') right -100px no-repeat;
	color:#000000;
	text-decoration: none;
}
	
#content_tabs li a:hover, #content_tabs li.selected a {
	background-position: 100% 0;
	color: #FF6600;
}

* html #content_tabs li a:hover {
	background-position: 100% -100px;
}
	
* html #content_tabs li.selected a:hover {
	background-position: 100% 0;
}
	
#secondary_tabs {
	margin: 20px 0 20px 0;
	padding: 0;
	height: 24px;
	list-style: none;
	border-bottom: 3px solid #D1D1D1;
}

					
#secondary_tabs li {
	float: left;
	margin-right: 5px;
	width: 100px;
	line-height: 24px;
	background-color: #EEE;
	text-align: center;
	}

#secondary_tabs li.selected {
	background-color: #D1D1D1;
}
 
#secondary_tabs a {
	cursor: pointer;
	color: #333;
	text-decoration:none;
}

#secondary_tabs li a {
	display: block;
	line-height: 24px;
	cursor: pointer;
	text-decoration: none;
}


