@charset "utf-8";
/* CSS Document */

#right-col { padding: 30px 20px; width: 575px; }

#right-col table {
	margin-left: auto;
	margin-right: auto;
}

table.roomListing, table.cabinListing {
	border: 1px solid #666666;
	font-size: 12px;
	background-color: #CCCCCC;
}

table.roomListing td, table.cabinListing td {
	border: 1px solid #666666;
	background-color: #ffffff;
	padding: 5px;
}

table.roomListing td a, table.cabinListing td a {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

table.roomListing td a {
	width: 120px;
	height: 160px;
}

table.cabinListing td a {
	width: 295px;
	height: 295px;
}


table.accomThumbs a {
	width: 140px;
	height: 140px;
	display: block;
	border: 1px solid #CCCCCC;
	padding: 2px;
}

table.booklink { margin-top: 30px; }

table.booklink td { height: 30px; }

table.booklink td.pntr {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	background: url('/templates/images/common/bkingStrip.gif') top right no-repeat;
	padding: 0 0 0 20px;
}

table.booklink td a {
	width: 120px;
	height: 30px;
	display: block;
	background: url('/templates/images/common/bknowButt.gif') top left no-repeat;
}

table.booklink td a:hover { background-position: bottom left; }

table.accomThumbs a:hover { border-color: #666666; }

table td a img { border: none; }
table.roomListing td a, table.cabinListing td a { border: 1px solid #ffffff; }
table.roomListing td a:hover, table.cabinListing td a:hover { border-color: #666666; }

table.roomListing td strong, table.cabinListing td strong { display: block; }

table.roomListing td em, table.cabinListing td em { font-size: 10px; }


table.newsItem {
	border: 1px solid #666666;
	font-size: 11px;
	background-color: #CCCCCC;
	margin-top: 25px;
}

table.newsItem td {
	border: 1px solid #666666;
	background-color: #ffffff;
	padding: 10px;
}

table.eventItem {
	font-size: 11px;
	margin-bottom: 25px;
}

table.eventItem td { background-color: #e6e6e6; padding: 5px; }

table.brocRequest {
	
}

table.brocRequest td {
	padding: 5px;
}

table.brocRequest input, table.brocRequest select {
	border: 1px solid #666666;
	width: 200px;
	padding: 2px;
}

#sendreq {
	width: auto;
	background-color: #ffffff;
	cursor: pointer;
}


#map {
	width: 450px;
	height: 450px;
	border: 5px solid #666666;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}

#directions {
	width: 436px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	border: 2px solid #666666;
}