/* CSS used for Tab Content */
.basictab ul{
margin: 4px;
padding: 0px;
margin-left: 0px;
font: bold 12px Verdana;
border-bottom: 0px solid gray;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 0px;
cursor:pointer;
}

.basictab li a{
text-decoration: none;
padding: 3px 10px 4px 10px;
margin-right: 3px;
border: 1px solid gray;
border-bottom: none;
background-color: #393939;
color: #ffffff;
}

.basictab li a:visited{
color: #ffffff;
}

.basictab li a:hover, .basictab li a.current{
background-color: #337901;
color: #ffffff;
}

.basictab li a:active{
color: #ffffff;
}

#tabcontentcontainer{
width:100%; /*width of 2nd level content*/
/*height:1.5em; height of 2nd level content. Set to largest's content height to avoid jittering.*/
border: #337901 solid 5px; padding:10px;
font:normal 11px tahoma;
color:#333333;
height:300px;

}

.tabcontent{
display: none;
height:300px;
}
.button {background:#337901; padding:2px; border:solid 1px #808080; font:normal 11px tahoma; color:#FFFFFF;cursor:pointer;}

/* CSS used for Tab Content */