﻿.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: 130px;
	height: 20px;
	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: -3px;
	margin-bottom: -3px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.dynamic-tab-pane-control .tab-row .tab.selected {
	width:				130px !important;
	height:				20px !important;
	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: 4px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

.dynamic-tab-pane-control .tab-row .tab a {
	width:				100px !important;
	height:			20px !important;
	color:				#FFF;
	text-decoration:	none;
	cursor:				default;
	font-family: "MS PGothic";
	font-size: small;
	line-height: 20px;
	font-weight: normal;
	background-image: url(../../img/bg/title/news_title_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 5px;
	padding-right: 45px;
	padding-bottom: 5px;
	padding-left: 45px;
}

.dynamic-tab-pane-control .tab-row .tab.hover {
	width:				130px;
	height:				20px;
	font-family: "MS PGothic";
	font-size: small;
}


.dynamic-tab-pane-control .tab-page {
	clear:			both;
	z-index:		2;
	position:		relative;
	top:			-2px;
	color:				#FFF;
	/*244, 243, 238*/
	/* 145, 155, 156*/
	
	padding:		10px;
	font-family: "MS PGothic";
	font-size: small;
}

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