/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 2px 0;
margin-left: 3px;
margin-top: 7px;
margin-bottom: 0;
font: bold 11px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
float: left;
display: block;
margin: 0px;
}

.shadetabs li a{
text-decoration: none;
color: white;
text-align: center;
position: relative;
z-index: 1;
padding: 6px 9px 4px 9px;
margin-left: 0px;
border: 0px solid;
border-right: 1px solid white;
background-color : #353535;
}

.shadetabs li a:visited{
text-decoration: none;
color: white;
}

.shadetabs li a:hover{
background-color : #C23F4B;
text-decoration: none;
color: white;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 0px;
padding: 6px 9px 4px 9px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-color : #C23F4B;
}

.shadetabs li a.selected, a:focus { outline-style: none; -moz-outline-style:none; }

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

/* ######### CSS for Portal Tabs. Remove if not using ######### */

.portaltabs{
padding: 2px 0;
margin-left: 1px;
margin-top: 0px;
margin-right: 6px;
margin-bottom: 10px;
font: bold 11px Verdana;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.portaltabs li{
float: right;
display: block;
margin: 0px;
}

.portaltabs li a{
text-decoration: none;
color: white;
text-align: center;
position: relative;
z-index: 0;
padding: 3px 6px 4px 6px;
margin-left: 0px;
border: 0px solid;
border-right: 1px solid white;
border-bottom: 1px solid white;
background-color : #353535;
}

.portaltabs li a:visited{
text-decoration: none;
color: white;
}

.portaltabs li a:hover{
background-color : #C23F4B;
text-decoration: none;
color: white;
}

.portaltabs li a.selected{ /*selected main tab style */
position: relative;
top: 0px;
padding: 3px 6px 4px 6px;
}

.portaltabs li a.selected{ /*selected main tab style */
background-color : #C23F4B;
}

.portaltabs li a.selected, a:focus { outline-style: none; -moz-outline-style:none; }

.portaltabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}
