/* #################################       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: 165%;
	font-family: "Palatino Linotype", "Times New Roman", Georgia, serif;
	font-style: italic;
}

.TitleMed
{
	font-weight: bold;
	font-size: 135%;
	font-family: "Palatino Linotype", "Times New Roman", Georgia, serif;
}

.TitleSm
{
	font-weight: bold;
	font-size: 125%;
	font-family: "Palatino Linotype", "Times New Roman", Georgia, serif;
}




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

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

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

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

a.Nav:hover
{
	color: #5D7D3C;
	text-decoration: underline;
}

a.AdminNav:hover, a.NavGroup:hover, a.NavLogout:hover
{
	/* color: #B4B387; */
	color: #5D7D3C;
	text-decoration: underline;
}

.HorNavCol
{
	border-bottom-color: #5D7D3C;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-top-color: #5D7D3C;
	border-top-style: solid;
	border-top-width: 3px;
}

.NavItemCol
{
	/* font-size:larger; */
	font-weight:bold;
	color: #5D7D3C;
	background-color: #B4B387;
	text-align: center;
	white-space: nowrap;
}

.NavGroupCol
{
	font-weight:bold;
	color: #5D7D3C;
	background-color: #D6D5A9;
	padding-left: 30px;
	text-align: left;
	white-space: nowrap;
	list-style-type:disc;
	list-style-position:inside;
}

.AdminHorizontalNav
{
	font-weight:bold;
	color: #B1C69F;
	background-color: #6B8851;
	text-align: center;
	white-space: nowrap;
}

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

.NavVAlign
{
	vertical-align: middle;
}

.NavGroupVAlign
{
	vertical-align: middle;
}

.NavTable
{
	margin-left: 7px;
	margin-top: 20px;
	margin-right: 20px;
}



/*	#######################       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:#F1F0D1;
	border-color:#E3E2C4;
	border-style:solid;
	border-width: 3px;
}

.TableOneTR
{
	background-color:#E9E8CF;
}

.TableOneTH
{
	background-color:#E3E2C4;
	color: #F6F5E0;
	font-size:small;
	font-weight: bold;
	padding-bottom: 8px;
}

.TableOneTD
{
	background-color:#E9E8CF;
}

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

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





/*	#######################       Events Calendar Classes Only       #######################  */

.EventsTitle
{
	text-align: center;
	font-weight: bold;
	font-size: larger;
	background-color: #E3E2C4;
}

.DaysOfWeek
{
	text-align: center;
	font-weight: bold;
	background-color: #E3E2C4;
}

