body {
background:#DBE6F9 url(/images/page_bg.png) repeat-y scroll center top;
margin:0;
padding:0;
}
p, li, td, th, h1, h2, h3, h4, h5, #headernav, .breadcrumb, #footer, form, input, button, select, textarea, div {
-x-system-font:none;
color:#003580;
font-family:Arial,Helvetica,sans-serif;
font-size:small;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:1.2em;
voice-family:""}"";
}
html
{ margin: 0; padding: 0; }

div#header
{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  margin-top: 2px;
  text-align: left;
  width: 990px;
  height: 122px;
  background:transparent url(/images/bg_globe.jpg) no-repeat top right;
}
html > body > #header {
height:auto;
min-height:122px;
}
#headertop
{
/* background-color:#003580; */
border-bottom:1px solid #FFFFFF;
height:60px;
voice-family:inherit;
}
#headertop img {
display:block;
}
#headermiddle {
background:#DDE6F1;
}
#headerlanguage {
float:left;
}
#headernav {
color:#003580;
font-weight:bold;
height:15px;
padding:0 0 12px 8px !important;
text-align:right;
}
ul#listnav {
float:right;
margin:0 !important;
padding:0 !important;
}
ul#listnav li {
border-left:1px solid #DDE6F1;
float:left;
font-size:0.88em;
font-weight:bold;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
ul#listnav li a, ul#listnav li span {
display:block;
padding:7px 8px;
}
ul#listnav li span {
background-color:#FFFFFF;
}
ul#listnav li a:link, ul#listnav li a:visited {
background-color:#F1F5FA;
color:#0896FF;
}
ul#listnav li a:hover {
background-color:#F9F9F9;
color:#FEBA02;
text-decoration:none;
}
.breadcrumb {
color:#003580;
line-height:1.5em;
padding:3px 8px 3px 0px;
text-transform:lowercase;
}
.breadcrumb span {
display:none;
font-size:88%;
font-weight:bold;
}
.breadcrumb a, .breadcrumb a:link {
font-weight:normal;
}
div#content_main
{
  background-color: white;
  padding:4px;
}

div#content_main p
{
  padding-bottom: 10px;
}

div#content_bar
{
  background-color: white;
}

div#footer
{
  margin-left: auto;
  margin-right: auto;
  height:80px;
  padding-top:20px;
  background:url(/images/footer_background.gif) no-repeat top left;
  text-align: right;
}

.form_error
{
  padding-left: 85px;
  color: #d8732f;
}

.clearleft
{
  clear: left;
}

.clearright
{
  clear: right;
}

.form input
{
  display: block;
  float: left;
  margin-bottom: 10px;
}

.form .right input
{
  display: inline;
  float: none;
  text-align: right;
}

.form label
{
  display: block;
  width: 75px;
  padding-right: 10px;
  margin-bottom: 10px;
  float: left;
  text-align: right;
}

fieldset
{
  border: none;
}

#login
{
  margin-bottom: 10px;
}

#login h2
{
  font-size: 14px;
  margin-bottom: 5px;
}

.small
{
  font-size: 88%;
}

.in_form {
  padding-left: 85px;
}

ul.plain_list {
  margin-left: 15px;
}

a:link {
color:#0896FF;
font-weight:bold;
text-decoration:underline;
}
a:visited {
color:#537CB4;
}
a:hover {
color:#FEBA02;
}
a img,:link img,:visited img { border: none; }
#hotelTmpl h1 {
font-size:1.8em;
}
h1 {
font-size:140%;
font-weight:bold;
margin:0;
}
h2 {
font-size:120%;
font-weight:bold;
}
h3 {
font-size:118%;
font-weight:bold;
}

ul {
  margin: 0px;
  padding: 4px;
}
li {
  list-style: url(/images/black_bullet.gif) square outside;
}

.box {
background:#E5EAF2 url(/images/boxbg.jpg) repeat-x scroll right bottom;
margin-bottom:8px;
padding:1em 1em 1.5em;
position:relative;
}
.box a, .box a:link {
font-size:88%;
font-weight:bold;
}

