* {
    padding: 0;
    margin: 0;
} 

body {

font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 18px;
color: #FFFFFF;;
/*overflow:scroll;*/

}
td
{
	padding-top:3px;
	padding-bottom:3px;
}
h2
{
	font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight:bold;
}

.distheader
{
  	left: 0;
  	padding-top: 8px;
  	width: 600px;
  	text-align: center;
  	color : #FFFFFF;
  	font : 100% verdana, "Trebuchet MS", arial, sans-serif;
  	letter-spacing : 3px;
  	font-weight: normal;
  	text-transform : uppercase;
}
img { border: none; }
ul, li 
{
	list-style: none;
	padding:0;
	margin:0;
}
a { color: #005EB0; text-decoration: none; }
a:hover { text-decoration: none; color : #000; }

#wrap {

width: 800px;
margin: 0 auto;
background: #fff;

}
#wrap_right
{
width: 1000px;
margin: 0 auto;
background: #fff;
text-align:right;

}
#wrap1 {
width: 1000px;
height: 650px;
margin: 0 auto;
border-left: 1px solid #aaa;
border-right: 1px solid #aaa;
background: #fff;

}

#header {
height: 60px;
margin: 0 auto;
width: 1000px;
}
#header input
{
	padding:3px;
	border:1px solid #02adfc;
}
#header h1 {
padding: 12px 0 0 20px;
font-size: 20px;
letter-spacing: -2px;
}
#header h1 a {
color: #fff;
text-decoration: none;
}
#header h1 a:hover {
text-decoration: none;

}
#header h2 {
padding-left: 21px;
font-size: 14px;
color: #eee;
font-weight: 100;
}

#header3 {
color: #000000;;
padding: 10px 0;
text-align: center;
font-size: 11px;
background: #FFFFFF;
width:800px;
margin: 0 auto;
}



#footer {

color: #000000;;	
padding: 10px 0;
text-align: center;
font-size: 11px;
background: #FFFFFF;
width:800px;
margin: 0 auto;
}

#footer2 {
font-style: italic;
color: #000000;;
padding: 10px 0;
text-align: center;
font-size: 11px;
background: #FFFFFF;
width:800px;
margin: 0 auto;
}

#footer3 {
color: #000000;;
padding: 10px 0;
text-align: center;
font-size: 10px;
background: #FFFFFF;
width:800px;
margin: 0 auto;
}


input, span, select, textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left:3px;
}
.textLabel
{
	font-size: 12px;
	text-align:right;
	padding-right:10px;
	padding-bottom:2px;
	font-family: Arial,  Helvetica, sans-serif;
}
#leftcolumn { width: 250px; border: 0px solid red; float: left}
#rightcolumn { width: 630px; border: 0px solid red; float: right; color:#ffffff}





/* Archives */

#archives {
	clear: right;
	float: left;
	width: 450px;
	
}
.textred
{
	color:red;
	font: bold 11px arial, sans-serif;
}

/*input.text, textarea { 		
		padding: 3px; 
		
		background: #fff; 
		font-size: 12px; 
		color: #555; 
		border: 1px #ddd solid;
		
		 
		-webkit-box-shadow: 0px 0px 4px #aaa;
		-moz-box-shadow: 0px 0px 4px #aaa; 
		box-shadow: 0px 0px 4px #aaa;
		
				
		-webkit-transition: background 0.3s linear;							
	}
*/
	textarea {		
		width: 450px; 
			 		
	}
/*	
	input.text:hover, textarea:hover { 
		background: #eee; 
	}
*/	
.buttons
{
    MARGIN: -10px 0px 0px -6px;
    WIDTH: 600px;
    HEIGHT: 60px
}
.simpan-button
{
    WIDTH: 110px;
    DISPLAY: block;
    BACKGROUND: url(../images/simpan-button-blue.png) no-repeat;
    FLOAT: left;
    HEIGHT: 35px
}
.simpan-button:hover
{
    WIDTH: 110px;
    DISPLAY: block;
    BACKGROUND: url(../images/simpan-button-blue-hover.png) no-repeat;
    FLOAT: left;
    HEIGHT: 35px
}
dd 
            { 
                display:none; 
            } 

.answer	{
				background-color:#ccc;
			}

			.answer dt	{
				background: transparent url(images/icon_minus.png) center left no-repeat;
				padding-left:20px;
			}

			.answer.collapsed dt	{
				background-image: url(images/icon_plus.png);
			}
			.answer.collapsed dd	{
				display:none;
			}

.bounding-box {
  background-image: url(../image/num.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding-top : 2px;
  padding-bottom : 10px;
  padding-left : 13px;
  width:25px;
  float:center;
  padding-right : 10px;
}

.bounding-box_single {
  background-image: url(../image/num.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding-top : 2px;
  padding-bottom : 10px;
  padding-left : 18px;
  width:30px;
  float:center;
  padding-right : 10px;
}

.redbox {/*this is a box */
  background: #029b26;
  /*background: red;*/
  
  color : #FFFFFF;
  font-size: 14px;
  font-weight:bold;
  padding-top : 2px;
  padding-bottom : 2px;
  padding-left : 5px;
  padding-right : 5px;
  margin: 3px;
  border-color : #FF0000;
  -moz-border-radius: 5px 5px 5px 5px;
  
 }

/* image list*/
.imagelist
{
	border: 1px solid #ccc;
	list-style: none;
	width: 450px;
	overflow: auto;
	height: 130px;
}

.imagelist, .imagelist li
{
	margin: 0; 
	padding: 2px;
}

.imagelist li
{ 
	float: left;
	background: none; 
}
.security_img
{
	border: 1px solid #ccc;
}

/* A simple box is just a div with a border around and some margin
	* used for example for wiki ^box^ quicktag and in the admin screen */
div.linebox
{
	border: 1px solid #f5b70f;
	padding: 8px;
	margin: 8px;
	color: black;
	/*border : 1px solid #25ada2;
	background-color : white;*/
	width:400px;
}
.highlight {
	background-color : #fce8b1 !important;/*cee5e3*/
	color : #000000;
}

.kodakaun
{
	font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight:bold;
}

.greenBold
{
	color:#21610B;
	font-weight: bold;
}

.orangeBold
{
	color:#B43104;
	font-weight: bold;
}
