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

.shadetabs{
padding: 3px 0;
margin-left: 20px;
margin-top: 25px;
margin-bottom: 0;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
font-style:italic;
list-style-type: none;
text-align: left;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 10px;
border:0;
color:#999;
background: url(../images/tabs/tab.png) top left repeat-x;
}


.shadetabs li a:hover{
text-decoration: none;
color:#3399FF;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 0px;
color:#3399FF;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(../images/tabs/tabactive.png);
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
margin:0 0 0 0;
}

#left_tab {
	width:150px;
	height:168px;
	padding-right:30px;
	background-image:url(../images/tab_menu_gradient.png);
	background-repeat:no-repeat;
	background-position:right;
	float:left;
}

#right_tab {
	width:400px;
	float:right;
	padding-left:24px;
	border-left:1px #dfdddd solid;
}

.tab_image {
	border:1px white solid;
}

@media print {
.tabcontent {
display:block !important;
}


