
/* Body Style */
body {
	font-size: 12px;
	color: #444;
	margin: 0px;
	text-align: center;
	background: url(../images/bg.gif) top left repeat-x #fefefe;
}
.bodycetak{
	font-size: 12px;
	background: url(../images/bg-cetak.gif) top left repeat-x #fefefe;
}

body, p, h1,h2,h3,h4,h5,h6,div,ol,li,td,th,a,form,input,select,textarea,option,label {
	font-family: Helvetica, Arial, sans-serif;
}
select{
	font-size: 11px;
	width: 140px;
}
select.sortby{
	font-size: 11px;
	width: 80px;
}
input.subm{
	font-size:11px;
}

/* standard Hyperlink */
a {
	color: #0268b6;
}

a:hover {
	color: #ff6600;
}

/* standard Form */
form {
	margin: 0px;
}
select{
}
textarea {
	overflow: auto;
	font-size: 12px;
	font-family: arial;
}

input.button {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background-color: #e5930c;
	border: 1px solid #f7af27;
	padding-left: 4px;
	padding-right: 4px;
	cursor: pointer;
}
input.btn01 {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background-color: #e5930c;
	border: 1px solid #f7af27;
	padding-left: 4px;
	padding-right: 4px;
	cursor: pointer;
}
input.btn02 {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background-color: #03609d;
	border: 1px solid #00426d;
	padding-left: 4px;
	padding-right: 4px;
	cursor: pointer;
}

/* standard cell */
td, th {
}

img, object {
	border: 0px;
}

.floatRight{
 	float: right;
}
.floatLeft{
 	float: left;
	margin: 0px 10px 0px 0px;
}

.center{
	text-align: center;
}
.left{
	text-align:left;
}
.right{
	text-align: right;
}
.justify{
	text-align:justify;
}

.clear{
	clear: both;
	margin: 0px !important;
	padding: 0px !important;
	height: 0px;
	overflow: hidden;
}

/* --------- layout -------- */
.container{
	width: 960px;
	padding: 0px;
	margin: 0px auto;
	text-align: left;
}
.header {
	height: 141px;
	padding: 0px 5px;
	overflow: hidden;
	background: url(../images/bgHeader.gif) top no-repeat;
}
.topHeader {
	height: 30px;
	padding: 8px 12px 0px 12px;
	overflow:hidden;
	text-align: right;
	font-size: 11px;
}
.topHeader a{
	font-weight: bold;
	color: #0068b7;
	text-decoration: none;
}
.topHeader a:hover{
	color: #ff6600;
	text-decoration: none;
}
.mainHeader {
	height: 70px;
	padding: 0px;
	overflow: hidden;
}
a.siteName {
	float: left;
	display: block;
	margin: 0px;
	width: 480px;
	height: 70px;
	overflow: hidden;
}
a.siteName img{
	border: 0px;
}
.search {
	width: 320px;
	height: 44px;
	padding: 26px 0px 0px 30px;
	overflow: hidden;
	margin: 0px;
	display: block;
	float: right;
	background: url(../images/searchIcon.gif) left no-repeat;
}
input.searchText {
	width: 250px;
	padding-left: 2px;
	padding-right: 2px;
	border: 1px solid #bbb;
	font-size: 12px;
}
input.searchBtn {
	background: url(../images/searchBtn.gif) left repeat-x;
	border: 1px solid #bbb;
	color: #444;
	width: 60px;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
}
.botHeader {
	height: 25px;
	padding: 4px 0px;
	overflow: hidden;
	background: url(../images/headerBot.gif) top left repeat-x;
}
.menu {

}
.menu p {
	float: right;
	display: block;
	margin: 2px 0px;
	padding-right: 15px;
	padding-left: 15px;
	background: url(../images/icon/04.gif) left no-repeat;
}
.menu p a {
	color: #444;
	font-weight: bold;
	text-decoration: none;
}
.menu p a:hover {
	color: #222;
	text-decoration: underline;
}
.menu ul {
	margin: 0px !important;
	padding: 0px !important;
	list-style: none;
}
.menu ul li {
	float: left;
	display: block;
	font-size: 11px;
	font-weight: bold;
}
.menu ul li a {
	float: left;
	display: block;
	color: #fff;
	text-decoration: none;
	background: url(../images/menu/bgRight.gif) right top no-repeat #004ba2;
}
.menu ul li.last a {
	background: url(../images/menu/lastRight.gif) right top no-repeat #004ba2;
}
.menu ul li a.active, .menu ul li a.active:hover {
	background: url(../images/menu/bgAct.gif) right top no-repeat #ff8b20;
}
.menu ul li span{
	float: left;
	display: block;
	padding: 6px 32px 5px 40px;
}
.menu ul li.first span {
	padding-right: 40px;
	padding-left: 32px;
	background: url(../images/menu/firstLeft.gif) left top no-repeat;
}
.menu ul li a.active span, .menu ul li a.active:hover span {
	background: url(../images/menu/actLeft.gif) left top no-repeat;
}
.menu ul li.first a.active span , .menu ul li.first a.active:hover span{
	background: url(../images/menu/firstActLeft.gif) left top no-repeat;
}
.menu ul li.last span {
	padding-right: 50px;
	padding-left: 50px;
}
.menu ul li.last a.active, .menu ul li.last a.active:hover {
	background: url(../images/menu/actRight_last.gif) right top no-repeat #ff8b20;
}
.menu ul li a:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	background: url(../images/menu/bgOver.gif) right top no-repeat #004ba2;
}
.menu ul li.last a:hover {
	background: url(../images/menu/bgOver_last.gif) right top no-repeat #004ba2;
}

