/* #################################       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
{
	display: block;
	font-size: 16px;
	line-height: 16px;
	color: #3973AC;
	font-weight: bold;
	padding-bottom: 10px;
}

.TitleLg a:link, .TitleLg a:active, .TitleLg a:visited
{
	color: #3973AC;
}

.TitleLg a:hover
{
	color: #5D5F51;
}

.TitleMed
{
	line-height: 140%;
	font-weight: bold;
	font-size: 140%;
}

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

.Footer
{
	color: #666666;
	padding: 8px;
	font-size: 10px;
	font-weight: bold;
}

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

.Footer a:hover
{
	font-weight: bold;
	color: #FFFFFF;
}

.ListPadding
{
	padding-bottom: 6px;
}

.LinksListMain
{
	text-align:left;
	display:list-item;
	list-style-type:square;
}

.LinksListNested
{
	text-align:left;
	display:list-item;
	list-style-position:outside;
	padding-left: 20px;
	list-style-type: circle;
}

.MainPageTable
{
	background-color: #084989;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 4px;
}




/* #################################           7thSOS Specific Classes           ################################# */

.LoginTxt
{
	color:#CCC7B1;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
}

.LoginBox
{
	font-size:12px;
	background-color:#CCC7B1;
}

.LoginButton
{
	font-family: Arial, Helvetica, sans-serif;
	color:#5D5F51;
	background-color:CCC7B1;
	font-size:10px;
	font-weight:bold;
}

.LoginTD
{
	background-color: #5D5F51;
	text-align: center;
	padding: 2px;
}

.LogoutButton {
	font-family: Arial, Helvetica, sans-serif;
	color:#5D5F51;
	background-color:CCC7B1;
	font-size:8px;
	font-weight:bold;
}

.RegistrationNotice
{
	padding: 2px 2px 0px 2px;
	font-size: 10px;
	text-align: center;
}

.SeventhBody
{
	padding: 10px;
	border-color:#DFDCCE;
	border-style:solid;
	border-width: 1px;
	background-color: #CDC8B2;
	width: inherit;
}

.SeventhRtSidebarImgs
{
	padding: 5px;
	border-color:#DFDCCE;
	border-style:solid;
	border-width: 1px;
	background-color: #CDC8B2;
}

.SeventhRtSidebarInsig
{
	padding: 20px 10px;
}

.SideBarImage
{
	margin: 5px;
	clear:both;
}


/* #################################           Forum Specific Classes           ################################# */
.OldPosts
{
	border-style:solid;
	border-width: 1px;
	border-color:#ADAEA2;
	color:#CCC7B1;
	padding: 4px;
	background-color: #C0BAA0;
}

.OldPostsSM
{
	border-style:solid;
	border-width: 1px;
	border-color:#ADAEA2;
	padding: 2px;
	background-color:#C0BAA0;
	color:#CCC7B1;
	font-size: smaller;
	display:inline;
}

.NewPosts
{
	border-style:solid;
	border-width: 1px;
	border-color:#ADAEA2;
	padding: 4px;
	background-color: #FF9900;
	color:#CCC7B1;
}

.NewPostsSM
{
	border-style:solid;
	border-width: 1px;
	border-color:#ADAEA2;
	padding: 2px;
	background-color: #FF9900;
	color:#CCC7B1;
	font-size: smaller;
	display:inline;
}

.ForumCategories
{
	background-color:#C0BAA0;
	color: #747865;
	font-size: 95%;
	font-weight: bold; 
}

.ForumTitleAdd
{
	font-size:smaller;
}

.PostHR
{
	background-color: #C0BAA0;
	color: #C0BAA0;
}

.PostSignature
{
	font-style:italic;
}

.PostsSeparatorRow
{
	height:6px;
}

.PostTextSm
{
	font-size:smaller;
	color: #747865;
}

.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: #5D5F51;
	background-color: #858875;
	text-align: center;
	font-weight:bold;
	white-space: nowrap;
	padding: 4px 4px;
}

.AdminTD a:link, .AdminTD a:active, .AdminTD a:visited
{
	color: #5D5F51;
	text-decoration: underline;
}

.AdminTD a:hover
{
	color: #CCC7B1;
}

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

a.NavLogout:hover
{
	color: #CCC7B1;
	text-decoration: underline;
}





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

a.Nav:link,a.Nav:active,a.Nav:visited 
{
	display:block;
	padding: 5px;
	color: #5D5F51;
	text-decoration: none;
}

a.NavGroup:link,a.NavGroup:active,a.NavGroup:visited 
{
	display:block;
	padding: 5px;
	color: #5D5F51;
	text-decoration: none;
	display:list-item;
}

a.Nav:hover, a.NavGroup:hover
{
	text-decoration: none;
	color: #CCC7B1;
	background-color:#5D5F51;
}


.NavItemCol
{
	font-size: 16px;
	font-weight:bold;
	color: #5D5F51;
	text-align: right;
	white-space: nowrap;
}

.NavGroupCol
{
	font-size: 14px;
	color: #5D5F51;
	padding-right: 30px;
	text-align: right;
	white-space: nowrap;
	list-style-type:disc;
	list-style-position:inside;
}

.PaddedNavCol
{
	padding: 5px;
}

.NavItemColSpacer
{
	padding: 5px;
}

.NavHeader
{
	padding: 5px;
	font-size: 16px;
	border-style:solid;
	border-width: 1px;
	border-color:#000000;
	background-color:#5D5F51;
	color: #CCC7B1;
	font-weight: bold;
	text-align:right;
}

.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: #5D5F51;
	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;
}


.TableOneClass a:hover, a.TableOneLinks:hover, a.Edit:hover, a.Delete:hover
{
	color: #3973AC;
}


.TableOneClass
{
	background-color:#C0BAA0;
	border-color:#5D5F51;
	border-style:solid;
	border-width: 2px;
}

.TableOneTR
{
	background-color:#CCC7B1;
}

.TableOneTH
{
	background-color:#5D5F51;
	color: #CCC7B1;
	font-size:small;
	font-weight: bold;
	padding-bottom: 8px;
}

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

.TableOneTD
{
	background-color:#CCC7B1;
}

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

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