/* css untuk News */
#newsContainer{
	padding: 0px;
	margin-bottom: 10px;
	background: url('../images/stdForm_02.gif');
	background-repeat: repeat-y;
	text-align: left;
}
#newsCell{
	background: url('../images/stdForm_02.gif');
	background-repeat: repeat-y;
	padding: 3px 10px 3px 10px;
	color: #000;
}
#newstitle{
}
#newsDate{
	color: #f90;
	font-size: 9px;
}
#newsCellHeader{
	background: url('../images/stdForm_01.gif');
	background-repeat: no-repeat;
	text-align: center;
	padding: 10px 10px 20px 4px;
	color: #333;
	font-weight: bold;
}
#newsCellBottom{
	background: url('../images/stdForm_03.gif');
	background-repeat: no-repeat;
	padding: 4px 4px 4px 10px;
	color: #fff;
}

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



/*Css untuk news di tengah */

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

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

