
tr.error td
{
    background-color: orange;
}

tr.even td
{
    background: #efefef;
    padding: 2px;
    border-top: 1px solid #aeaeae;
}

tr.odd td
{
    background: white;
    padding: 2px;
    border-top: 1px solid #aeaeae;
}


/*{ font-family: Verdana, Arial, Helvetica;
      font-size: 16px;
      font-weight: bold;
      color: #0065A2 }*/
h2  { font-family: Verdana, Arial, Helvetica;
      font-size: 14px;
      font-weight: bold;
      color: #0065A2 }
h3  { font-family: Verdana, Arial, Helvetica;
      font-size: 12px;
      font-weight: bold;
      color: #0065A2 }

/*body text*/
body, p, tr, td { font-family: Verdana, Arial, Helvetica;
                  font-size: 12px }
body     { background-color: #E8E4CE; margin: 1em; }
.body    { font-family: Verdana, Arial, Helvetica;
           font-size: 12px }

#page-wrapper {
    width:95%;
    margin-left: auto;
    margin-right: auto;
    background-color: #F6F6F6;
}

a, a:visited { font-family: Verdana, Arial, Helvetica;
           font-size: 12px;
           text-decoration: none;
           color: #0065A2 }
a:hover { font-family: Verdana, Arial, Helvetica;
           font-size: 12px;
           text-decoration: underline;}

/*header menu items*/
td.headerspacer { background-color: #C0C0C0;
                  width: 10px;
                  border-bottom: 1px solid #000000 }
td.headeron     { color: #000000;
                  font-family: Verdana, Arial, Helvetica;
                  font-size: 12px;
                  font-weight: bold;
                  text-align: center;
                  border-left: 1px solid #000000;
                  border-right: 1px solid #000000;
                  border-top: 1px solid #000000 }
td.headeroff    { background-color: #EEEEEE;
                  font-family: Verdana, Arial, Helvetica;
                  text-align: center;
                  font-size: 12px;
                  border: 1px solid #000000 }
td.headeroff a { text-decoration: none; background-color: transparent;
                 color: #000000 }
td.headeroff a:hover { text-decoration: none;
                       color: #0065A2 }
td.headeron a { text-decoration: none; background-color: transparent;
                      color: #000000 }
td.headeron a:hover { text-decoration: none; background-color: transparent;
                       color: #0065A2 }



th       { background-color: #E0E0E0;
           text-align: left }
td       { text-align: left }
td.error { color: red }

.vacweekend { background-color: #E0E0E0}
.vacweekday { background-color: #FFFFFF}


.popup {
  background-color: #eeeeee;
  border: 1px solid #aaaaaa;
  padding: 5px 5px 5px 5px;

}

.nights { background: #eaeaea }
.bookings, .nights { text-align: right; }


.alert
{
    border: 1px solid black;
    line-height: 20px;
    background-color: orange;
    padding: 1em;
    text-align: center;
    margin: 1em !important;
}

.alert img
{
    position: relative;
    top: 4px;
    padding-right: 1em;
}



field, .field
{
    display: block;   
}


label, .label
{
    display: block;
    font-weight: bold;
}

row, .row
{
    display: block;
    padding: 5px;
}

.readonly row, .readonly .row
{
    border-bottom: 1px solid #EFEFEF;
}  

fieldset
{
    text-align: left;
    border: 1px solid silver;
    background: #f6f6f6;
    margin-bottom: 1em;
}  


legend{
    background: #f6f6f6;
    border: 1px solid silver;
}


.listing tr td
{
    border-bottom: 1px solid #E0E0E0;
}

tfoot
{
    background: #f0f0f0;
}

input, select, textarea
{
    border: 1px solid #c0c0c0;
}

.validation_error
{
    /*background: orange;*/
    border-color: orange;
    
}

table.eventstable tr.eventrow td
{
    border-bottom: 1px solid silver;
}

table.eventstable
{
    margin: 1em;
}

table.eventstable th
{
    background-color: silver;
}
