﻿#parcelDetail
{
	font-weight:normal;
	
}

.detail-section
{
	width: 90%;
	padding-left: 5px;
	margin-top: 0.5em;
	display: block;
	color: black;
}

.detail-section-heading
{
	font-weight: bold;
	text-decoration: underline;
	color: #000099;
}

.detail-section-content
{
	color: black;
}

.detail-bold
{
	color: Black;
	font-weight: bold;
	text-transform: capitalize;
}

.detail-line
{
	display:block;
	float:none;
	clear:both;
}

.detail-fieldname
{
	font-weight: bold;
	text-decoration: none;
	color: Black;
}

/* +++++++++++++++++++++++++++++++ */
/* Header menu         */
/* +++++++++++++++++++++++++++++++ */
.detail-toolbar
{
	background-color: Transparent;
	border: solid 1px white;
	color: Maroon;
	max-width: 300px;
	font-weight: bold;
	font-style: italic;
	font-variant: normal;
}

.detail-header-section
{
	display:block; clear:both; float:none;
	width:90%;
}

.detail-header-menu
{
	display:block; clear:both; float:none;
	text-decoration:none; font-style:italic;
	cursor:pointer;
}

.detail-header-menu:hover, a.detail-header-menu:hover, ul.detail-header-menu li a:hover
{
	font-weight:bold;
	text-decoration:underline;
}

a.detail-header-menu:visited, a.detail-header-menu:link, a.detail-header-menu, ul.detail-header-menu li a
{
	text-decoration:none;
	color:Maroon;
}

img.detail-header-menu
{
	border-style:none;
	border-width:0px;
}

#adjoinerReportLabel
{
	font-size:larger;
	font-weight:bold;
	font-family:Arial;
	text-decoration:underline;
	color:Black;
}


/* DETAIL SECTION FOR 2008 REVAL */
.detail-solid-header
{
	color: White;
	background-color: red;
	font-weight: bold;
}



