
body {
    font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
    /* font-family: Georgia, Palatino, Times New Roman, sans-serif; */
    /* font-family: Helvetica, Arial, sans-serif; */
    font-size: 10pt;
    color: #00008b; 
    background-color: #ffffff;
}

#main {
   width: 95%;
   color: #222222;
}


/***** top left corner *****/
#header_left {
      display:none;
}

#header_left span {
   display:none;
}


/***** header top right *****/
#header_right {
    width:100%;
    height: auto;
    float: none;
    background: #FFFFFF;
    padding: 0;
}

#header_right span.print {
   display: inline;
}

#header_right img {
   display: none;
}

#header_right span.screen {
   display: none;
}

#header_right h1 {
   display: inline;
   line-height: 2em;
   font-family: French Scipt MT, times, serif;
   font-size: 28pt;
   font-style: italic;
   color: #725D3E;
   margin-left: 0; 
}

#address {
    position:static;
    float: right;
    /* position: absolute; */
    font-size: 12px;
    /* left:640px; */
    /* top: 20px; */
    text-align: right;
    /* width: 120px; */
    /* height: 60px; */
}

#subheader_left {
   display:none;
}

#subheader_right {
    font-size: 14pt;
    font-weight: bold;
    width: 100%;
    padding-bottom: 6px;
    background: #FFFFFF;
    color: #725D3E;
}

#subheader_right span {
    margin-left: 0;
}




/***** menu left side *****/
#content_left {
   display:none;
}




   

/***** content area right side *****/
#content {
    /* width: auto; */
    /* height: auto; */
    /* float: none; */
    width: 100%;
    background: #FFFFFF;
    line-height: 1.5em;
}

#content p {
    margin: 12px 0 0 0;
}

#content h3 {
    font-size: 15px;
    font-weight: bold;
    margin: 18px 15px 0 0;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

#inset_box {
    font-size: 12px;
    margin: 20px 10% 20px 10%;
    display: inline;  /* IE double float bug! */
    line-height: 1.1em;
    width: 80%;
}

.inset_box_column {
    margin-top: 6px;
    margin-bottom: 6px;
    padding-left: 30px;
    width: 40%;
    float: left;
}

.textbox h2 {
    color: Black;
    font-weight: bold;
    margin: 18px 0 0 0;
    font-size: 15px;
}


#sticky_note {
   display:none;
}



/**** Availability Table ****/
table.avail {
    font-size: 0.8em;
    vertical-align: bottom;
    text-align: center;
    /* background: #DDD; */
    /* border: 2px solid white; */
    border-collapse: collapse;
}

table.avail td {
   width: 18px;
   line-height: 18px;
   /* border: 1px solid white; */
}

.avail-table {
    border: 1px solid white;
}
    
.newyear {
    border-top: 1px solid white;
}

tr.header {
    border-bottom: 1px solid white;
    font-weight: bold;
}

td.year {
    font-weight: bold;
}

td.month {
    text-align: left;
    padding-left: 6px;
}

td.sa {
    /* color: #000; */
    /* background: #F6F6F6; */
    border-left: 1px solid white;
    /* width: 20px; */
}

td.so {
    /* color: #000; */
    /* background: #FFFFFF; */
    border-right: 1px solid ehite;
    /* width: 20px; */
}

td.L, td.L.sa, td.L.so {
    background: #FFCCAA;
}

td.M, td.M.sa, td.M.so {
    background: #EE9977;
}

td.H, td.H.sa, td.H.so {
    background: #C07050;
}

td.booked {
    font-weight: bold;
}


