body {
    background-color : white;
    color : #006DB5;
    font-family : Tahoma, Verdana, Arial;
    font-size : 11px;
    padding: 2px;
    margin: 2px;
}

input, select, textarea {
    color: inherit;
    background-color: #E0EAEE;
    font-family : inherit;
    font-size : inherit;
    padding-left : 2px;
    padding-right : 2px;
    -moz-border-radius: 5px;
}

select {
    padding-right : 0px;
}

input[type="text"], input[type="password"], input[type="checkbox"], select, textarea {
    border: solid 1px #006DB5;
    padding-left : 2px;
    padding-right : 2px;
}

input[type="submit"] {
    background-color: white;
}

input[type="submit"], input[type="button"], input[type="image"] {
    background-color: white;
    cursor: pointer;
}

input.calendar_date {
    color: inherit;
    background-color: white;
    text-align: center;
    width: 70px;
}

table.ebooking_box {
    /* background-repeat: repeat-x; */
    /* background-position: bottom; */
}

table.ebooking_box thead {
    color: white;
    text-align: left;
}

table.ebooking_box thead div.title {
    position: relative;
    top: 3px;
}

.btn {
    float: top;
    height: 31px;
    width: 140px;
    font-family: Trebuchet Ms, sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    background: url('../images/formattedbutton.png') left top no-repeat transparent;
    margin-right: 8px;
    border: 0px;
}

.btn2
{
    text-align: center;
    background: url('../images/buttonbg.png') left center repeat-x transparent;
    width: 116px;
    height: 20px;
    margin-bottom: 11px;
    font-family: Trebuchet Ms, sans-serif;
    font-size: 11px;
    color: #fff;
    border: 0px;

}

.btn_blue, .btn_orange {
    float: top;
    height: 28px;
    width: 140px;
    font-family: Trebuchet Ms, sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    margin-right: 8px;
    padding-bottom: 4px;
    border: 0px;
    -moz-border-radius: 5px;
}

.btn_blue {
    background: #3EABE6 url('../images/bg_blue_2color.jpg') repeat-x;
    background-position: center center;
}

.btn_orange {
    background: #F88B1D url('../images/bg_orange_2color.jpg') repeat-x;
    background-position: center center;
}

.box_light_blue, .box_blue, .box_light_orange, .box_orange {
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: black;
    padding: 5px;
}

.box_light_blue {
    background: #E7F7FF;
}

.box_blue {
    background: #9AD7F5;
}

.box_light_orange {
    background: #FCD8A5;
}

.box_orange {
    background: #F8A459;
/*     color: white; */
}

.box_blue .tab, .box_blue .active_tab {
    margin: 0 1px 0 0;
    padding: 5px 10px;
    width: 60px;
    -moz-border-radius: 5px;
}

.box_blue .tab {
}

.box_blue .active_tab {
    background: #E7F7FF;
}

.box_blue .tab a, .box_blue .active_tab a {
    text-decoration: none;
}

.box_orange .tab, .box_orange .active_tab {
    font-weight: bold;
    margin: 0 1px 0 0;
    padding: 3px 10px 3px 10px;
    width: 60px;
    -moz-border-radius: 5px;
    cursor: pointer;
}

.box_orange .tab {
}

.box_orange .active_tab {
    background: #E7F7FF;
}








#warning_background {
    background-color: black;
    position: absolute;
    width: 99%;
    height: 99%;
    z-index: 10;
    filter:alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

#warning {
    background-color: #FFCCCC;
    color: #C51F1F;
    font-weight: bold;
    font-size: 14px;
    position: relative;
    top: 100px;
    width: 500px;
    border: 1px solid #DD7777;
    z-index: 11;
    filter:alpha(opacity=100);
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
    opacity: 2.0;
}

#message {
    background-color: #ffe46f;
    color: #333333;
    font-size: 12px;
    font-weight: bold;
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 99%;
    padding: 2px;
    z-index: 9;
}

.big_opac_text {
    font-size: 80px;
    font-family: Arial, Tahoma;
    font-weight: bold;
    opacity: 0.1;
}

input.get_contact_info, textarea.get_contact_info {
    width: 200px;
}

.header {
/*     background-color: #06487b; */
/*     color: #70b8dd; */
    color: white;
/*     font-size: 20px; */
    font-family: "Lucida Grande", Arial;
    font-weight: bold;
    padding: 2px;
    margin: 0px;
    position: relative;
    top: 15px;
}

.header .logout {
    font-size: 14px;
}

.header a {
    color: #6cb8dd;
    font-weight: bold;
}

.header a:visited {
    font-weight: bold;
    color: #6cb8dd;
}

.menu {
    color: white;
    padding: 0px;
    margin: 0px;
}

