#container
{
    position: relative;
    width: 100%;
    text-align: left;
    margin-right: auto; 
    margin-left: auto;
    background: #fff;
}
#header{
	margin-bottom: 1px;
}

#header-small
{
	background-image: url('header_small.png');
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #689bc2;
}

#header-big
{
	background-image: url('header.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #679cc2;
	height: 150px;
}
#toprightheader
{
	position: relative;
	right: 0px;
	text-align: right;
	line-height: 30px;
}

#content 
{
    width: 95%;
    margin-right: auto; 
    margin-left: auto;
}

.accessed{
	border: 3px solid red;
}

.simple_popup_div {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 300px;
}
.simple_popup_inner {
    padding: 20px;
    border: #999 2px solid;
    width: 290px;
    background-color:lightyellow;
    text-align: left;
}
.simple_popup_close {
	position:absolute;
	bottom : 0px;
	right : 0px;
	text-align: right;    
}

.bapopup{
	position:absolute;
	background-color:#FFFFFF;
    border:1px solid #999999;	
	top:50px;
	left:0px;
	display:none;
	margin-top: 15px;
    text-align:left;
    width:950px;
    z-index:4;
    padding: 25px 25px 20px;	
}

#sidebar 
{
    float: right;
    padding: 30px 5px 0 0;
    margin-top: 20px;
    width: 170px;
    font-size: 86%; 
}

#sidebar h5
{
    font-size: 86%; font-weight: bold;
    color: #fff;
    margin-bottom: 1em;
    padding: 1px 8px 1px 8px;
    background-color: #2947AC;
}

#sidebar h5 a:link, #sidebar h5 a:visited, #sidebar h5 a:hover
{
    color: #fff;
    text-decoration: none;
    border-bottom: #2947AC;
}

#sidebar h5.main 
{
    background-color: #4E7AC8; 
}

#sidebar h5.main a:link, #sidebar h5.main a:visited, #sidebar h5.main a:hover
{
    color: #fff;
    text-decoration: none;
    border-bottom: #4E7AC8;
}

#sidebar span 
{
    display: none; 
}

#sidebar p 
{
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 0.2em; 
    text-align:justify;
}

div.action 
{
    line-height: 1.7em;
    margin-bottom: 0em;
}

div.action span 
{
    display: none;
}

div.action h3
{
    font-size: 86%; font-weight: bold;
    letter-spacing: 1px;
    padding: 0.3em 0.3em 0.3em 2.2em;
    margin-bottom: 0em;
    background: #F0F0F0;
}

div.action div.trigger 
{
    border: 0;
    margin: 20px 0px 0px 0px; 
}

div.action div.trigger a:link, .trigger a:visited, .trigger a:hover 
{
    border: 1px solid #fff; 
}

div.action div.trigger form label 
{
    display: inline; 
}

div.action div.trigger form field 
{
    display: inline; 
}

div.action div.trigger form buttons 
{
    display: block; 
}

#sidebar div.box1
{
   width: 170px;
   font-family: trebuchet ms, tahoma, verdana, arial;
   border: #ccc solid 1px;
   padding: 0.5em 0 1em 0;
   margin: 0;
}

#sidebar div.box1 h4
{
   height: 40px;
   padding-left: 60px; padding-top: 12px;
   font-size: 110%;
}

#sidebar div.box2
{
   border: #DADADA solid 1px;
   padding: 0.8em 0.5em 0.8em 1em;
   margin-bottom: 1.5em;
}

#sidebar div.box2 h4 
{
    color: #999;
    padding-bottom: 1em;
    font-size: 100%;
    font-weight: normal;
}

#sidebar div.box2 ul 
{
    margin-bottom: 1em;
    margin-top: 0.3em; 
}

#sidebar div.box2 li 
{
    padding: 5px 0 5px 0;
    list-style-type: none; 
}

#sidebar div.box2 li a:link, #sidebar div.box2 li a:visited, #sidebar div.box2 li a:hover 
{
 padding: 0; 
}

#sidebar div.box3
{
    background: #F7F7F7;
    padding: 0.8em 0 0.8em 0;
    margin-bottom: 1.5em;
}

#sidebar div.box3 a:link, #sidebar div.box3 a:visited, #sidebar div.box3 a:hover 
{
    border: 0; 
}

#messages
{
    border-top: 0px dotted #ccc;
    margin: 1.5em 0 1.5em 0;
}

#messages div
{
    margin: 1.5em 0 1.5em 0;
    padding: 0.8em 0.5em 0.8em 1em;
    font-size: 100%;
    font-style: italic;
    font-weight: bold;
}

#messages .messages
{
    color: green;
    border: 1px dashed green;
    background-color: #dfd;
}

#messages .errors
{
    color: red;
    border: 1px dashed red;
    background-color: #fee;
}

#messages .warnings
{
    color: #bbb;
    border: 1px dashed #ffd;
    background-color: #fdd;
}

#messages .message, #messages .warning, #messages .error
{
    display: block;
}

#createTemplateTemplate{
	width: 100%;
	height: 400px
}
.hide 
{
    display: none; 
}

