.dynamic-tab-pane-control.tab-pane {
	position:	relative;
	width:		100%;
}
.dynamic-tab-pane-control .tab-row .tab {
	font-size:		12px;
	cursor:			Default;
	display:		inline;
	margin:			4px -4px -1px 6px;
	float:			left;
	padding:		5px 11px 5px 11px;
	background:		#dbeeef;
	cursor:			hand;
	cursor:			pointer;
        border-top:2px solid #c9e0df;
 //z-index:		1;
	position:		relative;
	top:			0;
	outline:none;
}
.dynamic-tab-pane-control .tab-row .tab.selected {
	border-top:		4px solid #318fd1;
 //z-index:		3;
	padding:		5px 11px 5px 11px;
	margin:			1px -3px 0px 7px;
	
	background:		#dbeeef;
	outline:none;
}
.dynamic-tab-pane-control .tab-row .tab a {
	font-size:			14px;
	color:				#133750;
	text-decoration:	none;
	cursor:				hand;
	cursor:				pointer;
	font-weight:normal;
	outline:none;
}
.dynamic-tab-pane-control .tab-row .hover a {
	color:	#333;
	font-weight:normal;
	outline:none;
}
.dynamic-tab-pane-control .tab-row .tab.selected a {
	font-weight:normal;
	color:#133750;
	outline:none;
}
.dynamic-tab-pane-control .tab-page {
	clear:			both;
	border:			1px solid #dbeeef;
	background:		White;
 //z-index:		2;
	position:		relative;
	font-family:	Verdana, Helvetica, Arial;
	font-size:		13px;
	padding:		10px;
}
.dynamic-tab-pane-control .tab-row {
 //z-index:		1;
	white-space:	nowrap;
	height:			1.85em;
	width:			100%;
}
.calendar {
 //z-index: 10;
}
