/* DCAD CSS Stylesheet page*/
BODY
{
	font-weight: normal;
	font-size: 0.8em;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: white;
}
A
{
    COLOR: blue;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none;
}
A:hover
{
    COLOR: red;
}
.PageTitle
{
	font-weight: bold;
	font-size: medium;
	float: none;
	width: 100%;
	position: static;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.PageLowIncome
{
	font-weight: bold;
	font-size: large;
	float: none;
	color: white;
    width: 100%;
	position: inherit;
	text-align: left;
    justify-content: inherit;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.SubTitle
{
	font-weight: bold;
	font-size: small;
	float: none;
	width: 100%;
	position: static;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.DtlSectionHdr
{
	display: block;
	font-weight: bold;
	font-size: small;
	float: none;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: static;
	background-color: #6d81bc;
	text-align: center;
}
.FieldTitle
{
	font-size: x-small;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight:	bold;
}
.FieldValue
{
	font-size: x-small;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight:	normal;
}
.listnum
{
	font-weight: bold;
	color: blue;
}
.SectionHdr
{
	font-weight: bold;
	font-size: small;
	color: black;
	border-bottom: black thin solid;
}
.SectTitle
{
	font-size: small;
	color: black;
}
.TableDef
{
    font-weight:bold;
}
/* NavBar */
.headTitle{font:Verdana; font-size:11px; color:#fff; text-transform:uppercase; font-weight:bold;}
.NavLink a:hover {color:red;}
.NavLink a
{
	color:#000000; text-decoration:none;
}
.NavLinkSel a
{
	color: red;
}

TH
{
	font-weight: bold;
	font-size: x-small;
	word-spacing: normal;
	text-transform: none;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
}	
/* Setting font-weight overrides the datagrid header style*/
TD	{	
	font-size: x-small;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
	}
.Hints
{
	clear: right;
	display: block;
	line-height: 90%;
	position: static;
}
.SearchLink
{
	font-size: small;
	color: black;
	border-bottom: blue thin solid;
}
.SearchLink A
{
	font-weight: bold;
	font-size: small;
	color: blue;
}
.SearchLinkSel
{
	font-size: small;
	color: black;
	border-bottom: blue thin solid;
}
.SearchLinkSel A
{
	font-weight: bold;
	font-size: small;
	color: red;
}
.SearchLink .SearchLinkSel
{
	font-size: small;
	color: red;
	border-bottom: blue thin solid;
}
.SearchLink .SearchLinkSel A
{
	font-weight: bold;
	font-size: small;
	color: red;
}
.DtlLinks A
{
	font-weight: bold;
	font-size: 135%;
	color: red;
	font-family: Verdana, Helvetica, sans-serif;
}
.DtlLinks A:hover
{
	font-weight: bold;
	font-size: 135%;
	color: blue;
	font-family: Verdana, Helvetica, sans-serif;
}
.DtlLinks2 A
{
	font-weight: bold;
	font-size: 120%;
	color: blue;
	font-family: Verdana, Helvetica, sans-serif;
}
.DtlLinks2 A:hover
{
	font-weight: bold;
	font-size: 120%;
	color: red;
	font-family: Verdana, Helvetica, sans-serif;
}
.YahooLinks A
{
	font-weight: bold;
	font-size: 110%;
	color: red;
	font-family: Verdana, Helvetica, sans-serif;
}
.label1
{
	font-size: x-small;
    color: red;
    font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
}
.label2
{
	font-size: x-small;
    color: black;
    font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
}
.NavBoxLinks A
{
    font-size: 12;
    font-family: Verdana;
}
.NavBoxLinks2 A
{
    font-size: 12;
    font-family: Verdana;
    font-weight:bold;
}
.PINError
{
    font-size: 20;
    color: Red;
    font-family: Verdana;
    font-weight:bold;
}
.PINError2
{
	font-weight: bold;
	color: Red;
	font-size: medium;
	float: none;
	width: 100%;
	position: static;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.MessageLabel {
	color: red;
	font-weight: bold;
	text-align: center;
	display: block;
	margin: 0 auto;
	font-size: large;
}

.Box {
	border: 1px solid #000;
	padding: 10px;
	margin: 10px;
}
