/* #################################       Misc Site Wide Classes       ################################# */

.ErrorsDefault
{
	color: #990000;
}

a.ErrorsDefault:link, a.ErrorsDefault:active, a.ErrorsDefault:visited, a.ErrorsDefault:hover
{ 
	color: #990000;
	text-decoration:none;
}

.ErrorsLarge
{
	color: #990000;
	font-weight:bold;
	font-size:larger;
	
}

a.ErrorsLarge:link, a.ErrorsLarge:active, a.ErrorsLarge:visited, a.ErrorsLarge:hover
{ 
	color: #990000;
}

.MessageLarge
{
	color:blue;
	font-weight:bold;
	font-size:larger;
}

.Message
{
	color:blue;
	font-weight:bold;
}

.Bold
{
	font-weight:bold;
}

.BoldLarger
{
	font-weight:bold;
	font-size:larger;
}

.TitleLg
{
	font-weight: bold;
	font-size: 150%;
}

.TitleMed
{
	font-weight: bold;
	font-size: 135%;
}

.TitleSm
{
	font-weight: bold;
	font-size: 120%;
}

.PageBody
{
	padding: 30px;
	border-right:#456387 solid 8px;
	background-image:url(/aynnyd/templates/default/media/CountySealBkgd.jpg);
	background-repeat:no-repeat;
	background-position:center center;
}

.PageLeft
{
	border-left: #456387 solid 8px;
}

.PageRight
{
	border-right: #456387 solid 8px;
}



/* #################################           Top Nav Bar Only Classes           ################################# */
a.TopNav:link,a.TopNav:active,a.TopNav:visited 
{
	color: #344B67;
	text-decoration: none;
}

a.SecNav:link,a.SecNav:active,a.SecNav:visited 
{
	color: #344B67;
	text-decoration: none;
}

a.TopNav:hover
{
	color: #6183AD;
	text-decoration: underline;
}

a.SecNav:hover
{
	color: #6183AD;
	text-decoration: underline;
}

.NavHorTop
{
	text-align: center;
	font-weight:bold;
	font-size:larger;
	color: #6183AD;
	white-space: nowrap;
	padding: 4px 16px;
	border-right-style:solid;
	border-right-color:#456387;
	border-right-width: 2px;
	background-color:#EBEFF5;
}

.NavHorTopAdd
{
	border-bottom-style:solid;
	border-bottom-color:#456387;
	border-bottom-width: 2px;
}

.NavTD
{
	background-color:#333333;
	margin: 1px 0;
}

.FooterTD
{
	padding: 10px;
}




/* #################################       Main Navigation Bar Only Classes       ################################# */

a.Nav:link,a.Nav:active,a.Nav:visited 
{
	color: #344B67;
	text-decoration: none;
}

a.NavGroup:link,a.NavGroup:active,a.NavGroup:visited 
{
	color: #344B67;
	text-decoration: none;
	display:list-item;
}

a.NavLogout:link,a.NavLogout:active,a.NavLogout:visited 
{
	font-size:smaller;
	color: #0000FF;
	text-decoration: underline;
}

a.Nav:hover, a.NavGroup:hover, a.NavLogout:hover
{
	color: #6183AD;
	text-decoration: underline;
}

.NavItemCol
{
	font-weight:bold;
	font-size:larger;
	color: #6183AD;
	background-color: #E4EAF1;
	text-align: left;
	white-space: nowrap;
	border-top-color:#FFFFFF;
	border-top-style:solid;
	border-top-width:1px;
	border-bottom-color:#D2DCE8;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

.NavGroupCol
{
	font-weight:bold;
	color: #6183AD;
	background-color: #E4EAF1;
	padding-left: 20px;
	text-align: left;
	white-space: nowrap;
	list-style-type:disc;
	list-style-position:inside;
	border-top-color:#FFFFFF;
	border-top-style:solid;
	border-top-width:1px;
	border-bottom-color:#D2DCE8;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

.AdminHorizontalNav
{
	font-weight:bold;
	font-size:larger;
	color: #6183AD;
	background-color: #CCD8E6;
	text-align: left;
	white-space: nowrap;
}

/*
.NavItemColSpacer
{
	background-color: #FED42C;
}
*/
.NavItemColWel
{
	color: #EADABB;
	text-align: left;
	white-space: nowrap;
}

.NavVAlign
{
	vertical-align: middle;
}

.NavGroupVAlign
{
	vertical-align: middle;
}

.NavTable
{
	margin-left: 7px;
}



/*	#######################       TableOne is used for ALL constructed tables (ones NOT using the forms function), like NavBar...       ####################### */

a.TableOneLinks:link,a.TableOneLinks:active,a.TableOneLinks:visited 
{
	color: #6183AD;
	text-decoration: underline;
}

a.Edit:link,a.Edit:active,a.Edit:visited 
{
	color: #006600;
	text-decoration:  underline;
}

a.Delete:link,a.Delete:active,a.Delete:visited 
{
	color: #990000;
	text-decoration:  underline;
}

a.TableOneLinks:hover, a.Edit:hover, a.Delete:hover
{
	color: #6183AD;
}

.TableOneClass
{
	background-color:#E4EAF1;
	border-color:#CCD8E6;
	border-style:solid;
	border-width: 3px;
}

.TableOneTR
{
	background-color:#DAE3EB;
}

.TableOneTH
{
	background-color:#CCD8E6;
	color: #344B67;
	font-size:small;
	font-weight: bold;
	padding-bottom: 8px;
}

.TableOneTD
{
	background-color:#DAE3EB;
}

.TableOneBorderBottom
{
	border-bottom-color:#CCD8E6;
	border-bottom-style:solid;
	border-bottom-width: 2px;
}

.TableOneTitle
{
	font-weight: bold;
	font-size: 125%;
}