
#tabs_main_container{
	margin-top:85px;
	position:relative;
	margin-left:8px;
}

#tab_content_container{
	border-left:1px solid #c5c5c5;
	border-right:1px solid #c5c5c5;
	width:537px;
	background-color:white;
}

#tab_container{
	height:24px;
	border-bottom:1px solid #c5c5c5;
	width:533px;
	margin:0;
	padding:0;
	z-index:33;
}

.tab-off{
	float:left;
	background-color:#666666;
	padding:0;
	float:left;
	padding:4px 5px 0 5px;
	cursor:pointer;
	height:20px;
	font-size:12px;
	color:white;
}
.f{
	float:left;
}
.tab-left-off-left{
	float:left;
	width:4px;
	height:24px;
	background-image:url(../images/left-off-left.png);
}
.tab-right-off-left{
	float:left;
	width:4px;
	height:24px;
	background-image:url(../images/right-off-left.png);
}
.tab-off-content{
	float:left;
	padding:4px 10px 0 10px;
	cursor:pointer;
	height:20px;
}
.tab-off-left-divider{
	float:left;
	width:21px;
	height:24px;
	background-image:url(../images/off-left-divider.png);
}
.tab-off-right-divider{
	float:left;
	width:21px;
	height:24px;
	background-image:url(../images/off-right-divider.png);
}
.tab-on-left-divider{
	float:left;
	width:21px;
	height:25px;
	background-image:url(../images/on-left-divider.png);
}
.tab-on-right-divider{
	float:left;
	width:21px;
	height:25px;
	background-image:url(../images/on-right-divider.png);
}
.tab-on{
	height:20px;
	border-top:1px solid #c5c5c5;
	border-bottom:0;
	background-color:white;
	float:left;
	padding:4px 5px 0 5px;
	font-size:12px;
	color:#333333;
	font-weight:bold;
	position:relative;
}
.tab-far-left-on{
	float:left;
	width:9px;
	height:25px;
	background-image:url(../images/far-left-on.png);
}
.tab-far-left-off{
	float:left;
	width:9px;
	height:24px;
	background-image:url(../images/far-left-off.png);
}
.tab-far-right-on{
	float:left;
	width:9px;
	height:25px;
	background-image:url(../images/far-right-on.png);
}
.tab-far-right-off{
	float:left;
	width:9px;
	height:24px;
	background-image:url(../images/far-right-off.png);
}
#tab_filler{
	height:6px;
	background-image:url(../images/right_corner.gif);
	width:540px;
	background-position:533px 0;
	background-repeat:no-repeat;
	margin-top:-1px;
	line-height:0;
}

#tab_filler div
{
	background-color: white; 
	width:534px; 
	height: 6px;
	border-top: 1px solid #c5c5c5;

}

#lb{
	position:absolute;
	border-left:1px solid #c5c5c5;
	height:7px;
	top:24px;
	left:0;
}


#whitebar{
	display:none;
}

#tab_content_container_bottom{
	width:539px;
	height:4px;
	background-image:url(/images/tab_description_bottom.gif);
	margin-top:-1px;
	overflow:hidden;
}
