.tab_td {
	height: 100%;
	
}
.center_row td{
	height:100% !important;
	/*border: 1px solid #F00;*/
}
/*выбраная закладка*/
.bm_sel {
	height:100%;
}
.bm_unsel {
	height:100%;
	/*border: 1px solid #F00;*/
}
.bm_unsel_over {
	height:100%;
}
.bm_lt_sel{
	width:3px;
	background-image:url("../img/bm_lt_sel.gif");
	background-position:left top;
	height:5px;
}
.bm_tc_sel{
	background-image:url("../img/bm_tc_sel.gif");
	background-repeat:repeat-x;
	background-position:left top;
	height:5px;
}
.bm_rt_sel{
	width:3px;
	background-image:url("../img/bm_rt_sel.gif");
	background-position:left top;
	height:5px;
}
.bm_lc_sel{
	background-image:url("../img/bm_lc_sel.gif");
	background-repeat:repeat-y;
	background-position:left top;
	width:3px;
}
.bm_lb_sel{
	background-image:url("../img/bm_lc_sel.gif");
	background-position:left bottom;
	width:3px;
	height:1px;
}
.bm_cc_sel{
	padding:5 10 5 10;
	background-color:white;
	text-align: center;
	/*white-space:nowrap;*/
}
.bm_rc_sel{
	background-image:url("../img/bm_rc_sel.gif");
	background-repeat:repeat-y;
	background-position:right top;
	width:3px;
}
.bm_rb_sel{
	background-image:url("../img/bm_rc_sel.gif");
	background-position:right bottom;
	width:3px;
	height:1px;
}
.bm_bc_sel{
	background-color:white;
	height:1px;
}
/*не выбранная закладка*/
.bm_lt_unsel{
	width:4px;
	background-image:url("../img/bm_lt_unsel.gif");
	background-position:left bottom;
	height:5px;
}
table.bm_unsel td.bm_tc_unsel{
	background-image:url("../img/bm_tc_unsel.gif");
	background-repeat:repeat-x;
	background-position:left bottom;
	height:5px;
}
table.bm_unsel_over td.bm_tc_unsel{
	background-image:url("../img/bm_tc_unsel_over.gif");
	background-repeat:repeat-x;
	background-position:left bottom;
	height:5px;
}
.bm_rt_unsel{
	width:3px;
	background-image:url("../img/bm_rt_unsel.gif");
	background-position:left bottom;
	height:5px;
}
.bm_cc_unsel{
	padding:5 10 5 10;
	background-color:f0f0eb;
	text-align: center;
	cursor: pointer;
	/*white-space:nowrap;*/
}
.bm_lc_unsel{
	background-image:url("../img/bm_lc_unsel.gif");
	background-repeat:repeat-y;
	background-position:left top;
	width:4px;
}	
.bm_rc_unsel{
	background-image:url("../img/bm_rc_unsel.gif");
	background-repeat:repeat-y;
	background-position:right top;
	width:3px;
}
.bm_lb_unsel{
	background-image:url("../img/bm_end.gif");
	background-repeat:repeat-x;
	background-position:left bottom;
	width:4px;
	height:1px;
}
.bm_rb_unsel{
	background-image:url("../img/bm_end.gif");
	background-repeat:repeat-x;
	background-position:left bottom;
	width:3px;
	height:1px;
}
.bm_bc_unsel{
	background-image:url("../img/bm_end.gif");
	background-repeat:repeat-x;
	background-position:left bottom;
	height:1px;
}
/*хвост после закладок*/
.bm_end{
	background-image:url("../img/bm_end.gif");
	background-position:left bottom;
	background-repeat:repeat-x;
}
/*страница под активной закладкой*/
.active_page{
	background-color:white;
	padding:20px;
	border-bottom:1px solid #919b9c;
	border-left:1px solid #919b9c;
	border-right:1px solid #919b9c;
	min-width:600px;
}

a.tabLink { outline: none; }