body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
.darkscreen {
	background-image: url(images/dark.png);
	position: absolute;
	width: 100%;
	height: 100%;
	display: none;
}
.preview {
	padding: 20px;
	height: 550px;
	width: 900px;
	background-color: #FFF;
	border-radius: 8px;
	position: absolute;
	top: 20px;
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	background-position: 20px 20px;
	display: none;
}
.preview .close {
	position: absolute;
	margin-left: 925px;
	margin-top: -20px;
	cursor: pointer;
}
.preview .actions {
	position: absolute;
	margin-left: 720px;
	text-align: center;
	padding: 10px;
	width: 140px;
	border-radius: 0px 0px 10px 10px;
	background-image: url(../images/white90.png);
}
.preview .actions img {
	margin-right: 5px;
	margin-left: 5px;
	cursor: pointer;
}


.preview #ViewFrame {
	height: 100%;
	width: 100%;
	border: none;
}




.main {
	background-image: url(images/wood-bg.jpg);
	background-repeat: repeat;
}

a {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #000;
}
img {
	border: none;
}


.error {
	color: #F00;

}
.clear {
	clear: both;
}

#LoginForm {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 130px;
	margin-top: 50px;
}
.head {
	height: 86px;
	color: #B9CDCD;
}
.head .left {
	background-image: url(images/head-left.png);
	height: 86px;
	width: 150px;
	float: left;
}

.head .menu {
	font-size: 14px;
	padding-top: 16px;
	padding-bottom: 10px;
	background-image: url(images/head-mid.png);
	background-repeat: repeat-x;
	height: 56px;
	float: left;
	padding-left: 10px;
	line-height: 20px;
}
.head .menu a {
	margin-right: 7px;
	color: #89ABAB;
	margin-left: 7px;
	font-weight: bold;
}
.head .menu a:hover {
	color: #645133;
}
.head .right {
	background-image: url(images/head-right.png);
	float: left;
	height: 86px;
	width: 80px;
}

.content {
	padding: 10px;
	background-image: url(images/white.png);
	background-repeat: repeat;
	margin: 10px;
	border-radius: 10px;
	box-shadow: 2px 2px 10px #333;
}
.content .white {
	background-color: #FFF;
	padding: 15px;
	border-radius: 7px;
	min-height: 800px;
	border: 1px solid #999;
}

.content .pagetitle {
	font-size: 16px;
	font-weight: bold;
	margin-right: 20px;
	margin-bottom: 10px;
}
.content .title {
	margin-bottom: 10px;
	margin-right: 20px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
}
.content .title.menu {
	color: #CCC;
	text-transform: none;
	font-weight: normal;
}
.content .title.menu a {
	color: #CCC;
	margin-left: 5px;
	margin-right: 5px;
	font-weight: bold;
}
.content .title.menu a:hover {
	color: #06C;
}
.content .title.menu a.active {
	color: #06C;
}




.content .filter {
	margin-top: 0px;
	margin-bottom: 5px;
	clear: both;
	background-color: #EEE;
	padding: 5px;
	border: 1px solid #CCC;
}


.table_list {
	background-color: #CCC;
	clear: both;
}
.table_list  .table_head{
	font-weight: bold;
	background-image: -webkit-linear-gradient(top,#F9F9F9,#ECECEC);
	background-image: -moz-linear-gradient(top,#F9F9F9,#ECECEC);
	background-image: linear-gradient(top,#F9F9F9,#ECECEC);
	height: 30px;
}
.table_list .table_row {
	background-color: #FFF;
}
.table_list .table_row.dark {
	background-color: #f0f0f0;
}
.table_list .table_row:hover {
	background-color: #ECF1FF;
}
.nav {
	margin-top: 10px;
	margin-bottom: 10px;
}
.SekolahForm {
	height: 800px;
}

.SekolahForm .field {
	width: 700px;
}
.SekolahForm .tabs {
	margin-top: 10px;
	z-index: -1;
}
.SekolahForm .tabs .tab {
	float: left;
	margin-right: 10px;
	border-radius: 8px 8px 0px 0px;
	cursor: pointer;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(images/shadow.png);
	background-repeat: repeat-x;
	background-position: 0px 18px;
	background-color: #E3ECF2;
	font-size: 12px;
	box-shadow: 1px 1px 6px #333;
}
.SekolahForm .tabs .tab:hover {
	color: #00F;
}

.SekolahForm .tabs .tab.active {
	background-color: #E0E0E0;
	background-image: none;
}
.SekolahForm .tabcontent {
	display: none;
	background-color: #E0E0E0;
	z-index: 10;
	padding: 10px;
	margin-bottom: 10px;
	height: 720px;
	min-width: 850px;
	box-shadow: 0px 3px 5px #666;
	position: absolute;
	border-radius: 0px 10px 10px 10px;
}
.SekolahForm .course {
	width: 750px;
}

.SekolahForm .tabcontent.active {
	display: block;
}
.SekolahForm #Foto {
}
.SekolahForm #Foto #FotoFrame {
	background-color: #FFF;
	width: 800px;
	height: 580px;
}

.tabcontent textarea {
	width: 500px;
	height: 520px;
}


#PhotoForm h3{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
#PhotoForm img {
	max-height: 200px;
	border: 1px solid #333;
}
#PhotoForm .field {
	width: 500px;
}
#TheForm .field    {
	width: 700px;
}
#TheForm .icon {
	border-radius: 10px;
	margin-right: 10px;
}
#TheForm #content {
	height: 390px;
}
body.setting {
	padding: 20px;
}
body.setting.help {
	padding: 10px;
}
.setting.help h3 {
	margin: 0px;
	margin-bottom: 5px;
}