/* main layout */
.mainPage {
	padding: 0px 5px;
}
.mainImage {
	padding: 0px 0px 10px 0px;
	display: block;
}
.wrapper {
	padding: 20px 0px;
}

.sidebar {
	width: 265px;
	display: block;
	float: left;
}
.login {
	
}
.login h2 {
	font-size: 11px;
	font-weight: lighter;
	color: #fff;
	background-color: #444;
	margin: 0px !important;
	padding: 4px 10px !important;
}
.loginCell {
	padding: 10px 20px;
	background-color: #f9f9f9;
	border: 1px solid #cdcdcd;
	border-bottom: 2px solid #888;
}
.loginCell b {
	float: left;
}
.loginCell form {
	padding: 10px 0px;
	line-height: 200%;
}
input.loginText {
	width: 145px;
	padding-left: 2px;
	padding-right: 2px;
	border: 1px solid #bbb;
	font-size: 12px;
	margin: 4px 0px;
	float: right;
}
input.loginBtn {
	margin-left: 72px;
	margin-top: 4px;
	background: url(../images/searchBtn.gif) left repeat-x;
	border: 1px solid #bbb;
	color: #444;
	width: 60px;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
}
.loginCell p{
	clear: both;
	margin: 0px !important;
	padding: 5px 0px !important;
	border-top: 1px solid #cdcdcd;
	line-height: 150%;
}
.loginCell a {
	color: #0068b7;
}
.loginCell a:hover {
	color: #ff6600;
}

.cs {
	margin-top: 15px;
	border-bottom: 1px solid #cecfd1;
}
.cs h2 {
	height: 50px;
	overflow: hidden;
	margin: 0px !important;
	padding: 0px !important;
	background: url(../images/csHeader.gif) top no-repeat;
}
.csCell {
	padding: 0px 20px 20px 20px;
	background: url(../images/bgCs.gif) top left repeat-x #0260a0;
	border-left: 1px solid #cdcdcb;
	border-right: 1px solid #cdcdcb;
	border-bottom: 1px solid #73736b;
	color: #fff;
	font-size: 11px;
	line-height: 180%;
}
.csCell img {
	float: right;
	display: block;
	margin: 3px 0px;
}

