/* ######### 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: #716959;
	font-size: 12px;
	font-family: Arial;
	background: #DDDCDA;
	-moz-border-radius: 5px;
	font-weight:bold;
}
.plinks a:hover {
	text-decoration: none;
	color: #566770;
	background: #ACB9BF;
}

.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: 7px 2px 0 0;
	border: 0;
	font-size: 12px;
	font-family: Tahoma;
	color:#CACACA;
	background:#292929;
	-moz-border-radius: 4px;
	font-weight:bold;
	text-transform: uppercase;
}

.shadetabs li a:hover {
	text-decoration: none;
	background:#EFECDF;
	color:#8A7168;
}

.shadetabs li a.selected { /*selected main tab style */
	position: relative;
	top: 1px;
}

.shadetabs li a.selected { /*selected main tab style */
	color:#E0D7D1;
	background: #A48779;
	border: 0;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
	text-decoration: none;
}

.tabcontent{
	display:none;
}

@media print {

.tabcontent {

	display:block !important;

}

}
