/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 10px;
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*/
font-size:0.75em;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #D6D6D6;
color: #454545;
background-color:#EAEAEA;
}

.shadetabs li a:visited{
color: #454545;
}

.shadetabs li a:hover{
text-decoration: none;
color: #454545;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 0px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-color:#FFFFFF;
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}






.tooltabs {
	padding: 0px 0;
	margin-top: 1px;
	margin-bottom: 0px;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-size:0.75em;
	float:left;
	width:100%;
	border-bottom:3px solid #0093E0;
	margin-left:0px;
}



.tooltabs li{
	display:inline;
	float:left;
	margin:0 4px 0 0;
	width:140px;
}


.tooltabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	color: #FFFFFF;
	background:url(../App_Themes/BusinessTools/images/bg_tabs_off.png) center top no-repeat;
	width:140px;
	display:block;
	height:25px;
	padding-top:5px;
	text-align:center;
	vertical-align:middle;
}

.tooltabs li a:visited{
	color: #FFFFFF;
}

.tooltabs li a:hover{
	text-decoration: none;
	color: #FFFFFF;
	background:url(../App_Themes/BusinessTools/images/bg_tabs_on.png) center top no-repeat;
}

.tooltabs li a.selected{ /*selected main tab style */
	position: relative;
	top: 0px;
}

.tooltabs li a.selected{ /*selected main tab style */
background:url(../App_Themes/BusinessTools/images/bg_tabs_on.png) center top no-repeat;
}

.tooltabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}





.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
