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

.shadetabs{
/*padding: 3px 0;*/
/*margin-left: 0;
margin-top: 1px;*/
/*margin-bottom: 0;*/
padding:5px 0 0 30px;
font-family: Verdana, Arial, Helvetica, sans-serif;
width:910px; 
font-size:16px;
text-align:center;

list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
text-align:center;
padding:0px;

}

.shadetabs li a{
text-decoration: none;
/*position: relative;*/
z-index: 1;
padding: 0 10px;
/*margin-right: 3px;*/
/*border-right: 1px solid #ccc;*/
color: #333;
line-height:30px;

text-align:center;
/*background: url(../images/tab.jpg) repeat-x;*/
}

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

.shadetabs li a:hover{
text-decoration: none;
/*background:url(../images/tab_on.jpg) repeat-x;*/
color: #000;
}


.shadetabs li a.selected{ /*selected main tab style */
	color:#000;
	font-weight:bold;
/*background-image: url(../images/tab_on.jpg);*/
}



.tabcontent{
display:none;
}

.tabcontent h2{
	margin:0px;
	padding:20px 0 5px 0;
	font-size:22px;
	color:#666;
}

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

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



.tabcontent{
	margin:0 15px 0 10px;
display:none;
}

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

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





.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;
}
}


