/* CSS Document */
body{
	margin:0;
	padding:0;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
a.sign_out {
	text-decoration:none;
	color:#FF6600;
	text-transform:capitalize;
	font-weight:bold;
}
a.sign_out:hover {
	color:#999999;
}
#topsection{
background:url(../images/bg_header.png) repeat-x;
height: 92px; /*Height of top section*/
}
#logo{
	margin-left:30px;
}
#contentwrapper{
margin-top:10px;
float: left;
width: 100%;
}
#contentcolumn{
margin-left: 250px; /*Set left margin to LeftColumnWidth*/
}
#leftcolumn{
margin-top:10px;
float: left;
width: 250px; /*Width of left column*/
margin-left: -100%;
}
#footer{
clear: left;
width: 100%;
background:none;
color: #FFF;
padding: 4px 0;
}
#footer a{
color: #FFFF80;
}
.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}
#clear{
clear:both;
}
form.form_in {
	font-family:tahoma;
	font-size: 12px;
	padding: 20px;
	width:400px;
	margin-left:30px;
}
.form_in fieldset {
	margin-top: 20px;
	padding : 15px;
	border: 1px solid #B5B8C8;
	
}
.form_in legend {
	font-size: 12px;
	color: #15428B;
	font-weight: 900;
}
.form_in fieldset label {
	float: none;
	text-align: inherit;
	width: auto;
}

.form_in label span {
	color: #000;
}

.form_in input, .form_in select, .form_in textarea {
	font-family:tahoma;
	font-size: 12px;
	display : block;
	margin-bottom: 15px;
	padding: 2px;
}

.form_in .text-input {
	width: 250px;
	color: #555;
	border: 1px solid #B5B8C8;
	padding: 4px;
	font-size: 12px;
	margin-top: 4px;
	background: #FFF url('/img/form/text-bg.gif') repeat-x;
	
}
.form_in textarea {
	width: 250px;
	height:70px;
	color: #555;
	border: 1px solid #B5B8C8;
	padding: 4px;
	font-size: 12px;
	margin-top: 4px;
	background: #FFF url('/img/form/text-bg.gif') repeat-x;
	
}
.form_in .infos {
	background: #FFF;
	color: #333;
	font-size: 12px;
	padding: 10px;
	margin-bottom: 10px;
}

.form_in span.checkbox, .form_in .checkbox {
	display: inline;
}

.form_in .submit {
	background: url('/img/form/button-bg.png') repeat-x;
	border: 1px solid #AAA;
	padding: 4px;
	margin-top: 20px;
	float: right;
	text-decoration: none;
	cursor:pointer;
}

.form_in hr {
	clear: both;
	visibility: hidden;
}

.form_in .fc-error {
	width: 350px;
	color: 555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 12px;
	margin-bottom: 15px;
	background: #FFEAEA;
}
.borderfull{
	border:1px solid #999999;
}
.borderrl{
	border-left:1px solid #999999;
	border-right:1px solid #999999;
}
.bordertb{
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
}
.bordertl{
	border-top:1px solid #999999;
	border-left:1px solid #999999;
}
.bordertr{
	border-top:1px solid #999999;
	border-right:1px solid #999999;
}
.borderrb{
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
}
.borderlb{
	border-bottom:1px solid #999999;
	border-left:1px solid #999999;
}
.bordert{
	border-top:1px solid #999999;
}
.borderb{
	border-bottom:1px solid #999999;
}
.borderr{
	border-right:1px solid #999999;
}
.borderl{
	border-left:1px solid #999999;
}

.formSearch{
	padding: 2px;
	margin:0px;
	font-size:11px;
	text-decoration: none;
	cursor:pointer;
}
.formSearch input, .formSearch select, .formSearch textarea {
	font-family:tahoma;
	font-size: 12px;
	padding: 2px;
}

.formSearch .but_view {
	border: 1px solid #AAA;
	padding: 2px;
	font-size:11px;
	margin:0px;
	text-decoration: none;
	cursor:pointer;
}
a.top_menu {
	text-decoration:none;
	color:#FF6600;
	font-size:12px;
	letter-spacing:-1px;
	text-transform:capitalize;
	font-weight:bold;
	margin-bottom:10px;
}
a.top_menu:hover {
	color:#999999;
}
.box {
	width:400px;
	margin:0px auto;
	min-width:20em;
	color:#333;
}

.box .hd .c,
.box .ft .c {
	font-size:1px; /* ensure minimum height */
	height:21px;
}

.box .ft .c {
	height:28px;
}

.box .hd {
	background:transparent url(../images/boxw_03.gif) no-repeat 0px 0px;
}

.box .hd .c {
	background:transparent url(../images/boxw_04.gif) no-repeat right 0px;
}

.box .bd {
	background:transparent url(../images/boxw_06.gif) repeat-y 0px 0px;
}

.box .bd .c {
	background:transparent url(../images/boxw_07.gif) repeat-y right 0px;
}

.box .bd .c .s {
	margin:0px 28px 0px 4px;
	background:#fff url(../images/boxw_10.gif) repeat-x 0px 0px;
	padding:1em;
}

.box .ft {
	background:transparent url(../images/boxw_08.gif) no-repeat 0px 0px;
}

.box .ft .c {
	background:transparent url(../images/boxw_09.gif) no-repeat right 0px;
}


/* content-specific */

.box h1 {
 /* header */
	font-size:2em;
	margin:0px;
	padding:0px;
	margin-top:-0.6em;
}

.box p {
	margin:0.5em 0px 0px 0px;
	padding:0px;
	font:0.95em/1.5em arial,tahoma,"sans serif";
}

html>body .box pre {
	font-size:1.1em;
}

form.form_ubah {
	font-family: tahoma, verdana, "sans-serif";
	font-size: 12px;
	padding: 5px;
	width:300px;
	margin:0px auto;
}

.form_ubah fieldset {
	margin:0px;
	padding : 20px;
	border: 1px solid #B5B8C8;
}

.form_ubah legend {
	font-size: 12px;
	color: #15428B;
	font-weight: 900;
	padding:10px 0px 10px 0px;
}

.form_ubah fieldset label {
	float: none;
	text-align: inherit;
	width: auto;
}

.form_ubah label span {
	color: #000;
}

.form_ubah input, .form_ubah select, .form_ubah textarea {
	display : block;
	margin-bottom: 5px;
}

.form_ubah .text-input {
	width: 250px;
	color: #555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 14px;
	margin-top: 4px;
	background: #FFF url('/img/form/text-bg.gif') repeat-x;
	
}
.form_ubah textarea {
	width: 250px;
	height:70px;
	color: #555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 14px;
	margin-top: 4px;
	background: #FFF url('/img/form/text-bg.gif') repeat-x;
	
}
.form_ubah .infos {
	background: #FFF;
	color: #333;
	font-size: 12px;
	padding: 10px;
	margin-bottom: 10px;
}

.form_ubah span.checkbox, .form_ubah .checkbox {
	display: inline;
}

.form_ubah .submit {
	background: url('/img/form/button-bg.png') repeat-x;
	border: 1px solid #AAA;
	padding: 5px;
	margin-top: 20px;
	float: right;
	text-decoration: none;
	cursor:pointer;
	font-weight:bold;
}

.form_ubah hr {
	clear: both;
	visibility: hidden;
}

.form_ubah .fc-error {
	width: 350px;
	color: 555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 12px;
	margin-bottom: 15px;
	background: #FFEAEA;
}