br.clr 
{
    clear: left; 
}

.hintsClass
{
    background-color: #ffd;
    font-size: 80%;
    font-weight: normal;
    border: 1px solid #333;
    padding: 4px;
    margin: 0;
    text-align: left;
    vertical-align: top;
}

.important
{
    color: red;
    display: inline;
    font-weight: bold;
    font-family: courier;
}

.field_required
{
    background-color: #CAC2AD;
}

.field
{
}

div.login 
{
    background-color: #F7F7F7;
    padding: 0.5em; 
}

div.login div.submit 
{
    margin: 1.5em 0 0.5em 0;
}

div.login input.login 
{
    width: 90%; 
}

div.login p.error 
{
    width: 90%;
    padding: 0.5em;
    font-weight: bold;
    color: red;
}

div.help
{
    padding: 0 20px 20px 20px;
    text-align: left;
}

div.help #close
{
    position: absolute;
    top: 20px;
    right: 20px;
}

div.help p
{
    padding: 0 20px 0 20px;
}

div.help .highlight
{
    font-weight: bold;
    border: 2px dotted #ccc;
    background: url(warning.gif) #ffd no-repeat 20px 50%;
    text-indent: 20px;
    padding: 10px 20px 10px 20px;
    margin: 0 20px 0 20px;
}

div.help table
{
    width: 100%;
    padding: 0 20px 0 20px;
}

div.help table th
{
    text-align: center;
    font-weight: bolder;
}

div.help table td
{
    text-align: left;
    vertical-align: top;
}

#pageHelp
{
    text-align: right;
    vertical-align: top;
    margin-left: 895px;
}

img.calendar
{
    width: 16px;
    height: 16px;
    margin-left: 3px;
}

/* table classes (<display:*> taglib) */

div.exportlinks 
{
    margin-top: 15px; 
}

span.export
{
	padding: 0 4px 1px 20px;
	display: inline;
	cursor: pointer;
}

span.excel 
{ 
    background-image: url(excel.gif);
    background-repeat: no-repeat; 
}

span.csv 
{ 
    background-image: url(csv.gif);
    background-repeat: no-repeat; 
}

span.xml 
{ 
    background-image: url(xml.gif);
    background-repeat: no-repeat; 
}

table.list 
{ 
    margin-right: auto; 
    margin-left: auto;
    width: 95%
}

table.planboard
{
    margin-right: auto; 
    margin-left: auto;
    border: 120px;
}

tr.odd 
{ 
    background-color: #CAC2AD;
    padding: 2px; 
}

tr.even 
{ 
    background-color: #fffffd;
    padding: 2px; 
}

td.accommodation
{
   width: 80px;
}

td.date
{
    padding: 0px;
    height: 14px;
    font-size: 100%;
}

th.accommodation
{
    font-size: 100%;
}

th.date
{
    font-size: 80%;
}

th.sorted 
{
    background-color: #fff;
    font-weight: bold; 
}

th.sorted a, th.sortable a 
{ 
    background-position: right;
    display: block; 
}

th.sorting, th.sortable a 
{ 
    background-image: url(none.gif);
    background-repeat: no-repeat; 
    background-position: right;
}

th.sorting_desc, th.order1 a 
{
    background-image: url(descending.gif);
    background-repeat: no-repeat;
    background-position: right;
}

th.sorting_asc, th.order2 a 
{ 
    background-image: url(ascending.gif);
    background-repeat: no-repeat;
    background-position: right;
}

div.dataTables_info, span.pagebanner
{
    background-color: #5a7797;
    border: 1px dotted #999;
    padding: 2px 4px 2px 4px;
    margin: 10px 0 0 0;
    display: block;
    color: white;
    border-bottom: none;
}

div.dataTables_paginate, span.pagelinks
{
    background-color: #cac2ad;
    border: 1px dotted #999;
    padding: 2px 4px 2px 4px;
    display: block;
    border-top: none;
    margin: 0 0 10px 0;
}
div.dataTables_filter
{    
    float: left;
    width: 40%;
}

div.dataTables_length
{
    float: right;
    text-align: right;
    width: 50%;    
}
a.paginate_button
{
	padding-right: 3px;
	border-bottom : 1px dotted;
}
table.dataTable{
    clear:both;
    width:100%;
}
/* styles related to tabbed panels */

div.tabs div.tab
{
    position: relative;
    background-color: #fff;
    border: 1px solid #fff;
}

