#CSSTabContainer{

}
.shadetabs{
clear:both;
padding: 0px;
margin-top:10px;
margin-left: 0;
margin-bottom: 0;
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;
padding:0;
background: none;

}

.shadetabs li a,
.shadetabs li a:visited{

padding: 8px 15px;
margin-right: 3px;
background: #D4DBE7 url(/Portals/0/images/bkgd_tab.jpg) repeat-x;
border:1px solid #BBC7D9;
color: #484239;
text-decoration: none;
font-size:14px;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight: bold;
}
.safari .shadetabs li a,
.safari .shadetabs li a:visited {
  display: inline-block;
}
.ie .shadetabs li a,
.ie .shadetabs li a:visited {
  position: relative;
}

.shadetabs li a:hover{
color:#000000;
}

.shadetabs li.selected{
position: relative;
}

.shadetabs li.selected a,
.shadetabs li.selected a:visited{ /*selected main tab style */
background: #FFFFFF;
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
float:left;
width:96%;
border-top:1px solid #BBC7D9;
margin-top:7px;
margin-bottom: 15px;
padding: 10px;
}
.ie8 .tabcontentstyle{
  margin-top:6px;
} 
.gecko .tabcontentstyle{
  margin-top:5px;
} 
.safari .tabcontentstyle {
  margin-top:-1px;
} 
.tabcontent{
display:none;
}
/*
@media print {
.tabcontent {
display:block!important;
}
}*/
