body {
	font-family:		Verdana;
	background:			#FFFFFF;
	padding:			0px;
	margin:				0px;
	color:				#777777;
	}

table {
	width:					100%;
	border-collapse:		collapse;
	padding:				0px;
	margin:					0px auto;
	font-size:				10px;
	}
	
td {
	vertical-align:			top;
	}


.noResults {
	text-align:				center;
	padding:				2em;
	font-size:				1.5em;
	font-family:			Helvetica;
	font-weight:			bold;
	color:					#AA4400;
	}

a {
	text-decoration:		none;
	border:					none;
	color:					#4474CC;
	font-size:				12px;
	font-family:			Arial;
	font-weight:			bold;
	}

a img {
	border:					none;
	}

.spacer {
	font-size:				.5em;
	}

h3 {
	width:					750px;
	margin:					.5em auto;
	color:					#679966;
	font-size:				28px;
	font-weight:			bold;
	}

h4 {
	width:					750px;
	margin:					1.75em auto .5em;
	color:					#679966;
	font-size:				16px;
	border-bottom:			1px solid #9ACC99;
	font-weight:			bold;
	padding:				0px 0px .125em;
	}


.failResult {
	margin:					2em auto;
	text-align:				center;
	width:					600px;
	color:					#DDDDDD;
	font-size:				12px;
	font-weight:			bold;
	background:				#550000 url( ../image/error.gif ) 
							no-repeat 10px 50%;
	border:					2px solid #FF0000;
	padding:				1.5em 2em;
	}

.warnResult {
	margin:					2em auto;
	text-align:				center;
	width:					600px;
	color:					#333333;
	font-size:				12px;
	background:				#FAFADD;
	border:					2px solid #FFFF00;
	padding:				1.5em 2em;
	}

.goodResult {
	margin:					2em auto;
	text-align:				center;
	width:					600px;
	color:					#DDDDDD;
	font-size:				12px;
	font-weight:			bold;
	background:				#005500;
	border:					2px solid #00FF00;
	padding:				1.5em 2em;
	}

.footerTable {
	width:					750px;
	margin:					2em auto 3em;
	clear:					both;
	}


	.footerTable td {
		text-align:			right;
		font-size:			10px;
		padding:			1em 1em;
		}

.headerTable {
	width:					100%;
	margin:					0px;
	padding:				0px;
	}
	
	.headerTable td {
		padding:			0px;
		margin:				0px;
		}
	
	.headerTable td.headerSide {
		background: 		url( ../image/bg_header.jpg ) repeat-x;
		width:				50%;
		}
		
		
.introductionTable {
	width:					750px;
	border-collapse:		separate;
	border-spacing:			5px;
	}

	.introductionTable h1 {
		margin:				auto;
		font-size:			16px;
		letter-spacing:		1px;
		padding:			0em .6em;
		color:				#0055AA;
		}

	.introductionTable h2 {
		margin:				auto;
		font-size:			11px;
		padding:			.05em 0em;
		text-align:			center;
		font-weight:		bold;
		color:				#0055AA;
		}


	.introductionTable td {
		background:			#F3F3F3;
		border-top:			2px solid #F6F6F6;
		border-left:		2px solid #F6F6F6;
		border-right:		2px solid #D6D6D6;
		border-bottom:		2px solid #D6D6D6;
		}

	.introductionTable td p:first-letter {
		font-weight:		bold;
		}

	.introductionTable td p {
		margin:				0em 2em 2em;
		}
		

	.registrationTable {
		}

	.registrationTable td {
		border:				none;
		padding:			0px;
		background:			none;
		text-align:			center;
		}

	.registrationTable td input.submitInput {
		margin: 			.75em 2em 0em;
		}
		
	.registrationTable td input.textInput,
	.registrationTable td select {
		margin:				4px auto;
		width:				80%;
		}

	.registrationTable td label {
		margin-top:			1.3em;
		display:			block;
		font-size:			10px;
		color:				#002288;
		letter-spacing:		1px;
		width:				80%;
		text-align:			left;
		padding-left:		2em;
		}

