/* 
COLOUR PALETTE ------------------------------------------------------------------------

#123456 primary
#456789	trim
#efefef background

FONT FAMILIES ------------------------------------------------------------------------

FontName01
FontName02

Font Embedding:

@font-face { 
font-family : FontName01; 
font-style : normal; 
font-weight : normal; 
src : url(/fonts/FontName01.eot); 
} 

GLOBAL SETTINGS
*/

body{background: #022D82;
margin:0px;
font-size: 10pt; 
font-family: verdana,arial,helvetica,sans-serif; 
color: white;}
table { 
font-size : 100%; 
} 

a:link {
color: 9999CC; 
font-weight: bold; 
text-decoration: none;}

a:visited {
color: 9999CC; 
font-weight: bold; 
text-decoration: none;}

a:hover, a:active {
color: FFFF99; 
background-color: transparent;
border: thin;
font-weight: bold; 
text-decoration: underline;
}

/*
LAYOUT SECTIONS ------------------------------------------------------------------------
*/

#header {
	font-size : 120%; 
	font-variant : small-caps; 
	font-weight: bold;	
	color : #123456; 
	background-color:#efefef;	
	text-align:center;
	width: auto;
	margin: 0px;
	padding: 8px;
} 
#content{
	margin:8px;
}
#sidebar {
	font-size : smaller; 
	float:left;
	width: 100px;
	background-color:#efefef;
	margin: 0px;
	padding: 8px;
	}
#footer {
	background-color:#efefef;
	clear: both;
	text-align:center;
	font-size : smaller; 
	width: auto;
	margin: 0px;
	padding: 8px;	
	 
}

/*
NAVIGATION BUTTONS  ------------------------------------------------------------------------
*/

.nav {
	width:100px;
	color: #456789;
	font-size: 11px;
	background-color:#efefef;
	font-variant: small-caps;
	font-weight: normal;
	padding: 3px;
	border: 1px solid #456789;
	cursor: pointer;
}
.nav a:link{color: #456789; text-decoration: none;}
.nav a:visited{color: #456789; text-decoration: none;}
.nav a:hover{color: black; text-decoration: none;}

.navOver {
	width:100px;
	color: #456789;
	font-size: 11px;
	background-color:#cccccc;
	font-variant: small-caps;
	font-weight: normal;
	padding: 3px;
	border: 1px solid #456789;
	cursor: pointer;
}
.navOver a:link{color: black; text-decoration: none;}
.navOver a:visited{color: black; text-decoration: none;}
.navOver a:hover{color: black; text-decoration: none;}


.button {cursor:pointer;
font-size: 12px;
color: black;
margin: 0px;
margin-top: 5px;
border: 1px solid #CC3333;
padding: 5px;
background-color: #efefef;
width: 200px;
filter:
progid:DXImageTransform.Microsoft.Alpha(opacity=80)
progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=-135, Strength=4);
text-align: center;
}
.button a:link{
color: black;
text-decoration: none;
}
.button a:visited{
color: black;
text-decoration: none;
}
.button a:hover{background: #F9F9EE;
color: #cccccc;
text-decoration: none;
}

.buttonOver {cursor:pointer;
font-size: 12px;
color: #CC3333;
margin: 0px;
margin-top: 5px;
border: 1px solid #CC3333;
padding: 5px;
background-color: #cccccc;
width: 200px;
filter:
progid:DXImageTransform.Microsoft.Alpha(opacity=80)
progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=-135, Strength=4);
text-align: center;
}
.buttonOver a:link{
color: #CC3333;
text-decoration: none;
}
.buttonOver a:visited{
color: #CC3333;
text-decoration: none;
}
.buttonOver a:hover{
color: #CC3333;
text-decoration: none;
}

/* 
HTML STYLES ------------------------------------------------------------------------
*/

h1 {
font-size : 150%; 
text-transform : uppercase; 
color : #123456; 
} 
h2 {
font-size : 120%; 
text-transform : uppercase; 
color : #FFFF99; 
} 
h3 {
font-size : 120%; 
font-variant : small-caps; 
color : #123456; 
background : #efefef; 
} 
h4 {
font-size : 100%; 
font-weight : bold; 
text-transform : uppercase; 
color : #123456; 
} 
hr {
color : #123456; 
height : 1px; 
} 
th {
font-size : larger; 
font-weight : bold; 
padding-bottom : 15px; 
color : #123456; 

font-variant : small-caps; 
text-align : left; 
} 

ul {
list-style-type : square; 
margin-left : 2em; 
} 
ol {
margin-left : 2em; 
} 
select {
font-size : smaller; 
} 
form { margin-bottom: 0 ; margin-top: 0 ; } 

/* 
CUSTOM STYLES ------------------------------------------------------------------------
*/
.colour {color: #123456}
.boldcolour {font-weight: bold; color: #123456}
.pic-caption {font-size: smaller;text-align:center}

.hilitebox {
	
	color: #123456;
	padding: 4px;
	font-weight: normal;
	border: 2px solid #456789;
	background-color: #efefef;
	margin: 2px;
}

.formfield {
border: 1px solid #123456;
width : 180px; 
} 
.px50 {
width : 50px; 
} 
.input-display {
	background-color: transparent;
	border: 0px none;
}
input.errHilite, select.errHilite, textarea.errHilite { /*for fValidate*/
	border: 1px solid #123456;
	background-color: #efefef;
	}
label.errHilite {
	color: #123456;
	}
.errors {color:#123456;}
.checkbox {margin-left: 20px;
display: list-item;
	list-style-image: url(/images/icons/generic/checkbox.gif);
}
.done {
list-style-image: url(/images/icons/generic/checkmark20.gif);
margin-left: 20px;
display: list-item;
}
.gone{
display:none;
}
.little{font-weight: normal;
text-decoration: none;
font-size:smaller
}
.little a:link  {
font-weight: normal;
text-decoration: none;}

.little a:visited  {
font-weight: normal;
text-decoration: none;}

.little a:hover {
font-weight: normal;
text-decoration: underline;}

