/* ----- Page layout -----------------------------------------------------*/
body { padding: 20px 0; font-family: Arial, Helvetica, sans-serif; color: black; background: #898989; }

form input, form select, form textarea {
	border: 1px solid #979591;
	padding: 1px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
	}

select option { padding: 0 8px 0 3px; }

div#master-wrapper { 
	width: 776px;
	margin: 0 auto;
	text-align:center; 
	background: url("../images/layout/outer-wrapper-bg.gif") repeat-y 0 0;	
	}
div#inner-wrapper { border-color: #000000; background: #adadad; }
div#page { border-color: black; padding: 16px; background: #ffffff; }
div#content { margin: 1em 0 2em 0; }


/* ----- Typography ------------------------------------------------------*/
div#page-heading { text-align: center; }

div#page-heading h1 {
	border-bottom: 1px solid #333333;
	margin-bottom: 0.75em;
	padding-bottom: 0.1em;
	font-size: 2.25em;
	font-weight: bold;
	text-align: left;
	}

ul#nav li a { text-decoration: none; color: #a3a098; }
ul#nav li a:hover { color: #8c8c8c; }
ul#nav li.current a, ul#nav li.current a:hover { color: #666666; }

div#page fieldset {
	border-top: 2px solid #666666;
	padding: 6px;
	}

div#page fieldset legend {
	padding: 0 4px;
	font-size: 1.4em;
	font-weight: bold;
	color: #666666;
	}

div#content p { font-size: 1.2em; line-height: 1.6em; }
div#content p img { vertical-align: middle; }
div#content a { font-weight: bold; text-decoration: underline; color: #333333; }
div#content a:hover { color: #555555; }

div#rezinfo-inner-wrapper h2 {
	margin-bottom: 0.2em;
	font-size: 1.8em;
	font-weight: bold;
	color: #666666;
	}

div#rezinfo-inner-wrapper p { font-size: 1.2em; }

div#daydetails-inner-wrapper h2 {
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	}

div#daydetails-inner-wrapper h3 {
	margin-bottom: 0.4em;
	padding-bottom: 0.4em;
	font-size: 1.6em;
	font-weight: bold;
	color: #000000;
	}

div#daydetails-inner-wrapper h4 {
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
	}

div#daydetails-inner-wrapper p {
	margin-bottom: 0.75em;
	font-size: 1.1em;
	color: #000000;
	}

div#daydetails-inner-wrapper p a { text-decoration: underline; color: #000000; }

div#daydetails-inner-wrapper ul {
	margin: 0.2em auto 2em auto;
	font-size: 1.1em;
	color: #000000;
	}

div#daydetails-inner-wrapper ul li { margin: auto 0 0.1em 2.2em; }

table.month tr.monthheader {
	font-size: 2.2em;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	}

table.month div.monthprevious a {
	font-size: 0.5em;
	text-decoration: none;
	color: #ffffff;
	}

table.month div.monthnext a {
	font-size: 0.5em;
	text-decoration: none;
	color: #ffffff;
	}

table.month td.dayname {
	border: 1px solid #ece3d7;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	background: #9b7d55;
	}

table.month td.monthday, table.month td.saturday, table.month td.sunday {
	border: 1px solid #d1c1ab;
	text-align: center;
	color: #000000;
	background: #cfc9b7;
	}

td.day_is_event
{
	vertical-align: top;
	width: 52px;
	height: 52px;
	padding: 2px;
border: 1px solid #d1c1ab;
text-align: center;
color: #000000;
background:#898989;
}

table.month td.staydate { background: #CFC9B7; }

table.eventcontent
{
background:#898989;
}

table.eventcontent a {
	text-transform: lowercase;
	text-decoration: underline;
	color: #ffffff;
	}

table.eventcontent a.eventadd {
	padding: 3px 0 3px 18px;
	background-repeat: no-repeat;
	background-position: 0 50%;
	}


div#overlay-inner-wrapper h2 {
	margin-bottom: 1.25em;
	font-size: 1.5em;
	font-weight: bold;
	color: #4c4c4c;
	}