.boxcorner {
bottom:0;
left:0;
margin:0;
position:absolute;
}

#searchbox form {
background:#FEBA02 url(/images/boxbg.jpg) repeat-x scroll right bottom !important;
clear:left;
margin:0 0 8px;
padding:0.6em 0 0;
}

.list_table {
  width: 100%;
}
.list_table tr.even {
  background-color: #F2F1EF;
}
.list_table tr.odd {
  background-color: #fff;
}
.list_table td {
  padding: 2px 0px;
}
.list_table td a {
  text-decoration:none;
}

#ui-datepicker-div {
        display: none;
        border: 1px solid #217bc0;
        z-index: 9999;
}

/* AutoComplete */
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}
.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}
.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/*
	if width will be 100% horizontal scrollbar will apear
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/*
	it is very important, if line-height not setted or setted
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}
.ac_loading {
	background: white url('/images/loader.gif') right center no-repeat;
}
.ac_odd {
	background-color: #eee;
}
.ac_over {
	background-color: #0A246A;
	color: white;
}

/* START OF LAYOUT */
#content_main
{
  float: left;
  width: 700px;
  margin-right: 10px;
  padding: 0px;
}
#content_bar
{
  float: left;
  width: 260px;
  padding:4px;
}
/* Start Mac IE5 filter \*/
#content_main, #content_bar
  {
  padding-bottom: 32767px !important;
  margin-bottom: -32767px !important;
  }
@media all and (min-width: 0px) {
#content_main, #content_bar
  {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  }
#content_main:before, #content_bar:before
  {
  content: '[DO NOT LEAVE IT IS NOT REAL]';
  display: block;
  background: inherit;
  padding-top: 32767px !important;
  margin-bottom: -32767px !important;
  height: 0;
  }
}
/* End Mac IE5 filter */
/* IE Win can be a bit out - you might need to adjust
bottom value by -1px or as required */
.verticalalign
  {
  position: absolute;
  bottom: 0;
  }
#content_main .verticalalign
  {
  width: 710px;
  }
#content_bar .verticalalign
  {
  width: 280px;
  }
/* hack for Opera 7+ */
@media all and (min-width: 0px){
.verticalalign
  {
  width: 100% !important;
  }
/* But Opera 9 does it right, so CSS3 hax to the max */
div[id^="content"] #content_main .verticalalign
  {
  width: 710px !important;
  }
div[id^="content"] #content_bar .verticalalign
  {
  width: 280px !important;
  }
}
/* hack for IEs of all persuasions */
* html .verticalalign
  {
  width: 100% !important;
  }
.verticalalign p
  {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 0;
  background: #996666;
  }
#content
  {
  width: 990px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  overflow: hidden; /* This hides the excess padding in non-IE browsers */
  }
/* we need this for IE 5.01 - otherwise the wrapper does not expand to the
necessary height (unless fixed, this problem becomes even more acute
weirdness as the method is enhanced */
#content
  {
/* Normally a Holly-style hack height: 1% would suffice but that causes
IE 5.01 to completely collapse the wrapper - instead we float it */
  float: left;
/* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes
(I saw it happen many moons ago) makes the width of wrapper too small
the float: none with the comment is ignored by 5.01,
5.5 and above see it and carry on about their business
It's probably fine to just remove it, but it's left here
just in case that many moons ago problem rears its head again */
  float/**/: none;
  }
/* easy clearing */
#content:after
  {
  content: '[DO NOT LEAVE IT IS NOT REAL]';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  }
#content
  {
  display: inline-block;
  }
/*\*/
#content
{
  display: block;
}
/* end easy clearing */
#header, #footer
{
  width: 990px;
}
/* Safari needs this - otherwise the ghost overflow, though painted
correctly obscures links and form elements that by rights should be above it.
An unintended side-effect is that it cause such elements to vanish in IE 5.01
and 5.5, hence the child selector hack */
* > #footer, * > form, * > #notes, * > .output
{
  position: relative;
  z-index: 1000;
}
/* END OF LAYOUT */