.sectionLinks {
	width:					725px;
	margin:					1em auto;
	text-align:				right;
	padding-right:			25px;
	border-top:				1px solid #DDDDDD;
	border-bottom:			1px solid #DDDDDD;
	background:				#F3F3FA;
	}
	
.valignTable {
	width:					100%;
	margin:					0px;
	}

.valignTable td {
	vertical-align:			middle;
	}
	
	
.formSubmit {
	width:					470px;
	text-align:				right;
	padding-right:			30px;
	margin:					.5em auto;
	}

.objectView {
	width:					500px;
	margin:					auto;
	padding:				5px 0px;
	border-top:				2px solid #F6F6F6;
	border-left:			2px solid #F6F6F6;
	border-right:			2px solid #D6D6D6;
	border-bottom:			2px solid #D6D6D6;
	background:				#F0F0F0;
	}
	
	.objectView table {
		width:				100%;
		}
	
	.objectView table th {
		color:				#44748B;
		font-size:			11px;
		font-weight:		normal;
		text-align:			right;
		font-family:		Verdana;
		font-weight:		bold;
		border-right:		1px solid #CCCCCC;
		padding:			7px .8em;
		width:				100px;
		}
		
	.objectView table td {
		text-align:			center;
		}
		
	.objectView table td input,
	.objectView table td select,
	.objectView table td textarea {
		width:				97%;
		margin:				2px auto;
		}

	.objectView table td textarea {
		height:				12em;
		}
		
	.objectView table td input.submitInput {
		width:				auto;
		}
		
	.objectView table tr.rowAlt th {
		background:			#FAFAFD;
		}

	.objectView table tr.rowAlt td {
		background:			#F9F9F9;
		}
		
	.objectView table tr.rowNorm th {
		background:			#F3F3F8;
		}

	.objectView table tr.rowNorm td {
		background:			#F0F0F0;
		}

div.jumpMenu {
	width:					750px;
	text-align: 			center;
	margin:					1em auto;
	font-size:				12px;
	font-weight:			normal;
	font-family;			Arial;
	color:					#888888;
	height:					3em;
	}
	
	div.jumpMenu a {
		font-size:			12px;
		font-weight:		normal;
		font-family;		Arial;
		}
		
.appStatus {
	width:					750px;
	margin:					2em auto .5em auto;
	text-align:				right;
	font-family:			Georgia;
	}
	
	
	.appStatus strong {
		padding:			.15em .5em;
		text-transform:		uppercase;
		}
		
	.appStatus strong.Approved {
		background:			black;
		color:				white;
		}

	.appStatus strong.Complete,
	.appStatus strong.Open {
		color:				black;
		background:			#00FF00;
		border:				1px solid #AAAAAA;
		}
		
	.appStatus strong.Suspended,
	.appStatus strong.Pending {
		color:				black;
		background:			yellow;
		border:				1px solid #AAAAAA;
		}

	.appStatus strong.Rejected {
		color:				black;
		background:			red;
		border:				1px solid #AAAAAA;
		}

		
.objectList {
	width:					750px;
	margin:					auto;
	background:				#FCFCFC;
	padding:				10px 0px;
	}
	
	.objectList table {
		width:				100%;
		}
		
	.objectList table th {
		border-bottom:		1px solid #667799;
		color:				#44748B;
		font-size:			11px;
		font-weight:		normal;
		text-align:			left;
		font-family:		Verdana;
		letter-spacing:		1px;
		padding:			7px .8em;
		}
		
	.objectList table th.colNorm {
		background:			#F3F3F5;
		}
	
	.objectList table th.colAlt {
		background:			#E8E8EA;
		}
		
	.objectList table tr td {
		padding:			4px 1em;
		vertical-align:		middle;
		text-align:			left;
		}
		
	.objectList table tr.rowAlt td.colNorm {
		border-bottom:		1px solid #BBBBBB;
		background:			#E6E6E6;
		}

	.objectList table tr.rowAlt td.colAlt {
		border-bottom:		1px solid #BBBBBB;
		background:			#DCDCDC;
		color:				#666666;
		}
	
	.objectList table tr.rowNorm td.colNorm {
		border-bottom:		1px solid #CCCCCC;
		background:			#F8F8F8;
		}

	.objectList table tr.rowNorm td.colAlt {
		border-bottom:		1px solid #CCCCCC;
		background:			#EEEEEE;
		color:				#666666;
		}
		
	.actionIcons {
		text-align:			center;
		}
	
