/* http://www.csuglab.cornell.edu/~dml48/pbcast/css/tabcontrol.css */
.tabcontainer
{
margin-left:5px;
margin-right:5px;
/*position:absolute;
top:98px;
left:150px;*/
}
.tab
{
width:88px;
background-image : url(tab.gif);
background-repeat : no-repeat;
text-align:center;
margin-left:1px;
float:left;
font-family : comic sans ms,verdana,arial,sans-serif ;
font-size:.8em;
}

.tabselected
{
width:88px;
background:#FFFFFF;
background-image : url(tabselected.gif);
background-repeat : no-repeat;
text-align:center;
margin-left:1px;
float:left;
border-bottom:none;
font-family : comic sans ms,verdana,arial,sans-serif ;
font-size:.8em;
}
