@import url(../css/form.css);
@import url(../css/paging.css);

.filterbar fieldset {
	border: none;
	}
.filterbar legend {
	display: none;
	}
.filterbar {
	background: #bfbaad url(../images/bg-legend.png) repeat-x top left;
	padding: 7px 5px 7px 10px;
	margin-bottom: 20px;
	}	
.filterbar span,
.filterbar label {
	float: left;
	display: block;
	padding-right: 4px;
	position: relative;
	}	
.filterbar label {
	padding: .2em .6em .2em 0;
	color: #fff;
	font-weight: bold;
	line-height: 1.6em;
	}	
.filterbar span {
	padding: .3em 4px 0 0;
	}		
.filterbar .filter-btn input {
	position: absolute;
	top: 2px;
	}
	
	
	
	



/* ========================== NEWS ========================== */

h3 em,
h3 span,
p.date {
	color: #999;
	font-weight: normal;
	}
h3 em,	
p.date em {
	font-style: normal;
	}	
.article {
	padding: .5em 0 .5em 7.5em;
	position: relative;
	border-top: 1px solid #ecebe7;
	}
.article h3 {
	padding: 0;
	margin: 0;
	}		
.article h3 em {
	position: absolute;
	left: 0;
	top: .5em;
	}
.category {
    display: none;
    }	

/* ========================== NEWS DETAIL ========================== */
 .news-detail h2 {
	margin-top: 0;
	}   
.news-detail h2 em {
	display: block;
	font-style: normal;
	color: #999;
	font-size: 12px;
	}	
	
.news-detail .mod-content {
	display: none!important;
	}	
