body {
	font-family: 'Open Sans', sans-serif, Arial;
	font-size: 13px;
	margin: 0px;
}
input, select, textarea {
	font-family: 'Open Sans', sans-serif, Arial;	
}
a img {
	border-style: none;
}
h1.main {
	font-weight: 300;
	font-size: 30px;
}
h2.light {
	font-size: 24px;
	font-weight: 300;		
}
h3.light {
	font-size: 13px;
	font-weight: 300;		
}
div#dialog {
	position: fixed;
	z-index: 50000;
	height: 100%;
	width: 100%;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.91);
	left: 0px;
	top: 0px;
	text-align: center;
	display: none;
}
div#dialog > * {
	text-align: justify;
	display: inline-block;
	margin-top: 50px;
}
div#dialog form.one {
	padding: 20px;
	border: 1px solid #999;	
	border-radius: 10px;
}
div#dialog div.area {
	background-color: #FFF;
	position: relative;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	max-height: 85%;
	overflow: auto;
}
div#dialog div.area form.one {
	border: none;
}
div#dialog table.one {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;		
}
div#dialog table.one th, div#dialog table.one td {
	border-right-style: none;
	font-weight: normal;
}
div#dialog table.one fieldset, table.one fieldset.rooms {
	display: inline-block;
	margin-top: 0px;
	margin-bottom: 5px;	
}
div#dialog form.one input[type=text], div#dialog form.one select {
	padding: 3px;
}
div#dialog div.block {
	display: inline-block;
	width: 150px;
	vertical-align: top;
	margin-right: 10px;	
}
div#dialog span.show_blocked {
	color: #FFF;
	background-color: #000;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
	cursor: pointer;
	font-size: 9px;		
}
.hidden {
	display: none;
}
.center {
	text-align: center;	
}
.right {
	text-align: right;	
}
.pointer {
	cursor: pointer;	
}
.overline {
	text-decoration: line-through;		
}
.editable {
	color: #A05000;
	cursor: pointer;
}
.black {
	background-color: #000;	
}
.grey {
	background-color: #EEE;	
}
.grey_dark {
	background-color: #333;
}
.blue {
	background-color: #388FE0;		
}
.blue_light {
	background-color: #88BCEC;
}
.red {
	background-color: #E53838;		
}
.yellow {
	background-color: #E0A800;		
}
.yellow_light {
	background-color: #FFD553;
}
.green {
	background-color: #8CBF26;		
}
.green_dark {
	background-color: #339933;		
}
.pink {
	background-color: #E671B8;
}
.purple {
	background-color: #A200FF;		
}
.turquoise {
	background-color: #00ABA9;		
}
.brown {
	background-color: #A05000;	
}
.text_blue {
	color: #388FE0;		
}
.text_red {
	color: #E53838;		
}
.text_green {
	color: #8CBF26;		
}
.text_yellow {
	color: #E0A800;			
}
.text_empty {
	color: #E53838;
	font-style: italic;		
}
.border_grey {
	border: 1px solid #EEE;	
}
.border_blue {
	border: 1px solid #388FE0;	
}
.border_red {
	border: 1px solid #E53838;		
}
.border_yellow {
	border: 1px solid #E0A800;		
}
.border_green {
	border: 1px solid #8CBF26;		
}
.border_green_dark {
	border: 1px solid #339933;		
}
.border_pink {
	border: 1px solid #E671B8;
}
.border_purple {
	border: 1px solid #A200FF		
}
.border_turquoise {
	border: 1px solid #00ABA9;
}
.border_brown {
	border: 1px solid #A05000;	
}
.margin_medium {
	margin: 20px;	
}
div.cleaner {
	display: inline-block;
	height: 1px;
	width: 100%;		
}
form.one label {
	display: block;
	margin-top: 15px;
	margin-bottom: 5px;
}
form.one label.block {
	display: inline-block;
	width: 200px;
	margin-right: 10px;
	margin-bottom: 10px;
	vertical-align: top;
}
form.one fieldset {
	margin-top: 15px;
	padding-bottom: 15px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
form.one fieldset.block {
	display: inline-block;
	width: 420px;
	vertical-align: top;	
}
form.one legend {
	font-weight: bold;		
}
form.one input[type=text], form.one input[type=password], form.one select, form.one textarea {
	background-color: #f9f9f9;
	border: 1px solid #CCC;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	color: #333;
	font-family: 'Open Sans', sans-serif, Arial;
	outline-color: #388FE0;
	outline-width: 1px;
}
form.one input[type=text], form.one input[type=password], form.one textarea {
	width: 200px;
}
form.one input[type=text].mini {
	width: 80px;
	margin-right: 5px;
}
form.one textarea {
	height: 150px;	
}
form.one select {
	width: 232px;
}
form.one select.mini {
	width: 110px;
	margin-right: 5px;
}
form.one input[type='button'], form.one input[type='submit'], form.one input[type='reset'] {
	font-family: 'Open Sans', sans-serif, Arial;
	border-style: none;
	font-size: 14px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	cursor: pointer;
	margin-top: 25px;
	margin-right: 10px;
}
form.one input[type='button'].mini, form.one input[type='submit'].mini, form.one input[type='reset'].mini {
	font-size: 10px;
	margin-top: 0px;
	border-radius: 3px;
}
form.one input.mini2, form.one select.mini2 {
	width: 80px;
	padding: 3px 5px;
}
form.one div.block img.close {
	width: 15px;
	position: absolute;
	right: 0px;
	top: -5px;
	cursor: pointer;
}
form.one div.warn {
	color: #E53838;
	font-size: 11px;
	margin-top: 5px;
}
/*form.mini is used for instance at gallery thumbs, hotel new contract*/
form.mini {
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
}
form.mini fieldset legend {
	font-weight: bold;		
}
form.mini label {
	display: block;
	margin-top: 10px;
	margin-bottom: 3px;
}
form.mini label.mini {
	display: inline-block;
	font-size: 11px;
	margin-left: 10px;
	margin-right: 10px;
}
form.mini label.blocks {
	width: 200px;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}
form.mini input[type=text], form.mini input[type=password], form.mini select, form.mini textarea {
	font-size: 11px;
	background-color: #f9f9f9;
	border: 1px solid #CCC;
	padding: 2px;
	color: #333;
	font-family: 'Open Sans', sans-serif, Arial;
	margin-right: 5px;
	outline-color: #388FE0;
	outline-width: 1px;	
}
form.mini input[type=text], form.mini input[type=password], form.mini textarea {
	width: 200px;
}
form.mini select {
	width: 206px;	
}
form.mini select[multiple] {
	height: 150px;
}
form.mini input[type=text].mini {
	width: 95px;	
}
form.mini input[type='button'], form.mini input[type='submit'] {
	font-family: 'Open Sans', sans-serif, Arial;
	border-style: none;
	font-size: 12px;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	cursor: pointer;
}
form.conversation {
	background-color: #e9eff3;
	padding: 10px;		
}
form.conversation input[type=text] {
	padding: 5px;
	border: 1px solid #E9E9E9;
	color: #333;
	font-family: 'Open Sans', sans-serif, Arial;
	width: 700px;
	outline-color: #388FE0;
	outline-width: 1px;
}
form.conversation input[type=submit] {
	font-family: 'Open Sans', sans-serif, Arial;
	border-style: none;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	cursor: pointer;
	border: 1px solid #388FE0;	
	background-color: #388FE0;
	color: #FFF;
	margin-left: -3px;
}
input.button_black {
	color: #FFF;
	background-color: #000;
}
input.button_grey {
	color: #333;
	background-color: #E9E9E9;
}
input.button_blue {
	color: #FFF;
	background-color: #388FE0;
}
input.button_blue_light {
	background-color: #88BCEC;
}
input.button_red {
	color: #FFF;
	background-color: #E53838;		
}
input.button_yellow {
	color: #FFF;
	background-color: #E0A800;
}
input.button_green {
	color: #FFF;
	background-color: #8CBF26;		
}
input.button_green_dark {
	color: #FFF;
	background-color: #339933;		
}
input.button_pink {
	color: #FFF;
	background-color: #E671B8;		
}
input.button_purple {
	color: #FFF;
	background-color: #A200FF;		
}
input.button_turquoise {
	color: #FFF;
	background-color: #00ABA9;		
}
input.button_brown {
	color: #FFF;
	background-color: #A05000;	
}
input.button_iconed {
	font-family: 'Open Sans', sans-serif, Arial;
	border-style: none;
	font-size: 12px;
	padding-top: 10px !important;
	padding-right: 10px !important;
	padding-bottom: 10px !important;
	padding-left: 30px !important;
	cursor: pointer;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: 5px 7px;
}
input.button_iconed_add {
	background-image: url(../images/icons/icon_pen2.png);	
}
input.button_iconed_save {
	background-image: url(../images/icons/icon_save2.png);	
}
input.button_iconed_send {
	background-image: url(../images/icons/icon_email2.png);	
}
input.button_iconed_view {
	background-image: url(../images/icons/icon_arrow_right2.png);	
}
input.button_iconed_people {
	background-image: url(../images/icons/icon_users2.png);	
}
input.button_iconed_next {
	background-image: url(../images/icons/icon_arrow_right2.png);	
}
table.one {
	border-spacing: 0;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #DDD;
}
table.one tr:hover {
	background-color: #F5F5F5;
}
table.one th {
	background-color: #eee;
	color: #222;
}
table.one th, table.one td {
	font-size: 12px;
	padding: 10px;
	text-align: left;
	border-right: 1px solid #DDD;
}
table.one tr.blue th {
	background-color: #388FE0;
	font-weight: bold !important;
}
table.one tr.single_column th {
	padding: 5px;
}
table.one td {
	border-top: 1px dotted #DDD;
	vertical-align: top;
	line-height: 1.5em;	
}
table.one tr.text_small td {
	font-size: 11px;	
}
/*for colored status such as in department_reservations*/
table.one td span.color {
	font-size: 10px;
	padding: 3px;
	color: #FFF;
}
table.one td span.line {
	display: inline-block;
	height: 1px;
	width: 90%;	
}
table.one td img.icon {
	opacity: 0.7;
	width: 15px;
	margin-right: 5px;
	margin-left: 5px;
	cursor: pointer;
}
table.one td img.icon:hover {
	opacity: 1.0;
}
table.one td img.medium_icon {
	width: 25px;
	margin-right: 5px;
	margin-left: 5px;
}
table.one td img.ghost {
	display: none;
	width: 15px;
	margin-right: 5px;
	margin-left: 5px;
	cursor: pointer;
}
table.one tr:hover img.ghost {
	display: inline-block;	
}
table.one td.center {
	text-align: center;	
}
table.one td.head {
	font-weight: bold;
	text-align: center;
	background-color: #EEE;	
}
table.one input.cell {
	padding: 2px;
	width: 70px;
	outline-color: #388FE0;
	outline-width: 1px;
	margin-bottom: 5px;
}
table.one input[type='button'].manage, table.one input[type='submit'].manage {
	font-size: 10px;
	margin-top: 0px;
	border-radius: 3px;
	font-family: 'Open Sans', sans-serif, Arial;
	border-style: none;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	cursor: pointer;
}
table.one tr.copytoall td {
	background-color: #339933;	
}
table.one td div.collapse {
	font-size: 20px;
	cursor: pointer;	
	color: #388FE0;
}
table.zebra tr:nth-child(odd) {
	background-color: #F5F5F5;
}
/*hide and collapse as in res.results*/
table.minimized tr:not(:last-child) td {
	display: none;
}
table.inside {
	margin: 0px;
	border-collapse: collapse;
	width: 100%;
}
table.inside th, table.inside td {
	font-size: 12px;
	padding: 5px;
	text-align: left;
	border: 1px solid #DDD;
}
ul.pages {
	padding: 0px;
	list-style-type: none;		
}
ul.pages li {
	display: inline-block;
	background-color: #eee;
	color: #222;
	cursor: pointer;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-left: 0px;
	margin-right: 5px;
	margin-bottom: 5px;		
}
ul.pages li:hover, ul.pages li.present {
	color: #FFF;
}
ul.li_blue li:hover, ul.li_blue li.present {
	background-color: #388FE0;		
}
ul.li_red li:hover, ul.li_red li.present {
	background-color: #E53838;		
}
ul.li_yellow li:hover, ul.li_yellow li.present {
	background-color: #E0A800;		
}
ul.li_green li:hover, ul.li_green li.present {
	background-color: #8CBF26;		
}
ul.li_green_dark li:hover, ul.li_green_dark li.present {
	background-color: #339933;		
}
ul.li_pink li:hover, ul.li_pink li.present {
	background-color: #E671B8;		
}
ul.li_purple li:hover, ul.li_purple li.present {
	background-color: #A200FF;		
}
ul.li_turquoise li:hover, ul.li_turquoise li.present {
	background-color: #00ABA9;		
}
ul.li_brown li:hover, ul.li_brown li.present {
	background-color: #A05000;		
}
p.search_results {
	font-size: 11px;
	letter-spacing: 1px;
}
div#main {
	width: 950px;
	margin-right: auto;
	margin-left: auto;		
}
div#menu_top {
	width: 100%;
	display: inline-block;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f9f9f9;
}
div#menu_top ul.menu {
	padding: 0px;
	list-style-type: none;
	display: inline-block;
	position: relative;
}
div#menu_top ul.menu > li {
	display: inline-block;
	font-size: 11px;
	margin-right: 20px;
}
div#menu_top ul.menu > li > a, div#menu_top ul.lang > li > a {
	color: #666;
	text-decoration: none;		
}
div#menu_top ul.menu > li.urgent > a {
	color: #E53838;	
}
div#menu_top ul.menu > li > a:hover, div#menu_top ul.lang > li > a:hover {
	color: #388FE0;	
}
div#menu_top ul.menu > li > a.current, div#menu_top ul.lang > li > a.current {
	color: #388FE0;
	text-decoration: underline;
}
div#menu_top ul.lang {
	padding: 0px;
	list-style-type: none;
	display: inline-block;
	float: right;
}
div#menu_top ul.lang > li {
	display: inline-block;
	font-size: 11px;
}
div#menu_top ul li div.sub {
	position: fixed;
	background: rgb(224, 168, 0);
	background: rgba(224, 168, 0, 0.95);
	width: 100%;
	left: 0px;
	top: 45px;
	display: none;
	z-index: 5000;
}
div#menu_top ul li div.sub div._sub {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
div#menu_top ul li div.sub div._sub p.close {
	position: absolute;
	top: 5px;
	right: 5px;
	color: #000;
	cursor: pointer;
	font-weight: bolder;
}
div#menu_top ul li div.sub ul {
	list-style-type: none;
	padding: 0px;
	display: inline-block;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 20px;
	vertical-align: top;
}
div#menu_top ul li div.sub ul h3 {
	color: #333;
}
div#menu_top ul li div.sub ul li {
	margin-bottom: 10px;		
}
div#menu_top ul li div.sub ul li a {
	color: #FFF;
	text-decoration: none;		
}
div#menu_top ul li div.sub ul li a:hover {
	text-decoration: underline;	
}
img.logo_main {
	height: 100px;	
	vertical-align: top;	
}
div#operator_data {
	display: inline-block;
	vertical-align: top;
	float: right;
}
div#operator_data img {
	height: 80px;
	border: 1px solid #e9e9e9;
}
div#operator_data p {
	margin-top: -5px;
	margin-bottom: 5px;
	color: #FFF;
	background-color: #000;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: center;
}
ul#menu_main {
	padding: 0px;
	list-style-type: none;
	margin-top: 20px;
}
ul#menu_main a {
	text-decoration: none;
	color: #000;
}
ul#menu_main li {
	display: inline-block;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
