body {
	margin: 0px 0px 40px 0px;
	padding: 0px;
	text-align: center;
	font-family: tahoma, arial, helvetica;
	font-size: 11px;
	color: #d3d8de;
	background: url(../images/bg.gif) top left repeat-x #222222;
}
img {
	border: none;
}
form {
	margin: 0px;
}
a {
	color: #ffa600;
	text-decoration: none;
}
a:hover {
	color: #ffa600;
	text-decoration: underline;
}
.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
	overflow: hidden;
}

.container {
	width: 980px;
	margin: 0px auto;
	padding: 18px 2px 0px 2px;
	text-align: left;
	background-color: #333333;
}
.header {
	height: 182px;
	padding: 0px;
	overflow: hidden;
	background: url(../images/bgHeader.gif) top left repeat-x;
}
.headerCell {
	height: 142px;
	padding: 0px;
	overflow: hidden;
	background: url(../images/headerImg.jpg) top right no-repeat;
}
a.siteLogo {
	float: left;
	display: block;
	height: 140px;
	padding: 2px 0px 0px 0px;
	overflow: hidden;
}
a.siteLogo img {
	border: none;
}
.headerBar {
	height: 40px;
	padding: 0px;
	background-color: #1a1a1a;
}

.menu {
	float: left;
	padding-top: 10px;
}
.menu ul {
	margin: 0px !important;
	padding: 0px 0px 0px 3px !important;
	list-style: none;
}
.menu ul li {
	float: left;
	margin-right: 3px;
}
.menu ul li a {
	float: left;
	font-size: 12px;
	color: #9caab5;
	text-decoration: none;
	background: url(../images/menu_base.gif) top right no-repeat;
}
.menu ul li a span {
	float: left;
	height: 14px;
	padding: 8px 15px;
	background: url(../images/menu_mask.gif) top left no-repeat;
}
.menu ul li a:hover {
	color: #fff;
	text-decoration: none;
}
.menu ul li a:hover span{
	cursor: pointer;
}
.menu ul li a.active {
	color: #263339;
	background: url(../images/menu_base_active.gif) top right no-repeat;
}
.menu ul li a.active span {
	background: url(../images/menu_mask_active.gif) top left no-repeat;
}
.menu ul li a.active:hover {
	color: #fff;
}
.menu ul li a.light {
	color: #ffd800;
}
.menu ul li a.light:hover {
	color: #ffd800;
	text-decoration: underline;
}

.search {
	float: right;
	padding: 10px;
}
input.srcText {
	width: 200px;
	padding: 2px 4px 3px 20px;
	color: #999999;
	font-size: 11px;
	background: url(../images/bgSearch.gif) left 60% no-repeat #fff;
	border: 1px solid #25323b;
}
*html input.srcText {
	width: 176px;
}
*:first-child+html input.srcText {
	width: 176px;
}
input.srcBtn {
	margin-left: -3px;
	padding: 1px 2px 2px 2px;
	color: #d9dfd1;
	font-weight: bold;
	font-size: 11px;
	background-color: #24343e;
	border: 1px solid #25323b;
	cursor: pointer;
}
*html input.srcBtn {
	padding-bottom: 1px;
}
*:first-child+html input.srcBtn {
	padding-bottom: 1px;
}

/*------------------------ page layout ------------------------ */
.mainPage {
	
}
.sidebar {
	float: left;
	width: 180px;
	padding: 0px 5px;
}
.wrapper {
	float: right;
	width: 786px;
}
.main {
	width: 562px;
	float: left;
	margin-top: 8px;
	min-height: 540px;
	padding: 0px 15px;
	background: url(../images/bgMain.gif) top left no-repeat;
}
*html .main {
	height: 540px;
	overflow: visible;
}
*:first-child+html .main {
} 
h1.pageTitle {
	font-size: 1.8em;
	font-weight: lighter;
	margin: 5px 0px !important;
	padding: 5px 0px !important;
	border-bottom: 1px solid #191919;
}
.rightbar  {
	float: right;
	width: 180px;
	padding: 0px 5px;
}

