.tab {
float:left;
/* height:35px; */
/*
padding:0.25em 0.5em 0.25em 0.5em;
margin-right:0.12em;
*/
padding:4px 8px 4px 8px;
margin-right:4px;
border:2px solid #666;
}
.tab span.label{
font-family:Verdana, sans-serif;
font-size:100%;
font-weight:normal;
}
.tab a{
color:#333;
}
.tab a:visited{
color:#333;
}
.tab a:hover{
color:#833;
}

.active{
border-bottom:1px solid #fff;
background-color:#fff;
position:relative;
z-index:50;
}
.inactive{
border-bottom:1px;
background-color:#ddd;
}

#tabs{
/*
width:600px;
height:35px;
overflow:hidden;
*/
}
#tab_content{
/* width:600px; */
height:120px;
overflow:hidden;
}

.main{
display:none;
padding:10px;
margin:0;
position:relative;
top:-2px;
border:2px solid #666;
background-color:#fff;
background-image: url(http://web.sunybroome.edu/~library/images/white_fade3.jpg);
background-repeat: repeat-x;
background-position: bottom;
width:600px;
height:160px;
/*overflow:hidden; this will hide any flyout text that is outside the margins so don't use it */
}
.main input.search_box{
background-color:eafada;
}

p.tab_content{
font-family:Verdana, sans-serif;
font-size:100%;
margin: 0.5em 0 0.5em 1em;
}

.box_options{
margin:0.5em 0 0.5em 0;
}
