/* essentials */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #313131;

	margin: 0px;
	padding: 0px;
	background-image: url("../images/header_bg.jpg");
	background-repeat: repeat-x;
	background-position: 0px 4px;
}

div, p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #313131;
	line-height: 18px;
}

center{
	margin-top: 5px;
}
input[type=button] {
	cursor: hand;
}

h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #ed0000;
	font-size: 18px;

	margin-top: 20px !important;
	margin-top: 20px;
	margin-bottom: 20px !important;
	margin-bottom: 10px;
}

a, a:link, a:visited {
	color: #ed0000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul.square {
	margin: 0px !important;
	margin-top: -10px;
	padding: 0px;
}

ul.square li {
	color: #ed0000;
	list-style: none;
	background: url("../images/bullet.jpg") no-repeat;
	background-position: 0px 7px !important;
	background-position: 0px 8px;
	padding-left: 15px;
	padding-right: 10px;
	line-height: 20px;
}

ul.square li ul {
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
}

ul.square li ul li {
	color: #ed0000;
	list-style: none;
	background: url("../images/arrow_small.jpg") no-repeat;
	background-position: 0px 8px !important;
	background-position: 0px 9px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
}

ul.square li ul li a {
	font-weight: normal;
}

ul.arrow {
	margin: 0px;
	padding: 0px;
}

ul.arrow li {
	color: #ed0000;
	list-style: none;
	background: url("../images/arrow_long.jpg") no-repeat;
	background-position: 0px 6px !important;
	background-position: 0px 7px;
	padding-left: 15px;
	padding-right: 10px;
	line-height: 20px;
}


label {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #313131;
}

.inputbox {
	font-family: Arial;
	font-size: 12px;
	color: #313131;
	border: 1px solid #666666;
	padding: 2px;
	margin-bottom: 3px;
}

/* Buttons */

.btn_lookup {
	font-family: Arial;
	font-size: 11px;
	color: #330000;
	background: url("../images/icon_view.gif");
	width: 78px;
	height: 20px;
	border: 0px;
	background-repeat: no-repeat;
	background-position: center;
	caption-side: left;

}



.btn {
	font-family: Arial;
	font-size: 11px;
	color: #330000;
	background: url("../images/button_bg.jpg");
	width: 78px;
	height: 20px;
	border: 0px;

}

.btn_back {
	font-family: Arial;
	font-size: 11px;
	color: #330000;
	background: url("../images/button_bg_back.jpg");
	width: 78px;
	height: 20px;
	border: 0px;
}

.btn_front {
	font-family: Arial;
	font-size: 11px;
	color: #330000;
	background: url("../images/button_bg_front.jpg");
	width: 78px;
	height: 20px;
	border: 0px;
	margin-top: 4px;
}


.action_icon {
	margin-right: 5px;
	margin-left: 5px;
	border: 0px;
}

/* Layouts */

#wrapper {
	width: 828px;
	margin-left: auto;
	margin-right: auto;
}

#marker_up {
	width: 207px;
	height: 4px;
	background: #e20000;
}

#header {
	margin-top: 0px !important;
	margin-top: -11px;
	height: 108px;
}

#main_header {
	float: left;
	width: 621px;
	height: 108px;
	background: url("../images/header_2.jpg") no-repeat;
}

#domain_check {
	width: 300px;
	position: relative;
	top: 56px;
	left: 260px;
	height: 50px;
	background: url("../images/cek_domain.jpg") no-repeat;
	background-position: 0px 19px;
}

#domain_check .btn_front {
	background: url("../images/go_button.jpg") no-repeat;
	cursor: hand;
	width: 24px;
	height: 25px;
	border: 0px;
	margin-top: -3px;
	margin-left: -6px;
}

#domain_check label {
	display: block;
	color: #fff;
	margin-bottom: 4px;
}

#domain_check .inputboxdomain {
	width: 115px;

	font-family: Arial;
	font-size: 12px;
	color: #313131;
	padding: 2px;
	padding-left: 25px;
	background: transparent;
	border: 0px;
}

#domain_check .inputboxnet {
	width: 90px;

	font-family: Arial;
	font-size: 12px;
	color: #313131;
	padding: 2px;
	background: transparent;
	background-color: #fff;
	border: 0px;
}

#domain_check2 {
	width: 400px;
	position: relative;
	top: 56px;
	left: 260px;
	height: 50px;
	background-position: 0px 19px;
}

