﻿/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0;
font: bold 11pt Verdana;
list-style-type: none;
text-align: right; /*set to left, center, or right to align the menu as desired*/

}

.shadetabs li{
display: inline;
margin: 0;

}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
color: #2d2b2b;
background: url("../images/tabof.gif") no-repeat; padding: 0px ; font-weight: bold;  float: right;  border-bottom: 0px;   text-align: center; width: 72px; height: 23px;
top: 3px;
font-family:Arial, Helvetica, sans-serif;

}

.shadetabs li a:visited{
color: #2d2b2b;
top: 3px;
font-family:Arial, Helvetica, sans-serif;

}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
font-family:Arial, Helvetica, sans-serif;

}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 3px;
font-family:Arial, Helvetica, sans-serif;

}

.shadetabs li a.selected{ /*selected main tab style */
background: url("../images/tabon.gif") no-repeat; padding: 0px ;  font-weight: bold; border-bottom: 0px;  color: #666666;  text-align: center;  width: 72px; position: relative; height: 23px  ;
font-family:Arial, Helvetica, sans-serif;
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
text-align:right;
}

@media print {
.tabcontent {
display:block !important;
}
}
