/* 		JogjaCamp Standard CSS 				*/

/* Body Style */
body {
	font-size: 12px;
	color: #333;
	margin: 0px;
	background: url(../images/bg.gif) top left repeat-x #4f6d2c;
}


body, p, h1,h2,h3,h4,h5,h6,div,ol,li,td,th,a,form,input,select,textarea,option,label {
	font-family: Arial, Helvetica, sans-serif;
}

p, td, th, span, div{
	line-height: 130%;
}


p {
	margin: 6px 0px 6px 0px !important;
}

/* standard Hyperlink */
a {
	text-decoration: none;
	color: #fd5900;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: #ccc;
}

img {
	border: 0px;
}

/* standard Form */
form {
	margin: 0px;
}

input,select,textarea,option,label {
}

select.sub  { 
	font-size: 11px;
	width: 180px;
}
/* standard form input text */
input.text {
	font-size: 11px;
	padding: 1px 0px;
	width: 175px;
	border: 1px solid #808589;
}


/* standard form button */
input.button{
	background-color: #df4d0d;
	color: #fef212;
	border: 0px !important;
	padding: 1px 4px !important;
	font-size: 12px !important;
	text-transform: uppercase;
	cursor: pointer;
}

input.buttonK{
	background-color: #df4d0d;
	color: #fef212;
	border: 0px !important;
	margin:0px !important;
	padding: 0px !important;
	width:75px;
	text-align:center !important;
	font-size: 12px !important;
	text-transform: uppercase;
	cursor: pointer;
}

input.buttonGo{
	
	width: 108px;
	height: 21px;
	font-weight: bold;
	background-color: #bbdb71;
	border: 1px solid #cfceb6;
	cursor: pointer;
	font-size: 11px;
	padding-bottom: 1px;
}
*html input.buttonGo {
	padding-bottom: 0px;
}

input.buttonGo2{
	float:right;
	margin-right:7px !important;
	width: 65px;
	height: 21px;
	font-weight: bold;
	background-color: #bbdb71;
	border: 1px solid #ceceb5;
	cursor: pointer;
	font-size: 11px;
	padding-bottom: 1px;
}
*html input.buttonGo2 {
	padding-bottom: 0px;
}

/* standard form select + option*/
select{
}

/* standard form textarea */
textarea {
	overflow: auto;
	width: 175px;
}
textarea.text {
	border: 1px solid #8c9c5c;

}

/* standard cell */
td, th {
	vertical-align: top;
	line-height: 150%;
}

td.text, td.form {
	padding: 4px;
}


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

.center{
	text-align: center;
}

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

span.blue {
	color: #14355f;
}
span.red {
	color: #c82a00;
}
span.dark {
	color: #27333a;
}

/* --------- warper element -------- */
.body{
	
}
.container{
	width: 794px;
	margin: 0px auto;
	padding: 0px;
	overflow: hidden;
	text-align: left !important;
	background-color: #fff;
	
}

/* ---------- header element --------- */

.header {
	clear: both;
	padding: 0px;
	height: 229px;
	overflow: hidden;
	padding: 2px 2px 0px 2px;
}

.headerTop {
	padding: 0px;
	height: 91px;
	overflow: hidden;
	background: url(../images/bgHeader.gif) top left repeat-x #a5c956;
	/*clear:both;*/
}
a.sitenameLeft{
	float:left;
	width:395px;
	height:91px;
	padding:0px;
	margin-bottom:10px;
	overflow: hidden;
}

a.sitenameRight{
	float:right;
	width:395px;
	height:91px;
	margin-bottom:10px;
	padding: 0px;
	overflow:hidden;
}

.headerImg {
	/*height: 104px;
	width:790;
	border-top:6px solid #caf2bc;
	padding: 0px;
	overflow: hidden;
	clear:both;
	background:url(../images/banner/iklanbiz.jpg) center no-repeat;*/
	border-top:6px solid #caf2bc;
}
.bottomNav {
	margin: 0px;
	padding: 15px 0px 5px 0px;
	text-align: center;
	font-size: 12px !important;
	background: url(../images/dotted.gif) top left repeat-x;
}
.bottomNav p {
	margin: 0px !important;
	padding: 10px 0px !important;
}

