/* --- Default --  */
* {
	margin:0;
	padding:0;
}
body {
	background:#003663;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}
form {
	margin:0 0 5px 0;
	padding:0;
}
input, select, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0;
	padding:1px 0;
}
img {
	margin:0;
	padding:0;
}
h1 {
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	margin:0;
	padding:0;
}
hr {
	margin:3px 0 10px 0;
	padding:0;
	border-top:1px solid #666666;
	border-bottom:1px solid #e2eaed;
	border-left:1px solid #e2eaed;
	border-right:1px solid #e2eaed;
	clear:both;
}
p {
	margin:5px 0;
}



/* --- Main Page --  */
#mainpage {
	margin:10px auto;
	padding:10px;
	width:760px;
	background:#ffffff;
	text-align:left;

}
.main {
	width:760px;
	margin-bottom:10px;
	background:url(images/main_bg.gif) repeat-y;
}



/* --- Header --  */
.line {
	background:url(images/line.gif) repeat-x;
	margin:0 0 5px 0;
	padding:0;
	height:13px;
}



/* --- All --  */
.head-yellow {
	margin:0;
	padding:10px 20px 0 20px;
	background:url(images/head_bgyellow.gif) repeat-x;
	color:#333333;
	height:25px;
	font-size:12px;
}
.head-blue {
	margin:0;
	padding:10px;
	text-align:center;
	background:url(images/head_bg.gif) repeat-x;
	color:#333333;
	font-size:12px;
}
.image {
	margin-right:10px;
	float:left;
}
.antispam{
	text-align:center;
}
.deny{
	margin:5px 0;
	color:#ff3300;
	font-weight:bold;
}
.sukses{
	margin:5px 0;
	color:#008800;
	font-weight:bold;
}



/* --- Left --  */
.leftcol {
	float:left;
	width:200px;
	margin-right:10px;
	height:auto;
}
.leftlogin {
	padding:10px 10px 14px 30px;
	background:#E2EAED;
}
.leftmenu {
	padding:0;
	margin-bottom:10px;
}
.leftmenu a, .leftmenu a:visited {
	color:#333333;
	text-decoration:none;
	font-weight:bold;
}
.leftmenu a:hover {
	color:#ff0000;
	text-decoration:none;
	font-weight:bold;
}
.leftmenu ul {
	margin:0;
	padding:0;
}
.leftmenu li {
	background:#E2EAED url(images/menu_arrow.gif) 6px 4px no-repeat;
	display:block;
	margin:5px 0 0 0;
	padding:8px 0 8px 30px;
	font-size:12px;
	text-decoration:none;
	list-style:none;
	border-bottom:1px solid #999999;
}
.leftmenu li:hover {
	background:#DDDDDD url(images/menu_arrow.gif) 0 4px no-repeat;
}
.lefttext {
	padding:10px 20px;
	margin-bottom:10px;
	border-bottom:1px solid #999999;
	background:#E2EAED;
}
.lefttext-top {
	padding:10px 20px;
	margin-bottom:10px;
	background:#E2EAED;
	height:105px;
}


/* --- Right --  */
.rightcol {
	float:right;
	width:550px;
}
.righttext {
	padding:10px 5px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.righttext p {
	margin-bottom:15px;
}



/* --- Footer --  */
#footer-bar {
	background:#1d4e90;
	height:10px;
}

#footer {
	background:#EDF0F5;
	padding:10px 30px;
	text-align:center;
	line-height:18px;
}
#footer a, #footer a:visited {
	color:#125687;
	font-size:10px;
	text-decoration:underline;
}
#footer a:hover {
	color:#333333;
	font-size:10px;
	text-decoration:none;
}




.clear {
	clear:both;
}
.fleft {
	float:left;
}
.fright {
	float:right;
}

.red {
	color:#FF3300;
}
.blue {
	color:#25518a;
}
.orange {
	color:#f7941d;
}