.setting .box {
	float: left;
	margin-right: 20px;
}
.setting .box h3 {
	margin: 0px;
	margin-bottom: 5px;
}
.setting .box iframe {
	height: 300px;
	width: 300px;
}
.setting .box #KotaFrame , .setting .box #FeaturedFrame, .setting .box #BannerFrame{
	width: 400px;
}
.setting .box #BantuanFrame {
	width: 725px;
	height: 460px;
}

#SettingForm .field {
	width: 275px;
}
#SettingForm #propinsi , #SettingForm #kursus , #SettingForm #paket , #SettingForm #harga{
	width: 200px;
}
#ListForm .field {
	width: 700px;
}
#AdvertForm .field {
	width: 500px;
}
.note {
	font-size: 10px;
	color: #F00;
}
#Kursus .column {
	float: left;
	margin-right: 30px;
}
.setting.help #SettingForm .field {
	width: 630px;
}
.setting.help #SettingForm #content {
	height: 300px;
}
.grouphead  {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 5px;
	text-decoration: underline;
}
.stats {
	float: left;
	margin-right: 50px;
}
.stats table tr:hover {
	background-color: #ECF1FF;
}
.notifications {
	float: left;
}
.notifications .box {
	margin-bottom: 20px;
}
h4 {
	margin: 0px;
}
.previewblast {
	padding: 5px;
	border: 1px solid #CCC;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 400px;
	overflow: auto;
	background-color: #FFF;
	color: #000;
}
.csvlist {
	overflow: auto;
	max-height: 200px;
}
.process {
	display: none;
}

.extend {
	position: absolute;
	border-radius: 10px;
	box-shadow: 0px 0px 20px #000;
	padding: 10px;
	background-image: url(images/dark.png);
	display: none;
}
.extend .isi {
	background-color: #FFF;
	padding: 10px;
	border-radius: 10px;
	text-align: center;
	width: 300px;
}
.extend .isi .close {
	position: absolute;
	margin-top: -5px;
	margin-left: 123px;
	cursor: pointer;
}
.extend .isi h3 {
	margin: 10px;
	padding-right: 30px;
	margin-top: 5px;
}
.extend   .isi #ExtendForm{
	border: 1px solid #999;
	border-radius: 10px;
	height: 110px;
	width: 100%;
	text-align: center;
}
.extend .isi #ExtendForm #tanggal{
	width: 100px;
	text-align: center;
}
.extend .isi #ExtendFrame {
	display: none;

}
.DefaultBanner {
	font-size: 20px;
}

.DefaultBanner .button {
	padding: 10px;
	border-bottom: solid 1px #ccc;
	padding-left: 20px;
	background-color: #d0ffe3;
	cursor: pointer;
	display: block;
}
.DefaultBanner .button:hover {
	color: #F00;
}

.DefaultBanner .button.active {
	background-color: #fff997;
	background-image: url(images/check32.png);
	background-repeat: no-repeat;
	background-position: 350px center;
	color: #333;
	font-weight: bold;
}

.DefaultBanner .selection {
	padding: 10px;
	margin-top: 20px;
	padding-left: 20px;
	font-size: 24px;
}
.DefaultBanner .selection span {
	font-weight: bold;
	color: #039;
}
