/* Start of CMSMS style sheet 'Site CSS MAIN' */
body {
  margin: 0;  
  text-align: center;
  font: 0.62em georgia, arial, sans-serif; 
  background-color:#000027;
}

p { 
	color:#000; font-size:12px;  margin: 10; 
}

.header_font_brown{color:#7B7360; font-size:12px; margin: 10;  }
.header_font_orange{color:#FAB946; font-size:12px; margin: 10; }

a{  color: #64686A;   font-size:11px;   font-weight:normal; text-decoration:none}
a:visited {   color: #64686A;    font-size:11px;   font-weight:normal; text-decoration:none }
a:hover {   color: #64686A;    font-size:11px;   font-weight:normal; text-decoration:underline }

a.white{  color: #fff;   font-size:11px;   font-weight:normal; text-decoration:none}
a.white:visited {   color: #fff;    font-size:11px;   font-weight:normal; text-decoration:none }
a.white:hover {   color: #fff;    font-size:11px;   font-weight:normal; text-decoration:underline }

a.menu{  color: #4B575F;   font-size:14px;   font-weight:normal; text-decoration:none}
a.menu:visited {   color: #4B575F;    font-size:14px;   font-weight:normal; text-decoration:none }
a.menu:hover {   color: #4B575F;    font-size:14px;   font-weight:normal; text-decoration:underline }


h1 {
	margin:10;
  	font-size:18px;
  	text-transform: uppercase;
  	color: #D06A07;
	font-family: Georgia;
}

h2 {
   margin:10;
  font-size:12px;
  text-transform: uppercase;
  color: #a2a2a2;
}

h3 {
	margin:10;
	font-size:14px;
	font-family: Georgia;
  	color: #7B7360;
	font-weight:italic;
}

ul.clearfix { 
	list-style-image: url("uploads/right_arrow_listitem.jpg") ;
	margin: 0; 
	padding: 0;
}

td.column_seperator{
	background-image: url(images/column_seperator.gif);
}
td.left_column{
	background:#fff;
	background-image: url(images/rounded_table_header247.gif);
	background-repeat: no-repeat;
	font-family: Georgia;
	font-size:14px;
}
td.content{
	background:#fff;
	background-image: url(images/rounded_table_header700.gif);
	background-repeat: no-repeat;
}

td.menu_bottom{
	background-image: url(images/rounded_table_bottom247.gif);
	background-repeat: no-repeat;
}
td.content_bottom{
	background-image: url(images/rounded_table_bottom700.gif);
	background-repeat: no-repeat;
}

.highlightit img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 0.65;
}

.highlightit:hover img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=65);
	-moz-opacity: 1;
}
table.formbuilderform td{
	font-family: Georgia;
	font-size:14px; 
}
table.formbuilderform{
             margin:10px;
             padding-left:10px;
}
/* End of 'Site CSS MAIN' */

/* Start of CMSMS style sheet 'Module: Reservation' */
/*
 CSS for Module: Reservation
*/

div.top_steps h3,
div.top_steps h4{
display:inline;
margin: 0 10px;
}

div.top_steps h4{
color: #CBCBA1;
}


div.step1{
margin:10px 0px 0px 10px;
padding:3px 5px;
width: 400px;
background: #F1D4B7;
border: 1px #C5BCA7 solid;
}

div.step1 label
{
width: 100px;
color: #000;
text-align: right;
margin-right: 0.5em;
display:inline;
float:left;
}

div.step2{
margin:10px 0px 0px 10px;
padding:1px 1px;
width: 520px;
background: #F1D4B7;
border: 1px #C5BCA7 solid;
}
div.step2_dates{
margin-top:10px;
margin-bottom:20px;
}

div.step2 label
{
margin-left:30px;
color: #000;
text-align: right;
margin-right: 0.5em;
display:inline;
}

div.step2 table{
background: #EFECDC;
font-size: 90%;
margin-bottom:10px;
}


div.step2 table select{
padding:0;
}

div.step2 table#room:hover{
background: #F4F1EC;
}


div.step3{
margin:10px 0px 0px 10px;
padding:0;
width: 520px;
}

div.res_top{
margin: 0 0 5px 0;
height: 25px;
background: #F4F1EC;
padding: 8px 5px 0 5px;
}

div.res{
margin:0 0 5px 0;
clear:both;
border: 1px #C5BCA7 solid;
background: #F1D4B7;
height: 160px;
}

div.guestinfo{
margin:0;
padding:4px;
}

div.step3 table{
background:#F1D4B7;
padding:5px 0;
margin:5px 0;
}
div.step3 td{
padding:3px;
}

div.guestinfo label,
div.step3 table{
font-size:90%;
}

div.guestinfo label {
float:left;
margin:0pt 0pt 10px 100px;
text-align:right;
width:230px;
}

div.step3 table b{
font-size:110%;
}

div.pageoptions p{
clear:both;
margin:0;
padding:0;
text-align:left;
}

div.desc_form{
float:left;
}

div.description label{
width:140px;
font-size: 90%;
}

div.description textarea{
height: 4em;
width: 10em;
}

div.add_text{
float:left;
padding:15px 10px;
text-align:left;
display:inline;
font-size: 90%;
}

#submit{
margin-left: 105px;
}
#submit input {
margin: 10px 5px;
color: #000;
background: #ffa20f;
border: 2px outset #d7b9c9;
	}

div.total{
clear:both;
text-align:center;
padding: 5px;
background: #fff;
font-weight: bold
}

/* End of 'Module: Reservation' */

