/*
	Filename: _style.css
	Date Created: 5th May 2009
*/

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

/* common styles for the entire site */
html {
	width: 100%;	
}

body {
	margin: 0;
	width: 100%;
	font-family: Verdana;
	font-size: 12px;
	color: #333333;
	background: url(../images/bg_body.gif) repeat-x top #CCCCCC;
}

img, table {
	border: 0;
}

form {
	margin: 0;
}

input, select, textarea {
	font-family: Verdana;
	font-size: 12px;
}

/* custom styles */
#wrapper {
	margin: 0 auto;
	width: 950px;
}

#logo_time {
	width: 100%;
	margin: 10px 0px;
}

#logo_time .hanovalogo {
	text-align: right;
	padding-right: 50px;
	padding-bottom: 10px;
}

#logo_time .localtime {
	text-align: right;
	vertical-align: bottom;
}

#flash_header {
	width: 100%;
	height: 350px;
}

#topnavi {
	text-align: center;
	padding: 18px 0px;
	background: url(../images/bg_topnavi.gif) repeat-x center #2f1b10;
}

#topnavi a:link, #topnavi a:visited {
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	margin: 0px 20px;
}

#topnavi a:hover {
	color: #FFFFFF;
}

#mainbody {
	border-left: 1px solid #2f1b10;	
	border-right: 1px solid #2f1b10;
	background-color: #E9E9E9;
}

#left {
	width: 300px;
	padding: 15px 0px 0px 15px;
	color: #333333;
	vertical-align: top;
}

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

#left a:hover {
	color: #000000;
}

#right .article_title {
	font-size: 14px;
}

#reservations {
	border: 1px solid #999999;
	background-color: #F4F4F4;
	padding: 15px;
	margin-bottom: 15px;
}

#reservations input, #reservations select {
	font-size: 10px;
}

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

#reservations table {
	width: 100%;
	font-size: 10px;
}

#reservations td {
	padding: 5px 0px;
}

#left .infobox {
	margin-bottom: 30px;
}

#left hr {
	margin: 20px 0px 20px 0px;
	padding: 0;
}

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

#right h3 {
	font-size: 24px;
	font-weight: normal;
	color: #1d1c1c;
	margin: 0;
}

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

#right a:hover {
	color: #000000;
}

#sideimages {
	float: right;
	margin-left: 10px;
	width: 200px;
}

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

#sideimages img {
	border: 1px solid #333333;
}

#featured_accommodation {
	border-top: 1px solid #333333;
	padding: 10px 0;
	margin-top: 50px;
}

#featured_accommodation h3 {
	color: #FB7D00;
	font-size: 26px;
	font-weight: normal;
	margin: 0;
}

#rates {
	border-collapse: collapse;
}

#rates th, #rates td {
	padding: 5px 10px;
	border: 1px solid #333333;
	text-align: center;
}

#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;
}

#footer {
	background-color: #2f1b10;
	color: #CCCCCC;
	width: 100%;
}

#footer td {
	padding: 15px;
}

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

#footer a:hover {
	color: #FFFFFF;
}

#footer .hk_logo {
	text-align: right;
}

#extrafooter {
	text-align: center;
	margin: 10px 0px;
	color:#333333;
}

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

#extrafooter a:hover {
	color: #000000;
}

/* 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;
	line-height: 11px;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	text-align: left;
	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;
}

/* styles for Lightbox 2.04 */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }