/* css untuk News */
#newsContainer{
	margin-top: 0px;
	width: 205px;
	background-color: #d6dbc7;
}
#newsCell{
	margin: 0px 5px 0px 5px;
	height: auto;
	background-color: #718639;
	padding: 5px 5px 5px 5px;
	text-align: left;
	line-height: 140%;
}
#newstitle{
	color: #343434;
	font-weight: bold;
	font-size: 12px;
}
#newsDate{
	color: #343434;
	font-size: 9px;
	font-style: italic;
}
#newsCellHeader{
	text-align: center;
	padding: 10px;
	color: #1c2409;	
	font-weight: bold;
	background-color: #718639;
	margin: 0px 5px 0px 5px;
}
#newsCellBottom{
	text-align: center;
	padding:10px 0px 15px 5px; 
	color: #718639;
	background-color: #718639;
	margin: 0px 5px 0px 5px;
}

#newsDesc{
	color: #343434;
	line-height: 150%;
}
#newsArchive{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	height: 22px;
	line-height: 140%;
}
#newsContainer2{
	padding: 0px;
}
#newsCell2{
	padding: 4px;
	line-height: 140%;
	border-bottom: 1px solid #fff;
	background: #f0f2f1;
	color: #343434;
}
#newstitle2{
}
#newsDate2{
	color: #4a4a4a;
	font-size: 9px;
	font-style: italic;
}
#newsCellHeader2{
	padding: 4px;
	line-height: 140%;
	border-bottom: 1px solid #fff;
	background: #486064;
	color: #fff;
	font-weight: bold;
}
#newsCellBottom2{
	border-top: 1px solid #fff;
	background: #a4afb1;
	padding: 4px;
	text-align: right;
}

#newsCellBottom2 a{
	color: #343434;
	text-decoration: none;	
}
#newsCellBottom2 a:hover{
	color: #fff;
	text-decoration: none;	
}
#newsDesc2{
	color: #343434;
	line-height: 150%;
}
#newsArchive2{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	line-height: 120%;
}
a.newsLink{
	color: #343434;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
}
a.newsLink:hover{
	font-weight: bold;
	text-decoration: underline;
	color: #fff;
}
a.newsLink2{
	color: #a1bd59;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
a.newsLink2:hover{
	font-weight: bold;
	text-decoration: underline;
	color: #343434;
}
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;
}