.tabs {
	margin: 0px 118px 0px 0px;
	height:22px;
	text-indent: 5px;
	text-align: left;
	border-bottom:1px solid #8c8f94;
	/*
	background-image:url("../../images/desk/tab_back.jpg");
	background-repeat:repeat-x;
	background-position:top center;
	*/
}
.tab_active{
	float:left;
	width:82px;
	height:24px;
	line-height: 24px;
	font-size:14px;
	padding-left:5px;
	overflow: hidden;
	background-color:#fff;
	border-top: 1px solid #8c8f94;
	border-right: 1px solid #8c8f94;
	border-left: 1px solid #8c8f94;
	cursor:pointer;
	color:#0167a2;
}
.tab_inactive{
	float:left;
	width:82px;
	height:21px;
	line-height: 21px;
	font-size:14px;
	padding-left:5px;
	overflow: hidden;
	background-color:#e4e7ec;
	border-top: 1px solid #8c8f94;
	border-right: 1px solid #8c8f94;
	border-left: 1px solid #8c8f94;
	border-bottom: 1px solid #8c8f94;
	cursor:pointer;
	color:#363636;
}
.tab_active:hover,.tab_inactive:hover{
	/*background-color: #6eb1cf;*/
	background-color: #2d8bef;	
}
.tab_active div.close_tab {
	width: 13px;
	height: 22px;
	float: right;
	overflow: hidden;
	/*background-image: url("../../images/desk/close_tab.gif");
	background-repeat: no-repeat;
	background-position: center;
	*/
	cursor: pointer;
}
.tab_inactive div.close_tab {
	width: 13px;
	height: 22px;
	float: right;
	overflow: hidden;
	background-image: url("../../images/desk/close_tab.gif");
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	visibility: hidden;
}
.tab_title{
	float:left;
	width:60px;
	height:36px;
	line-height:36px;
	overflow: hidden;
	text-overflow:ellipsis;
}
.memo_right_btns{
	float:right;
	width:112px;
	height:24px;
	line-height:22px;
	background-color: #777;
	font-size:14px;
	color:#fff;
	cursor:pointer;
	border-left: 1px solid #8c8f94;
}
