html {
  font-size: 62.5%;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  min-height: 100%;
  overflow-y: scroll;
}

body   
{
  min-height: 100%;
  background-color: #9ac2e7;
  background-image: url('images/bg.jpg');
  background-repeat: no-repeat;
  background-position: right top;
  font-size: 1.2em;
  line-height: 1.5em;
  margin: 0px;
  padding: 0px;
  color: #8d8d8d;
}

h1, h2, h3, h4, h5, h6 {
  color: #7bb6ca;
  font-weight: normal;
}

h1 {
  font-size:2.0em;
  line-height: 1.8em;
  margin-top: 0;
  margin-bottom: 0.9em; 
}

p {
    margin-top: 0px;
    margin-bottom: 1.5em;
}

a {
  text-decoration: none; 
  /*color: #8d8d8d;*/
  color: #4e8b9f;
}

a:not(.aspNetDisabled):hover {
  color: #4e8b9f;
}

a img {
    border: none;
}

textarea, input {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 1.0em;
}

button, input[type='submit']
{
    font-size: 0.8em;
    text-transform: uppercase;
    border: solid 1px #e1e2e2;
    background: #ffe87e;
    padding: 3px 5px;
    cursor: pointer;
}

#login {
    position: absolute;
    right: 20px;
    top: 25px;
}

#center{
  margin-left: auto;
  margin-right: auto;
  width: 1002px;
  height: 100%;
  background-color: #ffffff;
}

#top_banner {
  width: inherit;
  height: 131px;
  background-image: url('images/screen_mieterportal_4_02.png');
  position: relative;
}

#top_banner img.logo {
  position: absolute;
  top: 29px;
  left: 26px;
}

#menu_banner {
  width: inherit;
  height: 25px;
  background-image: url('images/menu_bg.png');
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

#menu_banner li {
  text-transform: uppercase;
  float: left;
  margin-left: 24px;
  margin-top: 5px;
}


#menu_banner li a {
    color: #8D8D8D;
}

#menu_banner li.selected a {
  color: #4e8b9f;
}

#left_navigation {
  float:left;
  margin: 0px;
  margin-top: 1.5em;
  padding: 0px;
  list-style-type: none;
  width:238px;
}

#left_navigation li {
  position:relative;
  font-weight: bold;
  height:1.5em;
  margin-bottom: 0.4em;
}

#left_navigation li a
{
    color: #8d8d8d;   
}

#left_navigation li.selected a
{
    color: #4e8b9f;   
}

#left_navigation li img {
  position:absolute;
  left: 0px;
  bottom: 0px;
}

#center_main{
  height: 100%;
  background-color: #ffffff;
  background-image: url('images/center_bg.jpg');
  background-repeat: no-repeat;
  background-position: left top;
  padding: 35px 26px 16px 20px;
}

#content {
  float: left;
  width: 712px;
}

#content h1:first-of-type {
    margin-top: 0px;
}

#footer_copyright 
{
    margin-top: 15px;
    display: block;
    margin-left: 239px;
    text-transform: uppercase;
    font-size: 0.8em;
}

.accordion h2 {
    font-size: 1em;
    font-weight: normal;
}

.accordion h2 span {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    margin-top: 7px;
    margin-right: 5px;
}

.accordion.comment > div .actions {
    
}

#content > .actions {
    padding: 10px 13px;
}

.accordion.comment > div .actions a {
    margin-right: 0.7em;
}

.actions textarea {
    width: 100%;
    padding: 0px;
}

.actions a {
    font-size: 0.8em;
}

.forum .actions {
    margin-top: 5px;
}

.forum .rollout {
    text-align: right;
}

/* PROFILE */
.profile_picture 
{
    position: absolute;
    top: 0;
    right: 0;
    height: 150px;
}

.profile_picture img {
    width: inherit;
    height: inherit;
}

.profile .label 
{
    display: block;
    width: 200px;
}

.profile table {
    border-collapse: collapse;
}

.profile_info .value {
    max-width: 250px;
}

.profile.accordion > .ui-accordion-content{
    min-height: 155px;
}

.profile table th, .profile table td {
    padding: 0;
}

.profile table input, .profile table textarea {
    position: relative;
    left: -2px;
}

.profile table input[type='text'], .profile table textarea {
    width: 300px;
    padding: 0px;
}

.dividor 
{
    margin-top: 1em;
    margin-bottom: 1em;
    width: 100%;
    height: 1px;
    border-top: 1px solid #cccccc;
}

.profile .profile_actions td {
    padding-top: 1em;
}

.loader {
    text-align: center;
}

.loader img {
    margin-left: auto;
    margin-right: auto;
    width: 16px;
}

.right_aligned_table > tbody > tr > td:first-child {
    text-align: right;
}

/* validators */
.textbox_retrieve {
    width: 147px;
}
/* end validators */

/* callout */
.customCalloutStyle div, .customCalloutStyle td
{
    border: solid 1px #CD0A0A;
    background-color: #f8ddde;
}