ul#menu_main li:hover {
	background-color: #388FE0;
	color: #FFF;
}
ul#banner {
	list-style-type: none;
	padding: 0px;
	margin-top: 20px;
}
ul#banner li {
	width: 100%;
	height: 330px;
	overflow: hidden;
}
ul#banner li div.left {
	width: 300px;
	display: inline-block;
	height: 100%;
	vertical-align: top;
	background-color: #388FE0;
	margin-right: -4px;
	color: #FFF;
}
ul#banner li div.left h1 {
	font-weight: 300;
	font-size: 30px;
	margin-top: 50px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
ul#banner li div.left p.text {
	font-size: 11px;
	line-height: 2.0em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-bottom: 30px;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
}
ul#banner li div.left a.more {
	color: #FFF;
	margin-right: 20px;
}
ul#banner li div.left a.more p {
	font-size: 11px;
	float: left;
	margin-left: 20px;
}
ul#banner li div.left a.more:hover p {
	text-decoration: underline;
}
ul#banner li div.left img {
	width: 20px;
	margin-top: 9px;
	margin-left: 10px;
}
ul#banner li div.right {
	width: 650px;
	display: inline-block;
	position: relative;
	margin: 0px;
}
ul#banner li div.right img {
	width: 100%;
	margin: 0px;
}
div.res_wizard {
	margin-top: 20px;
	margin-bottom: 20px;
}
div.res_wizard div.head {
	color: #FFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
div.res_wizard div.head img {
	width: 30px;
	display: inline-block;
	margin-top: 0px;
	vertical-align: top;
	margin-right: 10px;
}
div.res_wizard div.head h2 {
	font-weight: 400;
	font-size: 15px;
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 0px;
}
div.res_wizard ul.form {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background-color: #FFF;
}
div.res_wizard ul.form > li {
	padding-bottom: 10px;
}
div.res_wizard ul.form > li h2 {
	font-weight: 300;
	font-size: 25px;
	margin-top: 5px;	
}
div.res_wizard ul.form > li > div.block {
	display: inline-block;
	vertical-align: top;
	margin: 30px;
}
div.res_wizard ul.form > li > div.block_submit {
	display: block;
	vertical-align: top;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
}
div.res_wizard ul.rooms {
	list-style-type: none;	
	margin-right: 40px;
}
div.res_wizard ul.rooms div.room_index {
	display: inline-block;
	width: 80px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	padding-top: 30px;
	font-weight: bold;
	margin-right: 15px;
}
div.res_wizard ul.rooms > li {
	position: relative;
	margin-bottom: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 10px;	
}
div.res_wizard ul.rooms > li div.block {
	display: inline-block;
	vertical-align: top;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
div.res_wizard ul.rooms > li div.block_submit {
	display: block;
	vertical-align: top;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 96px;
	position: relative;
}
div.res_wizard div.about {
	font-size: 10px;
	background-color: #222;
	color: #FFF;
	padding: 5px;
	margin-top: 38px;
	max-width: 260px;	
}
div.res_wizard ul.rooms input[type='text'], div.res_wizard ul.rooms select {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
div.res_wizard ul.rooms input[type='text'] {
	width: 120px;			
}
div.res_wizard ul.rooms input[type='text'].mini {
	width: 40px;			
}
div.res_wizard ul.rooms select {
	width: 130px;			
}
div.res_wizard ul.rooms select.mini {
	width: 60px;			
}
div.res_wizard ul.rooms > li img.close {
	width: 15px;
	position: absolute;
	cursor: pointer;
}
div#packages_vitrin_index {
	float: right;
	display: inline-block;
	width: 625px;
	margin-top: 0px;
	padding-left: 0px;
}
div.vitrin {
	margin-top: 30px;
}
div.vitrin h1 {
	font-weight: 300;
	font-size: 25px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f9f9f9;
}
div.vitrin div.package {
	display: inline-block;
	width: 290px;
	margin-right: 20px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
	vertical-align: top;
	border-radius: 10px;
}
div.vitrin div.package div.img, div.vitrin div.package_list div.img {
	display: inline-block;
	overflow: hidden;
	width: 290px;
	height: 200px;
	background-color: #388FE0;
}
div.vitrin div.package div.img img, div.vitrin div.package_list div.img img {
	width: 100%;
	min-height: 200px;
}
div.vitrin div.package div.desc, div.vitrin div.package_list div.desc {
	display: inline-block;
	overflow: hidden;
	width: 268px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: rgb(0, 0, 0);
	border-top-color: rgba(0, 0, 0, 0.4);
	margin-top: -7px;
	color: #000;
	padding: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e9e9e9;
	border-left-color: #e9e9e9;
}
div.vitrin div.package div.desc h2, div.vitrin div.package_list div.desc h2 {
	font-size: 13px;
	font-weight: bold;
}
div.vitrin div.package div.desc p, div.vitrin div.package_list div.desc p {
	font-size: 10px;
	color: #333;
}
div.vitrin div.package div.price {
	display: inline-block;
	overflow: hidden;
	width: 268px;
	height: 50px;
	color: #000;
	padding: 10px;
	background-color: #f9f9f9;
	text-align: center;
	margin-top: -3px;
	border: 1px solid #e9e9e9;
}
div.vitrin div.package div.price p {
	font-weight: 300;
	font-size: 15px;
}
div.vitrin div.package div.price p span {
	color: #388FE0;
}
div.vitrin div.package_list {
	margin-bottom: 20px;
	display: block;
}
div.vitrin div.package_list div.img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
div.vitrin div.package_list table.one {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 4px;
}
div.vitrin div.package_list table.one img.photo {
	width: 180px;	
	border-radius: 5px;
}
div.vitrin div.package_list a.none {
	text-decoration: none;		
}
div.vitrin div.package_list div.price {
	height: 50px;
	color: #000;
	padding: 10px;
	background-color: #f9f9f9;
	text-align: center;
	margin-top: -3px;
	border: 1px solid #e9e9e9;
}
div.vitrin div.package_list div.price p {
	font-weight: bold;
	font-size: 13px;
	color: #000;
}
div#newsletter {
	width: 300px;
	display: inline-block;
	vertical-align: top;
	background-color: #F9F9F9;	
	margin-right: 20px;
	float: left;
}
div#newsletter > div {
	padding: 20px;
	margin-bottom: 15px;	
}
div#newsletter h2 {
	font-weight: 400;
	color: #388FE0;
	margin-top: 0px;
	font-size: 15px;
}
div#newsletter p {
	font-size: 11px;
	color: #333;
	line-height: 2.0em;
}
div#newsletter form.newsletter {
	text-align: right;	
}
div#newsletter form.newsletter input[type='text'] {
	width: 230px !important;
}
div#menu_bottom {
	width: 100%;
	display: inline-block;
	background-color: #000;
	margin-top: 30px;
	padding-bottom: 20px;
	position: relative;
}
div#menu_bottom ul {
	list-style-type: none;
	display: inline-block;
	padding: 0px;
	margin: 25px;
	vertical-align: top;
}
div#menu_bottom ul h2 {
	color: #E0A800;
	font-weight: 400;
	font-size: 13px;
}
div#menu_bottom ul a {
	color: #FFF;
	text-decoration: none;		
}
div#menu_bottom ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #222;
	padding-bottom: 5px;
	font-size: 12px;
	padding-top: 5px;
}
div#menu_bottom ul li:hover {
	color: #388FE0;	
}
div#menu_bottom p.rights {
	margin-left: 25px;
	margin-right: 25px;
	padding-top: 10px;
	color: #CCC;
	font-size: 11px;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #222;
}
div#menu_bottom img.su {
	width: 60px;
	position: absolute;
	right: 25px;
	bottom: 15px;	
}
div.paneled {
	margin-top: 20px;
}
div.paneled h1 {
	margin-top: 0px;
	font-size: 20px;
	font-weight: 300;
	color: #FFF;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-bottom: 0px;
}
div.paneled h2 {
	font-size: 14px;
	font-weight: bold;
}
div.paneled ul.tab {
	list-style-type: none;
	padding: 0px;
	background-color: #eee;
	color: #aaa;
	margin: 0px;
}
div.paneled ul.tab li {
	font-size: 11px;
	display: inline-block;
	cursor: pointer;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
div.paneled ul.tab li:hover {
	color: #000;	
}
div.paneled ul.tab li img {
	width: 30px;
	display: inline-block;
	margin-top: 5px;
	margin-right: 5px;
	opacity: 0.5;
}
div.paneled ul.tab li:hover img, div.paneled ul.tab li.current img {
	opacity: 1.0;	
}
div.paneled ul.tab li p {
	display: inline-block;
	margin-top: 12px;
	vertical-align: top;
}
div.paneled ul.tab li.current {
	color: #000;
	background-color: #FFF;		
}
div.paneled ul.form {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background-color: #FFF;
}
div.paneled ul.form > li {
	padding-bottom: 10px;
	position: relative;
}
/*h2 label is used in profit table head*/
div.paneled ul.form h2.label {
	font-weight: 500;
	font-size: 20px;
	margin-left: 25px;
	margin-top: 30px;
	margin-bottom: 20px;
}
/*loading gif for instance on reports table*/
div.paneled ul.form li div.loading {
	position: absolute;
	z-index: 4000;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgb(255, 255, 255);	
	background-color: rgba(255, 255, 255, 0.7);	
	text-align: center;
}
div.paneled ul.form li div.loading img {
	margin-top: 15%;
}
div.paneled form div.block {
	display: inline-block;
	vertical-align: top;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 20px;
	position: relative;
}
div.paneled form div.block_submit {
	display: block;
	vertical-align: top;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 20px;
}
div.paneled p.search_results {
	padding-right: 20px;
	padding-left: 25px;
}
div.paneled ul.form li table {
	margin: 20px;	
}
div.paneled ul.form li ul.pages {
	text-align: right;
	margin: 20px;
	list-style-type: none;
}
div.paneled ul.form li ul.pages li {
	margin-left: 5px;
	margin-right: 0px;
	margin-bottom: 5px;	
}
/*in system structure translate section filters*/
div.paneled ul.form li div.filter {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: -5px;
}
div.paneled ul.form li ul.gallery {
	list-style-type: none;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
}
div.paneled ul.form li ul.gallery > li {
	display: inline-block;
	height: 110px;
	width: 200px;
	overflow: hidden;
	background-color: #F9F9F9;
	cursor: pointer;
	position: relative;
	margin: 5px;
	vertical-align: top;
	text-align: center;
}
/*li.white for profile -> operator logo*/
div.paneled ul.form li ul.gallery > li.white {
	background-color: #FFF;
	margin: 20px;
	padding: 20px;
}
div.paneled ul.form li ul.gallery > li img.thumb {
	position: relative;
	width: 200px;
	min-height: 100%;
}
div.paneled ul.form li ul.gallery > li img.logo {
	position: relative;
	width: 200px;
}
div.paneled ul.form li ul.gallery > li img.profile_photo {
	position: relative;
	height: 110px;
}
div.paneled ul.form li ul.gallery > li div.over {
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 5000;
	left: 0px;
	top: 0px;
	display: none;
}
div.paneled ul.form li ul.gallery > li:hover div.over {
	display: block;	
}
div.paneled ul.form li ul.gallery > li div.over ul {
	list-style-type: none;
	text-align: center;
	padding-top: 45px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div.paneled ul.form li ul.gallery > li div.over ul li {
	display: inline-block;
	height: 15px;
	width: 15px;
	position: relative;
	padding: 5px;
}
div.paneled ul.form li ul.gallery > li div.over ul li:hover {
	background-color: #388FE0;	
}
div.paneled ul.form li ul.gallery > li div.over ul li img {
	height: 13px;	
}
div.paneled ul.form li ul.gallery_video {
	list-style-type: none;
	margin-top: 10px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
}
div.paneled ul.form li ul.gallery_video li {
	display: inline-block;
	height: 300px;
	width: 435px;
	overflow: hidden;
	background-color: #E9E9E9;
	cursor: pointer;
	position: relative;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	vertical-align: top;
	position: relative;
}
div.paneled ul.form li ul.gallery_video li iframe {
	width: 100%;
	height: 100%;	
}
div.paneled ul.form li ul.report_style {
	list-style-type: none;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 30px;
}
div.paneled ul.form li ul.report_style li {
	margin-bottom: 40px;	
}
div.paneled ul.form li ul.report_style li div.head {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #e9e9e9;
	border-bottom-color: #e9e9e9;
	padding-top: 10px;
	padding-bottom: 5px;
}
div.paneled ul.form li ul.report_style li div.head img {
	height: 50px;
	margin-right: 5px;
}
div.paneled ul.form li ul.report_style li div.head h3, div.paneled ul.form li ul.report_style li div.head p {
	display: inline-block;
	margin-top: 15px;
	vertical-align: top;	
}
div.paneled ul.form li ul.report_style li div.head h3 {
	font-size: 13px;
	font-weight: 600;	
}
div.paneled ul.form li ul.report_style li > p {
	color: #555;
	line-height: 1.7em;	
}
div.tiles {
}
div.tiles h1 {
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f9f9f9;
	padding-top: 10px;
}
div.tiles h1.light {
	font-weight: 300;
}
div.tiles p.nav {
	background-color: #f4f4f4;
	color: #666;
	font-size: 11px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}
div.tiles p.nav a {
	color: #666;
	text-decoration: none;	
}
div.tiles p.nav a:hover {
	text-decoration: underline;
	color: #388FE0;
}
div.tiles ul.tiles {
	padding: 0px;
	list-style-type: none;
}
div.tiles ul.tiles a {
	text-decoration: none;	
}
div.tiles ul.tiles li {
	display: inline-block;
	vertical-align: top;
	color: #FFF;
	margin: 3px;
	padding: 5px;
	border: 5px solid rgb(0, 0, 0);
	border: 5px solid rgba(0, 0, 0, 0);
	float: left;
	overflow: hidden;
	font-size: 12px;
	position: relative;
}
div.tiles ul.tiles li.current, div.tiles ul.tiles li:hover {
	border-color: rgba(0, 0, 0, 0.5);
}
div.tiles ul.tiles li {
	height: 120px;
	width: 120px;
}
div.tiles ul.tiles li.big {
	height: 265px;
	width: 265px;	
}
div.tiles ul.tiles li.wide {
	width: 265px;
}
div.tiles ul.tiles li.wide > img {
	margin-right: auto;
	margin-left: auto;
}
div.tiles ul.tiles li > img {
	display: block;
	height: 80%;
}
div.tiles ul.tiles li p {
	position: absolute;
	left: 5px;
	bottom: 5px;
	z-index: 100;
	margin: 0px;
}
div.gallery_dialog {
	background-color: #FFF;
	width: 400px;
	position: relative;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
div.gallery_dialog p.arrows {
	color: #999;
	font-size: 11px;
	float: left;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 0px;
	cursor: pointer;
}
div.gallery_dialog p.close {
	color: #999;
	font-size: 11px;
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	cursor: pointer;
}
div.gallery_dialog img.main {
	display: inline-block;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	z-index: 2000;
	margin-bottom: 0px;
}
div.gallery_dialog p.desc {
	margin-top: 10px;
	margin-bottom: 5px;	
}
div.quote {
	color: #FFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 20px;
}
div.quote p {
	margin: 3px;
	font-size: 12px;
}
div.presentation_head {
	margin-bottom: 20px;	
}
div.presentation_head p.nav {
	background-color: #f4f4f4;
	color: #666;
	font-size: 11px;
	margin-bottom: 0px;	
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}
div.presentation_head p.nav a {
	color: #666;
	text-decoration: none;	
}
div.presentation_head p.nav a:hover {
	text-decoration: underline;
	color: #388FE0;
}	
div.presentation h1 {
	font-weight: 600;
	font-size: 25px;
	margin-bottom: 5px;
}
div.presentation h1.light {
	font-weight: 300;
	font-size: 20px;
	margin-bottom: 10px;
}
div.presentation h2 {
	font-weight: normal;
	color: #FFF;
	margin-top: 0px;
	font-size: 15px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
div.presentation h4 {
	margin-bottom: 0px;	
}
div.presentation p {
	line-height: 1.7em;
	margin-top: 0px;
}
div.presentation div.block {
	vertical-align: top;	
	position: relative;
	display: inline-block;
}
div.presentation div.block1 {
	width: 600px;
	float: left;
}
div.presentation div.block2 {
	width: 300px;
	float: right;
	margin-bottom: 20px;
}
div.presentation div.block_equal {
	width: 450px;
}
div.presentation div.block_equal:first-child {
	margin-right: 40px;	
}
div.presentation form.wider_input input[type='text'], div.presentation form.wider_input textarea {
	width: 400px;
}
div.presentation div.block div.address_area {
	background-color: #00ABA9;	
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	color: #FFF;
	margin-bottom: 20px;	
}
div.presentation div.block div.address_area a {
	color: #000;
	font-size: 12px;
}
div.presentation div.block img.profile_photo {
	width: 100%;
	margin-bottom: 10px;	
}
div.presentation ul.list {
	list-style-type: none;
	padding: 0px;
	margin-bottom: 20px;	
}
div.presentation ul.list a {
	text-decoration: none;	
}
div.presentation ul.list li {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E9E9E9;
	font-size: 11px;
	color: #000;
}
div.presentation ul.place_near {
	list-style-type: none;
	padding: 0px;
	margin-bottom: 40px;		
}
div.presentation ul.place_near a {
	text-decoration: none;	
}
div.presentation ul.place_near li {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e9e9e9;
}
div.presentation ul.place_near li div.pic {
	display: inline-block;
	width: 90px;
	height: 70px;
	position: relative;
	margin-right: 5px;
	overflow: hidden;
}
div.presentation ul.place_near li div.pic img {
	width: 100%;
	min-height: 100%;
}
div.presentation ul.place_near li div.text {
	display: inline-block;
	vertical-align: top;
	width: 200px;
}
div.presentation ul.place_near li div.text h3 {
	font-size: 12px;
	font-weight: 600;
	color: #000;
	margin-bottom: 0px;
}
div.presentation ul.place_near li div.text p {
	font-size: 12px;
	color: #333;
	margin-top: 0px;
}
div#map {
	width: 100%;
	height: 200px;
	background-color: #000;
	margin-bottom: 10px;
}
/*filter bar is for department reservation filter search bar */
div.filter_bar {
	background-color: #f9f9f9;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000;
	margin-bottom: 30px;
}
div.filter_bar div.block {
	display: inline-block;
	vertical-align: top;
	margin: 5px;
	position: relative;
}
div.filter_bar div.block_submit {
	display: block;
	margin-left: 5px;
}
div.filter_bar input[type=text], div.filter_bar select {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
div.filter_bar input[type=text] {
	width: 190px;	
}
div.filter_bar select {
	width: 212px;	
}
div.filter_bar input[type=submit] {
	width: 210px;	
}
/*div.reservation is for reservation view*/
div#main > div.reservation {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
div.reservation h2 {
	font-weight: 300;
	font-size: 27px;
	margin-bottom: 5px;
}
div.reservation div.head {
	display: block;
	margin-bottom: 20px;
}
div.reservation div.head ul {
	padding: 0px;
	list-style-type: none;
	line-height: 1.6em;
	display: inline-block;
	vertical-align: top;
}
div.reservation div.head ul.tiles {
	margin: 0px;
	padding: 0px;
	display: block;	
	text-align: right;
}
div.reservation div.head ul.tiles li {
	display: inline-block;
	color: #FFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-left: 5px;
	cursor: pointer;
	font-size: 12px;
	margin-bottom: 10px;
}
div.reservation div.head ul.tiles li img {
	margin-top: 5px;
	height: 35px;	
}
div.reservation div.head ul.tiles li p {
	display: inline-block;
	vertical-align: top;	
}
div.reservation div.head ul.on_left {
	margin-right: 35px;
}
div.reservation div.head ul.on_left li:first-child, div.reservation div.head ul b {
	font-weight: 600;	
}
div.reservation div.head ul.on_right {
	float: right;
	margin-left: 20px;	
}
div.reservation div.head ul.links {
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
div.reservation div.head ul.links li {
	display: inline-block;
	margin-bottom: 5px;	
}
div.reservation div.head ul.links li:not(:last-child) {
	margin-right: 25px;	
}
div.reservation table.one {
	border-style: none;
	margin-bottom: 50px;
}
div.reservation table.one th, div.reservation table.one td {
	border-right-style: none;
}
div.reservation table.one td {
	border-top-style: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
div.reservation table.one tr:last-child td {
	border-bottom-style: none;
}
div.reservation table.one tr.separate_line td {
	border-top-width: medium;
	border-top-style: double;
	border-top-color: #999;
	border-bottom-style: none;
}
div.reservation table.one tr.conclusion td {
	background-color: #F5F5F5;
	font-size: 12px;
	border-bottom-style: none;
	padding-top: 20px;
	padding-bottom: 20px;
}
div.reservation table.one tr.conclusion td span {
	font-size: 16px;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E53838;
	color: #E53838;
}
div.reservation table.one tr.dark td {
	background-color: #111;	
	color: #FFF;
}
div.reservation table.one tr.supplements td {
	background-color: #F5F5F5;
}
div.reservation table.one tr.black td {
	background-color: #000;
	color: #FFF;
}
div.reservation table.one td input[type='text'], div.reservation table.one td select {
	padding: 0.5%;
	width: 95%;
	position: relative;
	margin-bottom: 5px;
}
div.reservation table.one td label {
	display: block;	
}
div.reservation table.one td ul li {
	margin-bottom: 15px;	
}
div.reservation div.with_tools {
	display: inline-block;	
	width: 100%;
	margin-bottom: 10px;
}
div.reservation div.with_tools h2 {
	display: inline-block;	
}
div.reservation div.with_tools input.button_iconed {
	float: right;
	margin-top: 20px;
	margin-left: 10px;
	font-size: 11px;	
}
div.reservation ul.conversation {
	list-style-type: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e9e9e9;
	padding: 0px;
	margin-top: 5px;
}
div.reservation ul.conversation li {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 30px;
	margin-top: 20px;
}
div.reservation ul.conversation li:nth-child(odd) {
	background-color: #EEE;
}
div.reservation ul.conversation li:nth-child(even) {
	background-color: #D1E5F8;
}
div.reservation ul.conversation li h3 {
	font-size: 13px;
}
div.reservation ul.conversation li p {
	line-height: 1.5em;		
}
div.reservation ul.conversation li p.time {
	font-size: 11px;	
}
div.reservation form.conversation {
	margin-top: 0px;
	margin-bottom: 50px;	
}
div.multiselect {
	font-family: 'Open Sans', sans-serif, Arial;
	position: relative;
	font-size: 13px;
	background-color: #f9f9f9;
	border: 1px solid #CCC;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	color: #333;
	outline-color: #388FE0;
	outline-width: 1px;
	display: inline-block;
	width: 202px;
	height: 20px;
}
div.multiselect div.title {
	cursor: pointer;
	width: 100%;
	height: 20px;
	display: inline-block;
	overflow: hidden;
}
div.multiselect div.arrow {
	position: absolute;
	right: 5px;
	top: 10px;
}
div.multiselect ul {
	position: absolute;
	display: none;
	background-color: #FFF;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 0px;
	list-style-type: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -15px;
	background-image: -o-linear-gradient(bottom, #F9F9F9 0%, #D6D6D6 85%);
	background-image: -moz-linear-gradient(bottom, #F9F9F9 0%, #D6D6D6 85%);
	background-image: -webkit-linear-gradient(bottom, #F9F9F9 0%, #D6D6D6 85%);
	background-image: -ms-linear-gradient(bottom, #F9F9F9 0%, #D6D6D6 85%);
	background-image: linear-gradient(to bottom, #F9F9F9 0%, #D6D6D6 85%);
	width: 226px;
	z-index: 5000;
}
div.multiselect ul li {
	padding: 5px;
}
div.multiselect ul li.selected {
	color: #FFF;
	background-color: #388FE0;			
}
div.multiselect ul li label {
	margin: 0px;
}
div.multiselect ul li * {
	cursor: pointer;
}
/*ul.timeline for timeline*/
ul.timeline {
	list-style-type: none;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 50px;
}
ul.timeline li {
	display: inline-block;
	width: 100%;
}
ul.timeline li > div {
	display: inline-block;	
	vertical-align: top;
}
ul.timeline li div.time {
	width: 200px;
	text-align: right;
	padding-right: 20px;
}
ul.timeline li div.time p {
	color: #CCC;
	margin-top: 0px;
	margin-bottom: 0px;	
}
ul.timeline li div.time h3 {
	font-weight: 300;
	font-size: 30px;
	margin-top: 0px;	
}
ul.timeline li div.base {
	width: 550px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #ccc;
	padding-left: 100px;
	position: relative;
	float: right;
}
ul.timeline li div.base img.icon {
	width: 30px;
	background-color: #aaa;
	border: 8px solid #ccc;
	position: absolute;
	left: -38px;
	top: 0px;
	border-radius: 50%;
	padding: 10px;		
}
ul.timeline li div.base div.content {
	vertical-align: top;
	position: relative;
	color: #FFF;
	padding: 15px;
	margin-bottom: 15px;
}
ul.timeline li div.base div.content :after {
	right: 100%;
	top: 20px;
	border: solid transparent;
	border-width: 10px;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
}
ul.timeline li div.base div.content div.head {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F9F9F9;
	border-bottom-color: #F9F9F9;	
	display: inline-block;
	width: 100%;	
}
ul.timeline li div.base div.content div.head img {
	height: 70px;
	float: left;
	margin-right: 10px;	
}
ul.timeline li div.base div.content div.head a, ul.timeline li div.base div.content div.head a:visited {
	color: #FFF;
	text-decoration: none;	
}
ul.timeline li div.base div.content div.head a:hover {
	text-decoration: underline;	
}
ul.timeline li div.base div.content div.head h2 {
	vertical-align: top;
	margin-bottom: 0px;
	margin-top: 10px;
	font-weight: 300;
}
ul.timeline li div.base div.content div.head p {
	margin-top: 0px;
	margin-bottom: 2px;
	font-size: 11px;
	color: #E9E9E9;
}
ul.timeline li div.base div.content > p {
	line-height: 1.7em;	
}
ul.timeline li div.base div.content > p a {
	color: #000;
	text-decoration: none;
	letter-spacing: 1px;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
/*ul.timeline color options for timeline*/
ul.timeline li.class_blue div.time h3 {
	color: #388FE0;	
}
ul.timeline li.class_blue div.base div.content {
	background-color: #388FE0;
}
ul.timeline li.class_blue div.base div.content :after {
	border-right-color: #388FE0;	
}
ul.timeline li.class_yellow div.time h3 {
	color: #E0A800;
}
ul.timeline li.class_yellow div.base div.content {
	background-color: #E0A800;
}
ul.timeline li.class_yellow div.base div.content :after {
	border-right-color: #E0A800;	
}
ul.timeline li.class_green_dark div.time h3 {
	color: #339933;
}
ul.timeline li.class_green_dark div.base div.content {
	background-color: #339933;
}
ul.timeline li.class_green_dark div.base div.content :after {
	border-right-color: #339933;	
}
ul.timeline li.class_red div.time h3 {
	color: #E53838;
}
ul.timeline li.class_red div.base div.content {
	background-color: #E53838;
}
ul.timeline li.class_red div.base div.content :after {
	border-right-color: #E53838;	
}
ul.timeline li.class_purple div.time h3 {
	color: #A200FF;
}
ul.timeline li.class_purple div.base div.content {
	background-color: #A200FF;
}
ul.timeline li.class_purple div.base div.content :after {
	border-right-color: #A200FF;	
}
ul.timeline li.class_brown div.time h3 {
	color: #A05000;
}
ul.timeline li.class_brown div.base div.content {
	background-color: #A05000;
}
ul.timeline li.class_brown div.base div.content :after {
	border-right-color: #A05000;	
}
ul.timeline li.class_turquoise div.time h3 {
	color: #00ABA9;		
}
ul.timeline li.class_turquoise div.base div.content {
	background-color: #00ABA9;		
}
ul.timeline li.class_turquoise div.base div.content :after {
	border-right-color: #00ABA9;	
}
/*login.php*/
img.lobby_logo {
	margin-top: 120px;
	width: 250px;
	margin-right: auto;
	margin-left: auto;
}
form.lobby {
	width: 340px;
	background-color: #FFF;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	text-align: justify;
}
form.lobby input[type='text'], form.lobby input[type='password'], form.lobby select {
	margin-bottom: 0px;
}
form.lobby input[type='text'], form.lobby input[type='password'] {
	width: 310px;
}
form.lobby select {
	width: 342px;	
}
form.lobby input[type='submit'] {
	margin-top: 30px;
	margin-right: 0px;
}
div.pass_recovery {
	width: 340px;
	background-color: #E9E9E9;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}
div.pass_recovery a {
	color: #666;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
}
div.pass_recovery a:hover {
	text-decoration: underline;	
}
/*system_hotel_contract.php*/
div.wrap_white {
	background-color: #FFF;
	margin: 15px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	overflow: auto;
}
div.wrap_white p.nav {
	background-color: #f4f4f4;
	color: #666;
	font-size: 11px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}
div.wrap_white p.nav a {
	color: #666;
	text-decoration: none;	
}
div.wrap_white p.nav a:hover {
	text-decoration: underline;
	color: #388FE0;
}
div.wrap_white div.block {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 10px;
	vertical-align: top;
	position: relative;
}
div.wrap_white div.vert_top {
	vertical-align: top;	
}
div.wrap_white div.vert_bottom {
	vertical-align: bottom;	
}
div.wrap_white p.label {
	display: inline-block;
	background-color: #E0A800;
	font-size: 9px;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -30px;
	text-align: right;
	width: 50px;
	padding-right: 20px;
}
div.wrap_white table.one {
	margin-top: 5px;
	margin-bottom: 40px;	
}
div.wrap_white table.reduce th, div.wrap_white table.reduce td {
	padding-top: 3px;
	padding-right: 1px;
	padding-bottom: 3px;
	padding-left: 1px;
	font-size: 11px;
}
div.wrap_white table.reduce tr:hover {
	background-color: #DDD !important;
}
div.wrap_white table.reduce tr th {
	color: #FFF;
	background-color: #333;		
	font-weight: normal;
}
div.wrap_white table.reduce tr:nth-child(even) {
	background-color: #EEE;
}
div.wrap_white div.block img.button {
	height: 25px;
	cursor: pointer;	
}
div.wrap_white table.reduce tr td a {
	color: #03C;
}
div#main ul.pages_php {
	padding: 0px;
	list-style-type: none;
	border: 1px solid #CCC;
	border-radius: 5px;
	display: inline-block;
	margin: 20px 0px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
}
div#main ul.pages_php li {
	display: inline-block;
	font-size: 13px;
}
div#main ul.pages_php li.current {
	background-color: #434A54;
	color: #FFF;
	padding: 5px 15px;
}
div#main ul.pages_php a {
	color: #000;
	text-decoration: none;	
	padding: 5px 15px;
	display: block;
}
div#main ul.pages_php li:hover a, div#main ul.pages_php li.current a {
	background-color: #434A54;
	color: #FFF;
}
div#main ul.pages_php li:not(:last-child) {
	border-right: 1px solid #CCC;		
}

/* ############################ YK ############################  */ 


table.yk {
	border-spacing: 0;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #DDD;
}
table.yk tr:hover {
	background-color: #F5F5F5;
}
table.yk th {
	background-color: #eee;
	color: #222;
}
table.yk th, table.yk td {
	font-size: 12px;
	padding: 10px;
	text-align: left;
	border-right: 1px solid #DDD;
}
table.yk tr.blue th {
	background-color: #388FE0;
	font-weight: bold !important;
}
table.yk tr.single_column th {
	padding: 5px;
}
table.yk td {
	border-top: 1px dotted #DDD;
	vertical-align: middle;
	line-height: 1.5em;	
	
}
table.yk tr.text_small td {
	font-size: 11px;	
}
/*for colored status such as in department_reservations*/
table.yk td span.color {
	font-size: 10px;
	padding: 3px;
	color: #FFF;
}
table.yk td span.line {
	display: inline-block;
	height: 1px;
	width: 90%;	
}
table.yk td img.icon {
	opacity: 0.7;
	width: 15px;
	margin-right: 5px;
	margin-left: 5px;
	cursor: pointer;
}
table.yk td img.icon:hover {
	opacity: 1.0;
}
table.yk td img.medium_icon {
	width: 25px;
	margin-right: 5px;
	margin-left: 5px;
}
table.yk td img.ghost {
	display: none;
	width: 15px;
	margin-right: 5px;
	margin-left: 5px;
	cursor: pointer;
}
table.yk tr:hover img.ghost {
	display: inline-block;	
}
table.yk td.center {
	text-align: center;	
}
table.yk td.head {
	font-weight: bold;
	text-align: center;
	background-color: #EEE;	
}
table.yk input.cell {
	padding: 2px;
	width: 70px;
	outline-color: #388FE0;
	outline-width: 1px;
	margin-bottom: 5px;
}
table.yk input[type='button'].manage, table.yk input[type='submit'].manage {
	font-size: 10px;
	margin-top: 0px;
	border-radius: 3px;
	font-family: 'Open Sans', sans-serif, Arial;
	border-style: none;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	cursor: pointer;
}
table.yk tr.copytoall td {
	background-color: #339933;	
}
table.yk td div.collapse {
	font-size: 20px;
	cursor: pointer;	
	color: #388FE0;
}
.gold {
	background-color: #D7BF42;
}

table.yk thead th img {
    vertical-align: middle;
}
.ui-datepicker-trigger {
    width: 16px;
    height: 13px;
    margin-bottom: 6px;
    margin-right: 5px;
}


.myButton_green {
	box-shadow:inset 0px 1px 0px 0px #9acc85;
	background:linear-gradient(to bottom, #8CBF26 5%, #8CBF26 100%);
	background-color:#8CBF26;
	border:1px solid #8CBF26;
	display:inline-block;
	cursor:pointer;
	color:#ffffff !important;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	padding:3px 6px;
	text-decoration:none !important;
}
.myButton_green:hover {
	background:linear-gradient(to bottom, #68a54b 5%, #74ad5a 100%);
	background-color:#68a54b;
}
.myButton_green:active {
	position:relative;
	top:1px;
}

.myButton_red {
	box-shadow:inset 0px 1px 0px 0px #cf866c;
	// background:linear-gradient(to bottom, #d0451b 5%, #68a54b 100%);
	background:linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
	background-color:#d0451b;
	border:1px solid #bc3315;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:6px 12px;
	text-decoration:none;
	float: right;
	margin: 2px;
}
.myButton_red:hover {
	//background:linear-gradient(to bottom, #68a54b 5%, #74ad5a 100%);
	background:linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
	background-color:#d0451b;
}
.myButton_red:active {
	position:relative;
	top:1px;
}


.myButton_gold {
	box-shadow: 0px 1px 0px 0px #fff6af;
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	background-color:#ffec64;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
}
.myButton_gold:hover {
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	background-color:#ffab23;
}
.myButton_gold:active {
	position:relative;
	top:1px;
}
