﻿.TabTopGroup {
	/*background-color: #C7CFDD;*/
}

.TabTopLevel {
	color:#000088;
	background-image: url(Images/TabStrip/nrm_bg.gif);
	border-bottom: 1px solid #C7CFDD;
	font-family:tahoma;
	font-size:11px;
	cursor:pointer;
}

.TabTopLevelHover {
	background-image: url(Images/TabStrip/nrm_bg_hover.gif);
	border-bottom: 1px solid #C7CFDD;
	color:#000088;
	font-family:tahoma;
	font-size:11px;
	cursor:pointer;
}

.TabSelectedTopLevel {
	background: url(Images/TabStrip/sel_bg.gif);
	border-bottom: 1px solid #1F4F6F;
	color: #FFF;
	font-family:tahoma;
	font-size:11px;
	cursor: default;
}

.TabLevel2Group {
	background-image: url(Images/TabStrip/level2_group_bg.gif);
	border-left: 1px solid #1E4077;
	border-right: 1px solid #1E4077;
	color: #FFF;
	height: 20px;
}

.TabLevel2 {
	font-family:tahoma;
	font-size:11px;
	cursor: default;
}

.TabLevel2Hover {
	font-family:tahoma;
	font-size:11px;
	text-decoration:underline;
	cursor:default;
}

.TabSelectedLevel2 {
	font-family:tahoma;
	font-size:11px;
	text-decoration:underline;
}

.TabBody {
	background-color:White;
	border-left: 1px solid #1E4077;
	border-right: 1px solid #1E4077;
	border-bottom: 1px solid #1E4077;
	width:100%;
	height:100%;
	position:relative;
}