﻿/* ######### CSS for Shade Tabs. Remove if not using ######### */

.tabdiv {
border:1px solid #0066cc;
width:50px;
margin-bottom: 1em;
padding: 10px;
}
.tabdiv2 {
border:2px solid #0066cc;
width:98%;
padding:5px;
margin-bottom: 1em;
}

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
list-style-type: none;
color: #000066;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
color: #000066;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 2px solid #0066cc;
color: #000066;
font: bold Tahoma;
font-size: 12px;
background: #99ccff ;
border-bottom-color: #99ccff;
width:150px;
}

.shadetabs li a:visited{
color: white;
}

.shadetabs li a:hover{
color: white;
border-color:white;
font-weight:bold;
background: #000066;
padding-top:10px;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
color: blue;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: ;
color: #0066cc;
font-weight:bold;
font-size: 12pt;
border-bottom-color: white;
background: white;
padding-top:5px;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display: block;
}

@media print {
.tabcontent {
display:block !important;
}
}

