/* ######### CSS for Shade Tabs. Remove if not using ######### */
.shadetabs {
	background:#FFFFFF;
	padding: 3px 0;
	/*margin-left:4px;*/
	font: bold 11px Arial, Verdana, Helvetica, sans-serif;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	/*border-top: 4px solid #FFFFFF;
	border-left: 4px solid #FFFFFF;*/
	margin:5px 0 0 4px;
	
}
.shadetabs li {
	display: inline;
	margin: 0;
}
.shadetabs li a { 
	text-decoration: none;
	padding: 3px 7px;
	background: #dbd8c9;
	color:#4d4731;
	font: bold 11px Arial, Verdana, Helvetica, sans-serif;
}
.shadetabs li a:hover {
	color: #050100;
	text-decoration: underline;
}
.shadetabs li a.selected{ /*selected main tab style */
	position: relative;
	top: 1px;
}
.shadetabs li a.selected{ /*selected main tab style */
	color: #050100;
	background: #b5b8c7;
	border:1px solid #C8BDB5;
	border-bottom:0px solid;
}
.tabcontainer {
	border:1px solid #F1E4DB;
	/*width:155px;*/ 
	width:200px; 
	margin:0 auto;
	background:#e5e5e5;
	padding:0;
}
.tabcontent {
	display:none;
}
@media print {
.tabcontent {
	display:block !important;
}
}ck !important;
}
}
