/* 		JogjaCamp Standard CSS 				*/
/* 		Created Date 	: 12 Mei 2005		*/
/* 		Update			: 22 Maret 2007  	*/


/* Body Style */
body {
	font-size: 11px;
	color: #333;
	background: url(../images/bg.jpg) repeat-x top #E0B149;
	margin: 0px;
	text-align: center;
}


body, p, h1,h2,h3,h4,h5,h6,div,ol,li,td,th,a,form,input,select,textarea,option,label {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

td, th, span, div{
	font-size: 11px;
	line-height: 130%;
}

h2{
	font-size: 1.2em;: 4px 0px;
}
p {
	text-align:left;
	margin: 8px 0px !important;
	line-height: 150%;
}

/* standard Hyperlink */
a {
	text-decoration: none;
	color: #CC7A1D;
}

a:hover {
	text-decoration: underline;
	color: #CC7A1D;
}

/* 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;
}


/* standard form button */
input.button{
	border: 1px solid #AA520A;
	background-color: #AA520A;
	color: #fff;
	font-weight:bold;
	padding: 2px 4px;
}

/* standard form select + option*/
select{
	background-color: #FFFFFF;
	border: 1px solid #666;
}

/* standard form textarea */
textarea {
	border: 1px solid #666;
}

/* standard cell */
td, th {
	vertical-align: top;
	line-height: 150%;
}

td.text, td.form {
	padding: 4px;
}

blockquote{
    margin: 10px;
    padding: 8px;
    background: #efefef;
    border: 1px solid #ccc;
}

.floatRight{
 	float: right;
	margin: 0 0 2px 10px;
}
.floatLeft{
 	float: left;
 	margin: 0 10px 2px 0;
}

.center{
	text-align: center;
}

.left{
	text-align:left !important;
}
.right{
	text-align: right;
}
.justify{
	text-align:justify;
}

/* --------- warper element -------- */
.body{
	width: 778px;
	margin: 0 auto;
	padding: 40px 0;
}

.warper{
	text-align: left;
	background: #fff;
	padding: 0px 12px 12px 12px;
}
.mainWarper{
	clear: both;
}
.main{
    width: 337px;
	float: left;
}

.main2{
	width: 540px;
	float: right;
}

.mainTop{
	background:url(../images/a_04.jpg) repeat-x;
	height: 18px;
}

.content{
	padding: 10px;
	line-height: 140%;
}

.content h1{
    color: #333;
    font-size: 1.6em;
	border-bottom: 1px solid #ccc;
	margin: 0px;
	padding: 0 0 10px 0;
}

.content h2{
	color: #333;
	text-transform: uppercase;
	font-size: 1.1em;
}

.sidebar{
	background: url(../images/a_19.jpg) repeat-y;
	width: 210px;
	float: left;
}
.sidebarTop{
	display: none;
}
.sidebarBottom{
	background: url(../images/a_21.jpg) no-repeat;
	height: 27px;
	clear: both;
}
.sidebarInner{
	padding: 10px 20px 0px 4px;
}
.leftContent{
	width: 298px;
	float: left;
}

.rightContent{
	width: 216px;
	float: right;
}

.menuTop{
	background:url(../images/b_12.jpg) no-repeat;
	height: 11px;
	font-size: 1px;
}
.menuCell{

}

.footer{
	background: #C0731B;
	color: #fff;
}
.footer span{
	display: block;
	width: 400px;
	float: left;
	text-align: left;
	padding: 10px 20px;
	background: #C0731B;
}
.jcamp{
	width: 200px;
	float: right;
	padding: 10px 20px;
	text-align: right;
}

.jcamp a{
	color: #fff;
}
/* site name */


.clear{
	clear: both;
}

.headerFlash{
	padding-top: 10px;
	padding-bottom: 15px;
}


/*  standard cell for text*/
td.text {
	padding: 4px;
	line-height: 140%;
}

/* standard cell for form */
td.form{
 	height: 22px;
	padding: 4px;
 	}
 	
/* standard image */
img {
	padding: 0px;
	border: 0px;
}

img.FloatRight{
 	float: right;
	margin: 0 0 5px 5px;
}
img.FloatLeft{
 	float: left;
	margin: 0 5px 5px 0;
}







/* special --> unclasified class*/
td.tenPixel{
	padding: 10px;
}
td.fourPixel{
	padding: 4px;
}
td.bgEF{
	background-color: #efefef;
}
td.bgCC{
	background-color: #ccc;
}
td.bgColor{
	background-color: #FF9900;
}
td.borderCC{
	border-bottom: 1px dashed #999;
	padding: 3px 2px;
}
td.borderColor{
	background-color: #FF9900;
}

table.standard{
	border: 1px solid #ccc;
}

table.standard th{
	padding: 4px 10px;
	text-align: center;
	background: #ccc;
	border: 1px solid #fff;
	white-space:nowrap;
}

table.standard tr{
	background: #f5f5f5;
}

table.standard tr.even{
	background: #ddd;
}

table.standard textarea{
	border: 1px solid #efefef;
	width: 250px;
	height: 50px;
}


table.standard td{
	padding: 4px;
	border: 1px solid #fff;
}

table.standard td img{
	padding: 10px;
}

.nowarp{
	white-space:nowrap;
}

.testimonial{
	padding: 20px 0px 10px 0px;
}


.testimonial h2{
	padding: 6px;
	background: #E0B149;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-size: 1em;
	margin: 0px;
	border-bottom: 2px solid #fff;
}

.testimonial .content{
	background: #efefef;
	height: 220px;
	overflow: auto;
	padding: 4px 10px;
}

.testimonial p{
	border-bottom: 1px solid #ccc;
}

.testimonial2, .register{
	padding: 10px 0px;
}

.testimonial2 p{
	border-bottom: 1px solid #ccc;
	padding-top: 2px;
}
.testimonial2 blockquote{
	margin-bottom: 20px;
}

.testimonial2 h2, .register h2{
	background: #efefef;
	border-bottom: 1px solid #ccc;
	margin: 0px !important;
	padding: 6px;
	color: #333;
	font-size: 1em;
}

.testimonial2 table, .register table{
	width: 314px;
	margin: auto;
}
.testimonial2 td, .register td{
	padding: 4px;
	border-bottom: 1px solid #efefef;
}
.testimonial2 textarea, .register textarea{
	width: 295px;
	border: 1px solid #ccc;
	height: 100px;
}

.testimonialNav{
	background: #efefef;
	padding: 6px;
	text-align: center;
}

.testimonialNav a{
	color: #780000;
	font-weight: bold;
}

.testimonialNav a:hover{
	color: #333;
	font-weight: bold;
}

.polling{
	padding: 10px 0;
}

.polling h2{
	text-align: center;
	color: #AA520A;
	font-size: 1em;
	text-transform: uppercase;
	margin: 0px;
	padding: 6px;
}

.polling td{
	padding: 2px 3px;
}

.polling .button{
	background: #AA520A;
	color: #fff;
	border: 1px solid #AA520A;
	padding: 2px;
}

.sidebar2{
	width: 207px;
	float: right;
	background: #fff !important;
}



.counter{
	background: url(../images/a_08.jpg) repeat-y;
}

.counter h2{
	background: url(../images/a_20.jpg) no-repeat bottom;
	margin: 0px;
}

.counter h2 span{
	visibility:hidden;
}

.counter b{
	padding: 6px 8px;
	background: #AA520A;
	color: #fff;
}

.counterP{
	margin: 0px !important;
	padding: 0px !important;
}

.counterBottom{
	background:url(../images/a_24.jpg) no-repeat top;
	height: 25px;
}

.banner{
	padding: 6px;
}
.banner h2{
	background: #E0B149;
	padding: 6px;
	text-align: center;
	color: #fff;
}

.bannerItem{
	width: 100px;
	float: left;
	text-align: center;
}


.bottomLink{
	background:#B15C0E;
	padding: 6px 10px;
	text-align: center;
}

.bottomLink p{
	display: inline;
	color: #fff;
}

.bottomLink p a{
	color: #fff;
}

.lang{
	background: #AA520A;
	color: #fff;
	padding: 6px 10px;
	margin: 10px 4px 0px 0px;
	text-align: right;
	font-weight: bold;
}

.lang a{
	color: #fff;
}

.galleryBox{
	background: #F2E3AA;
	padding-bottom: 4px;
	padding-left: 2px;
}

.galleryBox h2{
	background: #E0B149;
	padding: 6px;
	text-align: center;
	color: #fff;
	font-size: 1em;
	margin: 10px 0 4px 0 !important;
}

.galleryBox span{
	display: block;
	width: 84px;
	padding: 2px 0;
	margin-left: 3px;
	margin-top: 4px;
	text-align: center;
	float: left;
	background: #fff;
}

.galleryBox .more{
	font-weight: bold;
	text-align: right;
	padding: 4px 10px;
	clear: both;
}


/* memberGallery */
.memberGallery h2{
	background: #ddd;
	color: #333;
	padding: 6px 8px 6px 10px;
	height: auto;
	font-size: 1em;
	margin: 0px;
	border-bottom: 2px solid #fff;
}

.memberGalleryBox{
	background: #efefef;
	border: 1px solid #ddd;
	padding: 18px 0 18px 25px;
	text-align: center;
}

.mGItem{
	width: 104px;	
	border: 1px solid #ccc;
	text-align: center;
	padding: 2px 0;
	float: left;
	margin: 0 15px 15px 0;
}

.mGItem a img{
	padding: 0px;
	-moz-opacity: 0.80;
	opacity:0.80;
	filter:alpha(opacity=80);
}
.mGItem a:hover img{
	-moz-opacity: 0.99;
	opacity:0.99;
	filter:alpha(opacity=99);
}

.mGNav{
	padding: 10px;
}

.mGBig{
	text-align: center;
	background: #fff;
	padding: 10px 4px;
	margin-right: 20px;
	border: 1px solid #ccc;
}

.mGDesc{
	margin: 20px;
	background: #efefef;
	padding: 10px;
	text-align: left;
}
.mGBig img{
	padding: 4px;
	border: 1px solid #efefef;
}