.dynamic-tab-pane-control.tab-pane {
	position:	relative;
	/*width:		100%;		 width needed weird IE bug */
	/*margin-right:	-2px;	 to make room for the shadow */
}
.dynamic-tab-pane-control .tab-row .tab
{
	width: 160px;
	height: 25px;
	background-image: url("tab.png");
	position: relative;
	top: 0;
	display: inline;
	float: left;
	overflow: hidden;
	cursor: hand;
	margin: 1px -1px 1px 2px;
	padding: 2px 0px 0px 0px;
	border: none;
	z-index: 1;
	white-space: nowrap;
	text-align: center;
	background-color: transparent;
	color: white;
	font-weight: bold;
	font-size: 12pt;
	letter-spacing: normal;
}
.dynamic-tab-pane-control .tab-row .tab.selected
{
	width: 160px !important;
	height: 29px !important;
	background-image: url("tab_active.png") !important;
	background-repeat: repeat-x;
	z-index: 3;
	padding: 2px 0px 0px 0px;
	margin: 1px -3px -3px 0px;
	top: -2px;
	color: #004C9A;
	font-size: 12pt;
	border-top: none;
	border-right: none;
	border-bottom: 0 none;
	border-left: none;
}
.dynamic-tab-pane-control .tab-row .tab a
{
	text-decoration: none;
	border: none;
	cursor: hand;
	/*color: #004C9A;*/
	color: #E6E6E6;
	font-size: 11px;
}
.dynamic-tab-pane-control .tab-row .tab.hover
{
	font: 11px;
	width: 160px;
	height: 25px;
	background-image: url("tab_hover.png");
	background-repeat: repeat-x;
}
.dynamic-tab-pane-control .tab-page
{
	border: 1px rgb(204, 204, 204) solid;
	z-index: 2;
	position: relative;
	top: -2px;
	font: 11px;
	color: #333;
	/*244, 243, 238*/
	/* 145, 155, 156*/
	padding: 15px 5px 5px 20px;
	/*width: 97%;*/
	width: 600px;
	min-height: 400px;
	/* stupid stupid stupid IE!!! */
	float: left;
	background-color: transparent;
	-moz-border-radius-bottomleft: 5px 5px;
	-moz-border-radius-bottomright: 5px 5px;
	border-bottom-left-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	-webkit-border-bottom-left-radius: 5px 5px;
	-webkit-border-bottom-right-radius: 5px 5px;
	/*-moz-box-shadow: 2px 2px 5px #555;*/
	background-image: url(tab_bk.png);
}
.dynamic-tab-pane-control .tab-row {
	z-index: 1;
	white-space: nowrap;
}
