/*------------ Tab Panel -------------*/


.content-box-header .tabSelected {
	float: left;
	width: 90px;
	padding-top: 8px;
	background-color: #FFFFFF;
	border: #999 solid 1px;
	border-bottom: 0;
	margin-right: 10px;
	cursor: pointer;
	text-align: center;
	font-size: 16px;
	color: #000000;
}

.content-box-header .tab {
	float: left;
	width: 90px;
	padding-top: 8px;
	background-color: #e6e6e6;
	border: #999999 solid 1px;
	border-bottom: 0;
	margin-right: 10px;
	cursor: pointer;
	text-align: center;
	font-size: 16px;
	color: #000000;
	text-shadow: none;
}

.content-box-header .tab:hover {
	background-color: #EEEEEE;
	color: #666;
}

#tabPanel {
	float: right;
	margin-top: 10px;

}

#tabPanel {
	float: right;
	margin-top: 9px;

}

.content-box-header p {
	float: left;
	font-size: 16px;
	margin-left: 10px;
	margin-top: 1px;
	line-height: 30px;
}

.content-box-header p i {
	text-shadow: 1px 1px 1px #CCC;
}

.content-box-header .tab a {
	color: #000;
}

.sub_heading {
	margin-top: 0px;
	height: 38px;
	/*border:1px solid #FFA;*/
	background-color: #FAFAFA;

	/*	background: url(images/bg-table-sub-heading.png) repeat-x;
*/
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;

	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;

	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
}

#sub_tabPanel {
	float: left;
	margin-top: 3px;
	margin-top: 4px;
	margin-left: 15px;

}

.content-box-header *,
.content-box-header *:before,
.content-box-header *:after {
	box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	-webkit-box-sizing: content-box !important;
}

#sub_tabPanel .tabPanel {
	float: right;
	margin-top: 3px;
	margin-top: 4px;

}