
body {
    color: #232327;
    background: White url('./images/line_3.png') repeat-y;
}

a, u { 
    color: #F9F6A7;
}


/***** header row *****/
#header_left {
    background: #686B64;
}

#header_right {
    background: #B4A186 url('./images/colour_3.png') repeat;
}

#address {
   color: White;
}


/***** subheader row *****/
#subheader_left {
    background: #F9F6A7;
}

#subheader_right {
    background: #F0AD38;
    color: #725D3E;
}


/***** menu left side *****/
#content_left {
    background: #D3D3D5 url('./images/colour_3_left.png') repeat;
}

#menu {
    color: #4F474D;
}

#menu div a {
    color: #4F474D;
}

#menu div a:hover {
    color: #725D3E;
    background: #F0AD38;
}

#menu div a:active {
    color: #F0AD38;
}

/***** content area right side *****/
#content {
    background: #B4A186 url('./images/colour_3.png') repeat;
}

#inset_box {
    border: 1px dashed #4F474D;
    background: #D3D3D5;
    color: #4F474D;
}

#inset_box h2 {
    margin: 18px 0px 0px 32px;
    font-size: 15px;
    font-weight: bold;
}

#inset_box {
    background-color: #F9F6A7;
}

#inset_box b {
    color:  darkred;
    font-size: 13px;
}

#subheader, .caption {
    background: #F0AD38;
    color: #725D3E;
}


/**** Seasons Table ****/
div.seasons {
    margin-top: 10px;
    margin-left: 32px;
    width: 310px;
    float: left;
    display: inline;  /* IE double float bug! */
}

table.seasons {
    font-size: 13px;
    /* font-family: Arial, Helvetica, sans-serif; */
    
}

table.seasons td.period {
    padding-right: 12px;
}

table.seasons td.euro {
    text-align: right;
}

div.textbox {
    font-size: 13px;
    /* font-family: Helvetica, Arial, sans-serif; */
    width: 250px;
    margin: 0;
    display: inline;     /* IE double float bug! */
    float: left;
    line-height: 1.1em;
    /* background-color: #F9F6A7; */
}

.textbox h3 {
    margin-top: 12px;
}

.textbox p {
    padding-bottom: 12px;
}

.textbox p.bottom {
    padding-bottom: 0;
    margin-bottom: 0;
}



/**** Availability Table ****/
#avail_row {
    background: #B4A186 url('./images/colour_3.png') repeat;
}

#avail {
    margin: 10px 0 0 10px;
    padding-top: 6px;
    padding-bottom: 12px;
    background: #B4A186 url('./images/colour_3.png') repeat;
}

#avail h3 {
    font-size: 15px;
    margin-left: 26px;
    margin-top: 6px;
}

table.avail {
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: bottom;
    text-align: center;
    border-collapse: collapse;
    margin: 10px 26px 18px 26px;
}

table.avail td {
    width: 18px;
    line-height: 18px;
    color: #000;
}

.newyear td {
    border-top: 1px solid  #B4A186;
}

tr.header td {
    border-bottom: 1px solid #B4A186;
    font-weight: bold;
}

td.year {
    font-weight: bold;
}

td.month {
    text-align: left;
    padding-left: 6px;
    padding-right: 4px;
}

td.sa {
    border-left: 1px solid #B4A186;
}

td.so {
    border-right: 1px solid #B4A186;
}

table.avail td {
    background-color: #F9F6A7;
}

table.avail td.booked {
    font-weight: bold;
    background-color: #F0AD38;
}


#expl {
   margin-bottom: 12px;
   margin-left: 26px;
   color: #000;
}

#expl td.avail {
    width: 18px;
    background: #F9F6A7;
}

#expl td.prov {
    width: 18px;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    background: #F0AD38;
    text-align: center;
}

#expl td.booked {
    width: 18px;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    background: #F0AD38;
    text-align: center;
}

#expl td.txt {
    padding-left: 6px;
    padding-right: 26px;
}


