/* css untuk News */
#newsContainer{
	height: auto;
	padding: 0px;
	margin-bottom: 24px;
}
#newsCell{
	margin: 0px;
	color: #000;
	padding: 10px 4px 2px 10px;
	line-height: 140%;
	background: url(../images/bgNews.gif) bottom left repeat-x #f5cbaf;
}
#newstitle{
}
#newsDate{
	text-spacing: 1px;
	color: #ffa141;
	font-size: 9px;
	font-style: italic;
}
#newsCellHeader{
	margin: 0px;
	padding: 10px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	background: url(../images/bgHeading.gif) #ff9934;
}
#newsCellBottom{
}

#newsDesc{
	color: #000;
	line-height: 150%;
}
#newsArchive{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	height: 22px;
	line-height: 140%;
}	
a.newsLink{
	color: #8c0000;
	font-weight: bold;
	font-size: 12px;
}
a.newsLink:hover{
	font-weight: bold;
	text-decoration: underline;
	color: #ffa141;
}
a.newsMore{
	color: #06c;
}
a.newsMore:hover{
	color: #06c;
	text-decoration: none;
	font-weight: bold;
}

span.newsPopUpTitleBig{
	font-size= 13pt; 
	font-weight: bold;
	margin: 5px;
	color: #fff;
	}

span.newsPopUpTitle{
	font-size: 8pt;
	font-weight: bold;
	color: #ffffff;
	margin: 50px;
	}
td.newsPopUpNav{
	padding: 4px;
	background-color: #efefef;
	border-bottom: 1px solid #ccc;
	color:#000;
	margin: 3px;
	}
td.newsPopUpCell{
	padding: 10px;
}