/*	.objectList table tbody.projectGroupNorm tr.rowAlt td.colNorm {
		background:			#D6E6ED;
		}

	.objectList table tbody.projectGroupNorm tr.rowAlt td.colAlt {
		background:			#CCDCE4;
		}
	
	.objectList table tbody.projectGroupNorm tr.rowNorm td.colNorm {
		background:			#E8F8FC;
		}

	.objectList table tbody.projectGroupNorm tr.rowNorm td.colAlt {
		background:			#DEEEF5;
		}
*/			
	.objectList table tbody.projectSpacer tr td {
		padding:			4.5em 0em 0em;
		}

	.objectList table tbody.projectSpacer tr td hr {
		border:				none;
		height:				1px;
		color:				#AABBCC;
		background:			#AABBCC;
		}
		
	.projectName {
		font-family:		Arial;
		font-size:			18px;
		color:				#679966;
		padding-top:		1em;
		}
		
	.projectName em {
		font-weight:		normal;
		}
	
	.projectCategory { 
		padding-left:		1.25em;
		}
		
		
	table.verboseItems {
		margin-top:			2em;
		}
	
	table.verboseItems tr td {
		text-align:			center;
		vertical-align:		top;
		}
		
		
	.objectList table tbody.projectSpacer table.verboseItems {
		}
		
	.objectList table tbody.projectSpacer table.verboseItems tr td {
		border-top:			none;
		padding:			0px;
		padding-bottom:		8px;
		padding-top:		8px;
/*		background:			#EEEEEE;
*/		}

.formError {
	color:				#DD4400;
	text-transform:		uppercase;
	font-family:		Georgia;
	font-size:			10px;
	font-weight:		bold;
	}

div.noStatus {
	text-align:			left;
	}

