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

#project_tabs {
	margin: 0;
}

#project_content {
	padding: 15px 0 0 0;
}

.shadetabs {
	padding: 0;
	margin: 0;
	font-family: Arial;
	font-size: 10px;
	list-style-type: none;
	text-align: left; /*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: 3px 5px 3px 5px;
	margin: 0 2px 0 0;
        color: #a8a5a3;
	background: #f1eee8;
	border: 0;
	font-size: 11px;
	font-family: Arial;
	-moz-border-radius: 5px;
}

.shadetabs li a:hover {
	text-decoration: none;
	color: #94b9c9;
	background-color: #efece4;
}

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

.shadetabs li a.selected { /*selected main tab style */
	color: #fff;
	background: #99bdcb;
	border: 0;
}

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

.tabcontent{
	display:none;
}

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