@charset "utf-8";
/* CSS Document 
   Created by I Putu Rudiarsana <http://balisidenotes.com>
*/
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
body {
	background: #698525 url(images/bg-body.jpg) center bottom no-repeat;
	background-attachment: fixed;
	margin: 0px;
	text-align: center;
}
p {
	margin-bottom: 20px;
	margin-top: 0;
	padding: 0;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
#wraper {
	width: 950px;
	margin: auto;
}
#header {	
	text-align: center;
	color: #e8e1b9;
	float: left;
	width: 950px;
}
#logo {
	padding: 24px 0;	
}
#menu {
	padding: 0 15px 0 0;
	float: left;
	width: 679px;
}
#logoleft {
	float: left;
	width: 231px;
	padding: 30px 0 5px 20px;
	text-align: left;
}
#menu a {
	color: #e8e1b9;
	text-decoration: none;
}
#menu a:hover {
	color: #fff;
	text-decoration: none;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu li {
	display: inline;
	margin-right: 23px;
	float: left;
}
#menu li.last {
	margin-right: 0;
}
#slogan {
	float: left;
	padding-top: 43px;
	width: 679px;
	text-align: left;
}
.sloganleft {
	float: left;
}
#text-content {
	background: #e6f0cd;
	text-align: left;
	float: left;
	width: 950px;
}
#text-gallery {
	background: #fff;
	text-align: left;
	float: left;
	width: 950px;
}
#slidebox {
	width: 502px;
	height: 515px;
	float: right;
	background: url(images/loading.gif) center center no-repeat;
}
#desc-text {
	width: 408px;
	float: left;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 15px;
}
.caption-dark {
	color: #535250;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.caption-brown {
	color: #c79451;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.textmain {
	padding-top: 10px;
	line-height: 16px;
	padding-right: 10px;
	text-align: justify;
}
.textmain ul {
	margin: 10px 0 15px 0;
	padding: 0;	
}
.textmain li {
	list-style: square;
	margin-left: 15px;
	padding: 0;
	line-height: 18px;
}
#footer {
	clear: both;
	color: #e6f0cd;
	font-size: 11px;
	text-align: left;
	/*background: url(images/footer.jpg) left top no-repeat;*/
	padding-top: 15px;	
}
#footer a {
	color: #e6f0cd;
	text-decoration: underline;
}
#footer a:hover {
	color: #e6f0cd;
	text-decoration: none;
}
.address {
	float: left;
	padding-left: 25px;
	padding-bottom: 10px;	
}
.copyright {
	float: right;
	padding-right: 25px;
	padding-bottom: 10px;
	text-align: right;
}
.clear {
	clear: both;
}
.gallerybox {
	padding: 15px;
	min-height: 500px; !important
}
.contactbox {
	padding: 15px;
}
.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;
}
