@charset "utf-8";
/* CSS Document 
   Created by : I Putu Rudiarsana <http://balisidenotes.com>
   On : 03 September 2009
*/
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
body {
	background: #fff;
	margin: 0px;
	text-align: center;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	padding: 0;
	margin: 10px 0 15px 0;
	color: #bab075;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #0099FF;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: none;
}
.headclear {
	width: 900px;
	height: 20px;
	clear: both;
}
.caption-white {
	color: #fff;
	font-size: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 10px;
}
.caption-dark {
	color: #666666;
	font-size: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 10px;
}
.spacerleft {
	height: 70px;
}
.spacerleft30 {
	height: 30px;
}
.leftintro {
	color: #fff;
	text-align: justify;
}
.leftbar {
	text-align: justify;
}
.leftbar ul {
	margin: 0;
	padding: 0;
}
.leftbar li {
	background: url(images/bullet.gif) left center no-repeat;
	padding-left: 15px;
	line-height: 20px;
	list-style: none;
}
.address {
	text-align: left;
	padding-top: 15px;
}
.readmore {
	padding-top: 30px;
}
.imageleft {
	margin-right: 10px;
	padding: 3px;
	border: 1px solid #dddddd;
}
.imageright {
	margin-left: 10px;
	padding: 3px;
	border: 1px solid #dddddd;
}


#headtop {
	height: 79px;
	width: 100%;
	padding-top: 40px;
}
#headisi {
	width: 900px;
	margin: auto;
}
#logo {
	float: left;
}
#emailus {
	float: right;
}
#content {
	width: 900px;
	margin: auto;
	line-height: 18px;
}
#menu-top {
	height: 85px;	
	margin: auto;
	line-height: 85px;
	text-align: center;
}
#post {
	float: left;
	width: 900px;
}
#sidebar {
	width: 265px;
	float: left;
	height: 418px;
	background: url(images/bg-side.jpg) left top no-repeat;
	border-right: 1px solid #dddddd;
	padding: 20px;
}
#headcont	{
	width: 900px;
	float: left;
}
#headslide {
	width: 594px;
	float: right;
	text-align: left;
	height: 332px;
	background: url(images/loading.gif) center center no-repeat;
}
#headleft {
	width: 266px;
	float: left;
	text-align: left;
	height: 292px;
	background: url(images/headleft.gif) left top no-repeat;
	padding: 20px;
}
#text {
	width: 553px;
	float: right;
	padding: 20px;
	text-align: left;
	border-left: 1px solid #dddddd; 
}
#wrapper {
	width: 100%;
	background: url(images/bg.gif) left top repeat-x;
	clear: both;
	text-align: left;
}
#footer {
	width: 100%;
	clear: both;
	background: url(images/footerlin.gif) top left repeat-x;
	padding: 15px 0;	
	text-align: center;
	font-size: 11px;
}


#menu-top ul {
	margin: 0;
	padding: 0;
}
#menu-top li {
	margin: 0;
	padding: 0 30px;
	line-height: 85px;
	border-right: 1px solid #dddddd;
	list-style: none;
	display: inline;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#menu-top li.last {
	border-right: none;
	padding-right: 0px;
}
#menu-top li.first {
	padding-left: 0px;
}

leftintro a:link {
	color: #fff;
	text-decoration: none;
}
leftintro a:visited {
	color: #fff;
	text-decoration: none;
}
leftintro a:hover {
	color: #996600;
	text-decoration: none;
}
leftintro a:active {
	color: #fff;
	text-decoration: none;
}
/* Calendar */

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: #fff;
}

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: #3d60ba;
  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: #ffffff;
}

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: #fff !important;
}

div.calendar tr.days td.weekend {
	color: #7f9de8;
}

div.calendar tr.days td.today
{
  font-weight: bold;
  border-color: #3d60ba;
}

div.calendar tr.days td.otherDay
{
  background: #e5e5e5;
  color: #fff;
}
.submitit {
	font-weight: bold;
	font-size: 14px;
	background: #201708;
	color: #fff;	
	padding: 3px;
	text-align: center;
	cursor: pointer;
	border: 1px solid #2a2319;
}