/* ----------------------- top navigation menu ---------------------- */
.nav{
	float: right;
	list-style: none;
	margin: 0px;
	overflow: hidden;
}
.nav li{
	float:left;
	font-size: 11px;
	font-weight: bold;
	margin: 0px 5px 0px 15px;
	padding: 0px 5px 0px 15px;
	border-left: 1px solid #60911e;
}
.nav li.first{
	border: none !important;
}
.nav li a{
	color: #60911e;
	text-decoration:none;
}
.nav li a:hover{
	color: #333;
	text-decoration: none;
}

/* ----------------------- botom navigation menu ---------------------- */
.bottomNav .nav{
	float: none !important;
	list-style: none;
	margin: 0px !important;
	padding: 0px !important;
	overflow: hidden;
}
.bottomNav .nav li{
	float: none !important;
	display: inline;
	font-weight: lighter !important;
	margin: 0px 0px 0px 1px !important;
	padding: 0px 0px 0px 10px !important;
	border-left: 1px solid #27333a;
	font-size: 12px !important;
}
.bottomNav .nav li.first{
	background: none !important;
}
.bottomNav .nav li a{
	color: #4e7200;
	text-decoration: none;
}
.bottomNav .nav li a:hover{
	color: #333;
	text-decoration: none;
}

.bottomNav p{
	display: block;
	margin: 0px;
	padding: 0px;
}
.bottomNav p a{
	color: #003c51;
	text-decoration:none;
}
.bottomNav p a:hover{
	color: #003c51;
	text-decoration: underline;
}

/* ---------------------  header  menu ------------------------ */
.headerMenu {
	height: 25px;
	width:790px;
	overflow: hidden;
	background-color: #343434;
	border-top:1px solid #8c8b89;
	border-bottom:1px solid #e4e0e0;
}
.menu{
	height: 25px;
	list-style: none;
	margin-left: 0px;
	margin-top: 4px;
	padding-left: 0px;
	overflow: hidden;
	text-align: center;
	/*float: right;	
	display: block;*/
}
.menu li{
	margin: 0px;
	padding: 0px;
	display: inline;
	border: none !important;
	font-size: 13px;
	font-weight: bold;
}
.menu li a{
	color: #fefefe;
	margin: 0px;
	text-decoration: none;
	padding: 1px 12px;
	text-align:center;
	/*float: left;
	display: block;
	background: url(../images/lineMenu.gif) top left repeat-y;*/
}
.menu li.first a{
	background: none !important;
}
.menu li a.active{
	color: #c8e784;
}
.menu li a:hover{
	color: #c8e784;
	text-decoration: none;
}
.headerMenu span {
	font-size: 11px;
	float: left;
	padding: 8px 10px 8px 15px;
	color: #b0d265;
}

.search {
	background: url(../images/bgSearch.gif) #dfdfdf;
	border: 1px solid #c0c0c0;
}
.searchCell {
	padding: 7px 10px 7px 33px;
	background-position: 10px 11px;
}

*html .searchCell {
	padding: 7px 10px 6px 33px;
	background-position: 11px 10px;
}
input.searchTxt {
	width: 330px;
	margin-left:-20px !important;
	padding: 2px 4px;
	border: 1px solid #535353;
}
input.searchSelect {
	border: 1px solid #e5c0ae;
}
input.searchBtn {
	border: 0px;
	width: 74px;
	height: 21px;
	font-weight: bold;
	/*background: url(../images/searchBtn.gif) center no-repeat;*/
	background-color:#343434;
	border : 1px solid #000;
	cursor: pointer;
	font-size: 11px;
	padding-bottom: 3px;
	color:#fff;
	margin:5px;
}
*html input.searchBtn {
	padding-bottom: 0px;
}
.headerBots {
	height: 30px;
	padding: 0px 25px;
	overflow: hidden;
}

.lang {
	display: block;
	padding-top: 5px;
	float: right;
}
.lang  p{
	margin: 0px 5px !important;
	padding-left: 10px !important;
	display: inline;
	border-left: 1px solid #333;
}
.lang  p.first{
	border: none !important;
}
.lang  p a{
	color: #ff5c01;
	text-decoration: none;
}
.lang  p a:hover{
	color: #ff9327;
	text-decoration: none;
}

.flowNav {
	padding: 5px 10px 0px 10px;
	color: #ccc;
}
.flowNav p{
	display: inline;
	font-size: 11px;
	color: #ccc;
}
.flowNav p a{
	color: #666;
	text-decoration: none;
}
.flowNav  p a:hover{
	color: #333;
	text-decoration: none;
}

