@CHARSET "UTF-8";

/* west */
.panel .panel-header{height:20px;}
.panel .panel-header .panel-title{height:20px;line-height: 20px;font-size: 14px; }
.panel .panel-body .l-btn{text-align: left;}
/* center */

.tabs{
	height:28px !important;
}
.tabs-inner{
	height:28px !important;
	line-height: 28px !important;
}

div .btn-separator {
	float: left;
	height: 24px;
	border-left: 1px solid LightGrey;
	border-right: 0px solid LightGrey;
	margin: 1px 1px;
} 

.abtn {
	display: inline-block;
	color:#000;
    font-size: 12px;
    line-height: 20px;
    margin: 0 6px;
    padding: 0 10px;
    vertical-align: middle;
    border:1px solid gray;
    border-radius:10px;
    text-decoration:none;
    width: auto;
} 
.a-filter-btn {
	display: inline-block;
	line-height: 20px;
	width:16px;
	vertical-align: middle;
	text-decoration:none;
	background: url("../images/filter.png") no-repeat center center;
}