body{
	margin-left:30px;
	margin-right:30px;
	background-color:#EDF2F6;
	font-family:arial,helvetica,sans-serif,verdana;
	font-size:80%;
}
#site_logo{
	margin-bottom:10px;
	height:31;
}

#site_logo b{
	position:absolute;
	left:-1000;
}

#site_menu{
	padding-left:10px;
	padding-top:3px;
	padding-bottom:3px;
	border:1px solid #E2E0C4;
	background-color:#F5F4E0;
	color:#A4A39A;
	font-weight:bold;
}

#site_menu a{
	color:#A4A39A;
	margin-left:5px;
	margin-right:5px;
	
}
#site_footer{
	margin-top:5px;
}
#footer_menu a{
	color:#999;
}
#site_content{
	margin-top:5px;
	background-color:white;
	padding:10px;
}

#hotel_editor{
	
	width:100%;
}

#admin_site_content{
	background-color:white;
	padding:10px;
}

#copy_right{
	float:left;
	top:0;
}
#footer_menu{
	float:right;
	top:0;
}

#hotel_editor h1{
	font-size:175%;
}

#hotel_editor h2{
	font-size:130%;
	color:#FB7634;
}

#hotel_editor h2 span{
	font-size:80%;
	color:black;
	font-weight:normal;
}

#hotel_editor h2 span a{
	color:blue;
}

#hotel_editor h3{
	padding-left:20;
	background:url(/images/bullet_big.gif) top left no-repeat;
	color:#5799DC;
	font-size:120%;
	margin-bottom:2px;
}

#hotel_menu a{
	border:1px solid #D9DFE4;
	margin-left:5px;
	margin-right:5px;
	padding:3px;
	text-decoration:none;
	color:#999;
}

#hotel_menu a:hover{
	background-color:#EDF2F6;
}

#hotel_menu a.selected{
	font-weight:bold;
	background-color:#EDF2F6;
}

#hotel_sectiondescp div{
	border:1px solid #91B5D2;
	margin-bottom:10px;
	margin-left:10px;
	padding:5px;
	color:black;
	text-decoration:none;
}


#hotel_sectiondescp div a{
	font-weight:bold;
	color:#121B98;
	text-decoration:underline;
}

td{
	font-family:arial,helvetica,sans-serif,verdana;
	font-size:80%;
}

h1{
	margin-top:5px;
	margin-left:0px;
	font-size:175%;
}

h2{
	font-size:130%;
	color:#FB7634;
}

h3, h3 a{
	font-size:110%;
	color:#5799DC;
}


hr{
	color:lightgrey;
}
input.textinput,textarea{
	border:solid 1 blue;
}
label{
	font-weight:bold;
}


strong{
	color:#A12A2A;
}

ul{
	list-style-type:square;
}

.error{
	color:red;
}

.hotel_subsec{
	padding:2px 0px 2px 5px;
	border-left:2px solid #E2E0C4;
	border-bottom:1px solid #E2E0C4;
	background-color:#F5F4D7;
	font-weight:bold;
	font-size:110%
}
.hotel_subsec span{
	
	padding-left:20px;
	background-image: url(/images/bullet_big.gif);
	background-repeat: no-repeat;
	background-position:center left;
}

.hotel_subbody{
	padding:5px;
	border-left:2px solid #E2E0C4;
	border-bottom:2px solid #E2E0C4;
	background-color:#F5F4E0;
}

.hotel_submit{
	font-weight:bold;
	margin-top:10px;
	width:120px;
}

.section_break{
	border-bottom:1px solid #E2E0C4;
}

.required{
	color:#F68F50;
}

.infoblock{
	border:1px solid blue;
	padding:5px;
}