/*MAIN STYLESHEET*/
body,h1,h2,h3,h4,h5,h6,form,fieldset,legend,table,caption,blockquote
{
padding:0;
border:0;
margin:0;
}
/*BODY STYLES*/
body
{
background-color: #FFFFFF;
font-size:12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #666666;
text-align: center;
}
/*GLOBAL STYLES*/
a
{
color: #00CCFF;
text-decoration: none;
}
a:hover
{
color: #333333;
}
h1
{
font-weight: bold;
background-color: #00CCFF;
color: #333333;
clear:both;
font-size:1.2em;
}
h2
{
font-weight: bold;
background-color:transparent;
color: #00CCFF;
border-bottom:1px solid #00CCFF;
clear:both;
font-size:1em;
margin:10px 0px 10px 0px;
}
h3
{
font-weight: bold;
background-color:#333333;
color: #00CCFF;
font-size:0.9em;
clear:both;
}
blockquote
{
border:1px solid #00CCFF;
padding:3px;
background-color:#FFFFFF;
color:#00CCFF;
clear:both;
}
blockquote.valid
{
border:0;
border-top:5px solid #00CC00;
border-bottom:5px solid #00CC00;
color:#00CC00;
background-color:#FFFFFF;
margin:10px 0px 10px 0px;
}
blockquote.invalid
{
border:0;
border-top:5px solid #FF0000;
border-bottom:5px solid #FF0000;
color:#FF0000;
background-color:#FFFFFF;
margin:10px 0px 10px 0px;
}
form fieldset
{
padding:0;
margin-top:16px;
border:1px solid #00CCFF;
}
form legend
{
background-color:#00CCFF;
color:#FFFFFF;
border:1px solid #00CCFF;
padding:1px;
}
form label
{
font-weight:bold;
color:#00CCFF;
}
.large
{
font-size:1.2em;
color: #000000;
}
.tiny
{
font-size:0.8em;
}
.error
{
color: #FF0000;
}
.success
{
color: #00CC00;
}
/*FORM STYLES*/
.textbox1
{
background-color: #FFFFFF;
border:0;
border-bottom:1px solid #00CCFF;
color:#00CCFF;
padding: 0px;
width: 100%;
height: 22px;
}
.button1
{
font-weight: bold;
background-color: #00CCFF;
color:#333333;
border: 1px solid #333333;
padding:0px;
}
textarea
{
padding: 1px;
background-color: #FFFFFF;
border:0;
border-bottom:1px solid #00CCFF;
color:#00CCFF;
width: 100%;
height: 200px;
}
select
{
padding: 0px;
background-color: #FFFFFF;
border: 1px solid #00CCFF;
width: 100%;
height: 22px;	
}
select.multiple1
{
height: 140px;	
}
/*PAGE LAYOUT STYLES*/
div.container
{
width: 743px;
margin: 0px auto;
text-align: left;
}
div.header
{
position: relative;
width: 743px;
height: 110px;
clear:left;
background-image:url(../img/header_blue.gif);
background-repeat:no-repeat;
}
div.footer
{
position: relative;
clear: both;
width: 743px;
height: 30px;
text-align:right;
}
div.left
{
float:left;
width:148px;
height:490px;
background-image:url(../img/line1.gif);
background-repeat:repeat-y;
position:relative;
}
div.colourswatch
{
float:right;
display:block;
width:100%;
height:26px;
}
.leftfooter
{
position:absolute;
bottom:0px;
left:0px;
background-image:url(../img/menu_footer_blue.gif);
background-repeat:no-repeat;
width:148px;
height:112px;
}
.leftmenubox
{
width:148px;
height:26px;
}
div.content
{
float:right;
width: 563px;
padding: 0px;
min-height:400px;
}
* html .content
{
height:400px;
}
/*
NAVIGATION
*/
.menubuttons
{
width:100%;
}
.menubuttons ul
{
list-style:none;
margin:0;
padding:0;
}
.menubuttons li a
{
display:block;
background-color:transparent;
border-bottom: 1px solid #333333;
color:#333333;
width:100%;
}
.menubuttons li a:hover
{
background-color:#00CCFF;
color:#000000;
}
.menubuttons li.active a
{
background-color:#00CCFF;
color:#000000;
}
/*
PAGE CONTENT
*/
.datatable
{
width:100%;
font-size:1em;
text-align:center;
border-collapse:collapse;
}
.datatable tr
{
border-bottom:1px solid #00CCFF;
}
.dataheadings
{
font-weight:bold;
background-color:#00CCFF;
color:#FFFFFF;
}
.datasubheadings
{
font-weight:bold;
font-variant:small-caps;
background-color:#333333;
color:#00CCFF;
}
.shaded
{
background-color:#EEEEEE;
}
span.imagecaption
{
width:100%;
text-align:center;
font-size:0.8em;
display:block;
}