/* css untuk News */
#newsContainer{
	padding: 4px;
	border-top: 1px dashed #999;
	border-right: 1px dashed #999;
}
#newsCell{
	padding: 4px;
	line-height: 140%;
	border-bottom: 1px solid #ccc;
	color: #333;
}
#newstitle{
}
#newsDate{
	text-spacing: 1px;
	color: #f90;
	font-size: 9px;
}
#newsCellHeader{
	padding: 4px;
	line-height: 140%;
	border-bottom: 1px solid #ccc;
	color: #333;
	font-weight: bold;
}
#newsCellBottom{
	height: 22px;
	padding: 4px;
	text-align: right;
}

#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: #06c;
}
a.newsLink:hover{
	color: #06c;
	font-weight: bold;
	text-decoration: none;
}
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;
}