/* css untuk News */
#newsContainer{
	margin: 10px;
	background: #ddd;
	padding-bottom: 16px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	text-align: left;
}
#newsCell{
	padding: 4px 10px 8px 10px;
	line-height: 140%;
	color: #333;
	text-align: justify;
}
#newstitle{
	color: #333;
	font-weight: bold;
}
#newsDate{
	color: #f90;
	font-size: 9px;
}
#newsCellHeader{
	padding: 8px;
	color: #af0000;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
#newsCellBottom{
	display: none;
}

#newsDesc{
	color: #333;
	line-height: 150%;
}
#newsArchive{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	height: 22px;
	line-height: 140%;
}	
a.newsLink{
	color: #fff;
	font-weight: bold;
}
a.newsLink:hover{
	font-weight: bold;
	text-decoration: underline;
	color: #fff;
}

a.newsBlockLink{
	color: #333;
	font-weight: bold;
}
a.newsBlockLink:hover{
	font-weight: bold;
	text-decoration: underline;
	color: #333;
}

/*-----------news.html----------------*/
#newsContainer2{
	margin: 10px;
	background: #efefef;
	padding-bottom: 16px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	text-align: left;
}
#newsCell2{
	padding: 6px 10px 8px 10px;
	line-height: 140%;
	color: #333;
	text-align: justify;
	clear:both;
}
#newstitle2{
	color: #333;
	font-weight: bold;
}
#newsDate2{
	color: #f90;
	font-size: 9px;
}
#newsCellHeader2{
	padding: 8px;
	color: #af0000;
	background: #ccc;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	text-align: left;
}
#newsCellBottom2{
	display: none;
}

#newsDesc2{
	color: #333;
	line-height: 150%;
}
#newsArchive2{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	height: 22px;
	line-height: 140%;
}	
a.newsLink2{
	color: #000;
}
a.newsLink2:hover{
	color: #000;
	text-decoration:underline;
}