#project_header_container {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-top-color: #9A3E3E;
	cursor: hand;
	cursor: pointer;
}
#Records_Display td {
	padding: 3px;
}
.project_header_container {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-top-color: #9A3E3E;
	cursor: hand;
	cursor: pointer;
}
.project_header_container_query {
	background-color: #D3D3D3;
	cursor: pointer;
	cursor: pointer;
	border: 1px solid #000000;
}
#project_view_container {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #9A3E3E;
	padding-bottom: 5px;
	padding-top: 50px;
	vertical-align: top;
	padding-right: 10px;
}
.project_name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}
a.project_link {
    font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
	background-image: url(images/Forward_Arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 10px;
}
a.project_link:hover {
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
	cursor: hand;
	background-image: url(images/Forward_Arrow.gif);
}
a.project_name_link {
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}
a.project_name_link:hover {
	text-decoration: underline;
	cursor: pointer;
	cursor: hand;
}
.project_bodytxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	padding-right: 8px;
}
a.displaynum_non_active {
	font-weight: normal;
	text-decoration: underline;
	font-size: 8pt;
}
a.displaynum_non_active:hover {
	font-weight: bold;
	text-decoration: underline;
}
a.displaynum_active {
	font-weight: bold;
	text-decoration: underline;
	font-size: 9pt;
}
a.displaynum_active:hover {
	font-weight: bold;
	text-decoration: underline;
}
#record_line {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1px;
	line-height: 1px;
	background-color: #AA1E1E;
	height: 1px;
}
#grey_record_line {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1px;
	line-height: 1px;
	background-color: #999999;
	height: 1px;
}

.instruction {
	font-style: italic;
	color: #990000;
}
.project_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: normal;
	color: #990000;
}
.project_reduced_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	color: #990000;
}
.project_reduced_heading_further {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: #990000;
}
.project_strip {
	background-color: #EBEDEE;
	border: 1px solid #AA1E1E;
}
.RecordsNavContainer {
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #8C2222;
	border-bottom-color: #8C2222;
}
/*Project Record Info */
.ProjectHeading {
	font-size: 12pt;
	font-weight: normal;
	color: #9A3E3E;
}
#ProjectInformation td {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	padding-bottom: 3px;
	padding-top: 3px;
}
.contentHeading {
	font-weight: bold;
}
#ReturnPrintNav td {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
#OtherParties {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
}
#OtherParties td {
	padding-bottom: 3px;
}
#GalleryButtonContainer {
	background-color: #808080;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #999999;
}
#GalleryButtonContainer td {
	color: #FFFFFF;
	font-weight: bold;
}
#GalleryImageContainer {
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	background-color: #E8E8E8;
}
.GalleryPlaceHolderContainer {
	background-color: #E8E8E8;
	border: 1px solid #999999;
}
#GalleryButtonForward {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	background-image: url(images/Gallery_Forward_Button.gif);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: hand;
	cursor: pointer;
}
#GalleryButtonReverse {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	background-image: url(images/Gallery_Reverse_Button.gif);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: hand;
	cursor: pointer;
}
.GalleryStrip {
	background-image: url(images/GalleryStrip.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#locationCell {
	padding-right: 10px;
}

