@import url(../css/form.css);
@import url(../css/paging.css);

.filterbar legend {
	display: none;
	}
.filterbar {
	background: url(../library/bg-filter.png) bottom left no-repeat #e7eef0;
	padding: 6px 10px 8px 10px;
	margin-bottom: 20px;
	border-top: 4px solid #abd3e1;
	}
.filterbar span,
.filterbar label {
	float: left;
	display: block;
	padding-right: 4px;
	position: relative;
	}	
.filterbar label {
	padding: .2em .6em .2em 0;
	color: #333;
	line-height: 1.6em;
	}	
.filterbar span {
	padding: .2em 4px 0 0;
	}		
.filterbar .filter-btn input {
	position: absolute;
	top: 1px;
	}
	
/* ========================== 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 #e5edf5;
	}
.article h3 {
	padding: 0;
	margin: 0;
	}		
.article h3 em {
	position: absolute;
	left: 0;
	top: .5em;
	}
.category {
    display: block;
    color: #7fc1d4;
    display: none;
    }	
    
.news-detail .article {
	border: none;
	}
.news-detail h3 {
	border: none;
	margin-bottom: 0;
	}		   