/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{

margin-left: 0;
margin-right: 0;
margin-top: px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align:center; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
margin-top: 0px;
text-align:center;
}

.shadetabs li a{
position: relative;
padding: px px;
margin-top: 0px;
margin-right: px;
border: 1px solid #778;
color: #2d2b2b;
vertical-align:middle;
text-align:center;
background: white url(img/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
vertical-align:middle;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
vertical-align:middle;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;

top: 0px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(img/shadeactive.gif);
border-bottom-color: white;
vertical-align:middle;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-align:center;
vertical-align:middle;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {

display:block !important;
}
}

/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.modernbricksmenu2{
padding: 0;
margin-top: 0px;
border-top: 0px solid ; /*Brown color theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.modernbricksmenu2 ul{
margin:0;
margin-left: 0px; /*margin between first menu item and left browser edge*/
padding: 0;
vertical-align:bottom;
list-style: none;
text-decoration:none;
}

.modernbricksmenu2 li{
display: inline;
margin: 1 1px 1 1;
text-align:center;
padding-left: 0px;
padding-right: 0px;
width:100px;
padding-top:0px;
padding-bottom:0px;
text-transform:uppercase;
text-decoration:none;
}

.modernbricksmenu2 a{
float: both;
display: inline;
font: bold 11px Arial;
color: white;
clear:both;
width:95px;
text-decoration: none;
margin:0 0px 0 0; /*Margin between each menu item*/
padding-left: 10px;
padding-right: 10px;
padding-top:10px;
padding-bottom:10px;
text-align:center;
 /*Brown color theme*/ 
border-color: 1px solid white;

}

.modernbricksmenu2 a:hover{
clear:both;
background-color: #00005D; /*Brown color theme*/ 
color: white;
height:35px;
width:95px;
padding-left: 10px;
padding-right: 10px;
padding-top:10px;
padding-bottom:10px;
text-align:center;
border-color: 1px solid white;
text-decoration:none;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
background-color: #00005D; /*Brown color theme*/ 
color: white;
clear:both;
width:95px;
height:35px;
padding-left: 10px;
padding-right: 10px;
padding-top:10px;
padding-bottom:10px;
border-color: 1px solid white;
text-decoration:none;
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;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
clear:both;
float: both;
/* width: 80%; width of menu*/
border-top: 1px solid navy; /*navy border*/
background: black url(img/indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 0px 00px;
text-decoration: none;
border-right: 1px solid navy; /*navy divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a.selected{
color: white !important;
padding-top: 0px; /*shift text down 1px*/
padding-bottom: 0px;
text-align:center;
text-decoration:none;
background: black url(img/indentbg2.gif) center center repeat-x;
}


.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 457px;
margin-bottom: 1em;
padding: 0px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}