*
{
	margin: 0;
	padding: 0;
	font-family: arial,verdana,sans-serif;
	font-size:1em;	
}

BODY
{
	color: #000000;
	font-family: arial,verdana,sans-serif;
	font-size: 0.8em;
	line-height: 1;
	background: #F2F0E8 none repeat scroll 0 0;
	text-align: center;
}

H1, H2, H3
{
	color: #003366;
}

H1
{
	font-size: 1.5em;
}

H2
{
	font-size: 1.4em;
}

H3
{
	font-size: 1.3em;
}

TH
{
	vertical-align: baseline;	
	font-weight: bold;
	background-color: #AAAAAA;
	padding: 5px;
}


A:link
{
	text-decoration: none;
	color: #2974BC;	
}

A:visited
{
	text-decoration: none;
	color: #333399;
}

A:active
{
	text-decoration: none;
	color: #2974BC;
}

A:hover
{
	text-decoration: underline;
	color: #3333cc;
}

ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

UL LI
{	
	background-image: url(../images/small_star.gif);
	background-repeat: no-repeat;
	background-position: -1 .4em;
	padding-left: 1.2em;
	margin-top:0.5em;
}

img
{
	border: 0;
}

hr
{
	display:none;	
}

.clear
{
	clear:both;	
}

.Error
{
	color:Red;
}

/******* CHANGES *********/

.pageContainer
{
	background: #E0DCC5 none repeat scroll 0 0;
	margin: 0 auto;
	padding: 15px;
	position: relative;
	text-align: left;
	width: 998px;
}

#mainContent
{
	position: relative;
	margin: 0 auto;	
	width: 964px;
}

#mainContent .centred
{
	float: left;
	width: 956px;
}

#footer
{
	margin: 0 auto;
	position: relative;
	width: 964px;
	color: #FFFFFF;	
}

#footer .centred
{
	float: left;
	width: 956px;
}

#footer #footerContent
{
	position: absolute;
	right: 2px;
	top: 10px;
	width: 800px;
	text-align: right;
	padding: 10px;
	color:#2974BC;
	line-height:20px;	
}

#header
{
	margin: 0 auto;
	position: relative;
	width: 964px;
	color: #FFFFFF;	
}

#header .centred
{
	background-color: #2974BC;
	border: 2px solid #FFFFFF;
	float: left;
	width: 956px;
}

#secondaryMenu
{
	position: absolute;
	right: 2px;
	top: 2px;
	width: 800px;
	text-align: right;
	padding: 10px;
}

#secondaryMenu a
{
	/*font-size: 1.1em;
	color: #FFFFFF;
	font-weight: bold;	*/
	background-color:#8DBEE2;
	font-size: 1.1em;
	color: #ffffff;	/*2974BC*/
	font-weight: bold;	
	padding:5px 7px 5px 7px;
}

#secondaryMenu a:hover
{
	background-color:#B0DE09;
}

#secondaryMenu a.new
{
	font-size: 1.1em;
	color: #FFF000;
	font-weight: bold;
}

#secondaryMenu a.public
{
	background-color:#8DBEE2;
	font-size: 1.1em;
	color: #ffffff;	/*2974BC*/
	font-weight: bold;	
	padding:5px 8px 5px 13px;
}

#secondaryMenu a.public:hover
{
	background-color:#B0DE09;
}

#creditsMenu
{
	position: absolute;
	right: 15px;
	top: 60px;
	width: 410px;
	text-align: center;
	padding: 10px;
	border:solid 1px #FFF;
	background-color:#EEE;/*#8DBEE2;*/
	color:#999;/*#FFFFFF;*/
	font-size: 1.1em;
	font-weight: bold;	
}

#creditsMenu a
{	
	color: #2974BC;
}

#creditsMenu.noCredits
{	
	background-color:#FF797C;
	color:#FFF;
}

#creditsMenu.lowCredits
{	
	background-color:#FFCC66;
}

#noCredits
{
	right: 250px;
	top: 105px;
	width: 956px;
	text-align: center;
	padding: 10px;
	border:solid 1px #FFF;
	background-color:#FF797C;/*#8DBEE2;*/
	color:#FFF;/*#FFFFFF;*/
	font-size: 1.1em;
	font-weight: bold;	
	margin-bottom:10px;
}

#noCredits a
{	
	color: #950004;
}

#lowCredits
{
	right: 250px;
	top: 105px;
	width: 956px;
	text-align: center;
	padding: 10px;
	border:solid 1px #FFF;
	background-color:#FFCC66;
	color:#fff;
	font-size: 1.1em;
	font-weight: bold;	
	margin-bottom:10px;
}

#lowCredits a
{	
	color: #DF9700;
}

#versionNumber
{
	clear: both;
	position: absolute;
	right: 2px;
	top: 102px;
	width: 500px;
	text-align: right;
	padding: 10px;
	color: #FFFFFF;
}

#logo
{
	background-color: #FFFFFF;
	float: left;
	height: 64px;
	padding-right: 5px;	
	width: 100px;
}

#subHeader
{
	color: #FFFFFF;
	float: left;
	margin-top: 45px;
	padding-left: 10px;
	width: 600px;	
}

#subHeader h1
{
	padding: 3px 0;
	color: #FFFFFF;
}

#subHeader h2
{
	padding: 2px 0;
	color: #FFFFFF;
}

#subHeader h3
{
	font-size: 1.3em;
	padding: 2px 0;
	color: #FFFFFF;
}

.fullsection
{
	float: left;
	width: 956px;
}

