.projectTopLink {
	margin-top: 5px;
	position: absolute;
	width: 500px;
	font-size: 11px;
	text-align: right;
}

.projectHeadingColumn {
	font-style: italic;
	padding: 5px;
}

.projectNote {
	width: 500px;
	padding: 2px;
}

.projectLabelColumn {
	font-weight: bold;
	width: 200px;
	padding: 2px;
	vertical-align: top;
}

.projectDetailColumn {
	width: 300px;
	padding: 2px;
	padding-bottom: 5px;
}

.projectFileTitle {
	font-weight: bold;
}

.projectFileDesc {
}

.projectFileLink {
}

.projectLinksAll BR {
	clear: both;
}

.projectLinks {
	float: left;
	clear: right;
}

.projectLinkList {
	font-size: 11px;
	line-height: 13px;
	/*margin: 0 0 0 20px;*/
}

.projectLinkList LI {
	/*margin: 0 0 0 5px;*/
}

.projectErrorContainer {
	margin-right: 150px;
}

.projectErrorGeneral {
}

.projectErrors {
	margin: 5px;
	padding: 5px;
	border: solid 1px silver;
	font-weight: bold;
	color: #ff0000;
	background-color: #ffffcc;
}

.projectEdit {
	margin-top:5px;
	padding-top:5px;
	padding-bottom:5px;
	border-top:1px solid #cccccc;
	width: 745px;
	text-align: center;
	background-image:url(/webdata/graphics/grad.gif);
	background-repeat:repeat-x;
	background-position:top;
}

INPUT {
	border:1px solid #929292;
}

INPUT.projectRadio {
	border: none;
	float: left;
}

LABEL {
	float: left;
	clear: right;
	margin: 2px 5px 3px 0;
	width: 270px;
}

.projectYesNo LABEL {
	width: auto;
}

.projectEditFileTitle INPUT,
.projectEditFileUploadField INPUT {
	width: 300px;
}
.projectEditFileOptions {
	margin-top: 5px;
	margin-bottom: 5px;
}
.projectEditFileOptions LI {
	list-style-type: none;
}
.projectEditFileOptions INPUT {
	border-width: 0;
}
.projectEditFileCurrent {
	font-weight: bold;
}

.projectFieldMandatory {
	float: right;
	color: #AAAAAA;
	font-size: 8px;
}

.mandatoryFieldNote {
	font-size: 9px;
}
.mandatoryFieldNote .projectFieldMandatory {
	float: none;
}

.fieldNoteBefore {
	clear: both;
	font-size: smaller;
	margin-bottom: 3px;
}
.fieldNoteAfter {
	clear: both;
	font-size: smaller;
	margin-top: 3px;
}

.formButtons {
	width: 200px;
	margin: 20px 0 0 130px;
}
.formButtons INPUT {
	float: right;
	margin-right: 5px;
}

.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
	height: 0;
}

.pageList {
	float: right;
}

.pageList UL {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.pageList UL LI {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.pageList UL LI A,
.pageList UL LI SPAN {
	padding: 2px;
	font-weight: bold;	
	text-decoration: none !important;
}

.pageList UL LI .current {
	color: #FF9D16;
}
