/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs_one{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 10px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs_one li{

margin: 0;
}

.shadetabs_one li a{
text-decoration: none;
position: relative;
display: block;
float:left;
width:115px;
text-align:center;
margin-right:2px;
z-index: 1;
padding: 3px 7px;
border: 1px solid #0D3D85;
color: #ffffff;
background-color:#5978a7;
}

.shadetabs_one li a:visited{
color: #ffffff;
}

.shadetabs_one li a:hover{
text-decoration: underline;
color: #ffffff;
}

.shadetabs_one li a.selected{ /*selected main tab style */
position: relative;
}

.shadetabs_one li a.selected{ /*selected main tab style */
background-color:#C3CEE0;
color:#0d3e80;
border-bottom-color: #0D3D85;
}

.shadetabs_one li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}






.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 10px Verdana;
list-style-type: none;
text-align: left; /*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;
text-align:center;
z-index: 1;
padding: 3px 7px;
border: 1px solid #000033;
color: #ffffff;
background-color:#000033;
}

.shadetabs li a:visited{
color: #ffffff;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #ffffff;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
}

.shadetabs li a.selected{ /*selected main tab style */
background-color:#000066;
color:#FFFFFF;
border-bottom-color: #0D3D85;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
background-color:#EDEDED;
font-size:12px;
}

@media print {
.tabcontent {
display:block !important;
}
}