.pageSection, .subsection
{
	background: #FFFFFF repeat-x scroll left top;
	border-bottom: 2px solid #9D9A8F;
	border-right: 1px solid #818078;
	height: auto !important;
	margin-bottom: 10px;
	min-height: 76px;
	padding: 7px 5px;
}

.wrapperOneColRight
{
	float: right;
	width: 324px;
}

.wrapperOneColRight .AccountSummary
{
	background: #B0DE09 repeat-x scroll left top;
	text-align:center;
	font-size:1.3em;
}

.wrapperOneColRight .AccountSummary a
{
	color: #518204;
	font-weight:bold;
}

.wrapperTwoColLeft
{
	float: left;
	width: 632px;
}

.wrapperTwoColLeft .pageSection
{
	width: 620px;
}

.left
{
	float: left;
}

#mainMenu
{
	background-color: #8DBEE2;	
	border: 2px solid #FFFFFF;
	clear: both;
	/*float: left;*/
	height: 20px;
	width: 956px;
	color: #FFFFFF;
	margin: 0 auto;
	margin-bottom: 10px;
}

#mainMenu span, #mainMenu a:link, #mainMenu a:visited, #mainMenu a:active, #mainMenu a:hover
{
	color: #FFFFFF;
}

#mainMenu span
{
	line-height: 2em;
	margin-left: 5px;
	padding: 5px;
}

.row
{
	clear: both;
	line-height: 1.8em;
	padding: 0.2em;	
}

.centreRow
{
	text-align:center;
}

span.labelStandardNoLeftFlush
{
	float: left;
	font-weight: bold;
	padding: 0 5px;
	text-align: right;	
}

span.labelStandard
{
	float: left;
	font-weight: bold;
	padding: 0 5px;
	text-align: right;
	width: 150px;
}

span.labelStandardNoBold
{
	float: left;
	font-weight: normal;
	padding: 0 5px;
	text-align: left;
	width: 150px;
}

span.labelStandardNoBoldWide
{
	float: left;
	font-weight: normal;
	padding: 0 5px;
	text-align: left;
	width: 250px;
}

span.labelSmall
{
	float: left;
	font-weight: bold;
	padding: 0 5px;
	text-align: right;
	width: 100px;
}

span.standOutRight
{
	float: left;
	font-weight: bold;
	padding: 0 5px;
	text-align: right;
	width: 150px;
	font-size:large;
	color:#2974BC;
	margin-top:10px;
}

span.standOut
{
	font-weight: bold;	
	text-align: left;	
	font-size:1.4em;
	color:#2974BC;	
}

span.mandatory
{
	color: #2974BC;
}

span.mandatory_standard
{
	color: #2974BC;
	margin-left: 150px;
}

input
{
	width: 190px;
	float: left;
	font-family: arial,verdana,sans-serif;
	margin-right: 7px;
	padding: 2px;
}

input.shortDate
{
	width: 75px;
	text-align:right;
}

input.checkbox
{
	width: 25px;
	float: none;
}

.checkbox input
{
	width: 25px;
	float: none;
}

input.hidden
{
	display:none;	
}

input.inputGoogleCheckout
{
	width: 117px;
	height:48px;
	float: left;
	font-family: arial,verdana,sans-serif;
	margin-right: 7px;
	padding: 0px;
}


input.inputHelpButton
{
	width: 14px;
	height:15px;
	float: left;
	font-family: arial,verdana,sans-serif;
	margin-right: 7px;
	padding: 0px;
}

input.button
{
	background-color: #3F464F;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-family: arial,verdana,sans-serif;
	padding: 2px;
	width: auto;
}

span.checkboxStandard input
{
	width: 30px;	
}

textarea
{
	width: 190px;
	float: left;
	font-family: arial,verdana,sans-serif;
	margin-right: 7px;
	padding: 2px;
}

textarea.textarea250
{
	width: 250px;	
}

textarea.textarea400
{
	width: 400px;	
}

select
{
	float: left;
	font-family: arial,verdana,sans-serif;
	font-size: 1em;
	margin-right: 7px;
	padding: 0;
	vertical-align: middle;
}

.select_small
{
	width: 60px;
}

.select_standard
{
	width: 138px;
}

.select_long
{
	width: 190px;
}

.select_extralong
{
	width: 300px;
}

.buttonContainer_small
{
	clear: both;
	margin-bottom: 10px;
	margin-left: 111px;
}


.buttonContainer_medium
{
	clear: both;
	margin-bottom: 10px;
	margin-left: 161px;
}

.tableResultsLeft
{
	width: 600px;
}

.tableResults
{
	width: 940px;
}

.tableResultsSnapShot
{
	width: 425px;
}

.tableResultsFullWidth
{
	width: 100%;
}

.tableResults td, .tableResultsLeft td, .tableResultsSnapShot td
{
	padding: 5px;
}

tr.odd
{
	background: #FFFFFF;
}

tr.even
{
	background: #EEE;
}

.bigBlock
{
	float:left;
	width:23%;
	height:100px;
	text-align:center;
	vertical-align:middle;
	font-size:1.8em;
	margin-left:10px;
}

.bigBlockPending
{
	border:double 1px #AAAAAA;
	background-color:#CCCCCC;	
	color:#AAAAAA;
}

.bigBlockCurrent
{
	border:double 1px #A9DB66;
	background-color:#CDE6AC;	
	color:#6E795F;
}

.bigBlockComplete
{
	border:double 1px #A9DB66;
	background-color:#CDE6AC;	
	color:#6E795F;
}

.bigBlockOwnershipChanged
{
	border:double 1px #A9DB66;
	background-color:#CDE6AC;	
	color:#6E795F;
}