.tab-pane {
	position:	relative;
	width:		100%;		/* width needed weird IE bug */
	background: #e4e4e4;
	padding-bottom:1px;
}
.tab-pane .tab-row{
	margin-left:5px;
	padding-top:2px;
}
.tab-pane .tab-row .tab {
	height:			23px;
	position:		relative;
	display:		inline;
	float:			left;
	margin:			1px 0px 0px 2px;
	border:			0;
	z-index:		1;
	padding-top: 5px;
	background:	url(tab_lbg.gif) top left no-repeat;
}
.tab-pane .tab-row .tab a span{
	background: url(tab_rbg.gif) top right no-repeat;
	color: #c90109;
	padding: 7px 5px 0px 5px;
}

.tab-pane .tab-row .selected {
	height:	23px !important;
	z-index:		3;
	margin-bottom:	-3px;
	background:	url(tab.active_lbg.gif) top left no-repeat;
}
.tab-pane .tab-row .selected a span{
	background: url(tab.active_rbg.gif) top right no-repeat;
	color:#fff;
	/*font-weight:bold;*/
}

.tab-pane .tab-row .hover{
	background: url(tab.active_lbg.gif) top left no-repeat;
}
.tab-pane .tab-row .hover a span{
	background: url(tab.active_rbg.gif) top right no-repeat;
	color: #fff;
}


.tab-page {
	clear:			both;
	border-top:		1px red solid !important;
	background:		#fff;
	z-index:		3;
	position:		relative;
	filter:			progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#fffcfcfe, EndColorStr=#fff4f3ee, GradientType=0)
					progid:DXImageTransform.Microsoft.Shadow(Color=#ff919899, Strength=2, Direction=135);
	
	/*244, 243, 238*/
	/* 145, 155, 156*/
	_width:96%;
	padding: 10px;
	padding-top: 5px;
	margin-left: 1px;
	margin-right: 1px;
	max-height:300px;
	height: expression( this.scrollHeight > 299 ? "300" : "auto" );
	overflow:auto;
}

.tab-pane .tab-row {
	z-index:		1;
	white-space:	nowrap;
}
/*=========================================================================================*/
.tab-pane2 {
	position:	relative;
	width:		100%;		/* width needed weird IE bug */
	background: url(tab2_bg.gif) top left no-repeat;
	padding-bottom:1px;
}
.tab-pane2 .tab-row{
	margin-left:5px;
	padding-top:2px;
}
.tab-pane2 .tab-row .tab {
	height:			24px;
	position:		relative;
	display:		inline;
	float:			left;
	margin:			1px 0px 0px 2px;
	border:			0;
	z-index:		1;
	padding-top: 5px;
	/*background:	url(tab2_lbg.gif) top left no-repeat;*/
}
.tab-pane2 .tab-row .tab a span{
	/*background: url(tab2_rbg.gif) top right no-repeat;*/
	color:#fff;
	font-weight:bold;
	padding: 7px 10px 0px 10px;
}

.tab-pane2 .tab-row .selected {
	height:	34px !important;
	z-index: 3;
	margin-bottom:	-14px;
	background:	url(tab2.active_cbg.gif) top center no-repeat;
}
.tab-pane2 .tab-row .selected a span{
	background: url(tab2.active_bg.gif) top left repeat-x;
	color:#018c33;
	/*font-weight:bold;*/
}

.tab-pane2 .tab-row .hover{
	background: url(tab2.hover_cbg.gif) bottom center no-repeat;
}
.tab-pane2 .tab-row .hover a span{
	background: url(tab2.hover_bg.gif) top left repeat-x;
	color:#018c33;
}


.tab-page2 {
	clear:			both;
	border:		1px #00a13a solid !important;
	border-bottom:		0px !important;
	background:		#fff;
	z-index:		2;
	position:		relative;
	filter:			progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#fffcfcfe, EndColorStr=#fff4f3ee, GradientType=0)
					progid:DXImageTransform.Microsoft.Shadow(Color=#ff919899, Strength=2, Direction=135);
	
	/*244, 243, 238*/
	/* 145, 155, 156*/
	_width:96%;
	padding: 10px;
	padding-top: 5px;
	height: expression( this.scrollHeight > 299 ? "300" : "auto" );
	overflow:auto;
}
.tab-page2Footer {
	height:6px;
	line-height:1px;
	font-size:1px;
	background: url(tab2_footer.gif) top left no-repeat;
	margin-bottom:10px;
}
.tab-pane2 .tab-row {
	z-index:		1;
	white-space:	nowrap;
}