@charset "utf-8";
/* CSS Document */


/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs4{

margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 11px Tahoma;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs4 li{
display: inline;
margin:-2px;
}

.shadetabs4 li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 4px 24px;
top:-2px;
margin: 0px;
color: #FFFFFF;
background-repeat:repeat;
background-image:url(bg_all.gif);
background-position: 0px -314px;
border:#FFFFFF solid 1px;

}

.shadetabs4 li a:visited{
}

.shadetabs4 li a:hover{
text-decoration: none;
color:#FFFFFF;
background-image:url(bg_all.gif);
background-position: 0px -339px;
background-repeat:repeat-x;
position: relative;
}

.shadetabs4 li a.selected{ /*selected main tab style */
background-image:url(bg_all.gif);
background-position: 0px -291px;
background-repeat:repeat-x;
position: relative;
color:#FF6600;
top: -2px;
border-left:#FFFFFF solid 1px;
border-right:#FFFFFF solid 1px;
border-top:#FFFFFF solid 1px;
border-bottom:#dfdfdf solid 1px;
}

.shadetabs4 li a.selected{ /*selected main tab style */
background-repeat:repeat;
background-image:url(bg_all.gif);
background-position: 0px -291px;
background-repeat:repeat-x;
position: relative;
}

.shadetabs4 li a.selected:hover{ /*selected main tab style */
text-decoration:none;
color:#FF6600;

background-image:url(bg_all.gif);
background-position: 0px -291px;
background-repeat:repeat-x;
position: relative;
}

.tabcontent4{
display:none;
}

@media print {
.tabcontent4 {
display:block !important;
}
}


.boxsearch{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:393px; 
	border:#a5acb2 solid 1px; 
	border-color:#7c7c7c #cecece #c3c3c3 #7c7c7c; 
	padding:3px; background:#f7eee6 url(bg-box.gif) no-repeat; 
	float:left; 
	position:relative;
	}

.btsearch{
	background-image:url(bg_all.gif);
	background-position: 0px -268px;
	background-repeat:repeat;
	font-family:Tahoma;
	font-weight:bold;
	font-size:12px;
	padding-bottom:20px;
	vertical-align:text-top;
	color:#FFFFFF;
	height:22px; 
	width:90px; 
	border:#afbdc6 solid 1px;
	}	
