/* 		JogjaCamp Standard CSS 				*/
/* 		Created Date 	: 12 Mei 2005		*/
/* 		Update			: 22 Maret 2007  	*/


/* Body Style */
body {
	font-size: 11px;
	color: #333;
	background: #333;
	margin: 0px;
}

#div{ overflow:hidden !important; }

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;
}

td, th, span, div{
	font-size: 12px;
	line-height: 150%;
}

h2{
	font-size: 1.2em;
	margin: 8px 0px;
}
p {
	text-align:left;
	margin: 4px 0px !important;
	line-height: 120%;
}

/* standard Hyperlink */
a {
	text-decoration: none;
	color: #5099CA;
}

a.adse{
	text-decoration: underline;
        color: #5099CA;

}

a:hover {
	text-decoration: none;
	color: #333;
}

/* standard Form */
form {
	margin: 0px;
	padding: 0px;
}

input,select,textarea,option,label {
	font-size: 10px;
}

/* standard form input text */
input.text {
	background-color: #FFFFFF;
	border: 1px solid #ccc;
	width: 120px;
}


/* standard form button */
input.button{
	background-color: #7893C0;
	border: 1px solid #7893C0;
	text-transform:capitalize;
	color: #fff;
}

/* standard form select + option*/
select{
	background-color: #FFFFFF;
	border: 1px solid #666;
}

/* standard form textarea */
textarea {
	border: 1px solid #ccc;
	width: 100%;
}

/* standard cell */
td, th {
	vertical-align: top;
	line-height: 150%;
}

td.text, td.form {
	padding: 4px;
}

blockquote{
    margin: 10px;
    padding: 4px 8px;
    border-left: 4px solid #B9C9E2;
}

.floatRight{
 	float: right;
	margin: 0 0 2px 10px;
}
.floatLeft{
 	float: left;
 	margin: 0 10px 2px 0;
}

.center{
	text-align: center;
}

.left{
	text-align:left;
}
.right{
	text-align: right;
}
.justify{
	text-align:justify;
}

/* --------- warper element -------- */
.body{
}

.warper{
	width: 875px;
	text-align: left;
	padding: 8px;
	border-left: 2px dotted #000;
	border-right: 2px dotted #000;
	border-top: 7px solid #9A9A9A;
	background: #fff;
}



/* ------- header element ---------- */
.header{
	background: url(images/a_02.jpg) top center no-repeat;
	height: 71px;
	text-align: center;
	margin-top: 20px;
}

.siteTitle{
	float: left;
	height: 38px;
	width: 237px;
	padding-left: 20px;
}

.headerBottom{
	background: #c4c4c4;
	height: 34px;
	width: 813px;
	float: left;
}

.headerBottomLeft{
	background: url(images/a_04.jpg) left top no-repeat #c4c4c4;
	height: 34px;
	width: 30px;
	float: left;
}

.headerBottomRight{
	background: url(images/a_06.jpg) right top no-repeat #c4c4c4;
	height: 34px;
	width: 32px;
	float: right;
}

/* ------- navigation -------------- */
.nav{
	list-style: none;
	padding: 0px;
	margin: 0;
	float: left;
	width: 500px;
}

.nav li{
	float: left;
	margin: 0px;
}

.nav li.first{
	border: none !important;
}

.nav li a{
	float:left;
	width: 100px;
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	text-align: center;
	height: 26px;
	padding-top: 8px;
}

.nav li a:hover{
	color: #fff;
	text-decoration: none;
	background: #515151;
}


/* ---------- search ---------- */
.search{
	padding-top: 30px;
	padding-right: 30px;
	width: 400px;
	float: right;
	text-align: right;
	color: #333;
	font-weight: bold;
	color: #fff;
}
.search h2{
	font-size: 1em;
	text-transform:uppercase;
}
.searchText{
	border: 1px solid #fff;
	width: 110px;
}

.searchButton{
	background-color: #7893C0;
	border: 1px solid #7893C0;
	text-transform:capitalize;
	color: #fff;
}

.clear{
	clear: both;
}


/* --------- sidebar ---------- */
.sidebar{
	width: 220px;
	float: right;
}



