.tabGroup
{
    float:left;
    width:100%;
    height:100%;
    padding-top: 0px;
    padding-left: 0px;
    margin-left: 0px;
    margin-right: 0px;
    overflow: hidden;
    /*color: #547796;*/
    color: #555;
    line-height: normal;
    text-align: center;
    outline: none;
    font-size:0px;
}

.tabGroup .tab
{
    cursor: pointer;
    position: absolute;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left: 25px;
	white-space: nowrap;
}

.tabGroup .tab.active
{
	cursor:pointer;
	position: absolute;
	color:#18283A;
	height: 28px;
}

.tabMiddleInactive, .tabMiddleActive
{
	padding:2px 0px 0px 0px;
}

.tabMiddleInactive {
	display: inline-block;
	height: 20px;
	vertical-align: top;
	font-size: 16px;
	font-weight: normal;
	border-top: 1px solid #ccc;
	/*border-top-right-radius: 4px;
	border-top-left-radius: 4px;*/
}

.tabMiddleActive h2, .tabMiddleInactive h2 {
    display: inline-block;
    height: 22px;
    vertical-align: top;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
}

.tabMiddleActive {
	display: inline-block;
	height: 22px;
	vertical-align: top;
	font-size: 16px;
	font-weight: normal;
	background-color: white;
	border-top: 1px solid #ccc;
    border-bottom: 4px solid #307D76;
	/*border-top-right-radius: 4px;
	border-top-left-radius: 4px;*/
}

.tabMiddleContent {
	padding: 2px 10px 3px 10px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	/*border-top-right-radius: 4px;
	border-top-left-radius: 4px;*/
}