/* #################################       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;
}

.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%;
}




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

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

a.NavGroup:link,a.NavGroup:active,a.NavGroup:visited 
{
	color: #000000;
	text-decoration: none;
}

a.NavLogout:link,a.NavLogout:active,a.NavLogout:visited 
{
	font-size:smaller;
	color: #660000;
	text-decoration: none;
}

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

.NavItemCol
{
	font-weight:bold;
	/* font-size:larger; */
	color: #9BFF9B;
	text-align: left;
	white-space: nowrap;
}

.NavGroupCol
{
	/* font-weight:bold; */
	color: #9BFF9B;
	padding-left: 30px;
	text-align: left;
	white-space: nowrap;
}

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

.NavVAlign
{
	vertical-align: middle;
}

.NavGroupVAlign
{
	vertical-align: middle;
}

.NavTable
{
	margin: 10px;
}



/*	#######################       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: #5BADFF;
	text-decoration:  underline;
}

a.Edit:link,a.Edit:active,a.Edit:visited 
{
	color: #009900;
	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: #0066FF;
}

.TableOneClass
{
	background-color:#9BFF9B;
	border-color:#5BADFF;
	border-style:solid;
	border-width: 3px;
}

.TableOneTR
{
	background-color:#77FF77;
	color: #000000;
}

.TableOneTH
{
	background-color:#00FF00;
	color: #000000;
	font-size:small;
	font-weight: bold;
	padding-bottom: 8px;
}

.TableOneTD
{
	background-color:#77FF77;
	color: #000000;
}

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

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