@charset "utf-8";
/* CSS Document */

/* let's declare some common styles */
html {
	width: 100%;
}

body {
	width: 100%;
	margin: 0;
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	background:#666666 url('../images/bg.jpg') repeat-x;
}

form {
	margin: 0;
}

img, table {
	border: 0;
}


/* now on to the more special styles */
#wrapper {
	width: 950px;
	margin: 0 auto;
}

#logo_time {
	width: 100%;
	background-color: #FFFFFF;   /* white colour background */
}

#logo_time .logo {
	width: 500px;
	padding: 10px 0px 10px 15px;
}

#logo_time .localtime {
	width: 450px;
	padding: 0px 15px 10px 0px;
	text-align: right;
	vertical-align: bottom;
}


/* styles for the top navigation bar */
#topnavi {
	text-align: center;
	background-color: #FFF2B7;
	padding: 7px 0px;
}

#topnavi a:link, #topnavi a:visited {
	font-weight: bold;
	color: #011746;
	text-decoration: none;
}

#topnavi a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}


/* style for the flash layer */
#flash_header {
	height: 370px;
}

/* styles for the Fastbooking Online Reservation Engine section */
#reservations {
	text-align: center;
	background-color: #FFFFFF;
	padding: 10px 0px;
}

#reservations_table {
	margin: 0 auto;
}

#reservations_table td {
	padding: 0px 3px;
	font-weight: bold;
}

#reservations_table input, #reservations_table select {
	font-family: Arial;
	font-size: 10px;
}

/* style for the main content area */
#main_area {
	width: 100%;
	background-color: #FFF2B7
}

/* styles that apply only to the home page */
#index {
	width: 100%;
	background-color: #FFF2B7
}

#index a:link, #index a:visited {
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}

#index a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

#index .highlights {
	padding: 0px 15px 15px 15px;
	vertical-align: top;
}

#index h3 {
	font-weight: normal;
	font-size: 20px;
	margin: 15px 0px 10px 0px;;
}

#index .mailinglist_title {
	border-top: 1px solid #333333;
	margin-top: 20px;
}

/* styles that apply to all the other sections */
#left {
	width: 220px;
	vertical-align: top;
}

#left h3 {
	background-color: #365289;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 18px;
	color: #FFFFFF;
	padding: 10px 15px;
	margin: 0;
}

#left .infobox {
	background-color: #EFEFEF;
	margin-bottom: 15px;
}

#left .content {
	padding: 0px 15px 10px 15px;
}

#left a:link, #left a:visited {
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}

#left a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

#right {
	width: 730px;
	padding: 10px 15px;
	vertical-align: top;
}

#right h3 {
	color: #374665;
	font-weight: normal;
	font-size: 18px;
	margin: 0;
}

#right a:link, #right a:visited {
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}

#right a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

#sideimages {
	float: right;
	margin: 0px 0px 0px 10px;
}

#sideimages td {
	text-align: center;
	padding-bottom: 10px;
}


/* styles for the capacity chart */
#capacitychart {
	width: 600px;
	border-collapse: collapse;
}

#capacitychart th {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	border: 1px solid #333333;
}

#capacitychart td {
	padding: 3px 5px;
	border: 1px solid #333333;
}

#function_room_sizes {
	width: 500px;
	border-collapse: collapse;
}

#function_room_sizes td {
	padding: 3px;
	border: 1px solid #333333;
}

/* added on 13th April 2009 */
#careertable {
	font-size: 12px;
	width: 450px;
	border-collapse: collapse;
}

#careertable th {
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	background-color: #333333;
	padding: 5px;
	border: 1px solid #000000;
}

#careertable td {
	padding: 3px;
	border: 1px solid #000000;
}

/* styles for Local Attraction table */
.local_attractions {
	width: 500px;
	border-collapse: collapse
}

.local_attractions td {
	padding: 10px;
	border: 1px solid #333333;
	vertical-align: top;
}

.local_attractions .placename {
	text-align: center;
	padding: 10px 5px;
	font-weight: bold;
}

/* styles for the table in Leisure Breaks */
#leisure_break {
	border-collapse: collapse;
	width: 500px;
}

#leisure_break td {
	padding: 10px;
	border: 1px solid #333333;
	text-align: center;
}

/* styles for the testimonials */
.testimonials {
	padding: 10px 5px;
	margin-bottom: 20px;
	border: 1px solid #333333;
	background-color: #CCCCCC;
}


.testimonials .datetime {
	font-size: 10px;
	font-weight: bold;
}

.testimonials .poster {
	font-weight: bold;
}

/* styles for the address bar in index.php */
#footer_address {
	color: #0b1d43;
	background-color: #FFFFFF;
	text-align: center;
	padding: 10px;
}

#footer_address p {
	margin: 0;
}

/* styles for the footer */
#footer {
	padding: 5px 0px 20px 0px;
	text-align: center;
	color: #FFFFFF;
}

#footer a:link, #footer a:visited {
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: underline;
}

#footer a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

/* for the calendar */
.style5 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color:#000000; }

/* the div that holds the date picker calendar */
.dpDiv {
	}

/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}

/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}

/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}

/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}

/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}

/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}

/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}

/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}

/* the table cell that holds the name of the month and the year */
.dpTitleTD { }

/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD { }

/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD { }

/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: #4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
}

/* To control the dropdown menu */
#dropmenudiv{
	position: absolute;
	border: 1px solid #000000;
	border-bottom-width: 0;
	line-height: 11px;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	text-align: left;
	border-bottom: 1px solid #000000;
	padding: 5px 0;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
}

#dropmenudiv a:hover{ /*hover background color*/
	color: #000000;
	background-color: #CCCCCC;
}


/*Guest Review page*/
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* paging */

.paging_menu {
	border:solid 1px green;
	background-color:#365289;
	padding:3px;
	color: #FFFFFF;
}
.paging_menu a, .paging_menu a:visited {
	color: #FFFFFF !important;
}
.pading_menu a:hover {
	text-decoration: none !important;
}

/*guest feedback. note: 772px*/
.guest_comment {
	padding: 5px;
	border: solid 1px #59AABD;
	margin-bottom: 5px;
	background-color: #EFEFEF;
}
.guest_comment .date {
	float: left;
	width:30px;
	border-right: solid 4px #016379;
	padding: 5px 10px 0px 5px;
	text-align:center;
	background-color: #F7F2DD;
}
.guest_comment .date .day {
	font-size: 26px;
	display: block;
	margin-bottom: 3px;
}
.guest_comment .date .month {
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}
.guest_comment .date .year {
	display: block;
	font-weight: bold;
}
.guest_comment .details {
	float: left;
	width: 600px;
	padding: 5px 5px 5px 10px;
}
.guest_comment .details .name {
	font-size: 16px;
	font-weight: bold;
}
.guest_comment .details .country {
	font-size: 12px;
	font-weight: bold;
}
.guest_comment .score {
	float: right;
	padding: 5px;
	text-align: center;
	font-size: 9px;
	background-color: #DDF2F7;
}
.guest_comment .score .mark {
	font-size: 16px;
	font-weight: bold;
	display: block;
}
.guest_comment .comment {
	padding: 5px;
}
