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

#project_tabs {
	margin: 0;
}

#project_content {
	padding: 15px 0 0 0;
}
.plinks a, .plinks a:visited {
	text-decoration: none;
	padding: 5px 10px;
	margin: 10px 2px 0 0;
	border: 0;
        color: #ADA8AE;
	font-size: 9px;
	font-family: Verdana;
	background: #F2F2F2;
	-moz-border-radius: 5px;
	font-weight:bold;
	text-transform:uppercase;
}
.plinks a:hover {
	text-decoration: none;
	color: #ffffff;
	background: #9BAFBA;
}

.shadetabs {
	padding: 0;
	margin: 0;
	font-family: Tahoma;
	font-size: 11px;
	list-style-type: none;
	text-align: center; /*set to left, center, or right to align the menu as desired*/
	background: transparent !important;
}

.shadetabs li {
	display: inline;
	margin: 0;
	padding: 0 !important;
	background: transparent !important;
}

.shadetabs li a {
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 5px 10px;
	margin: 0 2px 0 0;
	border: 0;
	color: #716959;
	font-size: 12px;
	font-family: Arial;
	background: #F1F1F1;
	-moz-border-radius: 5px;
	font-weight:bold;
}

.shadetabs li a:hover {
	text-decoration: none;
	color: #ffffff;
	background: #9BAFBA;
}

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

.shadetabs li a.selected { /*selected main tab style */
	color: #ffffff;
	background: #B59E98;
	border: 0;
}

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

.tabcontent{
	display:none;
}

@media print {

.tabcontent {

	display:block !important;

}

}