/* --------------login form------------*/
.login{
	background: #212F34;
	padding: 10px;
	margin: 4px;
}
.login h2{
	font-size: 12px;
	background:url(images/a_15.jpg) no-repeat center left;
	padding: 8px 10px 8px 40px;
	color: #fff;
	margin: 0px;
	text-transform: uppercase;
}

.login table{
	width: 200px;
}
.login td{
	padding: 4px;
	text-align: left;
}
.login a{
	color: #fff;
}
.login .button{
	color: #fff;
	background: #AF0000;
	border: none;
	padding: 2px;
	font-weight: bold;
}


/*css untuk cs*/
.cs{
	padding: 10px;
}
.cs h2{
	font-size: 12px;
	background:url(images/a_26.jpg) no-repeat center left;
	padding: 8px 10px 8px 40px;
	color: #758B90;
	margin: 0px;
	text-transform: uppercase;
}


/* std table*/
.stdTable{
	width: 100%;
}
.stdTable th{
	padding: 4px;
	background: #ccc;
	border: 1px solid #fff;
	text-align: center;
}
.stdTable td{
	padding: 4px 8px;
	background: #efefef;
	border: 1px solid #fff;
	text-align: left;
}
.nowarp{
	white-space:nowrap
}


.borderCC{
	padding:2px 3px;
	color: #333;
}
.bgCC{
	background-color: #ddd;
	padding: 2px 4px 2px 2px;
	border: 1px solid #fff;
	color: #000;
	text-align: right;
}
.bgColor{
	padding: 2px 2px 2px 4px;
	border: 1px solid #fff;
	color: #000;
	text-align:left;
	background-color:#ccc;
}
.borderAll{
    border: 1px solid #ccc;
    text-align: center;
    padding: 4px;
}

/* --------- main content ------------- */
.main{
    width: 630px;
	float: left;
}

.content{
	padding: 10px;
}

.footer{
	text-align: right;
	color: #333;
	padding: 8px 15px;
	border-top: 2px solid #9DB3D5;
	margin-top: 20px;
}

.banner{
	text-align: center;
}

.banner h2{
	font-size: 1em;
	text-align: left;
}
.banner p{
	text-align: center;
}

.flowNav{
	border-bottom: 1px dashed #ccc;
	padding: 6px 0;
	margin: 0;
}

.flowNav h1{
	font-size: 1.6em;
	margin: 8px 0px;
	color: #780000;
}

.content h1{
    color: #780000;
    font-size: 1.6em;
}


/*css untuk form Contact*/
#contactContainer{
	margin: 10px 0;
	width: 450px;
}

#contactCellHeader{
	background-color: #efefef;
	background-repeat: no-repeat;
	font-weight: bold;
	color: #333;
	padding: 4px 8px 6px 6px;
	height: auto;
	border: 1px solid #ccc;
}

#contactCellHeader p{
}
#contactCell{
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 4px 10px 4px 10px;
}
#contactCell p{
	margin: 2px;
	line-height: 140%;
}
#contactCellBottom{
	border-top: 1px solid #ccc;
}
#contactCellBottom img{
	display: none;
}
.contactTextarea{
	border: 1px solid #ccc;
	background-color: #fff;
	color: #06c;
	width: 200px;
}
input.contactButton{
	border: 1px solid #ccc;
	background-color: #ccc;
	color: #fff;
	font-weight:bold;
}
input.contactText{
	border: 1px solid #ccc;
	background-color: #fff;
	color: #f80;
}
a.contactLink{
	color: #000;
}
a.contactLink:hover{
	color: #f90;
}


/*welcome blok*/
.welcome{
	padding: 6px;
}

.welcome h2{
	margin: 0px;
	padding: 6px 0;
	color: #2970A0;
	font-size: 1.2em;
}
.welcome img{
	border: 1px solid #ccc;
	padding: 2px;
}


/*news*/
.news{
	padding-bottom: 10px;
}
.newsHeader{
	background:url(images/a_30.jpg) repeat-x top;
	padding: 6px 6px 16px 12px;
	margin: 0;
	color: #fff;
	font-size: 1.1em;
}

.newsItem{
	padding: 10px 6px 0px 6px;
}
.newsItem h2{
	font-size: 1em;
	margin: 0px;
}

.newsItem h2 a{
	color: #780000;
}
.newsItem h2 a:hover{
	color: #333;
}
.newsItem p{
} 
.newsBrief{
	float: right;
	width: 390px;
}
.newsImage{
	float: left;
	width: 120px;
	text-align: center;
}
.newsImage img{
	border: 1px solid #ccc;
	padding: 2px;
}

