/*
--------------------------Global Styles-------------------------
*/

body
{
	background: #FFFFFF url(../graphics/pgbg.jpg) repeat-x fixed center bottom;
	color: #000000;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 11px;
	margin: 0px 0px 25px;
	padding: 0px;
}

table {
	border-collapse : collapse;
}
td {
	padding : 0px 0px;
}
img
{
	border-width : 0px;
}

#layout_wrapper
{
	width: 940px;
	margin: 0 auto;
	background: #fff;
	border: solid 1px green;
}

#main_menu_table TD
{
	padding: 0;
}

#main_menu_table
{
	width: 100%;
	background: #fff url(../graphics/topnav-bg1.gif) no-repeat 261px 0px;
}
#main_menu_cell
{
	overflow: hidden;
	height: 45px;
	width: 95%;
}

#main_menu
{
	position: relative;
	margin: 5px 0px 0 10px;
	padding: 0 5px;
	width: 100%;
	list-style: none;
	color: #10017A;
	text-transform: uppercase;
}

#main_menu LI
{
	padding: 0 5px 0 15px;
	font-family: Georgia, serif;
	font-weight: bold;
	float: left;
}

#main_menu LI A,
#main_menu LI A:visited
{
	display: block;
	color: #10017A;
	text-decoration: none;
}
#main_menu LI A:hover,
#main_menu LI A:active
{
	color: #FE0203;
}

#subMenu1
{
	position: absolute;
	background: #fff;
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 10;
}
#subMenu1 LI
{
	display: block;
	clear: both;
}

#layout_content_cell
{
	padding: 10px 10px;
}

#footer_div
{
	background-color:#cc6;
	border:1px solid white;
	color:#693;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:11px;
	margin: 20px auto;
	opacity:0.7;
	filter: alpha(opacity=70);
	padding:10px 0px;
	text-align:center;
	width:940px;
}

#footer_div A,
#footer_div A:visited
{
	color: black;
	text-decoration: none;
}
#footer_div A:hover,
#footer_div A:active
{
	color: green;
	text-decoration: underline;
}

#search_table
{
	text-align: left;
}

#search_box {
	background: #fff url(../graphics/sbox-bg.jpg) no-repeat center bottom;
	border: 1px solid #ccc;
	display:block;
	font-weight:bold;
	width:246px;
	text-align: center;
}

#search_options_cell
{
	vertical-align: top;
}

#search_options_cell H1
{
	display: inline;
	margin: 0;
	font-size: 13px;
}

#search_box TH
{
	text-align: right;
	vertical-align: top;
}

#search_box TD
{
	padding: 1px 0 0 5px;
}

#search_box SELECT
{
	font-size: 10px;
	width: 140px;
}

#search_results_box {
	background: #b9dca6;
	border: 1px solid #ccc;
	font-weight: normal;
	width:246px;
	height: 400px;
	overflow: auto;
}
#search_results_table
{
	width: 100%;
}
#search_results_table TD
{
	padding: 5px 2px;
	border-bottom: solid 1px green;
	cursor: pointer;
}

#search_results_table IMG
{
	float: left;
}

#selMinBeds,
#selMaxBeds
{
	width: 50px;
}

#map_cell
{
	vertical-align: top;
}

#map_div
{
	position: relative;
	z-index: 1;
	width: 640px;
	height: 600px;
	border: solid 2px #ccc;
	margin-left: 10px;
	margin-top: 20px;
}

.infoInfo,
.infoOff,
.infoPictures
{
	width: 250px;
	height: 150px;
	overflow: auto;
}
.infoOff
{
	height: auto;
}
.infoPictures IMG
{
	width: 110px;
	border: solid 1px green;
}

.infoInfo IMG
{
	width: 75px;
	border: solid 1px green;
	float: left;
	margin: 0 5px 5px 0;
}

#soptions
{
	margin-bottom:10px;
}

#details_wrapper
{
	background: #D0D0D0;
	padding: 3px;
	font-size: 10px;
}

#details_overview
{
	text-align: center;
}

#details_photos
{
	text-align: center;
}
#details_photos IMG
{
	border: none;
	margin: 3px;
	width: 150px;
}
#gallery_photos
{
	width: 100%;
}

#gallery_photos IMG
{
	border: none;
	margin: 3px;
}
.details-head {
	background-color: transparent;
	font-weight:bold;
	padding:10px;
	text-align:left;
}
.details-subhead
{
	background-color: #fff;
	white-space: nowrap;
	text-align: left;
	vertical-align: top;
}
#details_table TD
{
	background-color: #fff;
	text-align: left;
	vertical-align: top;
}

.clickable
{
	cursor: pointer;
}

.generalPopup
{
	position : absolute;
	background-color : #ccc;
	text-align : left;
	padding : 5px;
	border-style : solid;
	border-width : 2px;
	overflow : auto;
}

.success_message
{
	color : #0f0;
}

.required_fields
{
	color : #f00;
}

.formErrors
{
	color : #f00;
}

#table_login
{
	border : solid 1px #999;
	background : #ccd;
	margin : auto;
}
#table_login > TBODY > TR > TD
{
	background : #ccd;
	border : none;
}
#table_login > TBODY > TR > TH
{
	text-align : right;
}


#member_menu_table,
#admin_menu_table
{
	width : 100%;
	border : solid 1px #000;
	background : #ccc;
}
#member_menu_table TD,
#admin_menu_table TD
{
	white-space : nowrap;
	padding : 0 10px;
}
#logout_cell
{
	width : 95%;
	text-align : right;
}

#footer
{
	border : solid 1px #000;
	background : #ccc;
}

.active_row
{
	background : #ccc;
	cursor : pointer;
}
.inactive_row
{
	background : transparent;
	cursor : pointer;
}

#result_nav_row
{
}

#admin_edit_table TH
{
	text-align : right;
}

#admin_list_table,
#admin_filter_table
{
	border : solid 2px #000;
	background : #eee;
	margin : 5px 2px;
}
#admin_list_table
{
	width : 100%;
}

#admin_list_table TH
{
	border-bottom : double 3px #000;
	cursor : pointer;
	text-align : left;
}
#admin_list_table TD
{
	font-size : 14px;
}