.content {
	
}
.main .content {
	padding: 5px 15px 20px 15px;
	margin-bottom: 10px;
	background: url(../images/bgContent.gif) top left repeat-x;
	min-height: 400px;
}
*html .main .content {
	height: 400px;
	overflow: visible;
}
.content p {
	margin: 10px 0px !important;
	line-height: 130%;
}
.content ul {
	margin: 10px 0px 15px 35px !important;
	padding: 0px !important;
}
.content ul li {
	margin: 3px 0px;
	line-height: 120%;
}
.content blockquote {
	margin: 15px 5px 15px 25px;
	padding: 10px 15px 15px 15px;
	background-color: #1c1c1c;
}

h2.subTitle {
	font-size: 1.2em;
	color: #ffd800;
	margin: 5px 0px !important;
	padding: 5px 0px !important;
	border-bottom: 1px solid #191919;
}
h3.headTitle {
	font-size: 1.0em;
	margin: 5px 0px !important;
	padding: 5px 0px !important;
	border-bottom: 1px solid #191919;
}

.welcome {
	padding: 5px 15px 20px 15px;
	margin-bottom: 10px;
	background-color: #32383d;
	border: 1px solid #22282e;
}
.welcome p {
	margin: 10px 0px !important;
	line-height: 130%;
}

.rotate-news {
	padding: 10px;
	margin-bottom: 10px;
	background-color: #191919;
	border: 1px solid #22282e;
}
.rotate {
}
.rotateItem {
	
}
.rotateImg {
	float: left;
	width: 275px;
	height: 205px;
	padding-bottom: 10px;
	overflow: hidden;
}
.rotateDetail {
	float: right;
	width: 248px;
}
.rotateDetail .title {
	font-size: 12px;
	font-weight: bold;
	padding: 15px 0px;
}
.rotateDetail .title a {
	color: #fff;
	text-decoration: none;
}
.rotateDetail .title a:hover  {
	color: #fff;
	text-decoration: underline;
}
.rotateDetail .desc {
	color: #6f8998;
	font-size: 10px;
	line-height: 130%;
}

.block {
	margin-bottom: 10px;
	background-color: #32383d;
	border: 1px solid #22282e;
}
h2.blockTitle {
	font-size: 12px;
	color: #fff;
	margin: 0px 0px 10px 0px !important;
	padding: 6px 12px !important;
	background: url(../images/topBar.gif) top left repeat-x #3f3f3f;
	border-bottom: 1px solid #22282e;
}
.blockCell {
	padding: 5px 15px;
}
.blockBottom {
	text-align: right;
	padding: 5px 15px 15px 15px;
}
.blockBottom a {
	
}
.blockBottom a:hover {
	color: #fff;
	text-decoration: none;
}

ul.links {
	margin: 10px 10px 20px 10px !important;
	padding: 0px !important;
	list-style: none;
}
ul.links li {
	margin: 5px;
	padding: 0px 0px 0px 15px;
	background: url(../images/arrow.gif) left 4px no-repeat;
}
ul.links li a {
	color: #fff;
	text-decoration: none;
}
ul.links li a:hover {
	color: #fff;
	text-decoration: underline;
}

table.formTbl {
	width: 100%;
	border: none;
	margin: 20px 0px;
	background-color: #111;
	border-top: 20px solid #111;
	border-bottom: 20px solid #111;
}
table.formTbl td {
	padding: 3px 10px;
	font-size: 11px;
}
table.formTbl td.col1 {
	width: 80px;
	padding-right: 2px;
	text-align: right;
}
table.formTbl td.col2 {
	width: 5px;
	padding-left: 2px;
	padding-right: 2px;
	text-align: center;
}
table.formTbl td.col3 {
	font-size: 11px;
}
table.formTbl td.col4 {
	font-size: 10px;
}

input.gbText {
	width: 320px;
	font-size: 11px;
	padding: 3px 2px;
	color: #333;
	border: 1px solid #111;
	background-color: #999;
}
textarea.gbTextarea {
	width: 320px;
	height: 120px;
	padding: 3px 2px;
	font-size: 11px;
	color: #333;
	font-family: arial;
	border: 1px solid #111;
	background-color: #999;
	overflow: auto;
}
input.gbButton {
	font-size: 10px;
	font-family: tahoma;
	font-weight: bold;
	border: 1px solid #1d2931;
	background-color: #33444f;
	color: #d9dfd1;
	padding: 2px 8px;
	margin-top: 5px;
	margin-right: 5px;
	cursor: pointer;
}


