/* css untuk News */
#newsContainer{
	padding: 0px;
}
#newsCell{
	padding: 4px;
	line-height: 140%;
	border-bottom: 1px dashed #ddd;
	color: #333;
}
#newstitle{
}
#newsDate{
	color: #f90;
	font-size: 9px;
}
#newsCellHeader{
	padding: 4px;
	line-height: 140%;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	background-color: #efefef;
	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;
}


/*Css untuk news di tengah */

#newsContainer2{
	background-color: #fff;
}
#newsCell2{
	padding: 4px 4px 10px 4px;
	line-height: 140%;
	border-bottom: 1px solid #ccc;
	color: #333;
	height: 120px;
}
#newstitle2{
	color: #000;
	padding-bottom: 6px;
}
#newsDate2{
	color: #f90;
	font-size: 9px;
}
#newsCellHeader2{
	padding: 4px;
	line-height: 140%;
	border-bottom: 1px solid #333;
	color: #000;
	background-color: #666;
}
#newsCellBottom2{
	background-color: #fff;
	height: 20px;
	padding: 6px;
	text-align: center;
	color: #06c;
}

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