body {
	background-color: #e1d9d2;
	/*width: 100%;*/
	font-family: "Times New Roman", Times, Georgia, serif;
}

a {
	text-decoration: none;
}

a:link {
	color: #813d00;
}

a:active {
	color: #813d00;
}

a:visited {
	color: #813d00;
}

a:hover {
	color: #813d00;
	background: none;
}

label.error {
	color: #f60;
}

input.defaultButton {
	color: #fff;
	background:  #813d00;
}

/*bagian header */
#container {
	background-color: #c3c9e5;
}

#header {
	min-height:  100px;
	background-color: #e1d9d2;
	/*margin-left:34px;
	margin-right:auto;*/
}

#headerTitle {
	text-align: left;
}

#header h1 {
	line-height: 2.5;
	font-family: "Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
	letter-spacing: 10px;
	font-size: 2em;
	background-color: #ff6600;
	border-bottom: 0px;
	color:  #fff;
	margin-left:10%;
	margin-right:9.9%;
	padding-left: 5px;
	/*width:70%;*/
}

#header img{
	width: 100%;
}

#footer {
	background-color: #040;
	color:  #fff;
}

#footerContent {
	color:  #fff;
}

#main {
	background-color: #fff;
	border-top: 0px;
	border-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	border-left: 0px;
	border-right: 0px;
	padding-left: 10px;
	padding-right: 220px;
	padding-top: 0px;
	width: 63%;
	position: absolute;
	-moz-box-shadow: 1px 1px 8px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 1px 8px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 8px rgba(0,0,0,0.3);
}

#main h2 {
	font-family: "Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
	text-align: center;
}

#main h3 {
	font-family: "Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
}

#navbar {
	background-color: #1e0f01;
	border-bottom: 0px;
	text-align: center;
	font-weight: bold;
	margin-left: -20px;
	margin-right: -250px;
	padding-top: 5px;
	padding-bottom: 10px;
}

#navbar   a{color:#f2f0f0; padding-right:10px; margin-right: -20px; border-right: 1px solid #746f6f; font-size: 12px;}
#navbar   a:hover{background:#813d00; padding-top:10px; padding-bottom:10px; padding-right: 5px; padding-left: 5px; margin-left:-15px;}

#breadcrumb {
	height: 18px;
	line-height: 1.5em;
	text-align: left;
	border-bottom: 1px dotted #040;
	padding: 0;
	font-style: italic;
}

#content {
	border-top: 1px dotted #040;
}

#content h3 {
	font-family:  "Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
}

#content h4 {
	font-family:  "Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
}

#content h5 {
	text-transform: uppercase;
}

span.highlight {
	border-bottom: 1px dotted #040;
}

table.listing tr.highlight {
	background: #fcff64;
}

table.listing tr.fastTracked {
	background-color: #82BD86;
}

table.listing td.headseparator {
	border-top: 1px dotted #040;
}

table.listing td.endseparator {
	border-top: 1px dotted #040;
}

span.formError {
	color: #f60;
}

ul.formErrorList {
	color: #f60;
}

div.separator {
	border-bottom: 1px dotted #040;
}

#rightSidebar ul, #leftSidebar ul {
content: " "; /* agar tdk muncul buletnya */
	margin-left: 0px;
	padding-left: 0px;
}

#rightSidebar li, #leftSidebar li {
	list-style-type: none;
}

#rightSidebar, #leftSidebar {
	margin-top: 2.65%;
	/*margin-left: 0px;*/
	padding-left: 10px;
	padding-right: 10px;
	padding-top:0px;
	background: #f2f2ee;
	margin-bottom: 10px;
	width: 14%;
	z-index: 999;
	position: relative;
}

#rightSidebar  span {
	background-color: #1e0f01;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	margin-bottom: 5px;
}

#rightSidebar  p {
	background-color: #3fa6ae;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

table#tablemodul tr td{
	vertical-align: top;
	padding: 5px;
	border-bottom: 0.5px solid #fff;
	background-color:#004d80;
}

table#tablemodul tr:hover {background-color: #3fa6ae;}

table#tablemodul a{color:#f2f0f0;}
table#tablemodul  a:hover{color:#f2f0f0;background-color: #3fa6ae; display: block;}

table#tablemodul th{
  background:#222121;;
  color:#fff;
  text-align:center;
}

table#tablefooter tr td{
	width: 100px;
	text-align: center;
	padding-bottom: 10px;
}

table#tablefooter tr td span img{
	font-weight: bold;
	text-align: center;
	padding: 2px;
	width: 80px;
	height: 30px;
	-moz-box-shadow: 1px 1px 8px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 1px 8px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 8px rgba(0,0,0,0.3);
}
