﻿.dynamic-tab-pane-control.tab-pane {
	position:	relative;
	width:		100%;		/* width needed weird IE bug */
	margin-right:	-2px;
}

.dynamic-tab-pane-control .tab-row .tab {
	width: 130px;
	height: 22px;
	background-image: url( "tab.png" );
	position: relative;
	top: 0;
	display: inline;
	float: left;
	overflow: hidden;
	cursor: Default;
	border: 0;
	z-index: 1;
	white-space: nowrap;
	text-align: center;
	font-family: "MS PGothic";
	font-size: small;
	margin-top: 1px;
	margin-right: -1px;
	margin-bottom: 1px;
	margin-left: 2px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #333;
	font-weight: normal;
}

.dynamic-tab-pane-control .tab-row .tab.selected {
	width:				130px !important;
	height:				24px !important;
	background-image:	url( "tab.active.png" ) !important;
	background-repaet:	no-repeat;
	border-bottom-width:	0;
	z-index:		3;
	top:			-2px;
	font-family: "MS PGothic";
	font-size: small;
	margin-top: 1px;
	margin-right: -3px;
	margin-bottom: -3px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	color: #FFF;
	font-weight: normal;
}

.dynamic-tab-pane-control .tab-row .tab a {
	text-decoration:	none;
	cursor:				default;
	font-family: "MS PGothic";
	font-size: small;
	color: #333;
	font-weight: normal;
}

.dynamic-tab-pane-control .tab-row .tab.hover {
	width:				130px;
	height:				22px;
	background-image:	url( "tab.hover.png" );
	background-repaet:	no-repeat;
	font-family: "MS PGothic";
	font-size: small;
	color: #FFF;
	font-weight: normal;
}


.dynamic-tab-pane-control .tab-page {
	clear:			both;
	z-index:		2;
	position:		relative;
	top:			-2px;
	color:				#333;

	filter:			progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#fffcfcfe, EndColorStr=#fff4f3ee, GradientType=0)
					progid:DXImageTransform.Microsoft.Shadow(Color=#ff919899, Strength=2, Direction=135);
	font-family: "MS PGothic";
	font-size: small;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 3px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #66aad3;
	border-right-color: #66aad3;
	border-bottom-color: #66aad3;
	border-left-color: #66aad3;
}

.dynamic-tab-pane-control .tab-row {
	z-index:		1;
	white-space:	nowrap;
}