/* css untuk News */
#newsContainer{
	padding: 0px;
	margin-top: 5px;
	background-color: #c0d4ed;
}
#newsCell{
	margin: 4px 10px;
	padding: 0px 10px 10px 10px;
	line-height: 140%;
	border-bottom: 1px solid #1a1b53;
	color: #000;
}
#newsCell p{
	margin: 0px;
	background: url(../images/bulletNews.gif) top left no-repeat;
	padding: 0px 0px 10px 10px;
	color: #16154e;
	font-weight: bold;
}
#newstitle{
	padding-left: 10px;
}
#newsDate{
	color: #000;
	font-size: 9px;
	padding-left: 10px;
}
#newsCellHeader{
	background:url(../images/bgNewsHeader.gif) left bottom repeat-x #95a4c3;
	text-align:left; 
	color:#fff; 
	padding:6px 10px;
	font-weight: bold;
	margin-bottom: 10px;
}
#newsCellBottom{
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 4px 10px 10px 20px;
	text-align: left;
}

#newsDesc{
	color: #000;
	line-height: 140%;
	padding-left: 10px;
}
#newsArchive{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	height: 22px;
	line-height: 140%;
}	
a.newsLink{
	color: #214598;
	font-weight: bold;
}
a.newsLink:hover{
	font-weight: bold;
	text-decoration: underline;
}
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;
}