/* Start of CMSMS style sheet 'Tabs' */
.tabcontainer{
	padding: 0px;
	margin-left: 0;
	margin-top: 0px;
	margin-bottom: 0;
	font-family: arial,Helvetica, sans-serif;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	background-image: url(/uploads/graphics/bg_tab.gif);
	background-repeat:repeat-x;
	background-position: left bottom;
	height:41px;
	margin-top:4px;
	margin-bottom:10px;


}

.tabcontainer li{
	display: inline-block;
	margin: 0;
	width:120px;
	height:41px;
	float:left;
	font-size: 11px;
	font-weight: bold;
}

.tabcontainer li a{
	line-height:1;
	text-decoration: none;
	position: relative;
	z-index: 1;
	display:block;
	width:120px;
	height:41px;
	margin-right: 0px;
	color: #ffffff;
	background-color: white;
	background-image: url(/uploads/graphics/bg_tabs.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.tabcontainer li a:visited{
	color: #ffffff;
}

.tabcontainer li a:hover{
	text-decoration: underline;
	color: #ffffff;
	background-image: url(/uploads/graphics/bg_tabs.jpg);
	background-repeat: no-repeat;
	background-position: left -41px;
	text-decoration:none;
}

.tabcontainer li a.selected, .tabcontainer li a.selected:link, 
.tabcontainer li a.selected:visited, .tabcontainer li a.selected:active{ /*selected main tab style */
	position: relative;
	color:#0062a1;
}

.tabcontainer li a.selected{ /*selected main tab style */
	color:#0062a1;
	background-image: url(/uploads/graphics/bg_tabs.jpg);
	background-repeat: no-repeat;
	background-position: left -82px;

}


.tabcontainer li a.selected:hover{ /*selected main tab style */
	text-decoration: none;
	background-image: url(/uploads/graphics/bg_tabs.jpg);
	background-repeat: no-repeat;
	background-position: left -82px;	
}

.tabcontainer li a span{
	font-size:12px;
	padding-left:12px;
	padding-top:8px;
	padding-right:4px;	
	display:block;
}	

.tabcontent{
	display:none;font-size:13px;
}

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



/* End of 'Tabs' */

