/* #################################       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%;
	color:#FFFFFF;
}

.TitleSm
{
	font-weight: bold;
	font-size: 120%;
}

.Footer
{
	color: #498DD1;
	padding: 8px;
	font-size: smaller;
}

.Footer a:link, .Footer a:active, .Footer a:visited
{
	color: #498DD1;
	text-decoration: underline;
}

.Footer a:hover
{
	font-weight: bold;
	color: #FFFFFF;
}

.ListPadding
{
	padding-bottom: 6px;
}

.MainPageTable
{
	background-color: #084989;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 4px;
}



/* #################################           Forum Specific Classes           ################################# */
.OldPosts
{
	border-style:solid;
	border-width: 2px;
	border-color:#CCCCCC;
	color:#CCCCCC;
	padding: 4px;
	background-color: #AAD088;
}

.OldPostsSM
{
	border-style:solid;
	border-width: 1px;
	border-color:#CCCCCC;
	padding: 2px;
	background-color:#AAD088;
	color:#CCCCCC;
	font-size: smaller;
	display:inline;
}

.NewPosts
{
	border-style:solid;
	border-width: 2px;
	border-color:#CCCCCC;
	padding: 4px;
	background-color: #FF9900;
	color:#CCCCCC;
}

.NewPostsSM
{
	border-style:solid;
	border-width: 1px;
	border-color:#CCCCCC;
	padding: 2px;
	background-color: #FF9900;
	color:#CCCCCC;
	font-size: smaller;
	display:inline;
}

.ForumCategories
{
	background-color:#E9E9E9;
	color: #006600;
	font-weight: bold;
	font-size: larger;
}

.ForumTitleAdd
{
	font-size:smaller;
}

.PostHR
{
	background-color: #ACD18B;
	color: #ACD18B;
}

.PostSignature
{
	font-style:italic;
}

.PostsSeparatorRow
{
	background-color: #72A741;
	height:6px;
}

.PostTextSm
{
	font-size:smaller;
	color: #5A8534;
}

.PostBodyTD
{
	padding-left: 20px;
	padding-right: 20px;
}

.ForumNewPM
{
	font-size:larger;
	font-weight:bold;
	color:#FF9900;
}

a.ForumLogout:link, a.ForumLogout:active, a.ForumLogout:visited
{
	color:#990000;
	text-decoration:underline;
}

a.ForumLogout:hover
{
	color:#FFFFFF;
}

.HighLight
{
	color:#FF9900;
	font-weight:bold;
}

a.HighLight:link, a.HighLight:active, a.HighLight:visited
{
	color:#FF9900;
	text-decoration:underline;
}

a.HighLight:hover
{
	color:#FFFFFF;
}

.BreadCrumbSubject
{
	color:#006600;
}




/* #################################           NavTabsTable Only Classes           ################################# */
.NavTabs
{
	text-align: center;
	font-weight:bold;
	font-size:larger;
	color: #009900;
	background-color:#B9D3CB;
	white-space: nowrap;
	padding: 4px 16px;
	border-right-style:solid;
	border-right-color:#003300;
	border-right-width: 2px;
}

.NavTabsAdd
{
	border-bottom-style:solid;
	border-bottom-color:#003300;
	border-bottom-width: 2px;
}

.NavTabs a:link, .NavTabs a:active, .NavTabs a:visited
{
	color: #006600;
	text-decoration: none;
}

.NavTabs a:hover
{
	color: #009900;
	text-decoration: underline;
}





/* #################################           NavHorTable Only Classes           ################################# */
/* this is the default full width table with Vertical Bar separators (alternatively it can have a button style look) */
.NavHorTD
{
	color: #FFFFFF;
	/* background-color: #4D6A48; */
	text-align: center;
	font-weight:bold;
	font-size:larger;
	white-space: nowrap;
	padding: 0 6px;
}

.VertBarLf
{
	border-left-style:solid;
	border-left-color:#666666;
	border-left-width: 3px;
}

.VertBarRt
{
	border-right-style:solid;
	border-right-color:#666666;
	border-right-width: 3px;
}

.NavHorTD a:link, .NavHorTD a:active, .NavHorTD a:visited
{
	color: #333333;
	text-decoration: underline;
}

.NavHorTD a:hover
{
	color: #FFFFFF;
}





/* #################################           AdminTable Only Classes           ################################# */
/* this is the default full width table with Vertical Bar separators (alternatively it can have a button style look) */
.AdminTD
{
	color: #FFFFFF;
	background-color: #878787;
	text-align: center;
	font-weight:bold;
	white-space: nowrap;
	padding: 4px 4px;
}

.AdminTD a:link, .AdminTD a:active, .AdminTD a:visited
{
	color: #B0B0B0;
	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: #0B5CAE;
	text-decoration: underline;
}

a.NavGroup:link,a.NavGroup:active,a.NavGroup:visited 
{
	color: #77A8D9;
	text-decoration: underline;
	display:list-item;
}

a.Nav:hover, a.NavGroup:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}


.NavItemCol
{
	font-weight:bold;
	font-size:larger;
	color: #FFFFFF;
	background-color: #77A8D9;
	text-align: left;
	white-space: nowrap;
}

.NavGroupCol
{
	font-weight:bold;
	color: #FFFFFF;
	background-color:#0B5CAE;
	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;
	margin-top: 7px;
	background-color:#0B559F;
}



/*	#######################       TableOne is used for ALL constructed tables (ones NOT using the forms function), like NavBar...       ####################### */

/*
.TableOneClass a:link, .TableOneClass a:active, .TableOneClass a:visited
{
	color: #77A8D9;
	text-decoration:underline;
}
*/

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%;
}
