/* ######### CSS for Shade Tabs. Remove if not using ######### */
#tabcontentbox {
	/*border:1px solid #b7c993; margin-bottom: 1em; padding: 10px;*/
	text-align:left;
	padding-left:75px;
	padding-right:35px;
	padding-bottom:25px;
	padding-top:20px;
}

.shadetabs{
	padding: 4px 0;
	margin-left: 12px;
	margin-top: 1px;
	margin-bottom: 0;
	/*font: bold 12px Verdana;*/
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	float:left;
	display:inline;
}

.shadetabs li{
	display: block;
	margin: 0;
	padding: 0;
	float:left;
}

.shadetabs li a{
	display:block;
	margin: 0;
	padding: 0;position: relative;
}

.shadetabs li a .innertab{ 
	display:block;
	text-decoration: none;
	
	z-index: 0;
	padding: 15px 15px 10px 15px;
	margin:0;
	width:auto;
	/*border: 1px solid #b7c993;*/
	color: #5ba83d;
}

.shadetabs li a:visited{
	color: #056c34;
}

.shadetabs li a:hover{
	text-decoration: none;
	color: #056c34;
}

.shadetabs li a .innertab:visited{
	color: #056c34;
}

.shadetabs li a .innertab:hover{
	text-decoration: none;
	color: #056c34;
}

.shadetabs li a.selected .innertab{ 
	background:url("../../../../wcm/fragments/truvia_tab_content_staticlist/_images/tab_back_left.jpg") no-repeat left top;
	display:block;
	text-decoration: none;
	/*position: relative;
	z-index: 1;*/
	padding: 15px 15px 10px 15px;
	margin:0;
	color: #056c34;
}

.shadetabs li a.selected{ /*selected main tab style */
	color: #056c34;
	background-color: #e7f1c5;
    background:url("../../../../wcm/fragments/truvia_tab_content_staticlist/_images/tab_back_right.jpg") no-repeat right top;
	/*position: relative;
	top: 1px;*/
	float:left;
	margin:0 0 0 0px;
	padding:0 0 0 0px;
}

.shadetabs li a.selected{ /*selected main tab style */
}

.shadetabs li a.selected:hover{ /*selected main tab style */
	text-decoration: none;
}

.tabcontent{
	display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

#tab_box_right-gradient {
	height:100%;
	background:url(../../../../wcm/fragments/truvia_tab_content_staticlist/_images/tab_box_rightshim.gif) top right repeat-y;
	font-size: 11px;
	padding: 0;
	margin:0;
	float:left;
	position:relative;
	left:-35px;
	top:-40px;
}

#tab_box_left-gradient {

	height:100%;
	background: url(../../../../wcm/fragments/truvia_tab_content_staticlist/_images/tab_box_leftshim.gif) top left repeat-y;
	font-size: 11px;
	padding: 0;
	margin:0;
	width:727px;

}

#tab_box_bottom-gradient {
	height: 25px;
	background: url(../../../../wcm/fragments/truvia_tab_content_staticlist/_images/tab_box_botgrad.gif) no-repeat;
	font-size: 11px;
	line-height: 16px;
	position:relative;
	padding:0;
	margin:-6px 0 0 0;

}
#tab_box_bottom-gradient p {display:none; visibility:hidden;}

#tab_box_topbox-gradient {
	height: 26px;
	background:url(../../../../wcm/fragments/truvia_tab_content_staticlist/_images/tab_box_topgradbar.gif) top center no-repeat;
	font-size: 11px;
	line-height: 16px;
	position:relative;
	padding:0;
	margin:0px 6px 9px 12px;
	/*padding-bottom:5px;*/
	padding-left:90px;
	top:-30px;
	border-bottom: 1px solid #b7c993;
	z-index: -100;
}
#tab_box_topbox-gradient p{display: none; visibility:hidden;}