div.tabs div.tab div.tab-header
{
    padding-left: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #333;
}



div.tabs div.tab div.tab-header div.unselected-tab a
{
    border: 0px;
    padding: 0px;
    margin: 0px;
}

div.tabs div.tab div.tab-body
{
}

/* styles related to the menu items displayed in header image */

div.menu-item
{ 
    padding-right: 10px;
    color: white;
    font-size: 12px; 
    line-height: 13px; 
    border: 0px;
}

div.menu-item a
{ 
    padding-right: 10px;
    color: white;
    font-size: 12px; 
    line-height: 13px; 
    border: 0px;
}

div.menu-item a:hover
{ 
    color: #72A0C4;
    font-size: 12px; 
    line-height: 13px; 
}

/* styles related to the menu tabs */

tr.menu-bar-first
{
    background-color: white;
}

tr.menu-bar-other
{
    background-color: #72a0c4;
}

td.menu-area-left-first
{
    width: 12px;
    padding: 0;
    background-image:url(/layout/area_upper_left.gif);
    background-position: bottom right;
    background-repeat: no-repeat;
}

td.menu-area-left-other
{
    width: 12px;
    padding: 0;
    background-image:url(/layout/area_upper_left_over_tab.gif);
    background-position: bottom right;
    background-repeat: no-repeat;
}

td.menu-area-middle
{
    background-image:url(/layout/area_upper_middle.gif);
    background-position: bottom;
    background-repeat: repeat-x;
    width: 4px;
}

td.menu-area-right-first
{
    width: 12px;
    padding: 0;
    background-image:url(/layout/area_upper_right.gif);
    background-position: bottom left;
    background-repeat: no-repeat;
}

td.menu-area-right-other
{
    width: 12px;
    padding: 0;
    background-image:url(/layout/area_upper_right_over_tab.gif);
    background-position: bottom left;
    background-repeat: no-repeat;
}

td.menu-tab-left-unselected
{
    width: 12px;
    padding: 0;
    background-image:url(/layout/unselected_tab_left.gif);
    background-position: bottom right;
    background-repeat: no-repeat;
    cursor: pointer;
}

td.menu-tab-middle-unselected
{
    padding: 0;
    /* margin: 0; */
    background-image:url(/layout/unselected_tab_middle.gif);
    text-align: center;
    background-position: bottom;
    background-repeat: repeat-x;
    cursor: pointer;
}

td.menu-tab-middle-unselected a 
{
    float: left;
    /*display: block;*/
    /*padding: 0;*/
    /*background-color: #b4cde5;*/
    color: #fff;
    font-size: 11px;
    font-weight: bolder;
    /*text-decoration: none;*/
    padding-bottom: 10px;
    border-bottom: 0px;
}

td.menu-tab-middle-unselected a:hover 
{
    /*text-decoration: none;*/
    /*background-color: #709ece;*/
    /*color: #fff;*/
    border-bottom: 0px;
}

td.menu-tab-middle-unselected a:visited 
{
    color: #fff;
    border-bottom: 0px;
}

