#tabcontentloader {
  border:1px solid #999999;
  width:335px;
  padding: 10px;
}
.tabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}
.tabs li{
display: inline;
margin: 0;
}
.tabs li a{
font-family: Arial, Verdana, Tahoma;
font-weight: bold;
text-decoration: none;
font-size: 12px;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 0px;
border: 1px solid #999999;
color: #999999;
background-color: #E2E2E2;
outline: none;
}
.tabs li a:hover {
color: #000000;
}
.tabs li a.selected{ /*selected main tab style */
font-family: Arial, Verdana, Tahoma;
font-weight: bold;
text-decoration: none;
font-size: 12px;
border-bottom: 1px solid #FFFFFF;
background-color: #FFFFFF;
color: #000000;
font-size: 12px;
}
.tabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
color: #000000;
}
