/*General*/
.tabs_container, .tabs_container img, .tabs_container table,.tabs_container tr,.tabs_container td, .tabs_container div, .tabs_container span {margin:0px; border:0px; padding:0px; font-family:verdana; background:;}
.NewTab {float:left; padding:10px 0px 0px 5px; white-space:nowrap; cursor:pointer; cursor:hand; font-size:10px;}





/*Blue*/
.tabs_container .tabs_remainder 	{height:35px; background: url(http://www.klostu.com/images/tabs/lazy/blue/underline.gif) repeat-x bottom;}
.tabs_container .tabs_seperator_left 	{width:10px; height:35px; background: url(http://www.klostu.com/images/tabs/lazy/blue/underline_left.gif) no-repeat bottom;}
.tabs_container .tabs_seperator_right 	{width:10px; height:35px; background: url(http://www.klostu.com/images/tabs/lazy/blue/underline_right.gif) no-repeat bottom;}

.NewTab, .NewTab:link, .NewTab:visited { color:#4040ff }
.NewTab:hover { color:#8080ff }


.tabs {}






.tab_object {}
.tab_object table, .tab_object tr, .tab_object td, .tab_object span, .tab_object div, .tab_object img{margin:0px; border:0px; padding:0px; font-family:verdana; background:;}

.tab_table {vertical-align:top; border-collapse:collapse; border-spacing:0px;}


.tab_table, .tab, .tab_terminator, .tab_dragged {
	float: left;
	cursor:pointer; cursor:hand; overflow:hidden; white-space:nowrap;
	height:35px;
}


.tab .tab_contentarea		{background: url(http://www.klostu.com/images/tabs/lazy/blue/inactive.gif) repeat-x top;}
.tab_active .tab_contentarea	{background: url(http://www.klostu.com/images/tabs/lazy/blue/active.gif) repeat-x top;}

.tab .tab_sep_left		{width:12px; height:35px; background: url(http://www.klostu.com/images/tabs/lazy/blue/sep_left_inactive.gif) no-repeat top;}
.tab .tab_sep_right		{width:12px; height:35px; background: url(http://www.klostu.com/images/tabs/lazy/blue/sep_right_inactive.gif) no-repeat top;}
.tab_active .tab_sep_left	{width:12px; height:35px; background: url(http://www.klostu.com/images/tabs/lazy/blue/sep_left_active.gif) no-repeat top;}
.tab_active .tab_sep_right	{width:12px; height:35px; background: url(http://www.klostu.com/images/tabs/lazy/blue/sep_right_active.gif) no-repeat top;}

.tab_terminator {width:0px;}




.tab_title {padding:7px 7px 0px 7px;}

.tab_title_edit_enabled, .tab_title_edit_disabled, .tab_title_label_enabled, .tab_title_label_disabled {font-size:10px; font-weight:bold; font-family:verdana;}

.tab_title_label_enabled {display:;}
.tab_title_label_disabled {display:none;}

.tab_title_label_enabled {color:#49648F}
.tab_active .tab_title_label_enabled {color:#305070}
.tab_boxdrag .tab_title_label_enabled {background-color:#305070; color:#ffffff;}

.tab_title_disabled {color:#808080}


.tab_title_edit_enabled {display:; margin: -2px 3px 0px -2px;}
.tab_title_edit_disabled {display:none;}



.tab_boxdrag {}
.tab_dragged {}



.tab_controls_table {margin-top:3px; font-size:0px; overflow:hidden;}
.tab_controls_cell, .tab_controls_row {border-collapse: collapse; border-spacing:0px;}

.tab_controls_close, .tab_controls_edit {
	padding:1px 0 0 0;
	font-size:0px;
	border-collapse: collapse; border-spacing:0px;
}

.tab_controls, .tab_controls_active {overflow:hidden; white-space:nowrap;}
.tab_controls {visibility:hidden;}
.tab_controls_active {visibility:;}