fieldset.fitContainer {
	width:					750px;
	margin:					auto;
	
	background:				#FAFFFD;
	
	border:					1px solid #899967;
	padding:				10px 0px 0px;
	}
	
	.fitContainer h3 {
		width:				90%;
		margin:				.5em auto .9em;
		text-align:			left;
		border-bottom:		2px solid #679966;
		}
		
	fieldset.fitContainer table tbody.sectionBreak tr td {
		background:			#CEE69A;
		padding:			1em 0em;
		}
	
	.fitContainer legend {
		color:				#679966;
		font-size:			24px;
		font-family:		Georgia;
		letter-spacing:		2px;
		margin-left:		2em;
		font-weight:		bold;
		border:				1px solid #899967;
		padding:			.5em;
		background:			#ECF3F0;
		}
		
	.fitContainer div.noLabel {
		width:				520px;
		padding-left:		5em;
		}
	
	.fitContainer td {
		text-align:			center;
		vertical-align:		top;
		}
	
	
	.fitContainer textarea,
	.fitContainer input {
		width:				95%;
		margin:				3px auto;
		vertical-align:		middle;
		}
		
	.fitContainer select {
		vertical-align:		middle;
		}
		
	.fitContainer .fitLabelCell {
		width:				160px;
		text-align:			right;
		vertical-align:		middle;
		padding-right:		1em;
		padding-left:		3em;
		}

	.fitContainer .fitHelpCell {
		width:				48px;
		vertical-align:		middle;
		}

	.fitContainer .fitStatusCell {
		width:				120px;
		vertical-align:		middle;
		padding:			3px .7em;
		}

	.fitContainer .fitHeaderCell {
		text-align:			left;
		padding:			1em 10px;
		}

	.fitContainer .fitSubheaderCell {
		text-align:			left;
		padding-left:		3em;
		}

	.fitContainer .fitCaptionCell {
		text-align:			left;
		padding-bottom:		1.5em;
		}

	.fitContainer .fitCopyCell {
		text-align:			left;
		}
		
	.fitContainer .fitInputCell {
		text-align:			left;
		height:				1.5em;
		vertical-align:		middle;
		padding:			.7em .2em;
		width:				400px;
		}
		
	.fitInputCell textarea {
		height:				12em;
		}

	.fitContainer .mcxTextLimit {
		text-align:			right;
		font-weight:		bold;
		padding-right:		3em;
		}

	.fitHeader {
		font-size:			16px;
		letter-spacing:		1px;
		color:				#333333;
		font-weight:		bold;
		}
		
	.fitSubheader {
		padding-top:		.75em;
		font-size:			13px;
		font-family:		Arial;
		color:				#222222;
		}
	
	.fitSpecial .fitSubheader {
		font-weight:		bold;
		color:				#679966;
		padding-left:		1em;
		font-style:			italic;
		}
		
	.fitCaption {
		font-family:		Verdana;
		font-size:			9px;
		}
		
	.fitLabel {
		text-align:			right;
		font-family:		Arial;
		font-size:			12px;
		font-weight:		bold;
		letter-spacing:		1px;
		}
		
	.fitCopy {
		font-family:		Verdana;
		font-size:			11px;
		margin:				.35em 3em;
		}
		
	textarea.fitCopy {
		height:				4em;
		width:				90%;
		}

	.fitContainer input.checkboxInput,
	.fitContainer input.imageInput {
		width:				auto;
		}
			
	.fitLegend {
		font-size:			18px;
		}


	.fitButtons {
		width:				750px;
		margin:				1em auto;
		}
		
		.fitButtons input {
			
			}
			
	.fitButtonAux {
		text-align:			center;
		width:				auto;
		}
	
	.fitButtonSubmit {
		text-align:			right;
		width:				auto;
		float:				right;
		}
	
	.fitButtonReturn {
		text-align:			left;
		width:				auto;
		float:				left;
		}
		
	.fitStatus {
		font-family:		Georgia;
		font-size:			10px;
		color:				#AA4433;
		}
		
	.fitContainer .sectNorm {
		background:			#F3F9F6;
		border-bottom:		1px solid #DDDDDD;
		}
		
	.fitContainer .sectAlt {
		background:			#F9FFFC;
		border-bottom:		1px solid #CCCCCC;
		}


	.longErr {
		padding-bottom:		3px;
		margin:				1em 5em;
		padding-left:		1em;
		font-weight:		bold;
		color:				#CC3311;
		font-size:			11px;
		font-family:		Verdana;
		}

	div.pagejumpActive,
	div.pagejumpAllow,
	div.pagejumpDeny {
		display:			inline;
		margin:				1em .8em;
		padding:			.6em;
		color:				black;
		}
		
	div.pagejumpConnector {
		font-size:			16px;
		font-weight:		bold;
		color:				#333333;
		}
		
	div.pagejumpActive {
		border-bottom:		2px solid #0055AA;
		background:			#DDEEFF;
		}

	div.pagejumpAllow {
		border-bottom:		1px solid #00AA55;
		}

	div.pagejumpDeny {
		border-bottom:		1px solid #555555;
		}

	

input.mcxYearFreeSel {
	width:					5em;
	}

.noElements {
		padding:			4px;
		text-align:			center;
		font-style:			italic;
		font-size:			13px;
		font-weight:		bold;
		color:				#884422;
		}

