/* Stylesheet for use with the sorted list ASPX page and any future ASPX pages */

/* STYLES FOR THE SORTED LIST PAGE */
/* For the heading at the top of the page, currently an H1 element */
.sortTitle {}

/* For the paragraph that introduces the sort options, currently in body text */
.sortIntro {}
/* For the sort option text that accompanies the radio buttons */
.sortOptions {font-family:arial; font-size:10pt;}
/* For the sorted table itself */
.sortTable {}
/* For the top header row in the sorted list */
.sortListHeader
{

	font-family: arial;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
	background-color: #ffffff;
}
/* For the subheader rows in the sorted list, such as Decade or County -
NOTE that the Subheader rows also inherit the sortListHeader style above */
.sortListSubheader
{
	background-color: #D8DDE5;
}
/* For each row in the sorted list */
.sortListItem {}
/* For the individual columns in the sorted list */
.sortListColumnName
{
	font-family:arial, helvetica, sans serif; font-size:10pt;
	font-size:10pt; padding-top:5pt;
}
.sortListColumnEOW
{font-family:arial, helvetica, sans serif; font-size:10pt; width: 100px;
}
.sortListColumnAgency
{font-family:arial, helvetica, sans serif; font-size:10pt; width: 318px;
}
.sortListColumnCounty
{font-family:arial, helvetica, sans serif; font-size:10pt;
}

/* STYLES FOR THE POPUP DETAIL PAGE */
.detailTable
{
	width: 300px;
	margin: 0px;
	padding-right: 1px;
	padding-left: 1px;
	padding-bottom: 1px;
	padding-top: 1px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
.detailColumn1
{
	font-weight: bold;
	width: 100px;
}
.detailColumn2
{
	width: 200px;
}
.notesTable
{
	width: 300px;
	margin: 0px;
	padding-right: 1px;
	padding-left: 1px;
	padding-bottom: 1px;
	padding-top: 1px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
.detailPhoto
{
	width:200px;
}
.detailPhotoMissing
{
	width:0px;
	height:0px;
}