/* ######### CSS for Shade Tabs. Remove if not using ######### */

.right{
float: left;
}

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
text-align: center; /*set to left, center, or right to align the menu as desired*/
float: left;
}

.shadetabs td a{
padding: 4px 4px 4px 4px;
}

.shadetabs td a{
display: list-item;
margin: 1px;
width: 5px;
height: 5px;
color: #4C7CC0 !important;
background-color: #FDA951;
}


.shadetabs2{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
text-align: left; /*set to left, center, or right to align the menu as desired*/
float: left;
}

.shadetabs2 td.left a {
padding: 4px 4px 4px 4px;
}

.shadetabs2 td.left a {
	display: list-item;
	margin: 1px;
	width: 112px;
	color: #2d2d2d !important;
	background-color: #F3F3F3;
	border: 1px solid #FF6600;
	text-align: center;
}

.shadetabs2 td.right a {
padding: 4px 4px 4px 4px;
}

.shadetabs2 td.right a {
	display: list-item;
	margin: 1px;
	width: 60px;
	color: #FFFFFF !important;
	background-color: #FF9900;
	border: 1px solid #FF6600;
	text-align:center;
}





.shadetabs td a:visited, .shadetabs2 td a:visited{
color:#F02929 !important;
}

.shadetabs td a:hover, .shadetabs2 td a:hover{
text-decoration: underline;
}

.shadetabs td a.selected, .shadetabs2 td a.selected{ /*selected main tab style */
position: relative;
}

.shadetabs td a.selected, .shadetabs2 td a.selected{ /*selected main tab style */
	border-bottom-color: white;
	background-color: #F02929;
	color: #FFCC00 !important;
}

.shadetabs td a.selected:hover, .shadetabs2 td 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{
padding: 0;
width: 500px;
border-top: 5px solid #D25A0B; /*Brown color theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.modernbricksmenu2 ul{
margin:0;
margin-left: 10px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.modernbricksmenu2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.modernbricksmenu2 a{
float: left;
display: block;
font: bold 11px Arial;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background-color: black; /*Brown color theme*/ 
border-top: 1px solid white;
}

.modernbricksmenu2 a:hover{
background-color: #D25A0B; /*Brown color theme*/ 
color: white;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
background-color: #D25A0B; /*Brown color theme*/ 
color: white;
border-color: #D25A0B; /*Brown color theme*/ 
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
font: bold 13px Arial;
text-align:center;
padding-left: 19px;
height: 20px;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: center;
width: 100%;
}

.indentmenu ul li{
display: inline;
width: 140px;
}

.indentmenu ul li a{
float: left;
background-color: #FF6600;
color: white; /*text color*/
padding: 2px 10px 2px 10px;
margin: 3px;
text-decoration: none;
border-right: 1px solid white; 
}

.indentmenu ul li a:visited{
color: white;
font-weight: bold;
}

.indentmenu ul li a:hover{
text-decoration: none;
}

.indentmenu ul li a.selected{
	color: #FFFFFF !important;
	padding-top: 2px 10px 0 10px; /*shift text down 1px*/
	background-color: #FF0000;
	border-right: 1px solid white;
}


.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 350px;
margin-bottom: 1em;

}

.tabcontent{
display:none;
}

.tabcontent2 a img 
{
border:none;
background:none;
padding:0;
}

.tabcontent3 a img 
{
border:none;
background:none;
padding:0;
}

@media print {
.tabcontent {
display:block !important;
}
}

.tabcontentstyle2{ /*style of tab content oontainer*/
width: 100px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent2{
display:none;
text-align: center;
}



@media print {
.tabcontent2 {
display:block !important;
}
}