/* JogjaCamp Standard CSS 	*/
/* Date : 12 Mei 2005		*/
/* edit : 3 Oktober 2005  */


/* Body Style */
body, p, h1,h2,h3,h4,h5,h6,div,ol,li,td,th,a,form,input,select,textarea,option,label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	font-size: 11px;
	color: #333;
	margin: 0px;
	background: url(../images/bg.jpg) top repeat-x fixed;
}

/* standard paragrap */

p {
	line-height: 150%;headerTop
	text-align:justify;
	margin: 4px 0px 4px 0px;
}

/* standard heading */
h1 {
	font-size: 160%;
}
h2 {
	font-size: 130%;
}

h3 {
	font-size: 120%;
}

h4 {
	font-size: 110%;
}

h5 {
	font-size: 90%;
}

h6 {
	font-size: 80%; 
}

/* standard odered list */
ol {
}

/* standard list entry */
li {
	line-height: 130%;
	text-align: justify;
}

/* standard unordered list */
ul {
	
}

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

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

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

input,select,textarea,option,label {
	font-size: 10px;
}

/* standard form input text */
input.text {
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

/* standard form select + option*/
select{
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

/* standard form textarea */
textarea {
	border: 1px solid #000000;
}

/* standard form button */
input.button{
	background-color: #cccccc;
	border: 1px solid #000000;
}


/* standard cell */
td {
	font-size: 11px;
	vertical-align: top;
}

th {
	font-size: 10px;
	vertical-align: top;
}
/*  standard cell for text*/
td.text, td.form {
	padding: 4px;
	line-height: 150%;
}


img.FloatRight{
 	float: right;
	margin: 0 0 5px 5px;
}
img.FloatLeft{
 	float: left;
	margin: 0 5px 5px 0;
}



/*css Untuk Header*/
.headerMain, .siteLogo{
	height: 142px;
}

.headerMain{
	background: url(../images/a_05.jpg) right no-repeat;
	width: 778px;
	clear: both;
}


.headerImg{
	background:url(../images/a_06.jpg) no-repeat top;
	width: 221px;
	height: 168px;
}

.siteLogo{

	width: 218px;
	display:block;
}

.headerTop{
	background: url(../images/a_01.jpg) no-repeat;
	height: 26px;
}

/* css untuk footer */
.footerContainer{
	width: 778px;
	clear:both;
}
.footerContainer a.jcamp{
	background: url(../images/jcamp.jpg) #3D3D3D no-repeat center;
	display: block;
	width: 254px;
	float: right;
	height: 61px;
}
.footerCell{
	width: 524px;
	float: left;
	height: 61px;
	color: #fff;
	text-align: right;
	font-size: 10px;
	background: #aaa;
}

.footerCell span{
	margin: 18px;
	display: block;
}

/* special --> unclasified class*/

td.bgEF{
	background-color: #efefef;
}
td.bgCC{
	background-color: #aaa;
	padding: 2px 4px 2px 2px;
	border: 1px solid #fff;
	color: #000;
	text-align: right;
}
td.bgColor{
	padding: 2px 2px 2px 4px;
	border: 1px solid #fff;
	color: #000;
	text-align:left;
	background-color:#ddd;
}
td.borderCC{
	padding: 2px;
	color: #000;
}
td.borderColor{
	background-color: #FF9900;
}

/*Content*/
#mainPage{
	width: 778px;
	text-align: justify;
	background: #fff !important;
}
#rightSide{
	float: right;
	width: 557px !important;
	background: #fff !important;
}
#leftSide{
	float: left;
	width: 221px;
	background: #efefef !important;
}
#content{
	text-align: justify;
}

#contentContainer{
	padding: 0px 10px 3px 20px;
}
#content table{
	width: 515px;
}

#content table tr td{
	text-align: justify;
}
#content h1{
	font-weight: bold;
	font-size: 150%;
	padding: 4px 4px 10px 0px;
	margin: 0px;
	color: #333;
	text-align: left;
	text-transform: uppercase;
}
#content h2{
	font-weight: bold;
	font-size: 120%;
	padding: 4px;
	margin: 5px 0px 10px 0px;
	color: #333;
}
#content p{
	padding: 2px;
	line-height: 150%;
	margin: 2px 0px 2px 0px;
	color: #333;
	text-align: justify;
}

a img{
	border: none;
}


th{
	background: #ccc;
	border: 1px solid #fff;
	text-align: center;
	padding: 4px;
}
.grey01{
	background: #efefef;
	border: 1px solid #fff;
	text-align: right;
	padding: 2px;
}
.grey02{
	background: #ddd;
	border: 1px solid #fff;
	text-align: right;
	padding: 2px;
}

.warper{
}
.warperBottom{
	background: url(../images/a_09.jpg) no-repeat;
	height: 62px;
	overflow: hidden;
}


.slogan{
	background: url(../images/a_02.jpg) repeat-x;
	height: 26px;
	width: 535px;
	float: right;
	color: #fff;
	text-align: right;
}

.slogan span{
	display: block;
	padding: 4px 20px;
	color: #fff;
}

.nav{
	background: #ddd;
	border-bottom: 1px solid #ccc;
	padding: 4px;
}