#domain_check2 .btn_front {
	width: 64px;
	height: 20px;
	border: 0px;
	padding-right: 20px;
	padding-bottom: 2px;
	background: url("../images/button_bg_front_red.jpg");
}

#domain_check2 label {
	display: block;
	color: #fff;
	margin-bottom: 4px;
}

#domain_check2 .inputboxdomain {
	width: 160px;
	border: 1px solid #ad0101;

	font-family: Arial;
	font-size: 12px;
	color: #313131;
	padding: 2px;
	padding-left: 5px;
}

#domain_check2 .inputboxnet {
	width: 90px;
	border: 1px solid #ad0101;
	background-color: #fff;

	font-family: Arial;
	font-size: 12px;
	color: #313131;
	padding: 2px;
}

#logo {
	float: left;
	width: 207px;
	height: 108px;
	background: url("../images/small_logo.jpg") no-repeat;
	background-position: 0 15px;
	background-color: #fff;
}

#sidebar {
	float: left;
	width: 207px;
}

#sidebar h3.top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;

	margin-top: 0px;
	margin-bottom: 10px !important;
	margin-bottom: 18px;
	padding-top: 6px;
	padding-left: 20px;

	display: block;
	height: 22px;
	width: 187px;
	background: url("../images/sidebar_header_top.jpg") no-repeat;
	line-height: 20px;
}

#sidebar h3 {
	font-size: 12px;
	color: #fff;
	padding-top: 7px;
	padding-left: 10px;
	background: url("../images/sidebar_header.jpg") no-repeat;
	height: 20px;
	line-height: 8px;
	margin-bottom: 0px !important;
	margin-bottom: 10px;
	margin-top: 0px;
}
#sidebar_content {
	padding-left: 5px;
	margin-bottom: 10px;
}

#sidebar_content form {
	margin-bottom: 15px;
	padding-left: 4px;
}

#sidebar_content label {
	display: block;
	margin-bottom: 5px;
}

#sidebar_content .inputbox {
	width: 175px;
	margin-bottom: 8px;
}

#sidebar_content .inputboximage {
	font-family: Arial;
	font-size: 12px;
	color: #313131;
	border: 1px solid #666666;
	padding: 2px;

	width: 92px;
	margin-bottom: 8px;
	margin-top: 0px !important;
	margin-top: -1px;
}

.button_container {
	text-align: right;
	padding-right: 15px;
}

#content_container {
	float: left;
	width: 609px !important;
	width: 597px;
	padding-left: 12px;
}

#directory {
	height: 25px;
	width: 100%;
}

#directory ul {
	margin: 0px;
	padding-left: 0px;
	padding-top: 8px;
}

#directory li {
	color: #ed0000;
	float: left;
	list-style: none;
	background: url("../images/arrow_big.jpg") no-repeat;
	background-position: 0px 5px !important;
	background-position: 0px 6px;
	padding-left: 10px;
	padding-right: 10px;
}

#warning {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;

	width: 100%;
	margin-top: 10px;
	padding-left: 10px;
	border: 1px solid #ff9c9c;
	background-color: #fedada;

	padding-bottom: 0px !important;
	padding-bottom: 20px;
	margin-bottom: 0px;
}

#fcaption {
	color: #777777;
	font-size: 10px;
	text-align: left;
	width: 500px !important;
	width: 200px;
	margin-top: -8px;
	padding-left: 200px !important;
	padding-left: 312px;
	margin-bottom: 10px;
}

#ffbox {
	font-family: Arial;
	font-size: 12px;
	text-align: left;
	width: 300px !important;
	width: 200px;
	margin-top: 9px;
	margin-bottom: 10px;
	margin-left: 312px;
	margin-right: 100px;
	padding-bottom: 12px;

}
#fbox {
	font-weight: lighter;
	font-family: Arial;
	font-size: 12px;
	text-align: left;
	width: 500px !important;
	width: 200px;
	margin-bottom: 10px;
	margin-left: 312px;
	margin-right: 100px;
}


#warning h1 {
	margin-top: 10px !important;
	margin-top: 10px;
}

#main_content {
	float: left;
	width: 100%;
	min-height: 240px;
}

#footer {
	float: right;
	font-size: 11px;
	color: #ed0000;
	width: 621px;
	text-align: center;
	border-top: 1px solid #ff3333;
	margin-top: 30px;
	padding-top: 4px;
	padding-bottom: 10px;
}

