/* css untuk News indeks terbaru */
#newsContainer{
	padding: 0px;
}
#newsCell{
	padding: 8px 10px 8px 10px;
	line-height: 140%;
	border-bottom: 1px solid #fff;
	color: #4a4a4a;
	background-color: #e4f1e4;
}
#newstitle{
}
#newsDate{
	color: #ff3300;
	font-size: 9px;
}
#newsCellHeader{
	text-align: left;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	color: #0049b7;
	font-weight: 600;
	padding-bottom: 5px;
	text-transform: uppercase;
}
#newsCellBottom{
	padding: 4px 10px 10px 10px;
	color: #ff3300;
	font-size: 10px;
	font-weight: bold;
	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: #0049b7;
	font-weight: bold;
}
a.newsLink:hover{
	color: #0049b7;
	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;
}


/*Css untuk news terbaru*/

#newsContainer2{
	background-color: #fff;
}
#newsCell2{
	padding: 8px 10px 8px 10px;
	margin-bottom: 4px;
	line-height: 140%;
	border-bottom: 1px solid #fff;
	color: #4a4a4a;
	background-color: #ffefbd;
}
#newstitle2{
	color: #000;
	padding-bottom: 6px;
}
#newsDate2{
	color: #f90;
	font-size: 9px;
}
#newsCellHeader2{
	padding: 4px;
	line-height: 140%;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	background-color: #e4f1e4;
	margin-bottom: 2px;
}
#newsCellBottom2{
	background-color: #fff;
	height: 20px;
	padding: 6px;
	text-align: right;
	color: #06c;
}

#newsDesc2{
	color: #000;
	line-height: 150%;
}

/*Css untuk news lainnya*/

#newsContainer3{
	padding-top: 0px;
	vertical-align: top;
}
#newsCell3{
	padding: 4px 8px 4px 4px;
	text-align: left;
	border-left: 1px solid #ccd9e8;
	background: url(../images/bgRight.gif) top left repeat-x #fff;
}
#newsCellHeader3{
	padding: 5px;
	text-align: right;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #ff3300;
	font-weight: bold;
	padding: 4px 12px 4px 4px;
	background: url(../images/topLine.gif) bottom left no-repeat #fff;
}
#newsCellBottom3{
	padding: 4px 10px 10px 10px;
	color: #C00000;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	background: url(../images/topLine.gif) bottom left no-repeat #fff;
	border-left: 1px solid #ccd9e8;
}
#newsCell3 a{
	font-weight: bold;
}
#newsCell3 a:hover{
	font-weight: bold;
	color: #ff3300;
}
#newsCellBottom3 a{
	color: #ff3300;
}