td.menu-tab-right-unselected
{
    width: 12px;
    padding: 0;
    border: 0px;
    background-image:url(/layout/unselected_tab_right.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
    cursor: pointer;
}

td.menu-tab-left-selected
{
    width: 12px;
    padding: 0;
    background-image:url(/layout/selected_tab_left.gif);
    background-position: bottom right;
    background-repeat: no-repeat;
}

td.menu-tab-middle-selected
{
    padding: 0;
    text-align: center;
    /*margin: 0;*/
    background-image:url(/layout/selected_tab_middle.gif);
    background-position: bottom;
    background-repeat: repeat-x;
}

td.menu-tab-middle-selected a 
{
    float: left;
    /*display: block;*/
    /*padding: 0;*/
    /*background-color: #709ece;*/
    color: #fff;
    font-size: 11px;
    font-weight: bolder;
    /*text-decoration: none;*/
    text-align: center;
    border-bottom: 0px;
    padding-bottom: 10px;
}

td.menu-tab-middle-selected a:hover 
{
    /*text-decoration: none;*/
    /*background-color: #b4cde5;*/
    /*color: #fff;*/
    border-bottom: 0px;
}

td.menu-tab-middle-selected a:visited 
{
    color: #fff;
    border-bottom: 0px;
}

td.menu-tab-right-selected
{
    width: 12px;
    padding: 0;
    background-image:url(/layout/selected_tab_right.gif);
    background-position: bottom left;
    background-repeat: no-repeat;
}

/* area styles */

div.footer
{
	margin-top: 5px;
 	width: 100%;
 	background-color: #689bc2;
 	text-align: center;
}
div.footer_middle{
	color: #ffffff;
}
tr.area_upper
{
    height: 12px;
}

tr.area_middle
{
    height: 15px;
}

tr.area_lower
{
    height: 12px;
}

td.area_upper_left
{
    width: 12px;
    max-width: 12px;
    background-image:url(/layout/area_upper_left.gif);
    background-position: bottom right;
    background-repeat: no-repeat;
}

td.area_upper_middle
{
    background-image:url(/layout/area_upper_middle.gif);
    background-position: bottom;
    background-repeat: repeat-x;
}

td.area_upper_right
{
    width: 12px;
    max-width: 12px;
    background-image:url(/layout/area_upper_right.gif);
    background-position: bottom left;
    background-repeat: no-repeat;
}

td.area_middle_left
{
    width: 12px;
    max-width: 12px;
    background-image:url(/layout/area_middle_left.gif);
    background-position: bottom right;
    background-repeat: repeat-y;
}

td.area_middle_middle
{
    text-align: center;
    color: #fff;
    background-color: #72a0c4;
}

td.area_middle_right
{
    width: 12px;
    max-width: 12px;
    background-image:url(/layout/area_middle_right.gif);
    background-position: bottom left;
    background-repeat: repeat-y;
}

td.area_lower_left
{
    width: 12px;
    max-width: 12px;
    background-image:url(/layout/area_lower_left.gif);
    background-position: bottom right;
    background-repeat: no-repeat;
}

td.area_lower_middle
{
    max-width: 12px;
    background-image:url(/layout/area_lower_middle.gif);
    background-position: bottom;
    background-repeat: repeat-x;
}

td.area_lower_right
{
    width: 12px;
    max-width: 12px;
    background-image:url(/layout/area_lower_right.gif);
    background-position: bottom left;
    background-repeat: no-repeat;
}

/* other styles */

textarea.t1 
{
    font-family:arial;
    font-weight:bold;
    font-size:14pt;
    color:#00008b;
}

div.planboard_popup
{	
    background-color: #ECEFDE;
    font-size: 68%;
    font-weight: normal;
    border: 1px solid #333;
    padding: 4px;
    margin: 0px;
    margin-left: 0px;
    text-align: left;
    vertical-align: top;	
}

/* reservation wizard styles */

td.fulFilledStep
{
    text-align: center;
    color: white;
    background-color: #CAC2AD;
}

td.fulFilledStep a
{
    color: white;
    display: block;
    border: 0px;
    padding: 0px;
    margin: 0px;
}

td.optionalStep
{
    text-align: center;
    color: white;
    background-color: #72A0C4;
}

td.optionalStep a
{
    color: white;
    display: block;
    border: 0px;
    padding: 0px;
    margin: 0px;
}

td.mandatoryStep
{
    text-align: center;
    color: white;
    background-color: #5A7797;
}

td.mandatoryStep a
{
    color: white;
    display: block;
    border: 0px;
    padding: 0px;
    margin: 0px;
}

/* reservation wizard styles active */

td.fulFilledStepActive
{
    text-align: center;
    color: white;
    background-color: green;
}

td.fulFilledStepActive a
{
    color: white;
    display: block;
    border: 0px;
    padding: 0px;
    margin: 0px;
    background-color: green;
}

td.optionalStepActive
{
    text-align: center;
    color: white;
    background-color: green;
}

td.optionalStepActive a
{
    color: white;
    display: block;
    border: 0px;
    padding: 0px;
    margin: 0px;
}

td.mandatoryStepActive
{
    text-align: center;
    color: white;
    background-color: green;
}

td.mandatoryStepActive a
{
    color: white;
    display: block;
    border: 0px;
    padding: 0px;
    margin: 0px;
}

td.popup_menuitem
{
    background-color: #D3CDB7;
}

td.popup_menuitem_selected
{
    background-color: #BBA186;
}

#booking overview
table.bookingflow
{
  border-spacing: 0px;
  border-collapse: collapse;
}

td.bookingflowdate
{
  font-family:verdana;
  font-size:8pt;
  border: 0px;
  padding: 0px;
  margin: 0px;
}

td.bookingflow
{
  font-family:verdana;
  font-size:9pt;
  border: 0px;
  padding: 0px;
  margin: 0px;
}

td.bookingcurrent
{
  font-family:verdana;
  font-size:9pt;
  color: #5A7797;
  border: 0px;
  padding: 0px;
  margin: 0px;
}
td.legenda
{
 font-family:verdana;
 font-size:9px;
}

#title{
	float:left;
}
#help{
	float:right;
}
#help a {
	display: inline;
}

div.col-a1 h3, div.col-a2 h3 
{ 
    color: #043DBC;
    border-bottom: 1px dotted #3D7DC7;
    margin-bottom: 1.0em; 
}
