﻿body 
{
	font-family:Sans-Serif;
	font-size:80%;
	text-align:center;
	color:Navy;
	/* background-color:#507BA8; */
	background-color:White;
	background-image:url('images/BlueGrad.jpg');
	background-repeat:repeat-x;
}

.body_style
{
	padding:0px;
	margin: auto;
	text-align:left;
	background-color:White;
	width:100%;
	background-image:none;
	border:solid 1px white;
}

#CABS_PageContent
{
	padding:10px;
}

.WCC_Content a
{
	color: Blue;
	text-decoration:none;
	border-bottom:dotted 1px blue;
}
.WCC_Content a:visited
{
	color: Blue;
	text-decoration:none;
	border-bottom:dotted 1px blue;
}
.WCC_Content a:hover
{
	color: Maroon;
	text-decoration:none;
	border-bottom:solid 1px Maroon;
}

.HomePageSection
{
	background-color:White; /* #f8ffff; */
	border:dotted 1px Navy; 
	padding:8px; 
	margin:4px;
	margin-bottom:8px;
}

/*****
 *****	WCC_MainNav - Used for the main navigation menu in the page headers.
 *****/

.WCC_MainNavBar
{
	background-color: #00659C;
	padding:3px;
	padding-left:10px;
	padding-right:10px;
	position:absolute; 
	right:10px; 
	bottom:50px; 
}
.WCC_MainNav 
{
	color:White;
	padding:3px;
	text-decoration:none;
	background-color: #00659C;
}
a.WCC_MainNav:link 
{
	color:White;
}
a.WCC_MainNav:visited 
{
	color:White;
}
a.WCC_MainNav:hover 
{
  background-color:Blue;
  text-decoration:underline;
	color:Yellow;
}
.WCC_SignUpNav
{
	color:Red;
	padding:3px;
	text-decoration:none;
	font-weight:bold; 
	background-color:navy;
}
a.WCC_SignUpNav:link
{
	color:Red;
}
a.WCC_SignUpNav:visited
{
	color:Red;
}
a.WCC_SignUpNav:hover 
{
	color:Yellow;
  text-decoration:underline;
}

.SiteFooter
{
	text-align:center;
	padding-top:24px;
	padding-bottom:36px;
}

.SiteFooter a:link
{
	color: Blue;
	text-decoration:none;
	border-bottom:dotted 1px blue;
}

.SiteFooter a:visited
{
	color: Blue;
	text-decoration:none;
	border-bottom:dotted 1px blue;
}

.SiteFooter a:hover
{
	color: Maroon;
	text-decoration:none;
	border-bottom:solid 1px Maroon;
}

/*****
 *****	WCC_ForumNav - Used for the Forum-Specific Navigation in the header.
 *****/
 
.WCC_ForumNavBar
{
	background-color: White;
	border:solid 2px #00659C;
	padding:3px;
	padding-left:10px;
	padding-right:10px;
	position:absolute; 
	right:10px; 
	bottom:15px; 
}

.WCC_ForumNav 
{
	color:#00659C;
	padding:3px;
	text-decoration:none;
	background-color: White;
}
a.WCC_ForumNav:link 
{
	color:#00659C;
}
a.WCC_ForumNav:visited 
{
	color:#00659C;
}
a.WCC_ForumNav:hover 
{
  text-decoration:underline;
	color:Red;
}

/*****
 *****	Content Headers for the gadgets and gaeget-like thingies.
 *****/

.WCC_SectionHeader
{
	font-size:125%;
	font-weight:bold; 
	color:white;
	background-color:#6284AA; 
	padding:3px;
}

.WCC_SectionHeader a:link
{
	color:White;
}

.WCC_SectionHeader a:visited
{
	color:White;
}
.WCC_SectionHeader a:hover
{
	color:Yellow;
}

/*****
 *****	For the Member Directory
 *****/

.WCC_MemberDirectory_WelcomeHeader
{
	font-weight:bold;
	font-size:120%;
	margin:20px;
}

.WCC_MemberDirectory_WelcomeContent
{
	margin:40px;
	margin-top:0px;
}

/*****
 *****	for the Membership Levels page
 *****/

.MembershipLevelHeader
{
	font-weight:bold;
	font-size:150%;
}

.MembershipLevelName
{
	margin:12px;
	font-size:125%;
	font-weight:bold;
}

.MembershipLevelCost
{
	margin-left:36px;
}

.MembershipLevelBenefits
{
	margin-left:36px;
}

.MembershipLevelProcess
{
	margin-left:36px;
}
.BenfitTable
{
	float:right; 
	width:40%; 
	margin-left:12px; 
	margin-bottom:12px; 
	background-color:#eeeeee; 
	padding:4px;
	border:solid 1px #00659C;
}
.BenefitTableHeader
{
	font-weight:bold;
	color:White;
	background-color:#00659C;
	padding:4px;
	padding-left:2px;
	padding-right:2px;
	font-size:90%;
}
.BenefitTableCell
{
	padding:4px;
	padding-left:2px;
	padding-right:2px;
	border-bottom:solid 1px #00659C;
	font-size:90%;
}

.ChamberPointsTable
{
	width:50%;
	min-width:500px;
	margin:auto;
	background-color:#eeeeee; 
	padding:4px;
	border:solid 1px #00659C;
}
.ChamberPointsTableHeader
{
	font-weight:bold;
	color:White;
	background-color:#00659C;
	padding:4px;
	padding-left:2px;
	padding-right:2px;
	font-size:90%;
}
.ChamberPointsTableCell
{
	padding:4px;
	padding-left:2px;
	padding-right:2px;
	border-bottom:solid 1px #00659C;
	font-size:90%;
}
.ChamberPointsRewardCell
{
	padding:4px;
	padding-left:12px;
	padding-right:2px;
	border-bottom:solid 1px #00659C;
	font-size:90%;
	color:Blue;
	text-align:right;
}
.ChamberPointsTableFootnote
{
	padding:8px;
	padding-left:12px;
	padding-right:12px;
	border-bottom:solid 1px #00659C;
	font-size:80%;
}
