/* CSS Document */
body {
	margin:0px;
	background-color:#666666;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;rif;
	font-weight:bolder;
	color:#0000FF;
}
#content-wrapper form h2 {
	color:#000066;
}
#header {
	width:800px;
	height:100px;
	margin:0 auto;
	background-color:#C1B5A7;
}
#content-wrapper {
  width: 780px;
  margin: 0 auto;
  padding: 10px 10px 10px 10px;
  text-align:justify;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:12px;
  line-height:20px;
  background-color:#FFFFFF;
  border:#999999 thin;
}
#content-wrapper input, #content-wrapper select, #content-wrapper textarea, #input{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	padding: 3px 5px;
	border: none;
	font-size: 13px;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: default;
	text-decoration: none;	
	margin-top: -6px;
	background-color:#F1FBFE;
}

#content-wrapper form {
	margin-bottom:10px;
	padding: 5px 5px 5px 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color:#18A0E2;
}

#ganjil {
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color:#CCCCCC;
}

#genap {
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color:#999999;
}

#menu {
	width: 780px;
	margin: 0 auto;
	padding: 10px 10px 10px 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:24px;
	font-weight:bolder;
	background-color:#FFFFFF;
}

#bg_error{
	color: #FF0000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 14px;
	margin-left: 8px;
	margin-right: 8px;
	padding: 16px 16px 16px 16px;
	font-weight: bold;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 5px;
	background-color:#FFFF99;
	border:#FF0000 medium solid;
	margin-bottom:8px;
}

#bg_warning{
	color:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 14px;
	margin-left: 8px;
	margin-right: 8px;
	padding: 16px 16px 16px 16px;
	font-weight: bold;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 5px;
	background-color:#FFFFCC;
	border:#FF9900 medium solid;
	margin-bottom:8px;
}


.title{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16px;
	font-weight:bolder;
}
img {
	border:none;
}

a:link, a:visited {
	text-decoration:underline;
	color:#006699;
}
a:hover {
	text-decoration:none;
	color:#006699;
}
#menu a:link, #menu a:visited, #main-wrapper a:link, #main-wrapper a:visited, #sidebar-wrapper a:link, #sidebar-wrapper a:visited{
	text-decoration:none;
	border-bottom:double medium;
	color:#006699;
}
#menu a:hover, #main-wrapper a:hover, #sidebar-wrapper a:hover{
	text-decoration:underline;
	border-bottom:none;
}
#content {
	width:800px;
	margin: 0 auto;
	display: inline;       /* fix for doubling margin in IE */
	word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
	overflow: hidden;      /* fix for long non-text content breaking IE sidebar float */
}
#footer {
	width:800px;
	margin:0 auto;
	margin-top:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	clear:both;
}
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

.style1 {color: #FFFFFF}
.style2 {color: #0066CC}
#content-wrapper #sidebar-wrapper #materai {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	text-align:center;
	line-height: normal;
	float:left;
	height: 50px;
	width: 100px;
	border: medium solid #E0DFE3;
	overflow: hidden;
}