select.formSelect {
	font-size: 11px;
	padding: 3px 2px;
	color: #333;
	border: 1px solid #111;

}
input.formText{
	width: 300px;
	font-size: 11px;
	padding: 3px 2px;
	color: #333;
	border: 1px solid #111;
	background-color: #999;
}
textarea.formTextarea {
	border-top: 1px solid #e8dad1;
	border-left: 1px solid #e8dad1;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #111;
	font-size: 11px;
	width: 300px;
	height: 80px;
	font-weight: lighter;
	padding: 2px;
	overflow: auto;
}
input.formButton {
	font-size: 10px;
	font-family: tahoma;
	font-weight: bold;
	border: 1px solid #1d2931;
	background-color: #33444f;
	color: #d9dfd1;
	padding: 2px 8px;
	margin-top: 5px;
	margin-right: 2px;
	cursor: pointer;
}

.listGbSender {
	font-weight: bold;
	color: #ff5500;
}
.listGbDate {
	font-size: 0.9em;
	color: #666;
	padding-bottom: 5px;
}
.listGbNote {
	font-size: 0.9em;
	color: #666;
	padding-bottom: 5px;
}

.listNewsDate {
	font-size: 0.9em;
	color: #666;
	padding-bottom: 5px;
}


.news {
	
}
.content .news {
	margin: 10px 0px;
}
.newsContent {
	margin: 10px 0px 20px 0px;
}
.newsItem {
	padding: 3px 0px;
	margin-bottom: 3px;
	border-bottom: 1px solid #272e33;
}
.content .newsItem {
	padding: 10px 0px;
	border-bottom: 1px solid #222;
}
*html .newsItem {
	height: 40px;
	overflow: visible;
}
.newsImg {
	float: left;
	width: 104px;
	padding: 0px;
	overflow: hidden;
	margin-bottom: 5px;
}
/*edited by anggak*/
.newsDetail2 {
	padding: 0px 0px 0px 20px;
}
.dates{
	font-size: 11px;
	color: #6f8998;
}
/*end of editing by anggak*/

.newsDetail {
	float: right;
	width: 410px;
	padding: 0px 0px 15px 0px;
}
.newsDetail .date {
	font-size: 10px;
	color: #6f8998;
}
.newsContent .date {
	font-size: 11px;
	color: #6f8998;
}
.newsDetail .title {
	font-size: 12px;
	font-weight: bold;
	margin: 2px 0px;
}
.newsContent .title {
	font-size: 12px;
	font-weight: bold;
	margin: 2px 0px;
}
.newsDetail .title a {
	
}
.newsDetail .title a:hover {
	color: #fff;
}
.newsDetail .desc {
	line-height: 130%;
}

.banner {

}
.banner p {
	margin: 4px 0px !important;
	padding: 4px 0px !important;
	line-height: 100%;
	text-align: center;
}
.top-bar {
	clear: both;
	padding: 1px;
	background-color: #222222;
	border: 1px solid #696365;
}
.top-barCell {
	height: 14px;
	padding: 6px 10px;
	overflow: hidden;
	background: url(../images/topBar.gif) top left repeat-x #3f3f3f;
}
.bottom-bar {
	clear: both;
	padding: 1px;
	background-color: #222222;
	border: 1px solid #696365;
}
.bottom-barCell {
	height: 14px;
	padding: 6px 10px;
	overflow: hidden;
	background: url(../images/bottomBar.gif) top left repeat-x #4d4d4d;
}
.lang {
	float: left;
}
.lang b {
	color: #ffd800;
}
.lang a {
	color: #fff;
	padding: 0px 5px;
	text-decoration: none;
}
.lang a:hover {
	color: #fff;
	text-decoration: underline;
}
.lang a.active, .lang a.active:hover {
	color: #999;
}
.lang span {
	color: #000;
}

.siteDate {
	float: right;
	padding: 0px 5px 0px 15px;
	border-left: 1px solid #2f2f2f;
}

