#tablist{
padding: 3px 0;
margin-left: 0;
margin-bottom: 0;
margin-top: 0.1em;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight:400;
}

#tablist li{
list-style: none;
display: inline;
margin: 0;
}

#tablist li a{
text-decoration: none;
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #94AEA9;
border-bottom: none;
background: #CDDCDA;
}

#tablist li a:hover{

	text-decoration: none;
	background-color:#B5CCC8;
}

#tablist li a:link, #tablist li a:visited{
color: #000000;
}

#tablist li a.current{
background: #CDDCDA;
}

#tabcontentcontainer{
width:400px;
height:600px;
}

.tabcontent{
display:none;
}