.newProject {
	padding:			.75em 2em;
	text-align:			right;
	font-size:			14px;
	vertical-align:		middle;
	width:				660px;
	margin:				1em auto;
	border-top:			1px solid #DDDDDD;
	border-bottom:		1px solid #DDDDDD;
	background:			#D9F9D7; /* #B9C997; */
	padding-right:		25px;
	}

.budgetWorksheet {
	width:				680px;
	margin:				1em auto 3em;
	}
	
	
	
	.budgetWorksheet th {
		white-space:	nowrap;
		padding:		.5em 1em;
		border-bottom:	1px solid #DDDDDD;
		}
		
	.budgetWorksheet th.budgetLabel	{
		text-align:		right;
		vertical-align:	middle;
		border-right:	1px solid #DDDDDD;
		background:		#E0E6E3;
		}
		
	.budgetWorksheet td {
		padding:		.5em 1em;
		text-align:		right;
		border-bottom:	1px solid #DDDDDD;
		vertical-align: middle;
		}
		
		
	.budgetWorksheet th.amount {
		width:			110px;
		}
		
	.budgetWorksheet td input {
		width:			90px;
		}
		
	.budgetWorksheet td.percentage {
		background:		#E0E6E3;
		}
		
	.budgetWorksheet td.budgetStatus {
		background:		none;
		text-align:		left;
		font-size:		10px;
		}

	table.budgetWorksheet tr.total td,
	table.budgetWorksheet tr.total th {
		border-top:		1px solid #888888;
		}


	
	
table tr td.commentCell {
	padding:			2em;
	background:			#EEEEEE;
	border-bottom:		1px solid #888888;
	}

table tr td.descriptionCell {
	padding:			2em;
	background:			#EEEEEE;
	border-bottom:		1px solid #CCCCCC;
	}

.confirmSubmit {
	width:				600px;
	margin:				auto;
	padding:			25px;
	text-align:			left;
	font-size:			11px;
	}
	
	.confirmSubmit h3 {
		text-align:		left;
		width:			auto;
		}

.statusCopy {
	font-size:			11px;
	font-family:		Verdana;
	color:				#333333;
	width:				600px;
	margin:				2em auto;
	line-height:		1.7em;
	text-align:			left;
	}



.clear {
    clear:              both;
}



#PublicReport {
    width:              750px;
    margin:             0 auto;
}

#PublicReport h3 {
	font-size:			18px;
}

#PublicReport .readonlyLink {
    padding-left:       1em;
}

#PublicReport .readonlyLink, #PublicReport .readonlyLink a {
    font-size:          80%;
}

#PublicReport h2 {
    font-size:          84%;
    margin:             0;
}

#PublicReport ul {
    margin:             0 0 1em;
}

#PublicReport form {
    margin-bottom:      2em;
}

#PublicReport fieldset {
    border:             1px solid #679966;
    background-color:   #F3F9F6;
}

#PublicReport legend {
    color:              #679966;
    background-color:   #ECF3F0;
    border:             1px solid #679966;
    margin-left:        2em;
    padding:            .25em .5em;
    font-family:        Georgia, serif;
    font-weight:        bold;
}

#PublicReport label {
    float:              left;
    clear:              left;
    text-align:         right;
    width:              25%;
    overflow:           hidden;
    margin-right:       .5em;
    font-size:          84%;
    padding-top:        .5em;
}

#PublicReport .controlWrapper {
    padding-top:        .5em;
}

#PublicReport .control {
    float:              left;
    width:              50%;
}

#PublicReport .error {
    float:              left;
    margin-left:        .5em;
	font-family:	    Times, Georgia, serif;
	font-weight:	    bold;
	font-size:          84%;
	text-transform:     uppercase;
	color:			    #CC3300;
}

#PublicReport .messages {
	padding:		    .5em .75em;
	margin:			    1em 3em;
	text-align:		    left;
	background:		    #FFEEEE;/*#F3F3F3;*/
	border:			    2px solid #AA0000;
	font-size:          84%;
	color:              #333333;
}

