/* ----------------------------------------- Tabs Code ----------------------------------------------*/
#main {
	text-align: left;
	border: 1px solid #666;
	background: #FFFDF3;
	clear: both;
	width: 99%;
	margin-top: -1px;
}
#tabs {
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	clear: both;
	text-align: center;
}
#tabs ul {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#tabs li { 
	float: left; 
}
/*
#tabs a,span { 
	width: 90px; 
}
*/
#tabs span {
	position: relative;
	top: 0;
	margin: 0 2px 0 0;
	float: left;
	background-color: #8db6cd;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	/*padding: 6px 4px 6px 10px;*/
	padding: 3px 2px 3px 5px;
	text-decoration: none;
	color: #fff;
}
#tabs a {
	position: relative;
	top: 0;
	margin: 1px 2px 0 0;
	float: left;
	background: #FFFAE1;
	border-right: 1px solid #AAA;
	border-top: 1px solid #AAA;
	border-left: 1px solid #AAA;
	/*padding: 5px 4px 5px 10px;*/
	padding: 2px 2px 2px 5px;
	text-decoration: none;
	color: #333;
}
#tabs a:hover {
	background: #FFF7CD;
	position: relative;
	top: 0;
	/*padding: 5px 4px 6px 10px;*/
	padding: 2px 2px 3px 5px;
	margin-top: 0px;
}
#tabs a.active {
	position: relative;
	top: 0;
	margin: 0 2px 0 0;
	float: left;
	background-color: #8db6cd;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	/*padding: 6px 4px 6px 10px;*/
	padding: 3px 2px 3px 5px;
	text-decoration: none;
	color: #333;
}
#tabs a.active:hover {
	position: relative;
	top: 0;
	margin: 0 2px 0 0;
	float: left;
	background-color: #8db6cd;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	/*padding: 6px 4px 6px 10px;*/
	padding: 3px 2px 3px 5px;
	text-decoration: none;
	color: #000;
}
#subtabs ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#subtabs li {
	float: left;
	padding: 0 8px 0 8px;
	border-left: 1px solid #CCC;
	white-space: nowrap;
}
#subtabs li:first-child { 
	border-left: none; 
}
#subtabs li a{
	color: #333333;
}

#subtabs {
	font-family: verdana, arial, sans-serif;
	font-size: 9pt;
	background-color: #8db6cd;
	color: #fff;
	/*padding: 5px 7px 7px 7px;*/
	padding: 2px 4px 4px 4px; 
}
#subtabs a{
	text-decoration: none;
}

#extraNav
{
	text-align: right;
}
span.divider
{
	display: none;
}