@charset "utf-8";
body  {
	font: small/1.2em Tahoma, Verdana, Arial, sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
}
p {
	margin-top: 0.2em;
	margin-bottom: 0.5em;
}

#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFF;
	text-align: left;
} 
#header {
	background: #FFF;
	padding: 0 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. */
} 

#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: 10px 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;
}
#footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFF;
	text-align: center;
} 
.fontFooter a {
	color: #999999;
}
.repeatHrl {
	background: url(images/blueDivider.jpg) repeat-y;
}
.fontAddrTop {
	font: 10px Tahoma, Verdana, Arial, sans-serif;
	color: #999;
	padding-top: 1px;
	text-align: right;
}
.fontAddrTop a {
	color: #999999;
}
.fontAddrTop p {
	margin-top: 0em;
	margin-bottom: 0.1em;
}
.alignMiddle {
	vertical-align: middle;
}




.fontFooter {
	font: 10px Tahoma, Verdana, Arial, sans-serif;
	color: #999;
	text-decoration: none;
}
.fontDetails {
	font: 9px Tahoma, Verdana, Arial, sans-serif;
	color: #318CDE;
}
.fontTanggal {
	font: 12px Tahoma, Verdana, Arial, sans-serif;
	color: #318CDE;
}
.fontNews  {
	color: #666666;
	text-align: left;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
}

.fontHDMenuSamping {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	margin-left: 0.7em;
}


.viewer td { vertical-align: top; }


/* buat box */
.float_left {
float:left;
}

.float_right {
float:right;
}

/* Adjust this width to fit your needs */
.containerBox {
	width:280px;
}

.containerBox_head {
	height:21px;
	background-image:url(images/sidebar_center.jpg);
}

/* To Center align the title add: text-align:center; */
.containerBox_head_text {
	height:21px;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	padding-top: 4px;
	text-align: justify;
}

.containerBox_content {
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:11px;
	color:#666666;
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: none solid solid solid;
	border-color: #C3BEBE;
	text-align: left;
	padding-top: 1px;
	margin-top: 1px;
	padding-right: 1em;
	padding-bottom: 3px;
}

A:link {
	text-decoration: none;
	color: #666666;
}
A:visited {
	text-decoration: none;
	color: #666666;
}
A:hover {
	text-decoration: underline;
	color: #37649D;
}
.fontSuccesStories {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3D6EA9;
}