#PublicReport .messages ul {
    text-align:		    left;
    list-style:		    square;
    padding-left:	    2.5em;
    margin:             0;
}

#PublicReport label.checkbox {
    float:              none;
    clear:              none;
    text-align:         left;
    width:              auto;
    margin-right:       2em;
}

#PublicReport textarea.control {
    height:             6em;
}

#PublicReport .control.submit {
    width:              auto;
    clear:              both;
    float:              right;
    margin-right:       25%;
    margin-top:         1em;
}

#PublicReport .log {
    margin:             0 1em 1em;
}

#PublicReport .log h2 {
    margin-top:         1em;
    color:              #679966;
    margin-bottom:      .5em;
    font-family:        Georgia, serif;
    font-size:          90%;
}

#PublicReport .log .logs {
    max-height:         10em;
    overflow:           auto;
    border:             1px solid #667799;
}

#PublicReport .log .logs.readonly {
    max-height:         none;
}

#PublicReport .log th {
    color:              #44748B;
    text-align:         left;
    padding:            .5em 1em;
    border-bottom:      1px solid #667799;
}

#PublicReport .log th.u {
    background-color:   #F3F3F5;
}

#PublicReport .log th.v {
    background-color:   #E8E8EA;
}

#PublicReport .log td {
    padding:            .5em 1em;
}

#PublicReport .log td.odd.u {
    background-color:   #F8F8F8;
}

#PublicReport .log td.odd.v {
    background-color:   #EEEEEE;
}

#PublicReport .log td.even.u {
    background-color:   #E6E6E6;
}

#PublicReport .log td.even.v {
    background-color:   #DCDCDC;
}

.gatewayCopy {
	width:				700px;
	font-size:			13px;
	margin:				2em auto;
	color:				#222222;
	}

.report {
	margin:			1em 5%;
	color:			#111111;
	width:			90%;
	}
	
	.report th {
		padding:	6px;
		}
	
	.report td {
		padding:	3px 6px;
		}
		
	.report th.money,
	.report td.money,
	.report th.status,
	.report td.status {
		text-align:	right;
		width:		100px;
		}
	
	.report th {
		text-align: 	left;
		background:		#DDDDDD;
		}


.success {
	padding:		    .5em .75em;
	margin:			    1em 3em;
	text-align:		    left;
	background:		    #EEFFEE;
	border:			    2px solid #00AA00;
	font-size:          84%;
	color:              #333333;
	}

table#BudgetAnalysisTable {
	width:				auto;
	margin:				0 0;
}

table#BudgetAnalysisTable tbody th,
table#BudgetAnalysisTable tfoot th {
	text-align:			right;
}

table#BudgetAnalysisTable th,
table#BudgetAnalysisTable td {
	padding:			.5em 1.5em;
}

table#BudgetAnalysisTable tbody td,
table#BudgetAnalysisTable tfoot td {
	text-align:			right;
}

table#BudgetAnalysisTable tfoot th,
table#BudgetAnalysisTable tfoot td {
	background-color:	white;
}

#EmbeddedProjectElements {
	padding-bottom:		1em;
}

#EmbeddedProjectElements .objectList {
	border:				2px inset green;
	padding:			0;
}

#PrintAllReportLogs h4,
#PrintAllReportLogs h5 {
	margin-bottom:		0;
	padding:			0;
}

#PrintAllReportLogs h4 {
	margin-top:			4em;
}

#PrintAllReportLogs h5 {
	margin-top:			0;
}

#PrintAllReportLogs form {
	margin-bottom:		0;
}

#PrintAllReportLogs form legend {
	display:			none;
}

#PrintAllReportLogs form fieldset {
	padding:			0;
	margin:				0;
	background-color:	transparent;
	border:				none;
}

#PrintAllReportLogs .log {
	margin-top:			0;
	margin-bottom:		0;
}

#PrintAllReportLogs .elementGroup {
	padding:			1em .5em;
	margin:				2em 0;
	background-color:	#F3F9F6;
}