/* -------------------- content layout --------------------- */
.clear {
	clear: both;
	margin: 0px;
	margin-bottom: -10px;
	padding: 0px;
	overflow: hidden;
}
.clearance {
	clear: both;
	height: 1px;
	margin: 0px !important;
	padding: 0px !important;
	overflow: hidden;
}
.mainPage {
	width: 790px;
	margin: 0px auto;
	padding: 0px 2px;
	text-align: left;
	background-color: #fff;
}
.pageContainer {
	margin-top: 0px;
	background: url(../images/bgph.jpg) top center repeat-y #fff;
	border-bottom: 1px solid #fff;
}
*html .pageContainer {
	margin-top: 1px;
}
.topContent {
	background: url(../images/topGrad.gif) top left repeat-x;
	padding: 0px;
	overflow: hidden;
	margin-bottom: 1px;
}
.topContent h1 {
	font-size: 1.2em;
	text-align: center;
	margin: 0px !important;
	padding: 10px !important;
}
.topContent .banner p {
}
.topContent .banner img{
	margin-right: -3px;
}
*html .topContent .banner img{
	margin-right: 0px;
}

table.blockTbl {
	border: 0px;
	width: 856px;
	margin-top: -1px;
}
*html table.blockTbl {
	margin-top: 1px;
}
table.blockTbl td.sideTd{
	width: 188px;
	background-color: #a7ca59;
	border: 1px solid #7e9649;
}
table.blockTbl td.mainTd{
	width: 476px;
	background: url(../images/bgWelcome.gif) bottom left repeat-x #f0f8dd;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}

.welcome {
	height: 160px;
	overflow: hidden;
	background: #f8fdef;
	text-align:center;
}
.welcome h1 {
	height:30 px;
	font-size: 12px;
	color: #343434;
	text-align: center;
	background-color: #d8eda7;
	padding: 8px 1px !important;
	margin: 0px !important;
}
.welcome p {
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px !important;
	line-height: 140%;
}
.space{
	background-color: #000;
}

.wrapper {
	width: 595px;
	float: right;
	display: block;
	padding: 0px;
	overflow: hidden;
}
.wrapper h1.title {
	font-size: 1.5em;
	padding: 10px !important;
	margin: 0px 0px 5px 0px !important;
	color: #7cbd0f;
	border-bottom: 1px solid #bfc6b1;
}
.content {
	padding: 0px 8px;
}
.content h2{
	margin: 0px !important;
	padding: 5px 0px 6px 5px !important;
	font-size: 1.1em;
	background-color: #efefef;
	border-bottom: 1px solid #ccc;
}
.content p {
	padding-left: 5px;
	padding-right: 5px;
}
.content p a:hover {
	color: #353535;
}
.page {
	width: 396px;
	padding-bottom: 10px;
	padding: 0px 2px;
	overflow: hidden;
	float: left;
	display: block;
	
}
.sidebar {
	width: 195px;
	padding-bottom: 10px;
	padding: 0px;
	overflow: hidden;
	float: left;
	display: block;
}
.rightbar {
	width: 195px;
	padding-bottom: 10px;
	padding: 0px;
	overflow: hidden;
	float: right;
	display: block;
}
.adsSearch {
	/*height: 247px;*/
	overflow: hidden;
	background-color: #fcfef9;
	/*border: 1px solid #82994f;*/
}
.adsSearch h2{
	margin: 0px 0px 10px 0px !important;
	padding: 8px 0px !important;
	color: #27333a;
	font-size: 1.0em;
	text-align: center;
	background-color: #e3e8d8;
	/*border-bottom: 1px solid #7e9649;*/
}
.adsSearch p {
	margin: 0px !important;
	padding: 5px 10px !important;
	text-align: justify;
}
.adsSearch b {
	color: #14355f;
	font-size: 11px;
	padding-left: 1px;
}
.adsSearch select {
	width: 330px;
	color: #353535;
	margin-bottom: 5px;
}

.box select{
	width: 340px;
	color: #353535;
	margin-bottom: 5px;
	margin-left:0px;
}

.searchCell select{
	width: 340px;
	color: #353535;
	margin-bottom:0px;
	margin-left:-20px;
}
.login {
	height: 195px;
	overflow: hidden;
	background-color: #fcfef9;
	/*border: 1px solid #fff;*/
	margin-bottom: 2px;
}
.login h2{
	margin: 0px 0px 15px 0px !important;
	padding: 8px 0px !important;
	color: #343434;
	font-size: 1.0em;
	text-align: center;
	background-color: #e3e8d8;
}
.login p{
	margin: 4px 0px !important;
	padding: 2px 0px;
}

.login p.label{
	text-align: left;
	font-size: 12px;
	color: #000;
	margin: 0px !important;
	padding: 0px 12px !important;
}

.login p.input{
	text-align: left !important;
	margin: 0px !important;
	padding: 2px 12px 5px 12px !important;
}
.login p.input input.text{
	width: 160px;
}

.login p.submit{
	text-align: center;
	margin: 0px !important;
	padding: 10px 12px !important;
	font-size: 11px;
}
.login p.submit a{
	color: #3bb000;
	text-decoration: none;
}
.login p.submit a:hover{
	color: #3d4e17;
	text-decoration: none;
}

/* --- kategori ---- */
/*.category {
	background-color: #fffae6;
	border: 1px solid #fec5a7;
	padding: 10px;
	margin: 10px 0px;
}
.category h2{
	margin: 0px 0px 10px 0px !important;
	padding: 5px 0px !important;
	color: #32312d;
	font-size: 1.5em;
}
.category ul{
	margin: 0px !important;
	padding: 0px !important;
	list-style: none;
}
.category ul li{
	margin: 10px 0px;
	padding: 0px;
}
.category h5{
	font-size: 1.3em;
	margin: 0px;
}
.category h5 a{
	text-decoration: none;
}
.category h5 a:hover{
	color: #fe9329;
	text-decoration: none;
}
.category h5 span{
	font-size: 11px;
	font-weight: lighter;
}
.category ul li p{
	line-height: 150%;
}
.category ul li p a{
	color: #333;
	text-decoration: none;
}
.category ul li p a:hover{
	color: #333;
	text-decoration: underline;
}*/


.category {
	padding: 0px !important;
	margin: 0px !important;
	/*white-space: nowrap;*/
	background-color : #e3e8d8;
	width : 195px;
	/*height: 710px;*/
	text-align:left;
}
.category h2{
	font-size: 12px;
	text-align: center;
	margin: 0px !important;
	padding: 8px 10px !important;
	color: #fff;
	background: #82807c;
}
.category ul{
	padding:0px !important;
	margin-bottom: 10px !important;
	list-style: none;
}
.category ul li{
	margin: 8px 1px 0px 2px;
	padding: 0px;
}
.category h5{
	font-size: 1.3em;
	margin: 5px;
}
.category h5 a{
	text-decoration: none;
	color: #119219;
}
.category h5 a:hover{
	color: #43c84c;
	text-decoration: none;
}
.category h5 span{
	font-size: 11px;
	font-weight: lighter;
}
.category ul li p{
	line-height: 150%;
	
}
.category ul li p a{
	color: #333;
	text-decoration: none;
	margin:0px 0px 0px 5px !important;
	font-size: 11px;
}
.category ul li p a:hover{
	color: #333;
	text-decoration: underline;
	margin:0px 0px 0px 5px !important;
}

.box {
	background-color: #f4f4f4;
	border: 1px solid #ccc;
	padding: 10px;
	margin: 10px 0px;
}
.box h2{
	margin: 0px 0px 10px 0px !important;
	padding: 5px 0px !important;
	color: #fc5c00;
	font-size: 1.5em;
}
.box form{
	line-height: 180%;
}
.submitIklan h2{
	padding: 8px;
	font-size: 1.0em;
	color: #fff;
	background: #82807c;
	margin:0px;
	text-transform: uppercase;
	text-align:center;
}

/*.submitIklan{
	padding: 0px !important;
	margin: 0px !important;
	background-color : #e3e8d8;
	width : 195px;
	text-align:left;
}*/

/* std table*/
.stdTable{
	width: 100% !important;
}
/*.stdTable th {
	padding: 4px;
	background: #ccc;
	border: 1px solid #fff;
	text-align: center;
}*/
.stdTable td{
	padding: 5px 0px 0px 7px;
	background: #e3e8d8;
	border: 0px solid #fff;
	text-align: left;
}
/*.nowarp{
	white-space:nowrap
}*/

/* --- polling --- */
.polling {
	margin-top: -12px;
}
.pollingCell {
	color: #424a31;
	padding: 15px 5px;
	background-color: #a7ca59;
	border: 1px solid #7e9649;
}
.pollingCell p {
	margin: 3px 0px !important;
}
.pollingCell p.topic {
	margin-bottom: 10px !important;
}
.pollingCell p.button {
	margin: 10px 0px 5px 0px !important;
}
.pollingCell p.linked {
	margin: 0px 0px 10px 0px !important;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	padding-right: 14px;
	background: url(../images/arrowLink.gif) right no-repeat;
}
.pollingCell p.linked a {
	color: #30383d;
	text-decoration: none;
}
.pollingCell p.linked a:hover{
	color: #fff;
	text-decoration: none;
}
input.pollingBtn{
	border: 0px;
	width: 43px;
	height: 17px;
	font-weight: bold;
	color: #fff;
	background: url(../images/pollingBtn.gif) center no-repeat;
	cursor: pointer;
	font-size: 11px;
	padding-bottom: 1px;
}
*html input.buttonGo {
	padding-bottom: 0px;
}

/* --- statistik ---- */
.statistic {
	margin-top: -10px;
}
.statisticCell {
	margin-top: 0px;
	padding: 15px 3px 58px 3px;
	background-color: #f8fdef;
}
.statistic table{
	margin: 0px;
	width: 100%;
}
.statistic table td{
	font-size: 11px;
	font-weight:bold;
	color:#007d08;
}
.borderCC{
	padding: 2px 8px;
	color: #000;
	border-bottom: 1px solid #81b0c2;
}
.bgCC{
	padding: 3px 14px 3px 8px;
	text-align: right;
	border-bottom: 1px solid #dce3e1;
}
.bgColor{
	padding: 3px 8px 3px 10px;
	text-align: left;
	border-bottom: 1px solid #dce3e1;
}

.premiumAds {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
.premiumAds  h2{
	margin: 0px !important;
	padding: 9px 10px 10px 10px !important;
	font-size: 1.2em;
	text-align: center;
	background: #343434;
	color: #fff;
}
.premiumAdsCell {

}
.premiumAdsCell ul {
	margin: 0px !important;
	padding: 0px !important;
	list-style: none;
}
.premiumAdsCell ul li {
	width: 195px;
	height: 90px;
	float: left;
	margin: 1px 1px 1px 0px;
	padding: 2px 0px !important;
	overflow: hidden;
	display: block;
	background-color: #fff;
	border: 1px solid #bfc6b1;
}
.premiumAdsCell ul li img {
	float: left;
	padding-right: 4px;
	margin-right: 4px;
	margin-top: 10px;
	margin-left: 4px;
	border-right: 1px solid #bfc6b1;
	width: 72px;	
}
.premiumAdsCell ul li h3{
	margin: 0px !important;
	padding: 3px 0px 0px 0px !important;
	font-size: 1.0em;
}
.premiumAdsCell ul li h3 a{
	color: #4e7200;
	text-decoration: none;
}
.premiumAdsCell ul li h3 a:hover{
	color: #333;
	text-decoration: underline;
}
.premiumAdsCell ul li p{
	margin: 5px 0px !important;
	padding: 0px !important;
	line-height: 110%;
	font-size:11px;
}

.adsFree {
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
.adsFree  h2{
	margin: 0px !important;
	padding: 9px 10px 10px 10px !important;
	font-size: 1.2em;
	text-align: center;
	background: #87a448;
	color: #fff;
}
.adsFree  h2 span{
	color: #333;
}
.adsFree  ul{
	margin: 0px !important;
	padding: 0px 10px !important;
	list-style: none;
}
.adsFree  ul li{
	padding: 7px 0px;
	border-bottom: 1px solid #bfc6b1;
}
.adsFree  ul h3{
	margin: 0px !important;
	padding: 3px 0px 0px 0px !important;
	font-size: 1.0em;
}
.adsFree  ul h3 a{
	color: #4e7200;
	text-decoration: none;
}
.adsFree  ul h3 a:hover{
	color: #333;
	text-decoration: underline;
}
.adsFree  ul li p{
	clear: both;
	margin: 5px 0px !important;
	padding: 0px !important;
	line-height: 110%;
	font-size:11px;
}
.adsFree  ul li p span{
	font-size: 0.9em;
	color: #888;
}
.adsFree  ul li p span a{
	color: #c82a00;
	text-decoration: none;
}
.adsFree  ul li p span a:hover{
	color: #333;
	text-decoration: none;
}

.news {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
.news  h2.heading {
	margin: 0px !important;
	padding: 9px 10px 10px 10px !important;
	font-size: 1.2em;
	text-align: center;
	background: url(../images/bgDiag_dark.gif) bottom left repeat-x #27333a;
	color: #fff;
}
.newsCell {
	padding: 0px 10px;
}
.newsItem {
	padding: 10px 0px;
	border-bottom: 1px solid #bfc6b1;
}
.newsItem h2 {
	font-size: 1.0em;
	margin: 2px 0px !important;
	padding: 0px !important;
}
.newsItem h2 a {
	color: #353535;
	text-decoration: none;
}
.newsItem h2 a:hover {
	color: #4e7200;
	text-decoration: underline;
}
.newsItem p {
	margin: 0px !important;
	padding: 0px !important;
	line-height: 130%;
}

span.date {
	font-size: 11px;
	color: #c82a00;
}

/* page navigation */
.pageNav {
	padding: 10px;
	text-align: center;
	border-bottom: 1px solid #bfc6b1;
}
.pageNav p {
	margin: 0px 2px !important;
	padding: 0px !important;
	display: inline;
	border-left: 1px solid #27333a;
}
.pageNav p.first {
	border: none !important;
}
.pageNav p a{
	padding: 0px 2px 0px 6px;
	color: #4e7200;
	text-decoration: none;
}
.pageNav p a:hover{
	color: #ff6710;
	text-decoration: none;
}

/* page navigation */
.pageLink {
	padding: 5px 10px;
}
.pageLink p {
	padding: 0px 12px;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	background: url(../images/arrowLink3.gif) right no-repeat;
}
.pageLink p a {
	color: #4e7200;
	text-decoration: none;
}
.pageLink p a:hover {
	color: #ff6710;
	text-decoration: none;
}

/* banner */
.banner {
	padding: 0px !important;
	margin: 0px !important;
	white-space: nowrap;
	background-color : #e3e8d8;
	width : 195px;
	/*height: 710px;*/
	text-align:left;

}
.banner p {
	margin: 0px auto !important;
	padding: 0px !important;
	display: inline;
	padding: 5px 10px !important;
	text-align: justify;
}

.bannerLink {
	padding: 0px;
	margin-top: -3px;
	border-top: 1px solid #999;
	
}
*html .bannerLink .banner.popularAdsCell{
	margin: 0px;
}
.bannerLink ul{
	padding: 0px !important;
	margin: 0px !important;
	list-style: none;
}
.bannerLink ul li{
	width: 391px;
	display: block;
	float: left;
	padding: 10px 0px;
	font-size: 0.9em;
	border-left: 1px solid #eee;
}
.bannerLink ul li.first{
	border-left: none !important;
}
.bannerLink ul li p{
	padding: 0px 25px;
	margin: 5px 0px !important;
}
.wrapper .banner {
	margin: 0px !important;
	border: 1px solid #ff9327;
}
.sidebar .banner, .rightbar .banner {
	border: none !important;
	margin-bottom: 10px !important;
}
.sidebar .banner h2, .rightbar .banner h2 {
	margin-bottom: 5px !important;
}
.rightbar .banner p {
	display: block !important;
	padding: 0px 4px 10px 4px !important;
}
.sidebar .banner p {
	display: block !important;
	padding: 0px !important;
	text-align: center;
} 
.rightbar .banner h2 {
	border-top: 2px solid #fff;
}
.rightbar .banner {

}
.banner#ads {
	border: none !important;
	padding: 0px 10px !important;
	white-space: normal !important;
}
.banner#ads p {
}

.popularAds {
	/*border-top: 2px solid #fff;*/
	margin:0px auto;
}
.popularAdsCell {
	padding-top: 6px;
	padding-bottom: 13px;
	text-align: center;
	background-color:#e3e8d8;
	/*height:368px;*/
	width:195px;
}
.popularAdsCell img {
	display: block;
	border: 1px solid #cdd5ba;
	margin: 0px auto;
	margin-bottom: 10px;
	
}
.popularAdsCell p {
	margin: 15px 0px 5px 0px !important;
	padding: 0px !important;
}
.popularAdsCell a {
	font-weight: bold;
	color: #4e7200;
	text-decoration: underline;
}
.popularAdsCell a:hover {
	font-weight: bold;
	color: #ff6608;
	text-decoration: underline;
}

.spotlightAds {
	margin-top: -12px;
}
.spotlightAdsCell {
	padding: 2px 2px 10px 4px;
}
.spotlightItem {
	text-align: center;
	padding: 2px 10p 10px 10px;
	margin: 2px 0px 3px 0px;
	background-color: #fff;
	border: 1px solid #bfc6b1;
}
.spotlightItem img {
	display: block;
	margin: 0px auto;
}
.spotlightItem a {
	font-weight: bold;
	color: #4e7200;
	text-decoration: underline;
}
.spotlightItem a:hover {
	font-weight: bold;
	color: #ff6608;
	text-decoration: underline;
}
.spotlightItem p {
	text-align: left;
	font-size: 11px;
	padding: 0px 10px !important;
	margin: 10px 0px !important;
}

.partner {
	margin-top: -9px;
}
.partnerCell {
	text-align: center;
	padding: 2px 5p 10px 5px;
	margin: 3px 3px 15px 4px;
	background-color: #fff;
	border: 1px solid #bfc6b1;
}
.partnerItem {
	margin: 5px 0px 0px 0px;
	padding: 8px 5px 12px 5px;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: -1px;
}
.partnerItem p {
	text-align: left;
	margin: 0px !important;
	padding: 0px !important;
}
.partnerItem img {
	display: block;
	margin: 0px auto;
}
.partnerItem p a {
	padding: 10px;
	display: block;
	color: #323232;
	text-decoration: none;
}
.partnerItem p a b {
	display: block;
	color: #4e7200;
}
.partnerItem p a span {
	display: block;
	color: #cc0000;
	font-size: 11px;
}
.partnerItem p a:hover {
	background-color: #e7f4c7;
}

.linkexchange {
	margin-top: -11px;
	margin-bottom: 15px;
}
.linkexchangeCell {
	padding: 10px 10px 10px 15px;
}
.linkexchangeCell p {
	margin: 0px !important;
	padding: 5px 10px !important;
	background: url(../images/arrowLink2.gif) no-repeat;
	background-position: 0px 10px;
}
.linkexchangeCell p a {
	color: #353535;
	text-decoration: none;
}
.linkexchangeCell p a:hover{
	color: #353535;
	text-decoration: underline;
}

.heading00 {
	font-size: 1.0em;
	text-align: center;
	margin: 0px !important;
	padding: 8px 10px !important;
	color: #fff;
	background:#82807c;
	
}
.heading01 {
	font-size: 11px;
	text-align: center;
	margin: 0px !important;
	padding: 8px 10px !important;
	color: #fff;
	background: #82807c;
}

a.judul{
	font-size: 15px;
	text-align: left !important;
	padding: 0px 10px;
	color: #7cd300;
	font-weight:bold;
	text-decoration: none;
}

a.judul:hover{
	font-size: 15px;
	text-align: left !important;
	margin: 0px !important;
	color: #14a72c;
	font-weight:bold;
	text-decoration: none;
}

.jumlah p  {
	font-size: 11px;
	text-align: left !important;
	padding: 0px 0px 0px 17px;
	color: #000;
	text-decoration: none;
}



a.jumlah:hover{
	font-size: 11px;
	text-align: left !important;
	margin: 0px !important;
	color: #000;
	text-decoration: none;
}
/* ----------------- end content layout ------------------ */

/* ---------- footer element --------- */
.footer{
	width: 790px;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	font-size: 11px;
	overflow: hidden;
	background-color:#fff;
	border:2px solid #fff;
}
.footerCell {
	color: #27333a;
	padding: 0px;
	text-align: right;
	background: url(../images/bgFooter.gif) bottom left repeat-x;
	border-top: 2px solid #a7ca59;
}
.footerCell a{
	color: #fff;
	text-decoration: underline;
}
.footerCell a:hover{
	color: #60931d;
	text-decoration: underline;
}
.footerCell span{
}
.footer strong{
}
a.jcamp{
	float: left;
	display: block;
	margin-top: -5px;
}