/*	EDIT: Set site CSS here, add copyright info to top of file  */


/*  General page formatting  */
body
    {
    margin: 0px;
	text-align: center;
	font: normal 11px Geneva, Arial, sans-serif;
	}

/*  Page content formatting  */
#mainContent
    {
    width: 800px;
    margin-top: 40px;
    margin-bottom: 40px;
    }
#centerContent
    {
    width: 720px;
    min-height: 400px;
    height: auto;
    text-align: justify;
    }
#footerContent
    {
    position: fixed;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 146px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    }
#navBox
    {
    width: 720px;
    margin-top: 8px;
    margin-bottom: 8px;
    text-align: center;
    }


/*  Standard link colours  */
a
    {
    text-decoration: none;
    font-weight: bold;
    padding-left: 2px;
    padding-right: 2px;
    margin-left: -2px;
    margin-right: -2px;
    }
a:link
    {
    color: #99BC0C;
    }
a:visited
    {
    color: #99BC0C;
    }
a:hover
    {
    background: #C4F20D;
    color: #222222;
	}
.plainLink
    {
    text-decoration: none;
    padding: 0px;
    margin: 0px;
    }
a.plainLink:hover
    {
    background: #FFFFFF;
    }


/*  Basic text block formatting  */
.txt
    {
	font: normal 12px Geneva, Arial, sans-serif;
	color: #222222;
	}
.infoTxt
    {
    font: normal 10px Geneva, Arial, sans-serif;
    color: #222222;
    }
.note
    {
	font: normal 11px Geneva, Arial, sans-serif;
	font-style: italic;
	color: #7B7B7B;
	}
.heading
    {
    font-weight: bold;
    font-style: italic;
	font-size: 24px;
	color: #99BC0C;
	}

.heading2
    {
    font-weight: bold;
	font-size: 16px;
	color: #FF8C00;
	}
	
	
/*  Navigation link colours  */
a.navLink
    {
    font: normal 12px Geneva, Arial, sans-serif;
    text-decoration: none;
    font-weight: bold;
    display: block;
    width: 119px;
    height: 16px;
    padding-top: 4px;
    padding-bottom: 2px;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px;
    text-align: center;
    vertical-align: middle;
    background: url('../images/bgCell.png');
    }
a.navLink:link
    {
    color: #222222;
    }
a.navLink:visited
    {
    color: #222222;
    }
a.navLink:hover
    {
    color: #C4F20D;
    background: url('../images/bgCellOver.png');
	}
	

/*  Copyright block formatting  */
#copyrightContent
    {
	text-align: right;
	padding-top: 8px;
	clear: both;
	}
.copyright
    {
	font: 10px Geneva, Arial, sans-serif;
	color: #444444;
	}
a.copyright
    {
	font-weight: bold;
	text-decoration: none;
	color: #444444;
	}
a.copyright:link
    {
	color: #444444;
	}
a.copyright:visited
    {
	color: #444444;
	}
a.copyright:hover
    {
	text-decoration: underline;
	color: #202020;
	}


/*	Lists formatting  */
ul {
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	position: relative;
	left: -8px;
	}


/*  Forms formatting  */
input,textarea,select {
    font: normal 11px Verdana, Arial, sans-serif;
    color: #666666;
    background: #FFFFFF url('../images/inputShadow.png') repeat-x;
    border: 1px solid #AAAAAA;
    padding-left: 2px;
    padding-right: 2px;
    width: 200px;
    }
input.mainOption {
    font: normal 10px Verdana, Arial, sans-serif;
    font-weight: bold;
    color: #222222;
    background: #FFFFFF url('../images/submitShadow.png') left bottom repeat-x;
    border: 1px solid #AAAAAA;
    padding-left: 2px;
    padding-right: 2px;
    }
input.liteOption {
    font: normal 10px Verdana, Arial, sans-serif;
    font-weight: normal;
    margin: 6px;
    color: #666666;
    background: #FFFFFF;
    border: 1px solid #AAAAAA;
    }



/*	SWFUpload progres bar */
.progressWrapper {
	width: 396px;
	overflow: hidden;
}

.progressContainer {
	margin-top: 2px;
	padding: 4px;
	border: solid 1px #000000;
	background-color: #FFFFFF;
	overflow: hidden;
}
/* Message */
.message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #000000;
	background-color: #FFFFFF;
	overflow: hidden;
}
/* Error */
.red {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}

/* Current */
.green {
	border: solid 1px #000000;
	background-color: #FFFFFF;
}

/* Complete */
.blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 3px;
	background-color: blue;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url('../images/cancelbutton.gif');
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}
