@charset "utf-8";
/* CSS Document 
   Created by I Putu Rudiarsana <http://balisidenotes.com>
   The Sahita ver. 1.2
*/
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #9F9B93;
}
body {
	margin: 0px;
	text-align: center;
	background-image: url(images/bg-shadow.jpg);
	background-repeat: no-repeat;
	background-color: #B2A173;
	background-position: center center;
}
a {
	color: #9F9B93;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
h1 {
	font-size: 36px;
	margin-bottom: 5px;
	padding-bottom: 3px;
	font-family: "Edwardian Script ITC";
	font-weight: bold;
	color: #B6874C;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #000000;
	margin-top: 3px;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
}
h2 {
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #B6874C;
	font-weight: bold;
	padding-bottom: 3px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #1e1c19;
}
h3 {
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #B6874C;
	font-weight: bold;
	padding-bottom: 3px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #1e1c19;
}
#wrapper {
	width: 900px;
	text-align: left;
	margin: auto;
	background-color: #E2DEBC;
}
#logo {
	height: 100px;
	padding-top: 30px;
	text-align: center;
}
#header {
	width: 900px;
	height: 350px;
}
#content {
	width: 900px;
	float: left;
	margin: 20px 0;
}
#text {
	width: 618px;
	float: left;
	text-align: left;
	padding-left: 20px;
	text-align: justify;
}
	#text ul {
		margin: 10px 0 15px 0;
		padding: 0;	
	}
	#text ul li {
		list-style: square;
		margin-left: 15px;
		padding: 0;
		line-height: 18px;
	}
#sidebar {
	width: 193px;
	float: right;
	text-align: left;
	padding: 0 20px;
	background: url(images/border-vert.gif) left top no-repeat;
}
	#sidebar ul {
		list-style: none;
		margin: 0 0 20px 0;
		padding: 0;
	}
	#sidebar ul li {
		margin: 0;
		padding: 0;
		line-height: 20px;
	}
#footer {
	clear: both;
	height: 30px;
	text-align: center;
	color: #9F9B93;
	padding-top: 25px;
	background-color: #6B5837;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 10px;
}
	#footer a {
	color: #9F9B93;
	text-decoration: none;
	}
	#footer a:hover {
		color: #fff;
		text-decoration: none;
	}

.imageleft {
	float: left;
	margin-right: 10px;
}
.imageright {
	float: right;
	margin-left: 10px;
}

.textbox {
	width: 97%;
	border: 1px solid #dddddd;
	padding: 2px;
}
.textbox-norm {
	border: 1px solid #dddddd;
	padding: 2px;
}

div.calendar
{
  font-size: smaller;
  color: #000;
}

div.calendar.popup
{
  margin-left: -40px;
  margin-top: -100px;
  z-index: 9999;
}

div.calendar table
{
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-collapse: separate;
  border-spacing: 1px;
}

div.calendar thead {
  background-color: #999999;
}

div.calendar td,
div.calendar th
{
  padding: 2px;
  text-align: center;
}

div.calendar td.title
{
  font-weight: bold;
  color: #000;
}

div.calendar th
{
  font-weight: bold;
}

div.calendar tr.days td {
  width: 2em;
  color: #333333;
  text-align: right;
  cursor: pointer;
  border: 1px solid #e5e5e5;
}

div.calendar tr.days td:hover,
div.calendar td.button:hover
{
  border-color: #e8a800;
  background-color: #e5e5e5;
  cursor: pointer;
}
div.calendar tr.days td:hover
{
 background-color: #ddd;
}

div.calendar tr.days td:active
div.calendar td.button:active
{
  background-color: #cde;
}

div.calendar tr.days td.selected
{
  font-weight: bold;
  background-color: #e8a800;
  border-color: #e8a800 !important;
  color: #0066CC !important;
}

div.calendar tr.days td.weekend {
	color: #0066CC;
}

div.calendar tr.days td.today
{
  font-weight: bold;
  border-color: #3d60ba;
}

div.calendar tr.days td.otherDay
{
  background: #e5e5e5;
  color: #0066CC;
}
#gallerywrap {
	padding: 20px;
}
#gallerymenu {
	clear: both;
	padding: 15px;
	text-align: center;
}

