#newsContainer {
	width: 930px;
	height: 666px;
	background: #c6c6c6 url(/media/img/news_titlebar.png) top left repeat-x;
	margin: 30px 0px;
	position: relative;
	border: #afafaf 1px solid;
}

#newsContainer h2 {
	color: white;
	font-size: 21px;
	text-shadow: #202020 1px 1px 2px;
	position: absolute;
	top: 3px;
	left: 15px;
	letter-spacing: -1px;
	font-weight: normal;
}

#newsContainer #newsListFilter {
	position: absolute;
	top: 5px;
	right: 5px;
	height: 24px;
	list-style: none;
}

#newsContainer #newsListFilter li {
	float: left;
	height: 24px;
	margin-left: 3px;
	cursor: pointer;
	text-indent: -9999px;
}

#newsContainer #newsListFilter li a {
	display: block;
	height: 24px;
}

/* Modified by tungnx6030 */

#newsContainer #filter_all {
	background: url(/media/img/news_filter_all.png) no-repeat;
	width: 84px;			
}

#newsContainer #filter_all.selected {
	background: url(/media/img/news_filter_all_on.png) no-repeat;
}

#newsContainer #filter_news {
	background: url(/media/img/news_filter_news.png) no-repeat;
	width: 79px;
}

#newsContainer #filter_news.selected {
	background: url(/media/img/news_filter_news_on.png) no-repeat;
}

#newsContainer #filter_events {
	background: url(/media/img/news_filter_events.png) no-repeat;
	width: 91px;
}

#newsContainer #filter_events.selected {
	background: url(/media/img/news_filter_events_on.png) no-repeat;
}

#newsContainer #filter_partner {
	background: url(/media/img/news_filter_partner.png) no-repeat;
	width: 113px;
}

#newsContainer #filter_partner.selected {
	background: url(/media/img/news_filter_partner_on.png) no-repeat;
}

/* ------------------- */

/* Added by tungnx6030 */
#newsContainer #filter_enewsletters {
	background: url(/media/img/news_filter_enewsletters.png) no-repeat;
	width: 101px;
}

#newsContainer #filter_enewsletters.selected {
	background: url(/media/img/news_filter_enewsletters_on.png) no-repeat;
}

#newsContainer #filter_webinars {
	background: url(/media/img/news_filter_webinars.png) no-repeat;
	width: 91px;
}

#newsContainer #filter_webinars.selected {
	background: url(/media/img/news_filter_webinars_on.png) no-repeat;	
}
/* ------------------- */

#newsContainer #newsListHolder {
	position: absolute;
	top: 153px;
	left: 0px;
	height: 500px;
	width: 930px;
	overflow-y: scroll;
}

#newsContainer #newsList {
	margin: 15px;
	list-style: none;
}

#newsContainer #newsList li {
	width: 855px;
	padding: 10px 15px;
	margin-bottom: 5px;
	line-height: 14px;
	background: #d2d2d2;
	color: black;
}

#newsContainer #newsList a li {
	width: 855px;
	padding: 10px 15px;
	margin-bottom: 5px;
	line-height: 14px;
	background: #d2d2d2;
	color: black;
	cursor: pointer;
}

#newsContainer #newsList a:hover {
	text-decoration: none;
}

#newsContainer #newsList li:hover {
	background: #ffd054;
}

#newsContainer #newsList a h4, #newsContainer #newsList li h4 {
	color: #006f47;
	font-size: 12px;
	line-height: 18px;
}

#newsContainer #newsList .post_title {
	font-weight: bold;
	font-size: 13px;
	color: black;
}

#newsContainer #newsList .post_link {
	text-transform: uppercase;
	font-weight: bold;
	color: #006f47;
}

#newsContainer.post {
	height: auto;
}

#newsContainer #postContainer {
	padding-top: 40px;
	width: 930px;
}

#newsContainer #postTitleBar {
	margin: 15px 15px 0px;
	width: 885px;
	background: #949494;
	position: relative;
}

#newsContainer #postTitleBar h3 {
	/*position: absolute;
	top: 6px;
	left: 5px;*/
	padding: 6px 5px 4px;
	font-size: 18px;
	font-weight: normal;
	color: white;
	width: 625px;
}

