/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 5px;
margin-left: 2px;
margin-right:-2px;
color: #2d2b2b;
background:url(../images/white50.png);
border:1px #d5d5d5 solid;
border-bottom-width:0;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background:url(images/bg_angleGray.jpg);
border: 1px solid #d5(../images/bg_angleGray.jpg);
border: 1px solid #d5d5d5;
-moz-border-radius-topright: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

/*#tabFolder {
	border:1px solid lightgray;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	margin-bottom: 1em;
	padding: 10px;
	background:white;
	text-align:left;
	}*/

.tabcontent{
float:left;
margin-left:48px;
margin-top:18px;
margin-bottom:18px;
border-left:#444 1px dotted;
padding-left:24px;
width:160px;
}

@media print {
.tabcontent {
display:block !important;

}
}

