﻿body
{
	font-size: 11px;
}

/* Style for all pages NOT controls */

.PageSectionTitle
{
	font-size: 13px;
	color: #02245c;
}

.PageSection
{
	padding: 7px;
}

.AboutUsTitle
{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
}

.AboutUsIntroTitle
{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

.AboutUsAuthorTitle
{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	font-style: italic;
}

.AboutUsHeading
{
	font-size: 14px;
	font-weight: bold;
}

/*Modal Popup*/
.modalBackground
{
	background-color: Gray;
	/*filter: alpha(opacity=70);
	opacity: 0.7;*/
}

.modalPopup
{
	background-color: #ffffdd;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 510px;
}

.modalTestimonalAndNewsPopup
{
	background-color: #ffffdd;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 430px;
}

.modalFoundEmailPopup
{
	background-color: #ffffdd;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 250px;
	height: 100px;
}

.modalRegPeoplePopup
{
	background-color: #ffffdd;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 250px;
	height: 100%;
}

/*Popup Control*/
.popupControl
{
	background-color: White;
	position: absolute;
	visibility: hidden;
}

/* Progress Panel for Events */

.EventProgressPanel
{
	background-color: #FFFFCC;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	widows: 25%;
	z-index: 1000;
	text-align: center;
	font-family: 'Bell MT';
	font-size: 26px;
	color: #003366;
}





.MeetingPaymentCreditLabels
{
	text-align: right;
	width: 160px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
}

.MeetingPaymentAddressLabels
{
	text-align: right;
		font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
}

.MeetingPaymentTitleText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #FF0000;
	font-weight: bold;
	text-align: center;
}

.DefaultTableStyle
{
	width: 90%;
	height: 280px;
}
