a {
	color:#003;
	text-decoration:underline;
}
a:hover {
	color:#333;
}
table.guide tr td {
	text-align:center;
	vertical-align:top;
	width:50%;
	padding:10px 5px;
}
h1, h2 {
	font-family:"Trebuchet MS", Tahoma;
} 

h1 {
	margin:5px 0;
	color:#336699;
	font-size:28px;
}
h2 {
	margin:15px 0;
	padding:15px 0 0 0;
	border-top:2px dotted #CCC;
	font-size:20px;
	color:#666;
}

p {
	margin:15px 0;
	padding:0;
	line-height:24px;
}

ul, ol {
	margin:0;
	padding:0;
}
ul li {
	padding:0;
	margin:6px 0 6px 25px;
	list-style:url(http://bluepalmhotel.com/new/images/home/bullet.gif) outside;
	font-family:"Trebuchet MS", Tahoma;
	line-height:24px;
}
ol {
	margin:13px 0 13px 35px;
	list-style:decimal outside;
	font-size:14px;
	line-height:24px;
}

div.remarks {
	font-size:10px;
	margin-top:20px;
	line-height:16px;
}
div.remarks ol {
	font-size:10px;
	margin:0 0 0 35px;
}
div.remarks ol li {
	margin: 0;
	padding:0;
}

table tr td {
	vertical-align:top;
}

div#guidemenu {
	float:left;
	width:130px;
	margin:0;
	padding:10px 10px 0 0;
}
div#guidemenu ul li {
	list-style:inside url(http://bluepalmhotel.com/new/images/home/bullet.gif);
	padding:0;
	margin:7px 0;
}
div#guidecontent {
	float:left;
	width:680px;
	border-left:2px dotted #CCC;
	padding-left:20px;
}
div#guidecontent h1 {
	margin-bottom:5px;
}
div#guidecontent h2 {
	border:none;
	padding:0;
	margin:5px 0;
}
div#guidecontent p {
	text-align:center;
	margin:0 0 15px 0;
}
div#guidecontent div p {
	margin:15px 0;
}
div#guidecontent img {
	border:1px solid #CCC;
}

.reservations {
	font-family:"Trebuchet MS", Tahoma;
	border:1px solid #CCC;
	font-size:13px;
}
table.reservations tr td img {
	vertical-align:middle;
}
table.reservations tr td img.imgtool {
	vertical-align:top;
}
.reservations select {
	font-size:11px;
	border:1px solid #ccc;
}

.reservations label {
	font-size:13px;
	color:#333;
}
.reservations table tr td label {
	color:black;
	font-size:12px;
}
.reservations table tr td {
	width:120px;
}
.reservations .cell {
	width:140px;
	display:inline-block;
}
.reservations .cell input, table#display_rooms input {
	width:auto;
}
.reservations input, .reservations textarea {
	width:230px;
	font-size:12px;
	border:1px solid #CCC;
	padding:3px 2px;
}
.reservations input#address1 {
	margin-bottom:5px;
}
table.preferences {
	background:#E0E0E0;
	border:1px solid #CCC;
	font-family:"Trebuchet MS", Tahoma;
}
#error {
	color:#900;
	padding:0 0 0 15px;
	font-size:11px;
}

div#accordion h3 {
	padding-left:15px;
}

div#accordion div {
	font-size:13px;
}

div#accordion .reservations em {
	font-size:12px;
}
div#accordion h2 {
	border:none;
	padding:0;
	margin:10px 0;
}

div#map_canvas {
	border:1px solid #CCC;
	margin-bottom:25px;
}

/* tooltip */
.tooltip {
	display:none;
	background-color:#ffa;
	border:1px solid #cc9;
	padding:3px;
	font-size:13px;
	-moz-box-shadow: 2px 2px 11px #666;
	-webkit-box-shadow: 2px 2px 11px #666;
}

.error {
	width:350px;
	padding:0 10px;
	border:1px solid #FFBBBB;
	background:#FFF4F4;
}
.error p {
	margin:7px 0;
}
form#contact input, form#contact textarea {
	border:1px solid #ccc;
	padding:2px 1px;
	font-size:12px;
	font-family:Arial;
}
div#processing {
	text-align:center;
}
div#processing img {
	margin-right:10px;
	width:16px;
	height:16px;
}