/* CSS Document */
.shadetabsBot{ background:#00317f;}
*html body .shadetabsBot{ margin-top:-8px;}
.ddtab{ clear:both;}
.shadetabs{
padding: 0;
margin:0px;
/*width: 100%;*/
overflow: hidden;
background: transparent;
}

.shadetabs ul{
margin: 0;
padding: 0;
list-style: none;
}

.shadetabs li{
display: inline;
margin: 0 1px 0 0;
padding: 0;
}

.shadetabs a{
float: left;
background:  url(roundleft.gif) no-repeat left top; /*default background color of tabs, left corner image*/
margin: 0 2px 0 0;
padding: 0 0 1px 1px;
text-decoration: none;

}

.shadetabs a span{
float: left;
display: block;
background: transparent url(roundright.gif) no-repeat right top; /*right corner image*/
text-align:center;
padding: 7px 8px 3px 8px;
height:30px;
cursor: pointer;
}


.shadetabs li a.selected{ /*selected main tab style */
background-color:#013fa6;
padding-bottom:1px;
}




.shadetabs a:hover, .shadetabs li.selected a, .alt2 li a.selected{
background-color: #00317f; /*background color of tabs onMouseover*/
color:#fff !important;
font:bold 11px Arial;
}

.shadetabs a:hover span{
background-color: transparent;
}

.alt2 a{
background-color: #d9d9d9;
font:bold 11px Arial;
color:#000000 !important;
text-decoration:none;
}

.alt2 a:hover{
background-color: #787881;
color:#fff !important;
font:bold 11px Arial;
text-decoration:none;
}

.tabcontent{border:solid 1px #d9dcea; border-top:solid 5px #00317f; padding:0px;}
*html body .tabcontent{ margin-top:-5px !important; clear:both;}