.siteNav {
	float: right;
}
.siteNav ul {
	margin: 0px !important;
	padding: 0px !important;
	list-style: none;
}
.siteNav ul li {
	display: inline;
	margin: 0px 5px;
	padding: 0px 10px;
	background: url(../images/arrow.gif) left 4px no-repeat;
}
.siteNav ul li a {
	color: #fff;
	text-decoration: none;
}
.siteNav ul li a:hover {
	color: #fff;
	text-decoration: underline;
}
/*edited by anggak*/
//------------------------------------------------------------------------
.siteMitra{
	float: left;
}
.siteMitra ul {
	margin: 0px !important;
	padding: 3px 0px !important;
	list-style: none;
}
.siteMitra ul li {
	display: inline;
	margin: 0px 0px;
	padding: 0px 10px 10px 10px;
	background: url(../images/arrow.gif) left 4px no-repeat;
}
.siteMitra ul li a {
	color: #fff;
	text-decoration: none;
}
.siteMitra ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

.siteMitraDetail{
	float: left;
	width: 100%;
	margin-top: -5px;
	margin-bottom: 10px;
}
.siteMitraDetail ul {
	margin: 0px !important;
	padding: 0px 0px !important;
	list-style: none;
}
.siteMitraDetail ul li {
	display: inline;
	margin: 0px 0px;
	padding: 0px 0px 0px 15px;
	background: url(../images/arrow.gif) left 4px no-repeat;
}
.siteMitraDetail ul li a {
	color: #fff;
	text-decoration: none;
}
.siteMitraDetail ul li a:hover {
	color: #fff;
	text-decoration: underline;
}
/* end of editing*/

.counter {

}
.counter b {
	font-size: 10px;
	padding-right: 5px;
}

.searchResult {
	margin: 10px 0px;
}
.searchResultItem {
	margin: 0px 0px 8px 0px;
	padding: 15px;
	background-color: #1e1e1e;
	border: 1px solid #101010;
}
.searchResultItem.rows {
	background-color: #262626;
	border: 1px solid #222;
}
.searchResultItem .title {
	
}
.searchResultItem .title a {
	font-weight: bold;
	color: #fff;
}
.searchResultItem .title a:hover {
	color: #fff;
}
.searchResultItem .title span {
	font-weight: lighter;
	color: #ffa600;
}
.searchResultItem .desc {
	margin: 5px 0px;
	color: #6f8998;
}
.searchResultItem .desc img {
	float: left;
	margin-right: 10px;
}
span.light {
	color: #ccc;
}

.pageNav {
	margin: 10px 0px;
	padding: 5px 0px;
	text-align: center;
}
.pageNav p {
	display: inline;
	padding: 0px;
}
.pageNav p.first {
	border: none;
}
.pageNav p a {
	margin-right: -2px;
	padding: 2px 7px;
	color: #000;
	text-decoration: none;
	background-color: #dbdfd1;
	border: 1px solid #cecece;
}
*html .pageNav p a {
	margin-right: 1px;
}
*:first-child+html .pageNav p a {
	margin-right: 1px;
}
.pageNav p a:hover {
	color: #6f8998;
	text-decoration: none;
}
.pageNav p a.navy {
	color: #6dcad4;
	padding: 2px 10px;
	text-decoration: none;
	background-color: #40525e;
	border: 1px solid #546a79;
}
.pageNav p a.navy:hover {
	color: #fff;
	text-decoration: none;
}

/*------------------------ banner ------------------------ */
.topBanner {
	clear: both;
	padding: 10px 0px;
}
.bottomBanner {
	clear: both;
	padding: 10px 0px;
	background-color: #191919;
}

/*------------------------ footer ------------------------ */
.footer {
	clear: both;
	padding: 10px;
	text-align: center;
}
.bottomMenu {
	padding: 15px 10px;
	background-color: #282828;
	border: 1px solid #414445;
}
.bottomMenu ul {
	margin: 0px !important;
	padding: 0px !important;
	list-style: none;
}
.bottomMenu ul li {
	display: inline;
	border-left: 1px solid #42515b;
}
.bottomMenu ul li.first {
	border: none;
}
.bottomMenu ul li a {
	padding: 0px 15px 0px 17px;
	font-size: 11px;
	color: #94a5ad;
	text-decoration: none;
}
.bottomMenu ul li a:hover {
	color: #fff;
	text-decoration: none;
}
.copyright {
	padding: 10px;
	font-size: 11px;
	color: #fff;
}