.CSSTabDiv
{
	height:300px;
}
.shadetabs{
padding: 3px 0;
margin-left: 1px;
margin-top: 1px;
margin-right: 0px
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
border-bottom-width: 0;
float: left;
}
.shadetabs li 
{
margin: 0;
}
.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 0px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(images/grayshade.gif) top left repeat-x;
}


* html .shadetabs li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
color: #2d2b2b;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(images/grayshadeactive.gif);
border-right-color: white;
z-index:3;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.shadetabs li.selected{
position: relative;
z-index:3;
}

.tabcontentstyle{ /*style of tab content oontainer*/
position:relative;
left:-5px;
border: 0px solid #778;
width: 500px;
height: 100%;
overflow:auto;
-moz-box-sizing:border-box;box-sizing:border-box;
padding: 0px;
padding-bottom: 0px;
z-index:2;
}

.tabcontent{
display:none;
}

.shadetab{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
z-index: -1;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetab li{
display: inline;
margin: 0;
}

.shadetab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(images/grayshade.gif) top left repeat-x;
}

.shadetab li a:visited{
color: #2d2b2b;
}

.shadetab li a:hover{
color: #2d2b2b;
}

.shadetab li.selected{
position: relative;
}

.shadetab li.selected a{ /*selected main tab style */
background-image: url(images/grayshadeactive.gif);
border-bottom-color: white;
}

.shadetab li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyles{ /*style of tab content oontainer*/
float:left;
border: 1px solid #778;
width: 500px;
height: 100%;
overflow:auto;
-moz-box-sizing:border-box;box-sizing:border-box;
padding: 10px;
padding-bottom:35px;
background: white url(images/grayshade.gif) bottom left repeat-x;
z-index:2;
}

@media print {
.tabcontent {
display:block!important;
}

}