.schedule {
	margin-top: 15px;
}
.schedule h2 {
	font-size: 11px;
	font-weight: lighter;
	color: #fff;
	background-color: #ff9933;
	margin: 0px !important;
	padding: 4px 10px !important;
}
.scheduleCell {
	padding: 18px 10px;
	background-color: #f9f9f9;
	border: 1px solid #cdcdcd;
	border-bottom: 2px solid #888;
	font-size: 11px;
	line-height: 150%;
	color: #6d6d6d;
}
.scheduleCell p {
	color: #444;
	width: 150px;
	float: right;
	display: block;
	overflow: visible;
	text-indent: -9px;
	margin: 0px 0px 8px 0px !important;
	padding: 0px !important;
}

.fullpage {
	width: 915px;
	padding: 0px 15px;
	float: right;
	display: block;
}
.page {
	width: 650px;
	padding: 0px 15px;
	float: right;
	display: block;
}
.pageNav {
	color: #999;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ddd;
}
.pageNav a{
	color: #999;
	text-decoration: none;
}
.pageNav a:hover{
	color: #ff6600;
	text-decoration: none;
}
.pageNav span{
	color: #444;
}

.page p {
	margin: 10px 0px !important;
	padding: 0px !important;
	line-height: 140%;
}
p.highlight {
	font-size: 17px;
	margin-bottom: 25px !important;
}

.content {
	margin-bottom: 30px;
}
.content h1 {
	font-size: 1.8em;
	font-weight: lighter;
	margin: 10px 0px 5px 0px !important;
	padding: 10px 0px 5px 0px !important;
}
.content h2 {
	font-size: 1.5em;
	font-weight: lighter;
	margin: 10px 0px 5px 0px !important;
	padding: 10px 0px 5px 0px !important;
	border-bottom: 1px solid #ddd;
}
.content h3 {
	font-size: 1.2em;
	color: #db4724;
	margin: 10px 0px 5px 0px !important;
	padding: 10px 0px 5px 0px !important;
}
.content ul {
	margin: 20px 25px !important;
	padding: 0px !important;
	list-style: none;
}
.content ul li {
	margin: 5px 0px;
	padding-left: 15px;
	background: url(../images/list2.gif) no-repeat;
	background-position: 0px 5px;
}

ul.column {
	margin: 0px 0px 30px 0px !important;
	padding: 0px !important;
	list-style: none;
	float: left;
	display: block;
	background: url(../images/lineColumn.gif) center no-repeat;
}
ul.column li {
	width: 320px;
	float: left;
	display: block;
}

.news {
	padding-right: 15px;
	padding-left: 5px;
}
.news h2 {
	font-size: 1.4em;
	margin: 0px !important;
	padding: 3px 3px 10px 33px !important;
	background: url(../images/icon/00.gif) no-repeat;
	background-position: 5px 3px;
}
.newsItem {
	padding: 5px;
}
.newsDate{
	color : #ff6600;
	margin-bottom:-20px;
}
.news .bgrow {
	background-color: #eef4f9;
}
.newsItem p {
	margin: 0px 0px 2px 0px !important;
	padding: 0px !important;
}

.collection {
	padding-left: 15px;
}
.collection h2 {
	font-size: 1.4em;
	margin: 0px !important;
	padding: 3px 3px 10px 33px !important;
	background: url(../images/icon/01.gif) no-repeat;
	background-position: 5px 3px;
}
.collectionItem {
	padding: 5px;
}
.collection .bgrow {
	background-color: #fef4ea;
}
.collectionItem p {
	margin: 0px 0px 2px 0px !important;
	padding: 0px !important;
}

.newsItem a, .collectionItem a {
	text-decoration: none;
}
p.date {
	font-size: 11px;
	margin: 2px 0px 0px 0px !important;
}

.tablink {
	width: 620px;
	height: 27px;
	padding: 0px 15px;
	overflow: hidden;
	background: url(../images/tablink.gif) no-repeat;
}
.tablink h3 {
	margin: 0px !important;
	padding: 6px !important;
	color: #db4724;
	font-size: 1.0em;
	float: left;
}
.tablinkCell {
	float: right;
	display: block;
	width: 560px;
	height: 25px;
	padding-top: 4px;
	overflow: hidden;
	text-align: center;
}
.tablinkCell p{
	display: inline;
	margin: 0px !important;
	padding: 5px 15px 10px 25px !important;
	border-left: 1px solid #ccc;
}
.tablinkCell p a{
	text-decoration: none;
	font-weight: bold;
	padding-left: 5px;
	background: none !important;
}
.tablinkCell p img {
	border: none;
	margin-bottom: -3px;
}