.customCalloutStyle .ajax__validatorcallout_popup_table
{
    display: none;
    border: none;
    background-color: transparent;
    padding: 0px;
}
.customCalloutStyle .ajax__validatorcallout_popup_table_row
{
    vertical-align: top;
    height: 100%;
    background-color: transparent;
    padding: 0px;
}
.customCalloutStyle .ajax__validatorcallout_callout_cell
{
    width: 20px;
    height: 100%;
    text-align: right;
    vertical-align: top;
    border: none;
    background-color: transparent;
    padding: 0px;
}
.customCalloutStyle .ajax__validatorcallout_callout_table
{
    height: 100%;
    border: none;
    background-color: transparent;
    padding: 0px;
}
.customCalloutStyle .ajax__validatorcallout_callout_table_row
{
    background-color: transparent;
    padding: 0px;
}
.customCalloutStyle .ajax__validatorcallout_callout_arrow_cell
{
    padding: 8px 0px 0px 0px;
    text-align: right;
    vertical-align: top;
    font-size: 1px;
    border: none;
    background-color: transparent;
}
.customCalloutStyle .ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv
{
    font-size: 1px;
    position: relative;
    left: 1px;
    border-bottom: none;
    border-right: none;
    border-left: none;
    width: 15px;
    background-color: transparent;
    padding: 0px;
}
.customCalloutStyle .ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv div
{
    height: 1px;
    overflow: hidden;
    border-top: none;
    border-bottom: none;
    border-right: none;
    padding: 0px;
    margin-left: auto;
}
.customCalloutStyle .ajax__validatorcallout_error_message_cell
{
    font-family: Verdana;
    font-size: 10px;
    padding: 5px;
    border-right: none;
    border-left: none;
    width: 100%;
}
.customCalloutStyle .ajax__validatorcallout_icon_cell
{
    width: 0px;
    padding: 0px;
    border-right: none;
}

.customCalloutStyle .ajax__validatorcallout_icon_cell > *, .customCalloutStyle .ajax__validatorcallout_callout_cell {
    display: none;
}


.customCalloutStyle .ajax__validatorcallout_close_button_cell
{
    vertical-align: top;
    padding: 0px;
    text-align: right;
    border-left: none;
}
.customCalloutStyle .ajax__validatorcallout_close_button_cell .ajax__validatorcallout_innerdiv
{
    border: none;
    text-align: center;
    width: 10px;
    padding: 2px;
    cursor: pointer;
}
/* callout end */

/* Calendar */

table.calendar {
    margin-top: 20px;
}

table.calendar, table.calendar td {
    border: 1px solid #AAAAAA;
}

table.calendar td {
    padding: 3px;
}

table.calendar td.outside_of_interval:not(.step_interval) {
    background-color: #e7e7e7;
}

table.calendar .next_week {
    float: right;
}

table.calendar td.clickable:hover {
    background-color: yellow;
}

table.calendar .day_column {
    text-align: center;
}

.day_column {
    width: 70px;
}

.calendar_entry {
    padding: 2px;
    overflow: hidden;
    font-size: 0.8em;
}

.calendar_entry.allocated {
    background-color: rgb(255, 255, 153);
}

.calendar_entry.booked {
    background-color: rgb(148, 210, 148);
}

.calendar_entry.taken {
    background-color: #ffa175;
}

.step_interval {
    background-color: #AAAAAA;
}

.clickable {
    cursor: pointer;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 1;
}

#tooltip h3, #tooltip div { margin: 0; }

.wrapCommonUnit {
    width: 50%;
    float: left;
}

.wrapOccupation {
    width: 50%;
    float: left;
    text-align: right;
}

.wrapCommonUnit .label, .wrapOccupation .label {
    margin-right: 15px;
}


.download {
    list-style-type: none;
    padding-left: 5px; 
}

.download img {
    position: relative;
    top: 2px;
    margin-right: 5px;
}

/* background */

.popup_background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    opacity: 0.75;
    z-index: 10000;
}

.popup 
{
    margin: 0 auto;
    width: 500px;
    background-color: #FFFFFF;
    border: solid 1px #000000;
    position: fixed;
    z-index: 10001;
    -moz-box-shadow: 0px 5px 5px #888888;
    -webkit-box-shadow: 0px 5px 5px #888888;
    box-shadow: 0px 5px 5px #888888;
}

.popup .popup_title {
    font-weight: bold;
    background-color: #eeeeee;
    padding: 4px 15px;
}

.popup_content {
    padding: 15px;    
}

.popup .close_image {
    position: absolute;
    top: -15px;
    right: -15px;
}

.popup .remove_reservation_form 
{
    border-top: solid 1px #CCCCCC;
    text-align: center;
    margin-top: 15px;
}

.popup .remove_reservation_form span {
    display: block;
    padding: 10px 0px;
}

.popup table {
    width: 100%;
    border-collapse: collapse;
}

.popup table td{
    padding: 2px;
}

.popup table tr td:first-child {
    width: 125px;
}

.popup table input[type='text'] {
    width: 150px;
}

.popup table select {
    width: 156px;
}


/* end background */

/* Calendar end */

.add input[name='title'] {
    width: 50%;
}











/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
