.tabs {
overflow:hidden;
width:100%;
}
.tabs_l {
width:460px;
float:left;
}
#tabs_r {
width:305px;
float:right;
}
.tabs_w {
}

.hdr{
	overflow:hidden;
	width:100%;
	height:19px;
	background:url(../images/tabs/bg_hdr_tab.gif) repeat-x top left;
	background:#fff url(../images/dotz.gif) left 18px repeat-x;
}
.hdr2{
	height:17px;
	padding-left:4px;
	background:url(../images/tabs/bg_hdr_tab2.gif) repeat-x top left;
}
.hdr_left{
	float:left;
	background:transparent	url(../images/tabs/crnr_title_left.gif) no-repeat top left;
	padding-left:8px;
	color:#ffffff;
	font-weight:bold;
}
.hdr_left_tab{
	float:left;
	background:transparent	url(../images/tabs/crnr_title_left.gif) no-repeat top left;
	background:#fff;
}
.hdr_right{
	background: url(../images/tabs/crnr_title_right.gif) no-repeat top right;
	background:#fff;
	color:#ffffff;
	float:right;
}
.hdr_right a{
	color:#ffffff;
}
.hdr_right a:link{
	color:#ffffff;
}
.hdr_right a:hover{
	color:#363636;
}


.tab_crnr_act{
	display:none;
	background: url(../images/tabs/tab_crnr_act.gif) no-repeat top left;
	background:#cdcdcd;
	height:17px;
	width:1px;
	float:left;
}
.tab_crnr_inact{
	display:none;
	background: url(../images/tabs/tab_crnr_inact.gif) no-repeat top left;
	background:#fff;
	width:1px;
	height:17px;
	float:left;
}
.tab_act{
	float:left;
	background: url(../images/tabs/tab_bg_act.gif) repeat-x top left;
	border-top:1px solid #cdcdcd;
	background:#B20707;
	height:16px;
	padding:1px 6px 0;
	font-weight:bold;
	font-size:10px;
	color:#fff;
}
.tab_act a{
	color:#fff;
}
.tab_inact{
	float:left;
	height:16px;
	border-top:1px solid #cdcdcd;
	background: url(../images/tabs/tab_bg_inact.gif) repeat-x top left;
	background:#fff;
	font-weight:bold;
	font-size:10px;
	padding:1px 6px 0;
}
.tab_inact a{
	color:#828282;
}

.tab_inact a:hover{
	color:#c7021d;
}

.tab_div{
	background: url(../images/tabs/tab_div.gif) no-repeat top left;
	background:#cdcdcd;
	width:1px;
	height:18px;
	float:left;
}
.tab_cntnt{
	display:none;
	padding:0px;
	margin:0px;
}

.tabscontent {
/*	margin:6px;*/
	border:1px solid #cdcdcd;
	border-top:none;
	background:#fff;
	clear:both;
	padding:6px;
}

.bg_metal{
	background:#ebebeb url(../images/tabs/bg_metal.gif) repeat-x top left;
	background:#fff;
	clear:both;
}
.bg_white{
	background-color:#ffffff;
	border: solid 1px #adadad;
	background-image:url(/e.gif);
}
.border_top{
	border-top:solid 1px #ffffff;
}
.border_bottom{

}
.border_left{
	border-left:solid 1px #adadad;
}
.border_right{
	border-right:solid 1px #adadad;
}
.border_left_light{
	border-left:solid 1px #ffffff;
}
.border_right_light{
	border-right:solid 1px #ffffff;
}
.border_top_none{
	border-top:none;
}
.margin_bottom{
	margin-bottom:10px;
}
.padding_left{
	padding-left:6px;
}
.padding_top{
	padding-top:6px;
}
.padding_right{
	padding-right:6px;
}
.padding_bottom{
	padding-bottom:6px;
}

.tabs_w .myajaxheight{
height:100%;
overflow: none;
}