.newCat, .photoCat{
	padding-top: 10px;
	padding-left: 10px;
}

.newCat a{
	color: #333;
}

.photoBox{
	border: 1px solid #ccc;
	width: 100px;
	float: left;
	margin-left: 8px;
	padding: 8px;
	text-align: center;
}

.photoBox img{
	padding: 0 !important;
	border: none !important;
}


/* menuHorizontal */
.menuHorizontal{
	text-align: center;
	background: url(images/a_06.jpg) top no-repeat;
	height: 28px;
	padding-top: 4px;
}





/* language */
.lang{
	padding: 6px 15px;
	text-align: right;
	color: #333;
	font-weight: bold;
}
.lang a{
	color: #333;
}
.lang a.active {
	color: #4B9714;
}


/*sidebar menu*/
.menu h2{
	font-size: 1.1em;
	padding: 8px 0;
	color: #515151;
	margin: 0px;
	text-transform: uppercase;
}
ul.menuItem, ul.children{
	list-style-type: none;
	margin: 0px;
	padding:0px;
}

ul.menuItem li, ul.children li{
	margin: 0px;
	padding: 0px;
}

ul.menuItem li a, ul.children li a{
	display: block;
	color: #fff;
	font-size: 11px;
	border-bottom: 1px solid #fff;
	text-decoration: none;
}

ul.menuItem li a{
	width: 204px;
	padding: 4px 8px;
	background: #9DB3D5;
	font-weight: bold;
}
ul.menuItem li a:hover{
	background: #7893C0;
}
ul.children li a{
	background: #efefef;
	width: 170px;
	padding: 4px 20px;
}

ul.children li a:hover{
	background: #ddd;
}


.buttonLink{
	padding: 4px 10px;
	background: #013200;
	color: #fff;
	text-align: center;
}
.buttonLink:hover{
	text-decoration:none;
	background: #4B9714;
	color: #fff;
}
.jump{
	width: 100px;
	float:right;
	padding-top: 8px;
	padding-right: 32px;
}


.mainAdvLeft{
	background: url(images/a_07.jpg) left top no-repeat #515151;
	width: 56px;
	float:left;
	height: 86px;
}

.mainAdvRight{
	background: url(images/a_10.jpg) right top no-repeat #515151;
	width: 64px;
	float:right;
	height: 86px;
}

.mainAdv{
	background: url(images/a_08.jpg) top repeat-x;
	width: 755px;
	float:left;
	height: 86px;
}
.mainAdv h2{
	font-size: 1.3em;
	text-transform: uppercase;
}
.mainAdv h2, .mainAdv p{
	color: #fff;
}

.mainAdv a{
	color: #fc0;
}

.mainAdv a:hover{
	color: #fff;
}


.premad{
	background: url(images/a_15.jpg) top repeat-x;
	padding: 10px 20px 30px 20px;
	margin-top: 20px;
	border-bottom: 1px dotted #849EC8;
}

.normalad{
	padding: 10px 20px 30px 20px;
	margin-top: 20px;
	border-bottom: 1px dotted #849EC8;
}
.premad h3, .normalad h3{
	margin: 0px;
	font-size: 1.3em;
	text-transform: uppercase;
}
.premad h3 a, .normalad h3 a{
	color: #1A5DA3;
}

.premad .pretitle{
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
	text-align: right;
	color: #fff;
}

.premad .date, .normalad .date{
	padding-bottom: 10px;
}


.submitIklan h2{
	padding: 6px;
	font-size: 1.1em;
	color: #fff;
	background: #515151;
	margin:0px;
	border-bottom: 1px solid #fff;
	text-transform: uppercase;
}

.newIklan h2, .powered h2{
	padding: 6px;
	font-size: 1.1em;
	color: #333;
	margin:20px 0 0 0 ;
	border-bottom: 1px dotted #ccc;
	text-transform: uppercase;
}

.newIklan ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.newIklan ul li{
	border-bottom: 1px dotted #ccc;
	padding: 4px;
}
.disclimer{
	border: 1px solid #849EC8;
	padding: 10px;
	background: #9DB3D5;
	color:#000;
	margin-top: 10px;
}

