/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 10px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
float:left;
width:230px;
}

.shadetabs li{
display: block;
margin: 0;
height:30px;
width:230px;
}

.shadetabs li a{
text-decoration: none;
padding: 6px 7px 6px 13px;
margin-right: 3px;
border-bottom: 1px dotted #778;
color: #2d2b2b;
background: white;
width:210px;
display:block;
}

.shadetabs li a:visited{
color: #2d2b2b;
width:210px;
}

.shadetabs li a:hover{
text-decoration: none;
color:#000000;
font-weight:bold;
width:210px;
background: url(../images/bg_orgarrow.jpg) left no-repeat;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
width:210px;
}

.shadetabs li a.selected{ /*selected main tab style */
background: url(../images/bg_orgarrow.jpg) left no-repeat;
color:black;
font-weight:bold;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
height:120px;
}

@media print {
.tabcontent {
display:block !important;
}
}
