﻿/* Styles for HTML Elements */
html, body, form, #PrimaryContainerTable
{
	height:100%;
	margin: 0px;
	padding: 0px;
	border: none;
	text-align: center;
	vertical-align: top;
}

/*Adding Additional styling to the body tag*/
body 
{
	/*Setting up the background*/
	background-color: #2E77BB;
	background-image: url('/Images/Pages/Common/Background.jpg');
	background-repeat: repeat-x;

	/*Default Text*/
	font-family: Helvetica;
	font-size: 12px;
	color: Black;
	line-height: 20px;
}

/*Locating the Primary Container*/
#PrimaryContainerTable
{
	margin: 0 auto; /*Auto centers the table*/
	text-align: left;
	width: 984px;
	vertical-align: top;
}

/*Snap content to the top of the cell*/
#PrimaryContainerCell
{
	vertical-align: top;
}

/*Setting Text defaults*/
p, span, td
{
	font-family: Helvetica;
	font-size: 12px;
	line-height: 20px;
	color: Black;
}

/*By default, no borders on tables or images*/
table, img
{
	border: none;
}

/*Shorthand helpers*/
.R { text-align: right; }
.B { font-weight: bold; }

/*Footer Styles*/
#Footer
{ 
	height: 40px;
	text-align: right;
	vertical-align: bottom;
	padding: 16px 0px 16px 0px;
	color: White;
}

#InnerContentContainer
{
	/*Setting up the background fader*/
	
}

#HeaderContainer
{
	height: 155px;
}

#HeaderText
{
	vertical-align: top;
	padding-top: 26px;
	padding-right: 9px;
}

#HeaderLogo
{
	vertical-align: top;
	padding-top: 14px;	
}

#MailingListContainer
{
	width: 238px;
	height: 155px;
	vertical-align: bottom;
	text-align: right;
	color: Red;
}

#NavContainer
{
	height: 33px;
	width: 984px;
	
	/*Setting up the background*/
	background-color: Black;
	vertical-align: middle;
	padding-left: 12px;
}

#Content
{
	min-height: 400px;
	height: 400px;
}

.NavLink, .NS
{
	float: left;
}

.NavLink a, .NS
{
	color: White;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

.NS
{
	padding: 0px 7px 0px 7px;
}

#ContentContainerCell
{
	background-color: White;
}

/*Admin CSS*/
.AdminTable
{
	border: solid 1px Grey;
	border-collapse: collapse;
}

.EmailInner
{
	padding-left: 5px;
}
.btn
{
	font-family: Helvetica;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
	height: 21px;
	text-transform: uppercase;
	text-align: center;
	color: #FFFFFF;
	border: solid 1px Black;
	background-color: #ed5609;
}

.C
{
	text-align: center;
}

#Flash
{
	vertical-align: top;
}

.PR25
{
	padding-right: 21px;
}

#SponsorContainer
{
	float: left;
	padding-left: 20px;
	width: 577px;
	height: 126px;
}

#SponsorContent
{
	/*Setting up the background*/
	background-image: url('/Images/Pages/Home/OurSponsors.gif');
	background-position: top left;
	background-repeat: no-repeat;
	
	width: 577px;
	height: 126px;
}

#Son
{
	padding-left: 1px;
	background-color: Red;
	width: 575px;
	height: 105px;
	vertical-align: middle;
}

#MailingContainer
{
	float: right;
	padding-left: 20px;
	
	/*Setting up the background*/
	background-image: url('/Images/Pages/Home/JoinMailing.jpg');
	background-repeat: no-repeat;
}

#HomePageContent
{
	 width: 554px; 
	 vertical-align: top;
	 padding: 21px ;
	 padding-top: 0px;
}

#ButtonsContainer
{
	padding: 21px 21px 21px 0px;
}

#InnerContent
{
	text-align: left;
	padding: 20px;
	padding-top: 10px;
}

.TBGrey
{
	font-family: Tahoma;
	font-size: 10px;
	color: Gray;
}

.TBBlack
{
	font-family: Tahoma;
	font-size: 11px;
	color: Black;
}

.SignedUp
{
	font-weight: bold;
	text-align: center;
	color: #402B18;
}

h2, .h2, a.h2, a.h2:visited
{
	font-family: Georgia;
	color: #ed5609;
	font-size: 16px;
	font-weight: bold;
}


.AdminTable
{
	border: solid 1px Grey;
	border-collapse: collapse;
}

/*Admin CSS*/
.HeaderRow
{
	background-color: #ed5609;
	color: #FFFFFF;
	font-weight: bold;
	padding: 4px 4px 4px 8px;
}


/*Modal Popup*/
.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPopup
{
	background-color: #FFFFFF;
	border: solid 3px Gray;
	padding: 3px;
	width: 250px;
}

h1
{
	font-size: 16px;
}