﻿html
{
    height: 100%;
}
/*
' Change Log:
' 15-Nov-07 - DL - Remove erroneous open bracket '(' from div.inputlabel. 
'                  This was causing Firefox to reject the Styles!
' 10-Dec-07 - DL - Close all styles correctly with semi-colon on the last attribute.
*/
/* Generic styles */
body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: Black;
}
h1.section, h2.section
{
    color: #8E184A;
    margin: 0px;
    vertical-align: middle;
    height: 21px;
    padding-top: 3px;
    font-weight: bold;
    font-size: 14px;
    font-family: Geneva,Arial, Helvetica, sans-serif;
}
h2
{
    color: #8E184A;
    font-weight: normal;
    font-size: 12px;
    font-family: Geneva,Arial, Helvetica, sans-serif;
}
h3
{
    font-family: Geneva, Arial, Helvetica, sans-serif;
    color: #8E184A;
    font-weight: normal;
    font-size: 11px;
}
a:link
{
    color: #8E184A;
    font-weight: normal;
    text-decoration: none;
}
a:visited
{
    color: #8E184A;
}
a:active
{
    color: #8E184A;
}
a:hover
{
    color: #7D8A78;
}
input, textarea, select
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}
/* Styles used throughout the site */
#advertright
{
    height: 165px;
    padding-top: 5px;
    padding-bottom: 5px;
}

input.mandatory
{
    background-color: #E0AFC4;
    padding-left: 3px;
    padding-right: 3px;
    border: solid 1px #7f9db9;
}
select.mandatory
{
    background-color: #E0AFC4;
    padding-left: 3px;
    padding-right: 0px;
}
input.nonmandatory
{
    background-color: White;
    padding-left: 3px;
    padding-right: 3px;
    border: solid 1px #7f9db9;
}
select.nonmandatory
{
    background-color: White;
    padding-left: 3px;
    padding-right: 0px;
}

select.mandatory 
{
    background-color: #E0AFC4;
    padding-left: 3px;
    padding-right: 3px;
}
input.enquire
{
    background-color: #861746; /*#FEB500;*/
    color: White /* #000066; */
}
td.enquiry
{
    background-image: url(../Images/Enquire.gif);
    background-repeat:no-repeat;
    width: 105px;
    height:24px;
}
a.enquiry
{
    color: White;
    padding-left: 17px;
    line-height: 24px;
    font-weight:bold;
    text-decoration: none;
}
a:link.enquiry
{
    color: White;
    text-decoration: none;
}
a:visited.enquiry
{
    color: White;
    text-decoration: none;
}
a:active.enquiry
{
    color: White;
    text-decoration: none;
}
a:hover.enquiry
{
    color: White;
    text-decoration: none;
}

/*
#masterleftcol table { width:500px;}
#masterrightcol table {width:220px;}
*/
td input[type=button] { float:right;}
td input[type=submit] { float:right;}
td.cell005 { width: 5px;}
td.cell010 { width: 10px;}
td.cell025 { width: 25px;}
td.cell040 { width: 40px;}
td.cell040 input[type=text] { width: 20px;}
td.cell040 input[type=button] { width: 40px;}
td.cell040 input[type=submit] { width: 40px;}
td.cell050 { width: 50px;}
td.cell050 input[type=button] { width: 50px;}
td.cell050 input[type=submit] { width: 50px;}
td.cell080 { width: 80px;}
td.cell080 input[type=text] { width: 70px;}
td.cell090 { width: 90px;}
td.cell090 select { width: 90px;}
td.cell090 input[type=button] { width: 75px; }
td.cell090 input[type=submit] { width: 75px; }
td.cell090 input[type=text] { width: 70px;}
td.cell105 { width: 105px;}
td.cell105 input[type=text] { width: 40px;}
td.cell105 input[type=button] { width: 75px; }
td.cell105 input[type=submit] { width: 75px; }
td.cell105 input[type=text].mandatory { width: 70px; }
td.cell105 input[type=text].nonmandatory { width: 70px; }
td.cell105 select { width: 100px; }
td.cell140 { width: 140px;}
td.cell140 input[type=text] { width: 90px;}
td.cell140 input[type=button] { width: 60px;}
td.cell140 input[type=submit] { width: 60px;}
td.cell200 { width: 200px; }
td.cell200 input[type=text] { width: 160px; }
td.cell200 input[type=password] { width: 160px; }
td.cell200 select { width: 160px; }
td.cell200 input[type=button] { width: 100px;}
td.cell200 input[type=submit] { width: 100px;}
td.cell200 textarea { width: 100%; height: 150px;}
td.cell250 { width: 250px; }
td.cell250 textarea { width: 100%; height: 150px;}
td.cell340 { width: 340px;}
td.cell340 input[type=text] { width: 180px;}
td.cell340 select { width: 180px;}
td.cell340 input[type=button] { width: 125px;}
td.cell340 input[type=submit] { width: 125px;}
td.cell340 textarea { width: 300px; height:180px;}

.buttoncalendar
{
    border-style: none;
    border-width: 0px;
    vertical-align: bottom;
}
.popupcalendar .ajax__calendar_container
{
    background-color: #F5F5F5;
    font-size: 8px;
    border: 1px solid #646464;
}

.autocompletelist
{
    border-width: 1px;
    border-style: solid;
    line-height: 16px;
}
/* Styles for the main divs on each page */
.text
{
    margin: 5px;
}

image.map
{
    margin-left: 120px;
}

.linkurl
{
    border: thin solid #000000;
    padding: 10px;
    margin-right: 10px;
}
.clearer
{
    clear: both;
}
div.venue
{
    margin: 5px;
    overflow: hidden;
    height: 18px;
    width: auto;
}

div.venue ul
{
    margin: 0px;
    padding: 0px;
}

div.venue li
{
    list-style-type: none;
    margin: 0px;
    padding: 2px 0px 2px 0px;
    font-size: 12px;
}
div.venue a { font-weight:bold;}
div.venue a:hover
{
    font-weight: bold;
    text-decoration: underline;
}
div.venue a:visited
{
    font-weight: bold;
    text-decoration: none;
}

div.error-head
{
 font-weight:bold;
 }
div.error-col1
{
    float: left;
    width: 150px;
    padding-left: 5px;
    padding-right: 5px;
}
div.error-col2
{
    float: left;
    width: 300px;
}
div.error-sep
{
    clear: both;
    width: 100%;
}
div.error-footer
{
    clear: both;
    width: 100%;
    padding-top: 3px;
    padding-bottom: 3px;
}
