﻿/* Specific Colours  */
/*body
{
	margin: 0 0 0 0;
}
*/
a 
{
    color: #000000;
    text-decoration: none;
}
a:visited
{
    color: #000000;
    text-decoration: none;
}
a:hover
{
    color: #003399;
    text-decoration: none;
}
 
/* set up to be uased on the forms */

.divFormContent
{
    background-color: #BFD9CC;
    border: 1px solid #006B31;
    margin-bottom: 0.5em;
    padding: 0.5em 1em;
    text-align: left;
    width:90%;
}
  
.divButtons, .FormPage
{
    float: right;
}

.FormTableTitle
{
    width: 100%;
    border: 0;
    background: #FFFFFF;
    font-weight: normal;
    font-size: 0.8em;
    font-family: Verdana;
    border-top: 1px solid #006B31;
    border-left: 1px solid #006B31;
    border-right: 1px solid #006B31;
    margin-top: 1em;
    line-height: 1.3em;
    padding-top: 0.1em;
}
.FormTable
{
    width: 100%;
    border: 0;
    background: #FFFFFF;
    font-weight: normal;
    font-size: 0.80em;
    font-family: Verdana;
    border-bottom: 1px solid #006B31;
    border-left: 1px solid #006B31;
    border-right: 1px solid #006B31;
    line-height: 1.5em;
    padding-top: 0.1em;
}
 
.FormPageButton55
{
    background: #BFD9CC;
    border: 1px solid #006B31;
    color: #000000;
    height: 1.5em;
    width: 5em;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

.FormPageButton510
{
    background: #BFD9CC;
    border: 1px solid #006B31;
    color: #000000;
    height: 1.5em;
    width: 10em;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

.FormTitle
{
    background: #006B31;
    color: #FFFFFF;
    vertical-align: top;
    height: 2.0em;
}

.FormTitleX
{
    background: #FF99CC;
    color: #FFFFFF;
    vertical-align: top;
}

.FormH1
{
    background: #BFD9CC;
    color: #000000;
    font-weight: bold;
    font-size: 1.7em;
}

.FormH1Large
{
    background: #006B31;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 3.5em;
}
.FormH2
{
    background: #006B31;
    color: #FFFFFF;
    font-weight: normal;
    font-size: 1.2em;
}

.FormH3
{
    font-size: 1.00em;
}

.FormColumn50
{
    background: #FFFFFF;
    vertical-align: top;
    width: 50%;
}
.FormColumn1
{
    background: #FFFFFF;
    vertical-align: top;
    width: 25%;
}
.FormColumn1Colour
{
    background: #BFD9CC;
    vertical-align: top;
    width: 25%;
}
.FormColumnRfv
{
    background: #FFFFFF;
    vertical-align: top;
    width: 1%;
    float: right;
}

.FormColumn2
{
    font-weight: normal;
    vertical-align: top;
}

.FormColumn2Colour
{
    background: #BFD9CC;
    font-weight: normal;
    vertical-align: top;
}

.FormColumn3
{
    font-weight: normal;
    vertical-align: top;
}

.FormColumnRight
{
    font-weight: normal;
    vertical-align: top;
    float: right;
}

.FormTextBox
{
    font-weight: normal;
    position: relative;
    float: left;
    width: 50%;
}
.FormTextBoxShort
{
    font-weight: normal;
    position: relative;
    float: left;
    width: 30%;
}

.FormCboDate
{
    font-weight: normal;
    position: relative;
    float: left;
    width: 4.1em;
}

.FormCboYear
{
    font-weight: normal;
    position: relative;
    float: left;
    width: 5em;
}
.FormTextBox70
{
    font-weight: normal;
    position: relative;
    float: left;
    width: 70%;
}
.FormTextBoxLong
{
    font-weight: normal;
    position: relative;
    float: left;
    width: 90%;
}
.FormErrorText
{
    font-weight: normal;
    color: Red;
}
.FormPanel
{
    width: 600px;
    vertical-align: top;
    background-color: #FFFFFF;
    border: solid Red;
}
/* used on top of Vancany lists to tidy up paging buttons */
.previous
{
    float: left;
    width: 8em;
    font-size: 1.2em;
    color: #0099FF;
}
.page
{
    float: left;
    width: 10em;
    font-size: 1.2em;
    margin-left: 3em;
}
.next
{
    float: right;
    width: 8em;
    font-size: 1.2em;
    text-align: right;
    color: #0099FF;
}

/* --- Top Navigation --- */
#nav-menu
{
    color: #FFFFFF;
    background-color: #BFD9CC;
    vertical-align: middle;
    height: 35px;
    clear: both;
}
#nav-menu ul
{
    color: #FFFFFF;
    margin: 0px;
    list-style-type: none;
}
#nav-menu li
{
    color: #FFFFFF;
    margin: 0px;
    list-style-type: none;
    display: inline;
}
#nav-menu li a
{
    color: #FFFFFF;
    font-weight: bold;
    float: left;
    display: block;
    height: 35px;
    text-decoration: none;
    padding: 13px 16px 0px 15px;
}

#nav-menu a:link
{
    color: #FFFFFF;
    text-decoration: none;
    margin: 0px;
}
#nav-menu a:hover
{
    color: Yellow;
    background-color: Blue;
    background-repeat: repeat-x;
}

/* Left Navigation --- */
#left-menu
{
    color: #FFFFFF;
    background-color: #BFD9CC;
    vertical-align: top;
    height: 35px;
}
#left-menu a
{
    color: #FFFFFF;
    text-decoration: none;
}
#left-menu ul
{
    color: #FFFFFF;
    margin: 0px;
    list-style-type: none;
}
#left-menu li
{
    color: #FFFFFF;
    margin: 0px;
    list-style-type: none;
    display: block;
}
#left-menu li a
{
    color: #FFFFFF;
    font-weight: bold;
    float: left;
    display: block;
    height: 35px;
    text-decoration: none;
    padding: 1px 5px 1px 15px;
}

#left-menu a:link
{
    color: #FFFFFF;
    text-decoration: none;
}
#left-menu a:hover
{
    color: Yellow;
    background-color: Blue;
    background-repeat: repeat-x;
}
