.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: auto;
	height: 25px;
	background: white url(tab_inactive.jpg) top right no-repeat;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 0px;
	border-top: 0px;
	
	bg-color: #9FD4E8;
	display: inline;
	float: left;
	overflow: hidden;
	cursor: pointer;
	
	padding-top: 3px;
	padding-left: 15px;
	padding-right: 15px;
	
	
	margin-right: 1px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 1px;
	

	z-index: 1;
	font: 11px Tahoma, Helvetica, sans-serif;
	white-space: nowrap;
	text-align: center;
	
	vertical-align:middle;
}
.dynamic-tab-pane-control .tab-row .tab.selected {
	width: auto !important;
	background: white url(tab_active.jpg) top right no-repeat;
	height: 25px !important;
	
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #cccccc;
	border-right: 0px;
	border-top: 0px;
/*	background: white url(tab_active.jpg) top right no-repeat;*/
	bg-color: #9FD4E8;
	position: relative;
	
	z-index: 3;
/*	padding: 3px 6px ;*/
	font: 11px Tahoma, Helvetica, sans-serif;	
}
.dynamic-tab-pane-control .tab-row .tab a {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	margin			: 0px;
	padding			: 0px;
	margin-bottom	: 6px;
	font-size		: 10px;
	font-weight 	: bold;
	color			: #373737;
	line-height		: 20px;
	text-transform:uppercase;
	letter-spacing: 0.1em;
	
}
.dynamic-tab-pane-control .tab-row .tab.hover {
	position		: relative;
	background		: white url(tab_active.jpg) top right no-repeat;
}
.dynamic-tab-pane-control .tab-page {
	border		: 1px solid #ccc;
	bg-color	: #9FD4E8;
	z-index		: 2;
	position	: relative;
	top			: 0px;
	font		: 11px Tahoma, Helvetica, sans-serif;
	color		: #333;
	/*244, 243, 238*/
	/* 145, 155, 156*/
	padding		: 0px;
	padding-top : 5px;
	padding-bottom 	: 5px;
	padding-left	: 5px; 
	width		: 410px;  /* stupid stupid stupid IE!!! */
	float		: left;
}
.dynamic-tab-pane-control .tab-row {
	z-index		: 1;
	white-space	: nowrap;
}
.tab-page {
	margin-top		: -2px;
	margin-bottom	: 0px;
	border			: 0px solid #cccccc;
	z-index			: 1;
	margin-bottom	: 0px;
}
.panelborder{
	border			: 0px solid #cccccc;
	padding			: 0px 0px;
	bg-color		: #9FD4E8;
	z-index			: 2;
}
.diashow_textarea {
	width			: 380px;
	height			: 80px;
	font			: 12px Tahoma, Helvetica, sans-serif;
	color			: #777777;
	border-top		: 0px solid #FFFFFF;
	border-left		: 0px solid #FFFFFF;
	border-right	: 0px solid #FFFFFF;
	border-bottom	: 0px solid #FFFFFF;	
}
.mmtab_tbl {
	clear	: both;
}

#diashow_player_tbl {
	width	: 280px;
	height	: 10px;	
}
h2.tab {
	display			: block;
	height			: 30px;
	margin-left		: 0px;
	margin-right	: 0px;
	margin-top		: 0px;
	margin-bottom	: 0px;
}