.menu tr {
    font-weight: bold;
    font-size: 11px;
}

.menu .menu-level-0 {
    background-color: #6cb8dd;
    font-size: 14px;
    padding-left: 2px;
}

.menu .menu-level-0 a {
    color: inherit;
}

.menu .menu-level-1 {
    background-color: #c5e2ea;
    padding-left: 30px;
}

.menu .menu-level-2 {
    background-color: #dce7ea;
    padding-left: 60px;
}

.admin-menu {
    background-color: black;
    color: orange;
    padding: 0px;
    margin: 0px;
}

.admin-menu a {
    color: orange;
}


.headline {
    background-color: #ececec;
    color: #323358;
    border: 1px solid #cccccc;
    font-size: 14px;
    font-weight: bold;
    font-family: Tahoma, "Lucida Grande", Arial;
    padding: 2px;
    padding-left: 5px;
    -moz-border-radius: 2px;
}

body.module {
    background-color: #ffffff;
}

table.box {
    background-color: #F6F6F6;
    border: 1px solid #99C5FF;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

table.box thead {
}

table.box thead td span {
    background-color: #c6e2ea;
    color: #096AB5;
    font-size: 11px;
    font-weight: bold;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    padding-left: 5px;
    padding-right: 5px;
}
table.box td {
	color: #000000;
	     }

table.box thead td.active {
    background-color: #6eb8dd;
    color: white;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}

table.tbody {
}

table.box td.active a {
    color: white;
}

table.box td.active a:visited {
    color: white;
}

/* table.box */
tr.box-row-0 {
    background-color: white;
}

/* table.box */
tr.box-row-1 {
/*     background-color: #E5F1F3; */
}

.pointed {
/*     background: #F78E1E url('../../images/bg_orange_2color.jpg') repeat-x; */
    background-color: #FCD8A5;
    cursor: pointer;
}

.disabled-box {
    background-color: black;
    position: absolute;
/*     top: 0px; */
/*     left: 0px; */
    width: 100%;
    height: 100%;
    z-index: 2;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.calendar {
    /* jscalendar workaround */
    z-index: 5;
}

div.autocomplete {
  position: absolute;
  width: 250px;
  background-color: white;
/*   border: 1px solid #888; */
  margin:0;
  padding:0;
}

div.autocomplete ul {
  list-style-type:none;
  margin:0;
  padding:0;
}

div.autocomplete ul li.selected { background-color: #C5E2EA;}

div.autocomplete ul li {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 2px;
/*   height:32px; */
  cursor: pointer;
}


/*
TABLE.bookings_menu {
    font-size : 15px;
    font-weight : bold;
}

.right_aligned {
    text-align : right;
}


TR.roomtype_assignment_error {
    background-color : #880000;
}


.guest_data {
    background-color : #F4F1B2;
}


TABLE.new_guest_table {
    background-color : #F4F1B2;
}


TABLE.filter-table {
    border : #c0c0c0 dashed 1px;
}


TABLE.filter-table TR {
    background-color : #E4E9F6;
}


TR.filter-table-building {
    background-color : #F1E34D;
}


TR.filter-table-floor {
}


TABLE.booking-list {
}


TABLE.booking-list THEAD {
    background-color : #C0CCEA;
}


TABLE.booking-list TBODY {
    overflow : auto;
}
*/



INPUT.disabled {
    color : black;
    background-color : white;
}


.my_calendar-container {
}


.my_calendar {
    margin: 10px;
}

.my_calendar TABLE {
    background-color : #C0CCEA;
    border : black dashed 1px;
}

.my_calendar THEAD {
}

.my_calendar TBODY {
    background-color : #E8EBF4;
}

.my_calendar-daynames TD {
    font-style : italic;
    padding-left: 5px;
    padding-right: 5px;
}

.my_calendar-weekend {
    background-color: #CACAD8;
}

#room_type_pricing_background {
    position: absolute;
    visibility: hidden;
    z-index: 1;
    background-color: black;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: .85;
    filter: alpha(opacity=85);
    margin: 0px;
}

#room_type_pricing_content {
    position: absolute;
    visibility: hidden;
    z-index: 2;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 1.0;
    filter: alpha(opacity=100);
}


.copyright {
    color: white;
    font-size: 11px;
}

a {
    /* color: #000000; */
    color: #006AB5;
}

/* .active_tab {background-color: #ffffff;} */

/* .active_tab a {color: #000000;} */

form, input {
    margin: 0;
    padding: 0;
}

.rounded_blue_box {
    background-color: #EDF8F9;
    padding: 5px;
    -moz-border-radius: 5px;
}

.rounded_orange_box {
    background-color: #FFE7C5;
    padding: 5px;
    -moz-border-radius: 5px;
}