div#event-description-wrapper h3 {
	margin: 0.5em 0 0.5em 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #ffffff;
	}

div#event_desc {
	border: 1px solid #4c4c4c;
	color: #000000;
	background: #cbbaa2;
        height:300px;
        overflow:auto;
	}

div#event_desc h4 {
	margin-bottom: 1em;
	font-size: 1.2em;
	font-weight: bold;
	}

div#event_desc p {
	margin-bottom: 1em;
	font-size: 1.1em;
	line-height: 1.4em;
	}

div#rezsummary-inner-wrapper h2 {
	margin-bottom: 0.2em;
	font-size: 1.8em;
	font-weight: bold;
	color: #666666;
	}

div#rezsummary-inner-wrapper p { font-size: 1.1em; }
div#rezsummary-inner-wrapper p a { color: #333333; text-decoration: underline; }
div#rezsummary-inner-wrapper p a:hover { color: #555555; }

table#table-rezsummary { font-size: 1.2em; }

ul#list-buttons { font-size: 1.2em; font-weight: bold; }
ul#list-buttons li { text-align: center; }

ul#list-buttons li a {
	display: block;
	width: 200px;
	height: 27px;
	padding-top: 8px;
	text-decoration: none;
	color: #333333;
	}

ul#list-buttons li a img { vertical-align: text-bottom; margin-right: 6px; }

div.daysummary-inner-wrapper { color: #666666; }

div.daysummary-inner-wrapper h2 {
	margin-bottom: 0.9em;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	}

div.daysummary-inner-wrapper h3 {
	_display: inline;
	font-size: 1.2em;
	font-weight: bold;
	}

ul.list-daysummary ul { margin: 0.25em auto 1.5em auto; font-size: 1.1em; }
ul.list-daysummary ul li { margin: auto 0 0.1em 2em; }

span.activity-controls { font-size: 1.1em; }
span.activity-controls a { text-decoration: underline; color: #ffffff; }
span.activity-controls a:hover { color: #f5f5f5; }

span.activity-add a {
	clear:both;
	padding-left: 18px;
	font-size: 1.1em;
	text-decoration: underline;
	color: #333333;
	background-repeat: no-repeat;
	background-position: 0 40%;
	}

span.activity-add a:hover { color: #555555; }


/* ----- Forms -----------------------------------------------------------*/
label.required { font-weight: bold; }
form#form-step1 div.field { font-size: 1.2em; }

form#form-overlay div.field { font-size: 1.2em; }
form#form-overlay div.field label { font-weight: bold; color: white; }

/* ----- Footer ----------------------------------------------------------*/
div#footer {
	width: 776px; /* tricks background into always showing up in IE/Win */
	font-size: 1.1em;
	text-align: center;
	color: #c3c3c3;
	background: #898989 url("../images/layout/footer-bg.gif") no-repeat 0 0;
	margin: 0 auto;
	}

div#footer p { padding-bottom: 8px; }
div#footer p span { margin: 0 5px; }
div#footer p a { text-decoration: none; color: #c3c3c3; }
div#footer p a:hover { text-decoration: underline; }

/* ----- Utility navigation ----------------------------------------------*/
ul#nav-utility {
	width: 532px;
	height: 26px;
	margin: 0 auto 12px auto;
	padding: 0 0 0 0px;
	list-style: none;
	}

ul#nav-utility li {
	display: inline;
	float: left;
	padding-left: 47px;
	}

ul#nav-utility li.first {
	padding-left: 0;
	}

ul#nav-utility li a {
	display: block;
	height: 26px;
	background-repeat: no-repeat;
	background-position: 0 0;
	}

a#nu-lodgeclub { width: 105px; background-image: url("../images/nav/nu-lodgeclub.gif"); }
a#nu-gallery { width: 67px; background-image: url("../images/nav/nu-gallery.gif"); }
a#nu-realestate { width: 55px; background-image: url("../images/nav/nu-realestate.gif"); }
a#nu-employment { width: 63px; background-image: url("../images/nav/nu-employment.gif"); }
a#nu-contact { width: 54px; background-image: url("../images/nav/nu-contact.gif"); }