table.adminform {

}
.dynamic-tab-pane-control .tab-pane {
	position: relative;
	background-image: none;
}
.dynamic-tab-pane-control .tab-page {
	float: left;
	text-align: left;
	position: relative;
	top: -3px;
	padding: 0px;
	z-index: 0;
	margin-left: 1px;
	width: 99%;
	border-top:1px solid #2f86c9;
}
.dynamic-tab-pane-control .tab-row {
	z-index: 1;
	height: 37px;
	white-space: nowrap;
	margin-left: 8px !important;
	margin-left: 11px;
	background-image: none;
}
.dynamic-tab-pane-control .tab-row .tab {
	width: auto;
	height: 30px;
	line-height: 30px;
	background-image: none;
	background: #E2E2E2;
	position: relative;
	top: 0;
	display: inline;
	float: left;
	overflow: hidden;
	cursor: pointer;
	margin: 4px -1px 1px 2px;
	padding: 0px 15px 0px 15px;
	border-left: 1px solid white;
	z-index: 1;
	white-space: nowrap;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.dynamic-tab-pane-control .tab-row .tab.hover {
	width: auto;
	height: 30px;
	background-image: none;
	background-color: #CBCBCB;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	white-space: nowrap;
	border: 0px solid #cdcdcd;
}
.dynamic-tab-pane-control .tab-row .tab.selected {
	width: auto !important;
	height: 30px !important;
	background-image: none !important;
	z-index: 3;
	top: 0;
	background: #2f86c9;
	border: 0px solid #2f86c9;
	font-size: 12px;
	font-weight: normal;
	white-space: nowrap;
}
.dynamic-tab-pane-control .tab-row .tab.selected.hover {
	width: auto !important;
	height: 30px !important;
	background-image: none !important;
	z-index: 3;
	top: 0;
	background: #2f86c9;
	border: 0px solid #2f86c9;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	white-space: nowrap;
}
.dynamic-tab-pane-control .tab-row .tab a {
	width: auto;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	white-space: nowrap;
	background-image: none;
}
.dynamic-tab-pane-control .tab-row .tab a:hover {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	white-space: nowrap;
	background-image: none;
}
.dynamic-tab-pane-control .tab-row .tab.selected a {
	height: 30px;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	white-space: nowrap;
	background-image: none;
}
.dynamic-tab-pane-control .tab-row .tab.selected a:hover {
	font-weight: normal;
	text-decoration: none;
	white-space: nowrap;
	background-image: none;
}
