/* CONTAINS THE SPECIFIC SETTINGS FOR THE LODGE PAGES */

@import url("ww_master.css");

.ul_lodges
{
	text-align: left;
	margin-left:30px;
	margin-right: 5px;
}
.ul_lodges a
{
	font-weight: bold;
	text-decoration: none;
}

#content h4
{
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 20px 0px 5px 10px;
}

.tbl_lodge
{
	width:99%;
	margin-left: 5px;
}

.tbl_lodge td
{
	padding-bottom: 10px;
	vertical-align: top;
	text-align: justify;
}

.span_lodge_heading
{
	font-weight: bold;
	padding-left: 5px;
}

.tbl_lodge ul
{
	padding-left:5px;
	margin-left: 15px;
	text-align: left;
	margin-top:10px;
}

.tbl_lodge_footer a
{
	margin: 5px;
	font-weight: bold;
	text-decoration: none;
}

.img_right
{
	text-align: right;
	padding-right: 2px;
}
.img_left
{
	text-align: left;
}
/* can be any side - used for the side where the picture is */
.lodge_td_left
{
	width:260px;
}




/* RATES */

#tbl_rates
{
	width:600px;
	text-align: center;
	padding: 3px;
	cursor: default;
	margin: 20px auto 20px auto;
}
#tbl_rates td
{
	width: 150px;
}

#tbl_rates thead td
{
	font-weight: bold;
	color: #ffffff;
	background-color: #660000;	
}

#tbl_rates tr.row_a
{
	background-color: #EBEBEB;
}

#tbl_rates tr.row_b
{
	background-color: #D8D8D8;
}

#tbl_rates tbody tr:hover
{
	background-color: #A8A8A8;
	color: #ffffff;
}

div.enquire
{
	margin: 30px 0px 20px 10px;
	text-align: left;
}
div.enquire a
{
	font-weight: bold;
	text-decoration: none;
}

#op_rates
{
	margin-bottom:20px;
}


/* HOLDER */
table.holder
{
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}
table.holder ul
{
	margin-left:20px;
}
table.holder li
{
	line-height: 15px; 
}
table.holder td
{
	width:50%;
	vertical-align: bottom;
}
table.holder td.left
{
	text-align: left;
}
table.holder td.right
{
	text-align: right;
}
