/* NAV-TABS */
div.nav-tabs
{
	font-weight: bold;
	padding: 0px;
	padding-bottom: 4px;
	margin: 0px;
	padding-top: 6px;
	cursor: default;
}

div.nav-tabs a
{
	margin: 0px;
	padding: 8px;
	padding-top: 4px;
	padding-bottom: 3px;
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #969696;
	line-height: 12pt;
	border: 1px solid #666;
	cursor: pointer;
}

div.nav-tabs img
{
	padding: 0px;
	margin: 0px;
	border-width: 0px;
	vertical-align: bottom;
}

div.nav-tabs a,
div.nav-tabs a:link,
div.nav-tabs a:hover,
div.nav-tabs a:visited
{
	text-decoration: none;
	color: black;
}

div.nav-tabs a.current
{
	font-size: 12pt;
	background-image: url(/images/tab-background-light.gif);
	background-repeat: repeat-x;
	background-position: top left;
	padding: 10px;
	padding-top: 8px;
	padding-bottom: 3px;
	background-color: #CCC;
	border-bottom: 1px solid #CCC;
	cursor: default;
}
