/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs_home{
	padding: 3px 0;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0;
	font: bold 11px Tahoma;
	list-style-type: none;
	text-align: left;
	text-transform: uppercase;
}

.shadetabs_home li{
display: inline;
margin: 0;
}

.shadetabs_home li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 3px 7px;
	margin-right: 3px;
	color: #fff;
	background: url(shade.gif) repeat-x left top;
	border-top: 1px solid #FF8800;
	border-right: 1px solid #FF8800;
	border-left: 1px solid #FF8800;
}

.shadetabs_home li a:visited{
}

.shadetabs_home li a:hover{
text-decoration: none;
color: #fff;
}

.shadetabs_home li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs_home li a.selected{
	background:#fff;;
	color:#0053A4;
}

.shadetabs_home li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.all_home {
	margin-bottom: 0px;
	padding: 0px 0px 0px 8px;
	background-color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 3px;
}


.tabcontent_home{
	display:none;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #1D1D1D;
	line-height: 18px;
	text-decoration: none;
	height: 250px;
	overflow: auto;
	SCROLLBAR-FACE-COLOR: #000;   
	SCROLLBAR-HIGHLIGHT-COLOR: #FF8800;   
	SCROLLBAR-3DLIGHT-COLOR: #FF8800;   
	SCROLLBAR-DARKSHADOW-COLOR: #000;    
	SCROLLBAR-SHADOW-COLOR: #FF8800;    
	SCROLLBAR-ARROW-COLOR: #FF8800;  
	SCROLLBAR-TRACK-COLOR: #5C5C5D;

}
.contentstyle_home{
	border: 1px solid #FF8800;
	width:600px;
	height: 250px;
	margin-bottom: 0px;
	padding: 10px;
	margin-left: 0px;
}

@media print {
.tabcontent_home {
display:block !important;
}

