/* CSS Document */


html, body, table {	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; margin: 0 auto; text-align:center;}

/* custom styles for regal palms*/
td.roomtypeheader {background-color: #eae4d2; color: #9c793a;}
tr.oddrow td.roomtype {background-color: #f7f2e3; font-weight: bold; color: #cb9d4b;}
tr.evenrow td.roomtype {background-color: #fdfaee; font-weight: bold; color: #cb9d4b; }
tr.oddrow td.roomtype i, tr.oddrow td.roomtype i a{ font-weight: normal;}
tr.evenrow td i, tr.evenrow td i a{
	color: red;
	font-weight: normal;
}
tr.oddrow {background-color: #f4f4f4; }
tr.evenrow {background-color: #fcfcfc; }
tr.header {background-color: #ddd; color: #666; }
tr.footer, a.footer {background-color: #ddd; color: #666;}
td.onreq_odd {background: #f4f4f4 url(on_request.gif) no-repeat 100% 0; width: 60px; text-align: center;}
td.available_odd {background: #f4f4f4 url(available.gif) no-repeat 100% 0; width: 60px; text-align: center;}
td.onreq_even {background: #fcfcfc url(on_request.gif) no-repeat 100% 0; width: 60px; text-align: center;}
td.available_even {background: #fcfcfc url(available.gif) no-repeat 100% 0; width: 60px; text-align: center;}
td.sold {color: red; width: 60px; text-align: center;}



html, body, ul, ol, li, p, h1 , h2, h3, h4, h5, h6, form, fieldset, a, div, img, blockquote{	margin: 0px;	padding: 0px;	border: 0px;}

.center{	text-align: center;	margin: 0 auto;}
a{	color: #161616; text-decoration: none;}


/* ----- tool tip specific styles ----- */
#theToolTip{
position: absolute;
left: -300px;
width: 200px;
border: 2px solid #C0C09F;
padding: 6px 0px 0px 10px;
background-color: #FFFFCC;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS */
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,strength=4);
}

#ToolTipPointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

#theToolTip p{
font-size: 11px;
color: #333333;
line-height:1.4em;
margin-right:10px;
margin-top:0;
}

#ToolTipTextWrap {
font-weight:bold;
font-size: 1.2em;
color: #ff6600;
margin-right:10px;
}

.addToolTip {
	cursor: pointer;
}

.nullLink {
	cursor: pointer;
}

.calendarTable {
	border-collapse: collapse;
}

.calendarTableFooter {
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #ffffff;
	border-collapse: collapse;
}

form div {
	clear: both;
	margin-bottom: 18px;
	overflow: hidden;
}

form input,
form select {
	border-color: #ACACAC #E1E1E1 #E1E1E1 #ACACAC;
	border-style: solid;
	border-width: 2px;
	float: left;
	font: normal 11px Verdana, Tahoma, sans-serif;
	margin-right: 2px;
	width: 60px;
}

form input {
	padding: 1px 3px;
}
form label {

	float: left;
	margin-right: 2px;
	text-align: right;
	width: 60px;
}

input.dashboard,
select.dashboard {
	width: 149px;
}

button.dashboard {
	background: url(dashboard-icon.gif);
	border: 0;
	cursor: pointer;
	float: left;
	height: 20px;
	margin-right: 2px;
	width: 20px;
}
button.dashboard:hover,
button.dashboard.active {
	background-position: 0 20px;
}

div.dashboard {
	background: url(dashboard3.png);
	height: 180px;
	padding: 0 12px;
	text-align: center;
	width: 147px;
}
div.dashboard * {
	margin: 0;
	padding: 0;
}
div.dashboard div {
	background: none !important;
	cursor: move;
	height: 170px;
	overflow: hidden;
	padding-top: 10px;
	position: relative;
	width: 147px;
}

div.dashboard caption {
	color: #CF0;
	font: normal 12px/17px Arial, Helvetica, sans-serif;
	padding-top: 4px;
	text-align: center;
	width: 100%;
}
div.dashboard caption a {
	cursor: pointer;
	display: block;
	height: 11px;
	overflow: hidden;
	position: absolute;
	text-indent: -100px;
	top: 16px;
	width: 11px;
}
div.dashboard caption a.prev {
	background-image: url(dashboard-prev.gif);
	left: 1px;
}
div.dashboard caption a.next {
	background-image: url(dashboard-next.gif);
	right: 1px;
}
div.dashboard caption a:hover {
	background-position: 0 11px;
}
div.dashboard caption span {
	height: 25px;
	position: relative;
	text-align: center;
}
div.dashboard caption span.month {
	padding-right: 8px;
}
div.dashboard caption span.month:after {
	content: ',';
}

div.dashboard table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	cursor: default;
	margin: 0 auto;
	overflow: hidden;
	width: 147px;
}
div.dashboard td,
div.dashboard th {
	border: 0;
	color: #999;
	font: normal 12px Arial, Helvetica, sans-serif;
	height: 19px;
	text-align: center;
	width: 21px;
}
div.dashboard td {
	color: #333;
	font-size: 11px;
	padding-right: 5px;
	text-align: right;
	width: 16px;
}
div.dashboard td.invalid {
	color: #666;
}
div.dashboard td.valid {
	color: #FFF;
	cursor: pointer;
}
div.dashboard td.active,
div.dashboard td.hover {
	color: #CF0;
	cursor: pointer;
}



