/* CSS Document */

body {
	background-color: #29110b;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #4D4844;
	text-align: center;
}

body a:link {color: #003300; text-decoration:underline}
body a:visited {color: #444444; text-decoration:none}
body a:hover {color: #003300; text-decoration:underline}
body a:active {color: #444444; text-decoration:none}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #444444;
}
.content a:link {color: #003300; text-decoration:underline}

.content_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #003300;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #797571;
}
.breadcum {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #999999;
}
.breadcum a:link {color: #5a733a; text-decoration:none;}
.breadcum a:visited {color: #5a733a; text-decoration:none;}
.breadcum a:hover {color: #999999; text-decoration:none;}
.breadcum a:active {color: #999999; text-decoration:none;}


.guestbook_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.guestbook_date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}
.guestbook_reply_btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}
.guestbook_table {
	border: 1px solid #CCCCCC;
	width: 590px;
}
.guestbook_reply_table {
	width: 510px;
	border: 1px solid #CCCCCC;
}
.guestbook_textfield {
	background-color: #E8E8E8;
	height: 16px;
	width: 200px;
	border: 1px solid #e8e8e8;
	font-size: 12px;
	color: #444444;
	font-family: Arial, Helvetica, sans-serif;
}

.guestbook_textarea {
	background-color: #E8E8E8;
	height: 100px;
	width: 508px;
	border: 1px solid #e8e8e8;
	font-size: 12px;
	color: #444444;
	font-family: Arial, Helvetica, sans-serif;
}
.book_border {
	border: 1px solid #DFDFDF;
}
/* Today added by Chilli 2009 10 06 */
.today {
	background-color: #546242;
	color: #FFF;
}
.book_table_not_available {
	background-color: #DDE3D5;
	height: 57px;
	width: 83px;
	float: left;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 4px;
	text-align: center;
	line-height: 16px;
}
.book_table_available {
	background-color: #faf3ed;
	height: 57px;
	width: 83px;
	float: left;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 4px;
	text-align: center;
	line-height: 16px;
}

.book_month {
	font-size: 12px;
	color: #5A6D36;
}
.book_price {
	font-size: 11px;
	color: #7f7f7f;
	text-align: left;
	padding-left: 23px;
}
.book_list {
	font-size: 11px;
	color: #666666;
}
.month_year {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	color: #494848;
	font-style: oblique;
}
.book_textfield{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.booking_textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 200px;
	width: 615px;
	color: #666666;
}
.booking_bg {
	background-color: #F4F4F4;
	border: 1px solid #dbdbdb;
}
#news_container{
	padding: 10px;

	padding-right:15px;

	clear:both;
	background-color:#F4F4F4;
}
div#news_list{
	overflow-y:scroll;
	overflow-x:hidden;
	background: #B2B2B2;
	height:320px;
scrollbar-base-color: #f4f4f4;
scrollbar-arrow-color: #003300;
scrollbar-3dlight-color: #f4f4f4;
scrollbar-darkshadow-color: #f4f4f4;
scrollbar-face-color: #f4f4f4;
scrollbar-highlight-color: #cccccc;
scrollbar-shadow-color: #cccccc;
scrollbar-track-color: #f4f4f4;
}
.error {
	border: 1px solid #990000;
}