/* #################################       Misc Site Wide Classes       ################################# */

a.SurveyLink:link, a.SurveyLink:active, a.SurveyLink:visited
{
	color: #0033FF;
	font-weight: bold;
	font-size: 115%;
	text-decoration: underline;
}

a.SurveyLink:hover
{
	color: #FFCC00;
}

.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%;
}




/* #################################           AdminTable Only Classes           ################################# */
.MainTblAdminTD
{
	padding: 10px;
}

.AdminTable
{
	/* background-color: #9BC873; */
}

.AdminTD
{
	color: #9BC873;
	background-color: #009100;
	text-align: center;
	font-weight:bold;
	white-space: nowrap;
	padding: 4px 4px;
}

.AdminTD a:link, .AdminTD a:active, .AdminTD a:visited
{
	color: #9BC873;
	text-decoration: underline;
}

.AdminTD a:hover
{
	color: #FFFFFF;
}

a.NavLogout:link,a.NavLogout:active,a.NavLogout:visited 
{
	font-size:smaller;
	color: #6A0000;
	text-decoration: none;
}

a.NavLogout:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}





/* #################################       Main Navigation Bar Only Classes       ################################# */

a.Nav:link,a.Nav:active,a.Nav:visited 
{
	color: #9BC873;
	text-decoration: underline;
}

a.NavGroup:link,a.NavGroup:active,a.NavGroup:visited 
{
	color: #9BC873;
	text-decoration: underline;
	display:list-item;
}

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: #72A741;
	text-decoration: underline;
}

.NavItemCol
{
	font-weight:bold;
	font-size:larger;
	color: #7BB647;
	background-color: #007100;
	text-align: left;
	white-space: nowrap;
}

.NavGroupCol
{
	font-weight:bold;
	color: #7BB647;
	padding-left: 30px;
	text-align: left;
	white-space: nowrap;
	list-style-type:disc;
	list-style-position:inside;
}

/*
.NavItemColSpacer
{
	background-color: #FED42C;
}
*/
.NavItemColWel
{
	color: #FFFFFF;
	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: #006600;
	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: #CCE2B8;
}

.TableOneClass
{
	background-color:#ACD18B;
	border-color:#72A741;
	border-style:solid;
	border-width: 3px;
}

.TableOneTR
{
	background-color:#9BC873;
}

.TableOneTH
{
	background-color:#72A741;
	color: #CCE2B8;
	font-size:small;
	font-weight: bold;
	padding-bottom: 8px;
}

.TableOneTD
{
	background-color:#9BC873;
}

.TableOneBorderBottom
{
	border-bottom-color:#72A741;
	border-bottom-style:solid;
	border-bottom-width: 2px;
}

.TableOneTitle
{
	font-weight: bold;
	font-size: 125%;
}
