/* Start of CMSMS style sheet 'ajaxtabs.css' */
.shadetabs{
	padding: 0px 0;
	margin-left: 0;
	margin-top: 10px;
	margin-bottom: 5px;
	font: bold 11px;
	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;
	padding: 5px 6px;
	margin-right: -2px;
	border-right: 1px solid #dfdfdf;
	color: #2d2b2b;
	background: white url(ajaxtabs/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
	color: #2d2b2b;
}

.shadetabs li a:hover{
	text-decoration: underline;
	color: #2d2b2b;
}

.shadetabs li.selected{
	position: relative;
	top: 2px;
}

.shadetabs li.selected a{ /*selected main tab style */
	background-image: url(ajaxtabs/shadeactive.gif);
	border-bottom-color: white;
	font-weight:bold;
}

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

.tabcontentstyle{ /*style of tab content oontainer*/
	border: 1px solid #efefef;
	margin-bottom: 0px;
	padding: 10px;
	width:680px;
	margin-bottom:20px;
	
}

.tabcontent{
	display:none;
	
}

@media print {

	.tabcontent {
		display:block!important;
	}
	
}
/* End of 'ajaxtabs.css' */

