﻿/*--------------------------------------------------------------------------------
Colour Scheme
--------------------------------------------------------------------------------*/
.PrimaryColour { background-color:#AB001E; }
.SecondayrColour { background-color:#FFCA5A; }
.BkgdColour { background-color:Transparent; }
/*------------------------------------------------------------------------------*/



/*--------------------------------------------------------------------------------
Form Elements
--------------------------------------------------------------------------------*/
input, select, textarea { font:100% arial,sans-serif; }
.Button { padding:0 15px 0 15px; height:25px; border:solid 1px black; color:#FFFFFF; }
/*------------------------------------------------------------------------------*/



/*--------------------------------------------------------------------------------
User Interface
--------------------------------------------------------------------------------*/
.Heading { color:#ffffff; font-weight:bold; }
.Seperator { border:solid 1px #AB001E; }
/*------------------------------------------------------------------------------*/



/*--------------------------------------------------------------------------------
Others
--------------------------------------------------------------------------------*/
.Note { font-size:80%; font-style:italic; }
#ErrorContent { height:615px; }
/*------------------------------------------------------------------------------*/