#menu_float {
	padding: 0px;
	border: 1px solid #ff7200;
	background: url("../images/search_float_bg.jpg") repeat-x bottom;
	background-color: #fff;
	margin-bottom: 4px;
	margin-top: 4px;
	padding-bottom: 5px;
}


#search_float {
	padding: 0px;
	border: 1px solid #ff7200;
	background: url("../images/search_float_bg.jpg") repeat-x bottom;
	background-color: #fff;
	margin-bottom: 4px;
	margin-top: 4px;
	padding-bottom: 5px;
}

#search_float form {
	padding: 0px;
	margin: 0px;
}

#search_float h4 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	height: 26px;
	padding: 4px;
	padding-left: 8px;
	margin: 0px;
	background: url("../images/search_float_bghead.jpg") repeat-x;
}

#search_float label {
	font-weight: normal;
	float: left;
	display: block;
	padding-left: 8px;
	width: 200px;
}

#search_float .inputbox {
	margin-top: 4px;
}

.btn_search2 {
	font-family: Arial;
	font-size: 11px;
	color: #330000;
	background: url("../images/button_bg_search2.jpg");
	width: 78px;
	height: 20px;
	border: 0px;
	padding-right: 20px;
	margin-top: 4px;
}

/* Table Layout */

.btn_create {

}

#main_content .table_container { /* IE Hack, biar line height H1 sama dengan yang lain */
	padding-top: 0px !important;
	padding-top: 24px;
}

#main_content table {
	width: 100%;
	padding: 0px;
	margin: 0px;
	border: 1px solid #8e8e8e;
	border-right: 0px;
}

#main_content table th {
	background-color: #d2d2d2;
	padding: 4px;
	border-right: 1px solid #8e8e8e;
}

#main_content table td {
	font-weight: normal;
	padding: 4px;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #8e8e8e;
}

#main_content table tr.col1 {
	background-color: #fff;
}

#main_content table tr.col2 {
	background-color: #ececec;
}

#main_content table tr.highlight {
	background-color: #f6ec4e;
}

#toolbar {
	margin-top: 10px !important;
	margin-bottom: 15px !important;

	margin-top: 8px;
	margin-bottom: 5px;
}

#toolbar .left {
	float: left;
}

#toolbar .right {
	float: right;
}

#toolbar .inputbox {
	font-weight: normal;
	width: 150px;
}

a.btn_create {
	font-size: 11px;
	font-weight: bold;
	color: #000;
	display: block;
	padding-left: 15px;
	padding-top: 2px;
	background: url("../images/button_bg_create.jpg") no-repeat;
	width: 76px;
	height: 21px;
}

a.btn_search {
	font-size: 11px;
	font-weight: bold;
	color: #000;
	display: block;
	padding-top: 2px;
	padding-left: 25px;
	background: url("../images/button_bg_search.jpg") no-repeat;
	width: 66px;
	height: 21px;
}

/* Form Layout */

#main_content h2 {
	font-size: 12px;
	padding: 4px;
	padding-left: 10px;
	display: block;
	width: 100%;
	background-color: #d2d2d2;
	margin-bottom: 15px;
	clear:both;
}

#main_content #form_layout {
	width: 99%;
	margin-bottom: 0px;
}

#main_content #form_layout label {
	display: block;
	float: left;
	width: 200px;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-right: 100px;
}

#main_content #form_layout .inputbox {
	width: 200px !important;
	width: 172px; /* Akan rusak di IE kalau lebih dari ini */
	margin-bottom: 10px;
}

#main_content #form_layout .inputbox-noborder {
	width: 200px !important;
	width: 172px; /* Akan rusak di IE kalau lebih dari ini */
	margin-bottom: 10px;
	border: 0px;
}

#main_content #form_layout .inputbox-noborder-warning {
	color: red;
	font-weight: bold;
	width: 200px !important;
	width: 172px; /* Akan rusak di IE kalau lebih dari ini */
	margin-bottom: 10px;
	border: 0px;
}

#search_float .inputboxdomain {
	width: 160px;
	border: 1px solid;

	font-family: Arial;
	font-size: 12px;
	color: #313131;
	padding: 2px;
	padding-left: 5px;
}

#search_float .inputboxnet {
	width: 90px;
	border: 1px solid;
	background-color: #fff;

	font-family: Arial;
	font-size: 12px;
	color: #313131;
	padding: 1px;
}