#newsContainer #postTitleBar #postButtons {
	position: absolute;
	right: 3px;
	bottom: 3px;
	list-style: none;
}

#newsContainer #postTitleBar #postButtons li {
	float: left;
	width: 90px;
	height: 24px;
	cursor: pointer;
	margin-left: 3px;
	text-indent: -9999px;
}

#newsContainer #postTitleBar #postButtons #post_share {
	background: url(/media/img/news_share.png) top left no-repeat;
}

#newsContainer #postTitleBar #postButtons #post_print {
	background: url(/media/img/news_print.png) top left no-repeat;
}

#newsContainer #postHolder {
	margin: 0px 15px 30px;
	width: 885px;
	background: white;
}

#newsContainer #postBody {
	padding: 15px;
	min-height: 300px;
	overflow: hidden;
}

/* Added by tungnx6030 */
.post_tagline {
	color: black;
}

.news_category {
	color: #03634B;
}

.events_category {
	color: #7C5489;
}

.partner_category {
	color: #622E13;
}

.enewsletters_category {
	color: #287C5A;
}

.webinars_category {
	color: #1E90D6;
}

/* Added by tungnx6030 */
#newsSearch {
	background: url(/media/img/news_search_back.png) no-repeat;
	position: absolute;
	left: 0px;
	top: 33px;
	width: 930px;
	height: 120px;
}

#newsSearch #newsSearchForm {
	position: absolute;
	top: 36px;
	right: 146px;
	width: 367px;
	height: 26px;
}

#newsSearch #newsSearchBox {
	position: absolute;
	float: left;
	height: 22px;
	line-height: 22px;
	margin: 0px;
	width: 270px;
}

#newsSearch #newsSearchButton {
	float: right;
}

#newsContainer .selectfilter {
	position: absolute;
	font-size: 10px;
	top: 10px;
	left: 290px;
	font-weight: normal;
}

#newsContainer #empty_search {
	margin-top: 40px;
	text-align: center;
	font-size: 16px;
}

/* Added by tungnx6030 */
/* Custom checkbox */
.customCheckBoxOff_filter1 {
	background: url(/media/img/filter_all_off.png) no-repeat 0 0;
	cursor: pointer;
}

.customCheckBoxOn_filter1 {
	background: url(/media/img/filter_all_on.png) no-repeat 0 0;
	cursor: pointer;	
}

.customCheckBoxOff_filter2 {
	background: url(/media/img/filter_news_off.png) no-repeat 0 0;
	cursor: pointer;	
}

.customCheckBoxOn_filter2 {
	background: url(/media/img/filter_news_on.png) no-repeat 0 0;
	cursor: pointer;	
}

.customCheckBoxOff_filter3 {
	background: url(/media/img/filter_events_off.png) no-repeat 0 0;
	cursor: pointer;	
}

.customCheckBoxOn_filter3 {
	background: url(/media/img/filter_events_on.png) no-repeat 0 0;
	cursor: pointer;	
}

.customCheckBoxOff_filter4 {
	background: url(/media/img/filter_partnerposts_off.png) no-repeat 0 0;
	cursor: pointer;	
}

.customCheckBoxOn_filter4 {
	background: url(/media/img/filter_partnerposts_on.png) no-repeat 0 0;
	cursor: pointer;	
}

.customCheckBoxOff_filter5 {
	background: url(/media/img/filter_enewsletters_off.png) no-repeat 0 0;
	cursor: pointer;	
}

.customCheckBoxOn_filter5 {
	background: url(/media/img/filter_enewsletters_on.png) no-repeat 0 0;
	cursor: pointer;	
}

.customCheckBoxOff_filter6 {
	background: url(/media/img/filter_webinars_off.png) no-repeat 0 0;
	cursor: pointer;	
}

.customCheckBoxOn_filter6 {
	background: url(/media/img/filter_webinars_on.png) no-repeat 0 0;
	cursor: pointer;	
}

#searchfilter {
	position: absolute;
	top: 67px;
	right: 30px;
	width: 400px;
	height: 26px;
}

#searchfilter span {
	background-position: 0pt 3px;
	clear:left;
	display:block;
	float:left;
	height:13px;
	width:10px;
}

#searchfilter label {
	color: #494949;
	font-size: 12px;
	font-weight: bold;
	margin-left: 5px;
}
/* ----- End -----*/
