/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
	float:left;
	padding:0px;
	margin:0px;
	list-style:none;
}

.shadetabs li{
        width: 350px;
	font-size:14px;
	font-weight:bold;
        text-align: center;
        clear: both;     
}

.shadetabs li a, .shadetabs li a:hover, .shadetabs li a.selected {
        width: 350px;
        height: 24px;
        line-height: 24px;
        background: #f3f3f3;
        color:  #a0a0a0;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border:1px solid #a0a0a0;
        text-decoration: none;
        margin: 5px 0 10px 15px;
        display: inline-block;
}

.shadetabs li a {
        background: #f9e491;
        color: #323232;
}

.tabcontent {
	display:none;
}
 @media print {
.tabcontent {
	display:block !important;
}
}
.tabcontentstyle { /*style of tab content oontainer*/
	border: 1px solid gray;
	width: 450px;
	margin-bottom: 1em;
	padding: 10px;
}
.tabcontent {
	display:none;
}
 @media print {
.tabcontent {
	display:block !important;
}
}
