/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding:  0;
display:block;
float:left;
margin-left: 0;
margin-top: 3px;
width:193px;
margin-bottom: 0;
font: bold 12px Verdana!important;

list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
/*display: inline;*/
border: 0;
padding:0;
margin:0;
font: bold 11px Verdana!important;
}
.shadetabs li span.small{
/*display: inline;*/
font-size:9px;
font-weight:normal;
}

.shadetabs li a{
text-decoration: none;

z-index: 1;
padding: 10px 0 0 10px;
margin: 0;
border: 0;
color: #9a9b9d;
display:block;
width:183px;
height:36px;
background: url(images/secondTabDown.jpg) top left no-repeat;
}

/*.shadetabs li a:visited{
color: #2d2b2b;
}*/

.shadetabs li a:hover{
text-decoration:none;

}


.shadetabs li a.selected{ /*selected main tab style */
height:39px;
background: url(images/secondTabUp.jpg) top left no-repeat;
color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}
.secondTabInfo {
float:left; 
width:595px;
background:  url(images/secondTabsBg2.jpg) top right no-repeat;
padding: 10px;
height: 123px;
margin-top:3px;
font: 12px Arial;
}

.secondTabInfoStatic {
float:left; 
width:595px;
background:  url(images/secondTabsBgS.jpg) top right no-repeat;
padding: 10px;
height: 196px;
margin-top:3px;
font: 12px Arial;
}


.secondTabInfoShort {
float:left;
background:  url(images/secondTabsBg2Small.png) top right no-repeat;
padding: 10px;
height: 123px;
margin-top:3px;
font: 12px Arial;
}

.secondTabInfo h4 { font-size:14px;  width: 500px; margin:0; padding:5px 0; color:#000}
.secondTabInfo  p{ width: 500px; margin:0; padding:5px 0;}
.secondTabInfoShort h4 { font-size:14px;  width: 300px; margin:0; padding:5px 0; color:#000}
.secondTabInfoShort  p{ width: 300px; margin:0; padding:5px 0;}
@media print {
.tabcontent {
display:block !important;
}
}

