/*
 * $Id: tabnav.css,v 1.4 2006/02/27 18:02:17 bgetachew Exp $
 *
 * Shared tab styles
 */
#tabContainer {
	width: 500px;
	height: 19px;
	background: #fff;
	font-family: Helvetica;
	font-size: 10pt;
}

#tabnav {
	height: 20px; /*where the gif is drawn at the bottom of the tabs */
	margin: 0;
	padding-left: 10px;
	background: url(../../images/activSearch/1x1_0062C3.gif) repeat-x bottom;
}

#tabnav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#tabnav a:link, #tabnav a:visited {
	width: 188px;
	float: left;
	text-align: center;
	background: #e6eaea;
	line-height: 14px; /* height of the tabs */
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	margin-right: 4px; /* gab between the tabs */
	border: 1px solid #0062c3;
	text-decoration: none;
	color: black;
}

#tabnav a:link.active, 
    #tabnav a:link.active span,  
    #tabnav a:visited.active, 
    #tabnav a:visited.active span {
	border-bottom: 1px solid #fff;
	background: #fff;
	color: #000;
}

#tabnav a:link span, #tabnav a:visited span {
	font-weight: normal;
}

#tabnav a:hover, #tabnav a:hover span {
	background: red;
	color: white;
}
#tabnav a:hover.active {
	background: #fff;
	color: #000;
}