html, body
{
    height: 100%;
}
body
{
    margin: 0;
    padding: 0;
    background-color: #fff;
    background-image: url(../images/bg-gradiant.gif);
    background-position: top;
    background-repeat: repeat-x;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
}
h1
{
    font-family: Arial Black, Verdana, sans-serif;
    font-size: 18px;
    line-height: 22px;
}
h2
{
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    color: #555;
}
h3
{
    line-height: 14px;
    font-weight: bold;
    border-bottom: 1px solid #9cf;
    padding-bottom: 3px;
}
#frame
{
    position: relative;
    text-align: left;
    overflow: auto;
    width: 850px;
    height: 100%;
    border-left: solid 4px #006;
    border-right: solid 4px #006;
    margin: 0 auto 0 auto;
    background-color: #fff;
}
#course-details
{
    float: right;
    position: relative;
    background-color: #cfc;
    line-height: 20px;
    text-align: left;
    padding: 10px 20px 0 20px;
    height: 130px;
}
div.bookingClosed{
    display: block;
    position: relative;
    left: -20px;
    bottom: -10px;
    right: 0;
    margin-right: -40px;
    background-color: #42a642;
    padding: 10px 20px 10px 20px;
    color: #fff;
    font-weight: 900;
    font-size: 1.3em;
    text-decoration: none;
    text-align: center;
}
a.bookingAction
{
    display: block;
    position: relative;
    left: -20px;
    bottom: -5px;
    right: 0;
    margin-right: -40px;
    background-color: #42a642;
    padding: 10px 20px 10px 20px;
    color: #fff;
    font-weight: 900;
    font-size: 1.3em;
    text-decoration: none;
    text-align: center;
}
a.bookingAction:hover
{
    color: #42a642;
    background-color: #ffc;
    text-decoration: underline;
}
#logo
{
    padding: 8px 12px;
}
#logo-name
{
    font-family: Arial Black, Verdana, sans-serif;
    font-size: 18px;
    line-height: 22px;
}
#logo-strapline
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 16px;
}
#menu
{
    background-color: #9cf;
    list-style: none;
    padding: 0 0 0 5px;
    margin: 0;
    clear: both;
    height: 26px;
}
#menu li
{
    float: left;
}
#menu li a
{
    display: block;
    font-size: 14px;
    color: #000;
    padding: 4px 10px 6px 10px;
    text-decoration: none;
    font-weight: bold;
}
#menu li a:hover
{
    background-color: #09f;
    color: #fff;
}
#content
{
    padding: 10px 20px 10px 20px;
}
#slideshow
{
    float: right;
    width: 200px;
    margin: 0;
    padding-right: 8px;
    padding-bottom: 8px;
}
#slideshow img, .framed_pic
{
    margin: 10px 10px 0 10px;
    border: 4px solid #999;
}
div.banner
{
    background-color: #f00;
    font-family: Arial Black, Verdana, sans-serif;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    padding: 0 0 0 5px;
    margin: 0;
    clear: both;
    height: 26px;
}
div.banner a
{
    color: #fff;
}
#programme-table
{
    width: 90%; /*500px; */
}
#programme-table th
{
    font-weight: bold;
    background-color: #9cf;
    padding: 5px 15px 5px 5px;
}
#programme-table tr
{
    background-color: #eee;
}
#programme-table td
{
    padding: 5px 15px 5px 5px;
    vertical-align: top;
    margin: 0;
    border: 0 none #ccc;
}
#programme-table .food
{
    background-color: #ccc;
}
.programme-info-panel
{
    float: right;
    padding: 10px;
    border: 3px solid #cfc;
    width: 170px;
    min-height: 300px;
    display: none;
    position: relative;
    background-color: #eee;
}
#associations
{
    clear: both;
    background-color: #9cf;
    padding: 5px 20px 5px 20px;
}
#enquiry-form
{
    float: right;
}
#enquiry-form input
{
    width: 200px;
}
#enquiry-form textarea
{
    width: 300px;
    height: 100px;
}
.error
{
    border: 1px solid #f00;
    color: #f00;
}
#slideshow1Images, #slideshow2Images, #slideshow3Images
{
    display: none;
}
div.controlPanel
{
    margin-top: 8px;
}
div.controlPanel input[type=text], div.controlPanel input[type=email], div.controlPanel select, div.controlPanel textarea
{
    width: 300px;
}
div.controlPanel textarea
{
    height: 75px;
}
.cheque, .bankTransfer, .invoice, .prepaid
{
    display: none;
}
p.highlight, 
div.highlight {
    border: solid 2px #333;
    background-color: #ddd;
    padding: 0.5em;
    display: block;
    float:left;
}