.pageBottom {
	height: 70px;
	padding: 20px 15px 10px 15px;
	color: #565656;
	background: url(../images/pageBottom.gif) top repeat-y #c8c8c8;
}
.newsletter {
	width: 260px;
	float: left;
	display: block;
}
.newsletter h2 {
	font-size: 1.0em;
	margin: 0px !important;
	padding: 0px !important;
}
.newsletter p {
	margin: 10px 0px !important;
	padding: 0px !important;
}
input.nlText {
	width: 170px;
	padding-left: 2px;
	padding-right: 2px;
	border: 1px solid #bbb;
	font-size: 12px;
}
input.nlBtn {
	background: url(../images/searchBtn.gif) left repeat-x;
	border: 1px solid #bbb;
	color: #444;
	width: 80px;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
}
.sitemap {
	width: 600px;
	padding-left: 20px;
	display: block;
	float: left;
}
.sitemap ul {
	margin: 0px !important;
	padding: 0px !important;
	list-style: none;
}
.sitemap ul li{
	margin-right: 20px;
	width: 180px;
	display: block;
	float: left;
	padding: 5px 0px;
	border-bottom: 1px solid #d2d2d2;
}
.sitemap ul li a{
	color: #656565;
	text-decoration: none;
}
.sitemap ul li a:hover{
	color: #999;
	text-decoration: none;
}

.contact {
	width: 235px;
	float: right;
	display: block;
}
.contact h2 {
	font-size: 1.0em;
	margin: 0px !important;
	padding: 0px !important;
}
.contact p {
	margin: 5px 0px !important;
	padding: 0px !important;
	font-size: 11px;
}

table.contentTbl {
	/*border: 1px solid #ccc;*/
	border-right: none;
	width: 100%;
}
table.contentTbl tr.bgTr {
	background-color: #f4f4f4;
}
table.contentTbl th{
	padding: 5px 8px;
	/*border-right: 1px solid #ccc;*/
}
table.contentTbl td {
	padding: 5px 8px;
	vertical-align: top;
	height: 45px;
}
table.contentTbl td.height30 {
	padding: 5px 8px;
	vertical-align: top;
	height: 30px;
}
table.contentTbl th {
	background-color: #ddd;
	border-top: 1px solid #ccc;
}
table.contentTbl th.heading {
	background-color: #e3edf6;
	border: none !important;
	/*border-right: 1px solid #ccc !important;*/
}
.tabledownload{
	border-top:1px solid #E6EDFF;
	margin-top:0px;
	background-color:#F9FBFF;
	border-bottom:1px solid #E6EDFF;
}

/* footer */
.footer {
	text-align: center;
	font-size: 11px;
	height: 72px;
	padding-top: 25px;
}
.footer a {
	color: #0168b7;
	text-decoration: none;
}
.footer a:hover {
	color: #ff6600;
	text-decoration: none;
}

/* tab content style */
.tabContent {
	padding: 10px 20px;
	margin-top: -1px;
	border: 1px solid #ccc;
}

/*cpanel */
/** cpanel settings **/

#cpanel div.icon {
	text-align: center;
	margin-right: 5px;
	float: left;
	margin-bottom: 5px;
}

#cpanel div.icon a {
	display: block;
	float: left;
	border: 1px solid #f0f0f0;
	height: 97px;
	width: 108px;
	color: #666;
	vertical-align: middle;
	text-decoration: none;
}

#cpanel div.icon a:hover {
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #f9f9f9;
	color: #0B55C4;
}

#cpanel img  { padding: 10px 0; margin: 0 auto; }
#cpanel span { display: block; text-align: center; }