/*
 * Fatah Development (c) 2009
 * == Danamon Peduli ==
 * All rights reserved.
 *
 * REVISION (04/03/2009)
 * */
.main-news {
	width: 431px;
	padding: 8px;
	background: #ffeecc;
	text-align: justify;
}
.main-news .img-main {
	float: left;
	position: static;
	height: 150px;
	/* top right bottom left */
	margin: 0.2em 0.8em 0em 0em;
	display: inline;
}
.img-main-inf {
	float: left;
	position: static;
	height: 60px;
	width: 100px;
	/* top right bottom left */
	margin: 0.2em 0.8em 0em 0em;
	display: inline;
}
.img-main-inf-detail {
	float: left;
	position: static;
	width: 270px;
	height: 200px;
	/* top right bottom left */
	margin: 0.2em 0.8em 0em 0em;
	display: inline;
}
.main-news h2 {
	font-size: 13px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	text-align: justify;
}
.news-title {
	margin-top: 10px;
	border-bottom: 1px solid #ccc;
	font-size: 13px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	letter-spacing: -1px;
	text-align: justify;
}

/* content */
.main-content {
	background: white;
	text-align: justify;
}
.title {
	padding-top: 3px;
	font-size: 13px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	background: transparent;
	text-align: justify;
}
.sub {
	font-size: 10px;
	margin-bottom: 8px;
	padding-left: 1px;
	margin-top: 3px;	
	color: #ff5500;
}
.content {
	padding-bottom: 8px;
	text-align: justify;
}
.content input,select,option {
	font-size: 10px;
}
.content .forButton {
	font-size: 11px;
	text-align: center;
	width: 80px;
}
.content ul,ol {
	margin-left: 10px;
	padding-bottom: 10px;
}
.content li {
	margin-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.content img {
	/* top right bottom left */
	margin: 0.2em 0.8em 0.3em 0em;
	display: inline;
}
.content ul {
	margin-bottom: 5px;
}
.content p {
	display: block;
	padding-bottom: 10px;	
}
.div-bottom {
	border-top: 1px solid #ccc;
	padding: 4px;
	padding-left: 6px;
	padding-right: 6px;
	font-size: 10px;
}
.content div.lay-sub-foot {
	margin-top: 5px;
	text-align: right;
}
.content div.lay-sub-foot span.sub-foot {
	color: #444;
	font-size: 10px;
	vertical-align: middle;
	padding: 6px;
	padding-left: 26px;
	padding-right: 10px;
	text-align: right;
}
.content div.lay-sub-foot span.icon-comment {
	background: white url(../images/icon_comment.gif) no-repeat left center;
}
.content div.lay-sub-foot span.icon-hits {
	background: white url(../images/icon_hits.gif) no-repeat left center;
}
.content div.lay-sub-foot span.icon-details {
	background: white url(../images/icon_details.gif) no-repeat left center;
}
.content div.lay-sub-foot span.icon-category {
	background: white url(../images/icon_category.gif) no-repeat left center;
}
.search-input {
	height: 10px;
	padding: 1px;
	font: 10px Arial, Tahoma, Helvetica, sans-serif;
}
.clean-input {
	border: 0;
	margin-top: 2px;
}
