@charset "utf-8";
/* CSS news */
/* news home tab */
.news-home {
	padding-top:5px;
	padding-bottom:5px;
}
.news-home .tab {
	border-bottom:#a4c2de solid 1px;
	height:22px;
}
.news-home .tab .title {
	float:left;
}
.news-home ul {
	margin:0 0;
	padding:0;
}
.news-home li {
	margin:0 0;
}
.news-home ul.subsec-title {
	float:right;
	list-style:none;
	margin:0 0;
	margin-right:8px;
	padding:0;
	height:20px;
}
.news-home li.butt {
	float:left;
	margin:0 2px;
	padding-left:7px;
	background:url(../skin/news_tab.png) no-repeat 0 -72px;
	border-bottom:#a4c2de solid 1px;
	cursor:pointer;
}
.news-home li.butt .r {
	padding-right:7px;
	background:url(../skin/news_tab.png) no-repeat right -96px;
}
.news-home li.butt .m {
	padding-top:2px;
	padding-bottom:2px;
	background:url(../skin/news_tab.png) repeat-x 0 -120px;
}
.news-home li.active {
	background:url(../skin/news_tab.png) no-repeat 0 0;
	border-bottom:#fff solid 1px;
}
.news-home li.active .r {
	padding-right:7px;
	background:url(../skin/news_tab.png) no-repeat right -24px;
}
.news-home li.active .m {
	height:19px;
	padding-top:2px;
	padding-bottom:2px;
	background:url(../skin/news_tab.png) repeat-x 0 -48px;
}
/* news home tab icon */
.news-home li.butt .ic-news,
.news-home li.butt .ic-anno,
.news-home li.butt .ic-agen {
	height:18px;
	width:25px;
}
.news-home li.butt .ic-news {
	background:url(../icon/news_icon.png) no-repeat center center;
}
.news-home li.butt .ic-anno {
	background:url(../icon/anno_icon.png) no-repeat center center;
}
.news-home li.butt .ic-agen {
	background:url(../icon/agen_icon.png) no-repeat center center;
}
/* news home more */
.news-home .tab-more .title {
	font-family:"Trebuchet MS", Georgia, "Times New Roman";
	font-size:15px;
	font-weight:bold;
	color:#4199ce;
	margin:0 0;
	line-height:13px;
	float:left;
}
.news-home .tab-end,
.news-home .tab-more {
	text-align:right;
	padding:10px 0px 10px 0px;
	border-bottom:#929292 dotted 1px;
}
/* news home content */
.news-home .list {
	list-style:none;
	margin:0 0;
	padding:0;
}
.news-home .list li {
	position:relative;
	border-bottom:#929292 dotted 1px;
}
.news-home .non-headline h4,
.news-home .headline h4 {
	margin:0 0;
	padding:5px 0;
	margin-right:110px;
	padding-left:23px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#77848d;
}
.news-home .non-headline h4 a,
.news-home .headline h4 a{
	color:#77848d;
}
.news-home .news-sec .non-headline h4,
.news-home .news-sec .headline h4 {
	background:url(../icon/news_bullet.png) no-repeat 2px 6px;
}
.news-home .anno-sec .non-headline h4,
.news-home .anno-sec .headline h4 {
	background:url(../icon/anno_bullet.png) no-repeat 2px 6px;
}
.news-home .agen-sec .non-headline h4,
.news-home .agen-sec .headline h4 {
	background:url(../icon/agen_bullet.png) no-repeat 2px 6px;
}
.news-home .list .non-headline {
	margin-bottom:8px;
}
.news-home .list .headline {
	border-bottom:#c6c6c6 dotted 1px;
	margin-bottom:8px;
}
.news-home .list .date {
	position:absolute;
	top:5px;
	right:0;
}
.news-home .list .img,
.news-home .list .img-right {
	border:#d3d3d3 solid 1px;
	background-color:#fff6a2;
	padding:3px;
	margin:5px 0;
}
.news-home .list .img {
	float:left;
	margin-right:8px;
}
.news-home .list .img-right {
	float:right;
	margin-left:8px;
}
.news-home .list p {
	text-align:justify;
	margin:8px 0;
	padding:0;
}
.news-home .tab-end {
	border-bottom:#a4c2de solid 1px;
	padding-bottom:5px;
}
/* data detail format */
.news-home li.detail div.content {
	line-height:1.5em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-bottom:0.5em;
	text-align:justify;
}
.news-home li.detail div.content li {
	border:none;
}
.news-home .list .tab-more {
	border-bottom-width:0px;
	padding-top:0px;
}
.news-home li.detail .tab-more {
	border-top:#c6c6c6 dotted 1px;
	padding-top:10px;
}
.news-home li.detail .nfo  {
	color:#999;
}
/* data news nav */
.news-home .tab-more .nav-left {
	float:left;
}
.news-home .tab-more .nav-right {
	float:right;
}
.news-home .tab-more span {
	padding:2px 4px 2px 4px;
	background-color:#eee;
}
.news-home span.nav-sel {
	background-color:#ddddff;
}
/* date nav */
.skn-data-frm #arsip-selector select {
	font-size:10px;
	border:#929292 solid 1px;
}
.skn-data-frm #arsip-selector input {
	height:20px;
	width:20px;
	border:none;
	cursor:pointer;
	background:url(../skin/but_submit.png) no-repeat center center;
}
