/* 		JogjaCamp Standard CSS 				*/
/* 		Created Date 	: 12 Mei 2005		*/
/* 		Update			: 22 Maret 2007  	*/


/* Body Style */
body {
	font-size: 11px;
	color: #333;
	background: url(images/a_02.jpg) top repeat-x #AAC01A;
	margin: 30px 0;
}


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;
}
p {
	text-align:left;
	margin: 8px 0px !important;
	line-height: 150%;
}

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

a:hover {
	text-decoration: none;
	color: #333;
}

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

input,select,textarea,option,label {
	font-size: 11px;
	color: #333;
}

/* standard form input text */
input.text {
	background-color: #fff;
	border: 1px solid #F7F7CA;
	width: 120px;
	padding: 2px;
	color: #99AF0A;
}


/* standard form button */
input.button{
	background-color: #99AF0A;
	border: 2px solid #fff;
	text-transform:capitalize;
	padding: 4px 10px;
	color: #fff !important;
	font-size: 1.2em;
	margin-top: 6px;
}

/* 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 !important;
}
.justify{
	text-align:justify !important;
}

.clear{
	clear: both;
}

/* --------- warper element -------- */
.body{
	margin: auto;
	width: 816px;
}

.header{
	background:url(images/a_08.jpg) no-repeat;
	height: 80px;
}



/* ------- header element ---------- */
.sitename{
	background: url(images/a_09.jpg) top right no-repeat;
}

.sitename img{
	border: none;
}

/* --------- sidebar ---------- */

.leftSide{
	width: 15px;
	float: left;
}
.sidebar{
	width: 218px;
	float: right;
	background: url(images/a_21.jpg) repeat-y;
}

.sidebarBottom{
	background:url(images/a_22.jpg) no-repeat;
	height: 30px;
}
/* std table*/
.stdTable{

}
.stdTable th{
	padding: 4px;
	background: #ccc;
	border: 1px solid #fff;
	text-align: center;
}
.stdTable td{
	padding: 4px;
	text-align: left;
}
.nowarp{
	white-space:nowrap;
}

tr.clearTD td{
	background: none !important;
	padding: 1px !important;
}

.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: 583px;
	float: right;
	background: #FDFDF1;
}

.content{
	padding: 10px;
}


.footer{
	color: #fff;
	text-align: center;
	padding: 0px 10px 10px 10px;
	background: #AAC01A;
}
.footer span{
	display: block;
	padding: 10px 20px;
}



/*welcome blok*/
.welcome{
	padding: 30px 6px;
}

.welcome h2{
	margin: 0px;
	padding: 6px 0;
	color: #580000;
	font-size: 1.4em;
}
.welcome img{
	border: 1px solid #ccc;
	padding: 2px;
}


.info{
	background: url(images/a_18.jpg) no-repeat #99AF0A;
	background-position: 10px 0px;
	height: 30px;
}

.infoForm{
	background: #FAFAD8;
}

.mainBottom{
	background: url(images/a_25.jpg) no-repeat;
	height: 34px;
}

.feature p{
	width: 180px;
	float: left;
	display: block;
	margin: 0px !important;
	padding: 0px !important;
}

.content h1{
	font-size: 1.1em;
	text-transform: uppercase;
}

.hr{
	border-top: 2px solid #8FA80F;
	border-bottom: 2px solid #EDF8B0;
	clear:both;
	margin-bottom: 10px;
}


.previewWarp{
	height: 270px;
	padding-top: 20px;
	padding-left: 95px;
}


.buttonLink{
	background-color: #99AF0A;
	border: 2px solid #fff;
	text-transform:capitalize;
	padding: 8px 10px;
	color: #fff !important;
	font-size: 1.2em;
	margin-top: 6px;
}

.content img{
	padding: 2px;
	border: 1px solid #fff;
}

#other{
	height: 210px;
	overflow: auto;
	background: #fff;
	padding: 10px;
}

#other img{
	height: 80px;
	border: 1px solid #ccc;
	padding: 2px;
}

#other td{
	text-align: center;
	padding: 4px;
}