/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
margin-bottom: 0;
padding-right:40px;
list-style-type: none;
font: bold 14px Arial;
text-align: center;
height: 26px;
}

.shadetabs li{
display:inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
background: #24a1c5;


}

.shadetabs li a:visited{
color: white;
text-decoration:none;
background: #013246;
}

.shadetabs li a:selected, .shadetabs li a:hover{
color: #ffffff;
text-decoration:none;
/*background: #2fcbf8;*/
background: #013246;
}

.lshadetabs{
margin: 0px;
padding: 0px;
padding-top: 2px;
list-style-type: none;
text-align: center;
}

.lshadetabs li{
display: inline;
margin: 0;
}

.lshadetabs li a{
text-decoration: none;
position: relative;
z-index: 2;
padding: 0px;
line-height: 31px;
}

.ishadetabs{
margin: 0px;
padding: 0px;
list-style-type: none;
text-align: center;
height: 31px;
}

.ishadetabs li{
display: inline;
margin: 0px;
padding: 0px;
}

.ishadetabs li a{
text-decoration: none;
position: relative;
z-index: 2;
padding: 0px;
height: 31px;
}

.tabcontent{
display:none;
background:#013246;
font-size:12px;
color: #ffffff;
text-align:justify;
}

.tabs_pos{
float:right; 
padding-left:5px;
position: relative; 
top:0px; 
right:0px;
}
