﻿.mainTabs {
	border: 1px solid #666;
	clear: both;
	background-color: white; /*#FDF9D6;/*#FFF3B3;*/
	padding-top: 2px;
}

#contents {
	padding: 1.5em;
	background-color: #FDF9D6;/*#FFFDF3;*/
	min-height: 300px;
}

.headerTabs {
	position: relative;
	width: 100%;
	height: 60px;
	vertical-align: top;
}

.headerTabs .primaryTabs {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	width: 100%; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

.headerTabs .primaryTabs li  {
	display: inline;
	list-style: none;
}

.headerTabs .primaryTabs a,.headerTabs .primaryTabs span,.headerTabs .primaryTabs a.current {
	width: 11.2em !important;
	display: block;
	float: left;
	padding: 4px 0;
	margin: 1px 2px 0 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*text-transform: uppercase;*/
	color: #0099CC;
	font-weight: bold;
	height: 35px;
	cursor :pointer;
}

.headerTabs .primaryTabs span,
.headerTabs .primaryTabs a.current,.headerTabs .primaryTabs a.current:hover {
	border: 1px solid #666;
	border-bottom: none;
	background-color: white;/*#FFF3B3;*/
	color: #0099CC;
	padding-bottom: 6px;
	margin-top: 0;
}


.headerTabs .primaryTabs a {
	background: #ececec;/*#FFFAE1;*/
	border: 0px solid #AAA;
	border-bottom: none;
}

.headerTabs .primaryTabs a:hover {
	margin-top: 0;
	border-color: #666;
	background-color: #ececec;/*#FFF7CD*/;
	padding-bottom: 5px;
    text-decoration :none;
}

.headerTabs ul#secondary {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: -1.4em;
	left: 1px;
	width: 50em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

.headerTabs ul#secondary li a,.headerTabs ul#secondary li span {
	width: auto;
	display: block;
	float: left;
	padding: 0 10px;
	margin: 0;
	text-align: center;
	border: none;
	border-right: 1px dotted #AAA;
	background: none;

}

.headerTabs ul#secondary li a {
	color: #06C;
	text-decoration: underline;
}

.headerTabs ul#secondary li a:hover {
	color: #333;
	background: transparent;
	padding: 0 10px;
	border: none;
	border-right: 1px dotted #AAA;
}

.headerTabs ul#secondary li a:active {
	color: #000;
	background: transparent;
}

.headerTabs ul#secondary li:last-child a { border: none; }