/*
* After modifying this style sheet, refresh the page being designed to see the effect of the modification.
* Click the Refresh button in the Visual Designer toolbar to refresh the page.
*/ 

/* Style rules to make Java Server faces Standarad data tables look better */

.list-header {
    background-color: #eeeeee;
    font-size: larger;
    font-weight: bold;
}

.list-paging-header {
    background-color: white;
}

.list-paging-footer {
    background-color: white;
}

.list-row-even { 
}

.list-row-odd { 
    background-color: #eeeeee;
}

/* Style rules for message severity levels */

.infoMessage {
    color: black;
}

.warnMessage {
    color: orange;
    font-weight: bold;
}

.errorMessage {
    color: red;
    font-weight: bold;
}

.fatalMessage {
    color: red;
    font-style: italic;
    font-weight: bold;
}

/*TIMEBAR*/
/*
.banner {
    border: 1px solid darkblue;
    padding: 5px 5px 5px 5px;
}  
.hourbar {    
    width:100%;
    clear: both;
}
.hourbar a {
    background: white url('img/border.gif') no-repeat right;
    display: block;
    height: 25px;
    float: left;
    border: 1px solid darkblue;
}
.hourbar .reserved {
    background-color: orange;
}
.hourbar .open {
    background-color: green;
}

.hourbar .break_time {
    background-color: blue;
}

.hourbar .special_time {
    background-color: red;
}

.hourbar .booked {
    background-color: blue;
}
.hourbar a {
    width: 60px;
}*/