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

.shadetabs{
	padding: 3px 0;
	margin-left: 4px;
	margin-top: 0px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.shadetabs li{
	display: inline;
	margin: 0;
	color: #FFFFFF;
}

.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 3px 7px;
	margin-right: 3px;
	color: #ffffff;
	background-color: #747474;
}

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

.shadetabs li a:hover{
	color: #ffffff;
	background-color: #637982;
}

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

.shadetabs li a.selected{ /*selected main tab style */
	border: 2px solid #747474;
	background-color: #637982;
	color: #FFFFFF;
}

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

.tabcontent{
display:none;
}

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

/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.modernbricksmenu2{
	padding: 0;
	width: 770px; /*Brown color theme*/
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
	color: #747474;
}

.modernbricksmenu2 ul{
	margin:0;
	margin-left: 100px; /*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
	color: #747474;
}

.modernbricksmenu2 li{
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	text-transform:uppercase;
	color: #747474;
}

.modernbricksmenu2 a{
	float: left;
	display: block;
	color: #747474;
	text-decoration: none;
	margin: 0 5px 0 0; /*Margin between each menu item*/
	padding: 5px 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.modernbricksmenu2 a:hover{
	color: #ffffff;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
	color: #ffffff;
}

.tabcontent{
	display:none;
}

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

.tabcontentstyle{ /*style of tab content oontainer*/
	border: 1px solid gray;
	width: 450px;
	margin-bottom: 1em;
	padding: 10px;
}
