@charset "utf-8";
body  {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	/* background:#FFFFFF url('images/bg-main.png') repeat-x 0 0; */
	position: relative; /* Fixes browser resizing bug in IE6 */
    margin: 2px auto 0px auto;
    font-family:  Verdana, Arial;
    text-align: center; /* IE Centering Technique */
	background:#888888;
}

.twoColFixLtHdr #container {   
	background:#FFFFFF;
	margin: 5px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	width: 900px;
} 

.twoColFixLtHdr #post-search{
  width:890px;
  background-color:#FFFFFF;
  padding: 5px 4px 5px 4px;
  background:url(images/footer_back.gif) repeat-x top #FFFFFF;
  /* text-align:justify; */
  }
  
.twoColFixLtHdr #header {

	padding: 4px 4px 0px 4px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.twoColFixLtHdr #contact { 
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	color:#3366FF;
	font-weight:bold;
	background-color:#FFFFFF;
}

.twoColFixLtHdr #contact a{
	font-weight:bold;
	padding: 0px 5px 0px 0px;
	font-size:10px;
	color:#FFFF33 
	}

.twoColFixLtHdr #contact a:hover{
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	}
.twoColFixLtHdr #header h1 {
	margin: 0;
	font-size:14px;
	color:#336699;
}

.twoColFixLtHdr #menu {
	height:20px;
	background:url(h_gambar/h_menu.gif) repeat-x;	
}

.twoColFixLtHdr #menu a {
    padding: 0px 25px 0px 5px;
	font-size:13px;
	font-weight:bold;
	color:#FFFF66;
	text-decoration:none;	
}

.twoColFixLtHdr #menu a:hover {
	font-weight:bold;
	font-size:13px;
	color:#FFFFFF;
}


.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#006699;
	height:40px;
}

.twoColFixLtHdr #footer a {
color:#FFFFFF;
font-weight:bold;

} 

.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 15px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* tambahan css Andri */

.judul{
	font-family: Tahoma;
	font-size: 20px;
	margin: 0; 
	padding: 0;
	text-align: left;
	color:#000000;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	margin: 4px; 
	padding: 0;
	color:#000000;
	font-weight:bold;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 4px; 
	padding: 0;
	text-align: center;
	color:#000000;
}
h3{
	font-family: tahoma;
	font-size: 12px;
	font-stretch: normal;
}
.text{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}
.textbiru{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #0387b8;
	vertical-align: top;
}
.topi {
	height: 27px;
	background-image:url(h_gambar/h_bgbiru.gif);
	padding: 2px 0 0 0;
	text-decoration:none;
}
.badan  {
	padding: 0px 0 0px 0;
}
.kotakkiriluar {
	margin: 4px 0 4px 0;
	background-color:#DDDDDD;
	width: 212px;
}

.kotakkirimenu {
	margin: 4px 0 4px 0;
	border-color: #0E8CBC;
	border-style: solid;
	border-width: 1px;
	width: 210px;
}

a {
	font-family: "Trebuchet MS", tahoma;
	color: #0066FF;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}
td {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
td.buletbiru{
	width: 16px;
	background-image:url(h_gambar/h_buletbiru.gif);
	background-repeat:no-repeat;
	background-position: center;
	background-position:top;
	padding: 4px 0px 4px 0px;
}
td.bottommenu{
	width: 165px;
	text-transform:capitalize;
	padding: 4px 0px 4px 0px;
}
td.input {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-align:left;
	background-color: #3366CC;
}
input,textarea{
	background-color:#e4e4e4;
	border:1px solid #999999;
	padding-left:2px;
}
input:hover,textarea:hover{
	background-color:#FFFFFF;
}

/*id*/
#leftside{
	width: 220px;
	padding: 0px 0px 0px 4px;
	vertical-align: top;
}
#centerside{
	padding: 4px 4px 8px 0px;
	vertical-align:top;
}