form {
	padding: 0px;
	margin: 0px;
	}
	
.bookgui {}

/***************************************************/
/********** DATES **********************************/
.calendarEntry {
	background: #fbfbfb url(/images/shared/background-fields.jpg) left top repeat-x;
	width: 85px;
	height: 14px;
	border: 1px solid #7d6953;
	font-family: "century gothic"; 
	font-size: 8pt; 
	float: left;
	text-align: center;
	text-transform:lowercase;
	padding: 0px;
	font-weight: bold;
	line-height:10pt;
	}

/***************************************************/
/********** NIGHTS *********************************/
.nightsEntry{
	background: #fbfbfb url(/images/shared/background-fields.jpg) left top repeat-x;
	width: 21px;
	height: 14px;
	border: 1px solid #7d6953;
	font-family: Verdana; 
	font-size: 8pt; 
	float: left;
	text-align: center;
	padding: 0px;
	font-weight: bold;
	line-height:10pt;
	}
	
.selectBtn {
	}

#selectnbNight {
	z-index:3; 
	background: #1e1e1e; 
	position: absolute; 
	display: none; 
	border: 1px solid #7d6953;
	border-top: none;
	text-align: center; 
	padding: 3px 0px;
	width: 21px;
	margin-top: -1px;
	font-weight: normal;
	}

#selectnbNight a {
	display:block;
	}

.selectChoice{
	font-family: verdana; 
	font-size: 7pt;
	padding: 2px 0px; 
	margin: 0px;
	display: inline;
	}

.selectChoice:link, .selectChoice:visited, .selectChoice:active {
	color: #ffffff;
	text-decoration: none;
	} 
	
.selectChoice:hover{
	color:#f1d591;
	}

/***************************************************/
/********** CALENDAR *******************************/
button.bookgui {background: url(/images/bookgui/btn-bookgui-calendar.gif);border: 0; cursor: pointer; height: 16px; width: 14px; padding: 0px;}

div.bookgui {
	background: transparent url(/images/bookgui/bookgui-bg.gif); 
	height: 175px; 
	padding: 0 12px; 
	text-align: center; 
	width: 147px;
	}
	
div.bookgui * {
	margin: 0; 
	padding: 0;
	}	
	
div.bookgui div {
	background: none !important; 
	cursor: move; 
	height: 165px; 
	overflow: hidden; 
	padding-top: 10px; 
	position: relative; 
	width: 147px;
	}	

div.bookgui caption {
	color: #EEE;
	font-family: verdana; 
	font-size: 8pt;
	padding: 4px;
	text-align: center;
	width: 100%;
	}

div.bookgui caption a {
	cursor: pointer;
	display: block;
	height: 11px;
	overflow: hidden;
	position: absolute;
	text-indent: -100px;
	top: 16px;
	width: 11px;
	}

div.bookgui caption a.prev {
	background-image: url(/images/bookgui/bookgui-prev.gif);
	left: 1px;
	}

div.bookgui caption a.next {
	background-image: url(/images/bookgui/bookgui-next.gif);
	right: 1px;
	}

div.bookgui caption a:hover {
	background-position: 0 11px;
	}

div.bookgui caption span {
	height: 25px;
	position: relative;
	text-align: center;
	}

div.bookgui caption span.month {
	padding-right: 8px;
	}

div.dashboard caption span.month:after {
	content: ',';
	}

div.bookgui table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	cursor: default;
	margin: 0 auto;
	overflow: hidden;
	width: 147px;
	}

div.bookgui td, div.bookgui th {
	border: 0;
	color: #999;
	font-family: verdana; 
	font-size: 7pt;
	height: 18px;
	text-align: center;
	width: 21px;
	}

div.bookgui td {
	color: #333;
	font-family: verdana; 
	font-size: 7pt;
	padding-right: 5px;
	text-align: right;
	width: 16px;
	}

div.bookgui td.invalid {
	color: #666;
	}

div.bookgui td.valid {
	color: #FFF;
	cursor: pointer;
	}

div.bookgui td.active, div.bookgui td.hover {
	color: #bda770;
	cursor: pointer;
	text-decoration: none;
	}

