div.tabs
{
	position: relative;
	margin-top: 1px;
	margin-bottom: 1px;
	top: 3px;
	white-space: nowrap;
	line-height: 23px;
	cursor: default !important;
	font-weight: 700 !important;
	z-index: 100;
}

.firstTabContent, .tabContent
{
	background-color: #F4F9FF;
	position: relative;
	/*padding: 10px;
	margin-bottom: 25px;
	border: #ccc 1px solid;*/
	z-index: 80;
}

.content .content
{
	padding: 10px;
	margin-bottom: 25px;
	background-color: #F4F9FF;
	border: #ccc 1px solid;
}


.tab
{
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 11px;
	width: 120px;
	background-color: #4775A3;
	color: #FFFFFF;
	border: #ccc 1px solid;
	padding: 2px 5px 1px 5px;
	z-index: 100;
}

.tabHover
{
	background-color: #003366;
	color: #FFFFFF;
	border: #ccc 1px solid;
	border-bottom-width: 0 !important;
	z-index: 90;
}

.tabActive
{
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 13px;
	font-weight: bold;
	background-color: #F4F9FF;
	color: #4c4c4c;
	padding: 3px 5px 2px 5px;
	border-bottom-width: 0 !important;
	z-index: 100;
}
