@charset "utf-8";

body{
    margin: 0;
    padding: 0;
    background-color: #000000;
}

.clear{
    clear: both;
}

strong{
    font-size: bold;
}

#wrapper{
    width: 890px;
    margin: auto;
}

h1{
    font-family: Helvetica, Arial, sans-serif;
    color: #555555;
    font-weight: normal;
    font-size: 32px;
    margin: auto;
    width: 870px;
    padding: 30px 0 30px 20px;
    border-bottom: 1px dashed #000000;
}

h2{
    font-family: Helvetica, Arial, sans-serif;
    color: #ffffff;
    font-size: 18px;
}

h2 span{
    font-size: 14px;
    font-weight: normal;
}

.reload-btn{
    padding: 5px 10px 5px 10px;
    background: #e8e8e8;
    border: none;
    -moz-box-shadow: 0px 1px 1px #666666;
    -webkit-box-shadow: 0px 1px 1px #666666;
    box-shadow: 0px 1px 1px #666666;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 0 20px 0;
}

#backend-container{
    padding: 30px 0 30px 20px;
    background-color: #000000;
    border-bottom: 1px dashed #000000;
}

#backend{
    width: 850px;
    height: 400px;
    background-color: #000000;
    background: url('BookingCalendar/images/loader-big.gif') no-repeat center center;
}

#frontend-container{
    padding: 30px 0 30px 20px;
    background-color: #000000;
    border-bottom: 1px dashed #000000;
    margin: 0 0 30px 0;
}

#frontend{
    width: 850px;
    height: 400px;
    background-color: #000000;
    background: url('BookingCalendar/images/loader-big.gif') no-repeat center center;
}