/* JogjaCamp Standard CSS 	*/


/* Body Style */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4d4d51;
	margin: 10px 0px 0px 0px;
	background: url(../images/bg.gif) top left repeat-x #45484d;
}

/* standard paragrap */

p {
	line-height: 150%;
	text-align:left;
}

/* standard heading */
h1 {
	font-size: 160%;
	background-color: transparent;
}
h2 {
	font-size: 130%;
	background-color: transparent;
}

h3 {
	font-size: 120%;
	background-color: transparent;
}

h4 {
	font-size: 110%;
	background-color: transparent;
}

h5 {
	font-size: 90%;
	background-color: transparent;
}

h6 {
	font-size: 80%; 
	background-color: transparent;
}

/* standard odered list */
ol {
	text-transform: capitalize;
}

/* standard list entry */
li {
}

/* standard unordered list */
ul {
	
}

/* standard Hyperlink */
a {
	text-decoration: none;
	color: #054a98;
}

a:hover {
	color: #666;
	text-decoration: underline;
}
a.sitename {
	color: #86868e;
	font-weight: bold;
	text-decoration: none;
	float: left;
	display: block;
}
a.sitename:hover {
	text-decoration: none;
	color: #333;
	font-weight: bold;
}

/* standard Form */
form {
	margin: 0px;
	padding: 0px;
}

input {
}

/* 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;
}
option {
}

/* standard label */
label {
}

/* standard form textarea */
textarea {
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

/* standard form button */
input.button{
	border: 1px solid #000;
	background-color: #efefef;
	color: #333;
	font-weight: bold;
	padding: 0px 2px 0px 2px;
}

input.button2{
	background-color: #ccc;
	border: 1px solid #333;
	color: #000;
	padding: 1px;
	font-weight: bold;
}

/* standard table */
table {
	border-collapse: collapse;
}

/* standard cell */
td {
	padding: 0px;
}

/*  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: 10px 0px 5px 10px;
}
img.floatLeft{
 	float: left;
	margin: 10px 10px 5px 0px;
}



/*css Untuk Header*/
td.headerMain{
	padding: 0px;
	border: 1px solid #fff;
}
td.headerLeft{
	padding: 0px;
}
td.headerCenter{
	padding:0px;
}
td.headerRight{
	padding: 0px;
}
td.headerTop{
	background:url('../images/bg02.png'); 
	height: 55px;
	width: 778px;
	padding-left: 20px;
}
td.headerMiddle{
	padding: 0px;
}
td.headerBottom{
	height: 24px;
	padding-right: 10px;
	text-align:right;
	font-size: 10px;
}


/* css untuk footer */
.footer {
	height: 144px;
	padding: 0px;
	overflow: hidden;
	background: url(../images/bgFooter.gif) top left repeat-x #000;
}
.footerContainer{
	height: 84px;
	padding: 60px 10px 0px 10px;
	overflow: hidden;
	background: url(../images/footerTop.gif) no-repeat;
	background-position: 0px 1px;
}
.footerCell{
	color: #fff;
	font-size: 11px;
	text-align: right;
	padding: 20px 10px;
}
.footerCell a{
	font-weight: bold;
	color: #fddf31;
}
.footerCell a:hover{
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
}
a.footerLink{
	color: #000;
	float: left;
	display: block;
}
a.footerLink:hover{
	color: #f90;
	text-decoration: none;
}



/*css untuk formatting title */
span.title{
	font-weight: bold;
	font-size: 1.1em;
}
span.titleBig{
	font-weight: bold;
	font-size: 140%;
	color: #666;
}
span.titleColor{
	font-weight: bold;
	color: #eee;
}
span.titleOtherColor{
	font-weight: bold;
	color: #ddd;
}
span.titleOtherFormat{
	font-weight: bold;
	text-decoration: underline;
}


/* site Content */
td.siteContent{
	background-repeat: no-repeat;
	padding: 10px 10px 4px 10px;
	line-height: 120%;
}

td.siteContentCell{
	padding: 3px 3px 3px 8px;
	border-top: 1px solid #333;
	border-right: 1px solid #690;
}


/* box of category */
td.onBoxContainer{
	color: #ccc;
}
td.onBoxHeader{
	color: #ccc;
}
td.onBoxBottom{
	color: #345;
}
td.onBoxCell{
	color: #ccc;
}
td.onBoxMiddle{
	color: #ccc;
}

/* partner */
td.partnerCell{
	color: #000000;
}
td.partnerContainer{
	background-color: #fff;
	padding: 6px;
	text-align: center;
}




/* special --> unclasified class*/
td.tenPixel{
	border-left: 1px solid #ddd;
	width: 200px;
}
td.fourPixel{
	padding: 10px;
}
td.bgEF{
	background-color: #efefef;
}
td.bgCC{
	background-color: #ccc;
}
td.bgColor{
	background-color: #FF9900;
}
td.borderCC{
	padding: 3px 10px;
}
td.borderColor{
	background-color: #FF9900;
}
td.noName01{
	padding: 0px;
	vertical-align: top;
	width: 210px;
}
td.noName02{
	width: 522px;
	padding: 0px;
	vertical-align: top;
}
td.noName03{
	padding-top: 10px;
}
td.noName04{
	color: #fff;
}
td.noName05{
	padding: 0px 10px;
}
td.noName06{
	vertical-align: top;
}
td.noName07{
	color: #fff;
}

/*Content*/
.pageContainer {
	padding: 10px 4px;
}

#mainPage{
	padding-top: 10px;
}
#rightSide{
	margin: 0px;
}
#leftSide{
	width: 210px;
	margin: 0px;
}
.page {
	padding: 0px;
}
*html .page {
}
#content{
}
#content h1{
	font-weight: bold;
	color: #333;
	font-size: 1.4em;
	padding: 6px 0px;
	margin: 5px 0px 0px 0px;
	border-bottom: 1px solid #ddd;
}
#content h2{
	font-weight: bold;
	font-size: 120%;
	padding: 4px 0px;
	margin: 5px 0px 0px 0px;
	color: #333;
}
#content p{
	padding: 4px 1px 4px 1px;
	line-height: 140%;
	margin: 0px;
}
#content p a{
}
#content p a:hover{
}
#contentContainer{
	padding: 10px 10px 0px 10px;
}

