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

.shadetabs{
	margin-left: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
}

.shadetabs li{
	display: block;
	margin: 0;
	height: 20px;
	vertical-align: middle;
}

.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}

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

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

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

.shadetabs li a.selected{ /*selected main tab style */
	border-bottom-color: white;
}

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

.tabcontent{
display:none;
}

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

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

.modernbricksmenu2{
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
}

.modernbricksmenu2 ul{
	margin: 0;
	text-align: left;
}

.modernbricksmenu2 li{
	display: block;
	text-transform:none;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
}

.modernbricksmenu2 a{
	float: left;
	color: #000000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	text-align: left;
}

.modernbricksmenu2 a:hover{
	color: #2d2b2b;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	text-align: left;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
	color: #FF9900; /*Brown color theme*/
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	display: block;
}

.tabcontent{
display:none;
}

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

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


.indentmenu{
	width: 615px; /*leave this value as is in most cases*/
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.indentmenu ul{
	float: none;
	background-image: url(im/indentbg1.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}

.indentmenu ul li{
	display: inline;
}

.indentmenu ul li a{
	float: none;
	color: #000000;
	text-decoration: none; /*navy divider between menu items*/
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	background-image: url(im/indentbg.gif);
	background-repeat: repeat-x;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-top: 6px;
	padding-right: 11px;
	padding-bottom: 4px;
	padding-left: 11px;
}

.indentmenu ul li a:visited{
	color: #000000;
	background-image: url(im/indentbg.gif);
}

.indentmenu ul li a.selected{
	padding-top: 6px; /*shift text down 1px*/
	padding-bottom: 4px;
	background-image: url(im/indentbgo.png);
}


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

.tabcontent{
display:none;
}

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