

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: normal 11px Arial, Helvetica, sans-serif;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/

 
 }

.shadetabs li{
display: inline;
margin: 0px;
 
}

.shadetabs li a{
text-decoration: underline;
position: relative;
z-index: 1;
padding: 3px 5px;
margin-right: 3px;
border: 1px solid #778;
color: Black;
background: white url(Single-Tabs/Shade2.gif) repeat-x top left;
}

.shadetabs li a:visited{
color: Black;
 text-decoration : underline;
}

.shadetabs li a:active {
	color: Black;
}


.shadetabs li a:hover{
text-decoration: underline;
color: White;
}



.shadetabs li a.selected{ /*selected main tab style */
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 5px;
margin-right: 3px;
border: 1px solid #778;
color: Black;
background: white url(Single-Tabs/ShadeActive2.gif) repeat-x top left;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: underline;
color: Black;
}

.tabcontent{

width: 635px;
padding: 12px 4px 5px 15px;
 font : normal Arial Helvetica sans-serif;
 font-size : 12px;
 color : Black;
 
}

.BoxStyle {
	border : 1px solid Gray;
	width : 652px;
	height : 100px;
	padding : 0px;
	background-color : #9fc8c2;
}


@media print {
.tabcontent {
display:block !important;
}
}

/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.modernbricksmenu2{
padding: 0;
width: 362px;
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: normal 11px Arial;
width: 100%; /*leave this value as is in most cases*/
 height : 39px;
 line-height : 11px;
 padding : 0px 3px;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/

  }

.indentmenu ul li{
display: inline;
 background : url(Single-Tabs/Tab-Closed.gif) no-repeat;
}

.indentmenu ul li a{
background : url(Single-Tabs/Tab-Closed.gif) no-repeat;
float: left;
color: Black; /*text color*/
padding: 6px 4px 4px 8px;
text-decoration: none;
height : 39px;
 width : 83px;
 /*navy divider between menu items*/
}

.indentmenu ul li a:visited{
color: #333333;
 background : url(Single-Tabs/Tab-Closed.gif) no-repeat;
}

.indentmenu ul li a.selected{
color: #333333;
padding-top: 6px; /*shift text down 1px*/
padding-bottom: 4px;
background: url(Single-Tabs/Tab-Open.gif) no-repeat;
 height : 39px;
 width : 83px;
}


.tabcontentstyle{ /*style of tab content oontainer*/

width: 635px;
padding: 12px 4px 5px 15px;
 font : normal Arial Helvetica sans-serif;
 font-size : 12px;
 color : Black;
 
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}