.title01 {
	font-size: 1.1em;
}

#langContainer{
	width: 320px;
	height: 69px;
	margin: 0px;
	display: block;
	float: left;
	background: url(../images/slogan.gif) top left no-repeat;
}
#langCell{
	color: #000;
	padding: 41px 0px 0px 40px;
}
#langCell p{
	margin: 0px 10px;
	display: inline;
}
#langCell p a{
	color: #000;
	text-decoration: none;
}
#langCell p a:hover{
	color: #999;
	text-decoration: none;
}

#headerBanner {
	width: 588px;
	height: 165px;
	padding: 0px;
	overflow: hidden;
}
#bannerFlash {
	margin: 0px;
	padding: 0px;
	width: 728px;
	height: 230px;
	overflow: hidden;
}

.body {
	width: 980px;
	margin: 0px auto;
	padding: 0px;
}
.container {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
}
.header {
	height: 180px;
	overflow: hidden;
	padding: 0px 1px;
	background: url(../images/bgTop.gif) top no-repeat;
}
.headerImg {
	height: 69px;
	padding: 0px 0px 10px 0px;
	overflow: hidden;
	background: url(../images/bgHeaderImg.gif) bottom left repeat-x #717171;
}
.headerFlash {
	width: 688px;
	height: 69px;
	padding: 0px;
	overflow: hidden;
	float: right;
	display: block;
}
.headerBot {
	height: 71px;
	padding: 0px;
	background: url(../images/headerBottom.gif) bottom left repeat-x #000;
}