/*************************************************************************************************
	This section contains CSS pertaining to the main layout of the site.  The layout was
	taken from http://webhost.bridgew.edu/etribou/layouts/index.html.
*************************************************************************************************/

*
{
	font-family: Arial, sans-serif;
}

#midColumn .inside
{
	/* glitch in IE caused by vertical padding in this class, so 0 padding is
	 * set here and those blocks that need the vertical padding must be 
	 * applied to the parent element. the purpose of this class is to provide
	 * horizontal padding without using hacks to get around IE's broken box 
	 * model. so it's okay to apply vertical padding to the parent element, 
	 * just not horizontal padding.
	 */
	padding: 0 1em;
}

.clear
{
	clear: both;
	width: 100%;
	padding-bottom: 1px;	/* for Gecko-based browsers */
	margin-bottom: -1px;	/* for Gecko-based browsers */
	line-height: 0.0;
}

.separator
{
	display: none;
}

body
{
	margin: 25px 15px;
	font-size: 100.1%;	/* resolve some font size issues in some layouts for
				   some browsers. (in other words, i got no clue.) */
	text-align: center;
	background-color:#eeeeee;
}

label
{
	color: #ac2d34;
}

a:link
{
	font-family: Arial Black, sans-serif;
	color: #ac2d34;
	text-decoration: underline;
}

a:visited
{
	font-family: Arial Black, sans-serif;
	color: #ac2d34;
	text-decoration: underline;
}

a:link:hover
{
	text-decoration: none;
}

#outerwrapper
{
	background-color:#fff;
	text-align: center;
	vertical-align: top;
	border: 1px solid #d0d0d0;
	line-height: 140%;
	width: auto;
	min-width: 55em !important;
}

#header
{
	height: 90px;
	background: url("../images/header.jpg") transparent no-repeat center;
	margin: auto auto;
	border-bottom: 1px solid #d0d0d0;
	background-color:#ffffff;
}

#header h1
{
    display:none;
}

.credo
{
	width: 100%;
	background-color: #f2f2f2;
	color: #ac2d34;
	border: 1px solid #cccccc;
	margin-left: -1px;
}


@media screen
{
	* html #width {border-right:55em solid #fff; position:relative; float:left; z-index:1;}
	* html #minwidth {margin-right:-55em; position:relative; float:left; z-index:2; text-align:left;}
}

#outercontainer
{
	border-left: solid 9em #f2f2f2;
	border-right: solid 9em #f2f2f2;
	background-color: white;
	color: black;
	position: relative;
	z-index: 3;
}

#innercontainer
{
	border: solid 1px #fff;
	border-width: 0 1px;
	margin: 0 -1px;		/* compensate for the borders because of
				   100% width declaration */
	width: 100%;
	position: relative;
	z-index: 4;
}

#leftColumn, #midColumn, #rightColumn, * html #SOWrap
{
	overflow: visible;	/* fix for IE italics bug */
	position: relative;	/* fix some rendering issues */
}

#SOWrap
{
	float: left;
	margin: 0 -1px 0 0;
	width: 100%;
	position: relative;
	z-index: 5;
}


#leftColumn
{
	float: left;
	padding-left: .5em;
	margin: 0 0 0 -9em;
	width: 8em;
	position: relative;
	z-index: 6;
}

#midColumn
{
	float: right;
	width: 100%;
	position: relative;
	z-index: 7;
}

#rightColumn
{
	float: right;
	width: 8em;
	padding-left: .5em;
	margin: 0 -9em 0 0;
	position: relative;
	z-index: 8;
}

#cookiesdisable, #noscript
{
	display: block;
	background-color: #d0d0d0;
	color: #ac2d34;
	border: 5px solid #ac2d34;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 50px;
	margin-bottom: 1em;
	position: relative;
	z-index: 8;
}

#cookiesdisable
{
	background-image: url(../images/cookies.png);
}

#noscript
{
	background-image: url(../images/script.png);
}

#footer
{
	clear: both;
    height: 90px;
	background: url("../images/footer.jpg") transparent no-repeat center;
    text-align:right;
	border-top: 1px solid #d0d0d0;
	background-color:#ffffff;
	position: relative;
	z-index: 9;
}

#footer h3
{
    display:none;
}

#footer a
{
    font-family: Arial, sans-serif;
    font-size: 8pt;
    color: #d0d0d0;
    padding-right: 3pt;
    vertical-align: baseline;
}

/**************************************************************************
	This section contains CSS pertaining to the Menus
**************************************************************************/

.menutitle
{
	display: block;
	text-align: center;
	background-color: #acacac;
	font-size: 1.15em;
	color: white;
}

#leftmenu, #rightmenu
{
	width: 8em;
}

#leftmenu
{
	text-align: left;
}

#rightmenu
{
	text-align: right;
}

#leftmenu a
{
	padding-left: 0.5em;
}

#rightmenu a
{
	padding-right: 0.5em;
}

.menucontents
{
	background-color: transparent;
	font-size: 80%;
}

#leftmenu ul, #rightmenu ul
{
	margin:0;
	padding: 0;
	list-style: none;
}

.menucontents a
{
	font-family: Arial Black, sans-serif;
	text-decoration: underline;
	color: #ac2d34;
}

.menucontents a:hover
{
	text-decoration: none;
}

#leftmenu .current, #rightmenu .current
{
	font-family: Arial Black, sans-serif;
	color: #f2f2f2;
	background-color: #ac2d34;
	border-top:1px solid gray;
	border-bottom:1px solid gray;
	vertical-align: middle;
	list-style: circle inside;
	padding-left: 1em;
}

#leftmenu .current
{
	border-left: 1px solid gray;
	border-right: 0;
}

#rightmenu .current
{
	border-right: 1px solid gray;
	border-left: 0;
	text-align: left;
}

hr
{
	display: none !important;
}

.message
{
	display: block;
	width: 100%;
	border: 1px solid black;
	background-color: green;
	color: white;
	font-weight: bold;
	margin-bottom: 5px;
	position: relative;
	z-index: 8;
}

.error
{
	display: block;
	width: 100%;
	border: 3px solid red;
	background-color: white;
	color: red;
	font-weight: bold;
	margin-bottom: 5px;
	position: relative;
	z-index: 8;
}

.small
{
	font-size: 65%;
}

@media print
{
	body
	{
		text-align: left;
		background-color: white;
		margin: 0;
	}
	
	#outercontainer, #width, #minwidth, #outerwrapper, #SOWrap, #midColumn
	{
		padding: 0;
		margin: 0;
		width:  100%;
		border: 0;
	}

	#header, #leftmenu, #rightmenu, #footer, .message
	{
		display:none;
	}

	#content
	{
		width: 100%;
		border: 0;
	}
}

/*************************************************************************************************
	This section contains CSS pertaining to forms.
*************************************************************************************************/

form
{
	background-color: #f2f2f2;
	color: #ac2d34;
	border: 1px solid #d0d0d0;
	text-align: left;
	padding-bottom: 2em;
	position: relative; /* Fix IE render issue */
}

form input
{
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 1px;
	border: 1px solid #888;
	position: relative; /* Fix IE render issue */
}

form input:focus
{
	border: 1px solid blue;
}

form input[type~='text']
{
	background-color: #fff;
	color: #000;
	font-weight: 300;
}

form .header
{
	margin: 0px;
	width: 100%;
	margin-bottom: 10px;
	text-align:center;
	background-color: #ac2d34;
	color: #f2f2f2;
}

form #submit
{
	cursor: pointer;
	float: right;
	position: relative;
	z-index: 9;
}

form .group .name
{
	padding-left: 3px !important;
	display: block !important;
	text-align: left;
	border-bottom: 1px dashed #ac2d34;
	border-top: 1px dashed #ac2d34;
	position:relative;
}

form .grouphead
{
	position: relative;
	width:100%;
}

form label
{
	font-weight: 600;
	font-size:95%;
	vertical-align: top;
	margin-left: 15px;
	white-space:nowrap;
}

form select
{
	font-size: 80%;
}

.confirmation, .information
{
	color: #ac2d34;
	background-color: white;
	border: 1px solid #ac2d34;
	width: 100%;
	text-align: center;
}

#registrationconfirmation
{
	text-align:right;
	width: 100%;
	color: #000;
}

#registrationconfirmation .header
{
	width: 100%;
	position:relative;
	z-index:7;
}

#registrationconfirmation .footer
{
	color: #ac2d34;
}

#registrationconfirmation #email, #registrationconfirmation #signin
{
	width: 20em;
	color: #000;
	font-weight:normal;
}

#registrationconfirmation #password, #registrationconfirmation #confirmpassword
{
	width: 10em;
	color: #000;
}

#registrationconfirmation select#signin
{
	width: 20em;
	color: #000;
}

.backtoregistration
{
	border: 5px solid #ac2d34;
	background-color: #fff;
	margin: 1em 0px 1em 0px;
	padding-top:16px;
	padding-bottom:16px;
}

.backtoregistration a
{
	padding-left: 48px;
	padding-top:16px;
	padding-bottom:16px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/back.png);
}

#queryform
{
	margin: auto;
	margin-bottom: 10px;
}

#queryform div
{
	padding-bottom: 1em;
}

#queryform input[type~='submit']
{
	float: right;
}

.queryresults .header
{
	margin-top: 1em;
	border: 1px solid #d0d0d0;
	text-align: left;
	background-color: #f2f2f2;
	color: inherit;
}

#creditcardform div
{
	width: 100%;
	position: relative; /* Fix IE render issue */
}

#creditcardform label 
{
	float: left;
	width:30%;
	text-align:right;
}

#creditcardform input, #creditcardform select
{
	margin:3px;
	position: relative;
	z-index: 10;
}

#creditcardform .header
{
	margin: 0;
	border: 0;
	padding: 0;
	width:100%;
	font-size: 70%;
	display:block;
	text-align: center;
}

#creditcardform .cvv2 a
{
	font-size:60%;
	vertical-align:middle;
}

#creditcardform .cvv2 a img
{
	vertical-align:top;
}

#creditcardform div .acceptedcards img, #creditcardform div .cvv2 img
{
	vertical-align:middle;
}

#donate div
{
	background-color: #f2f2f2;
}

.bbbuttons
{
	padding-top: 4px;
	margin-left: 1.5em;
}

#changepasswordform
{
	position: relative;
	text-align: right;
}
#changepasswordform div label
{
	position: relative;
	display:block;
	float:left;
	width: 50%;
}

#changepasswordform input
{
	width: 44%;
}

#signinform
{
	background-color: #f2f2f2;
	text-align: right;
	padding-right: 50px;
	position: relative; /* Fix IE render issue */
}

#signinform input
{
	font-weight: normal;
	color: black;
}

#email
{
	color: #ac2d34;
	font-weight: bold;
}

#password
{
	color: #ac2d34;
	font-weight: bold;
}

/* Required input fields will have this class */
.required
{
	border: 1px solid #ac2d34;
}

.registrationcompleted, .submitexpresscheckout
{
	text-align: left;
	border: 1px solid #ddd;
}

.expresscheckout form
{
	border: 0;
	border-top: 1px solid #ddd;
}

.registrationcompleted .header, .submitexpresscheckout .header
{
    font-family: Arial Black, sans-serif;
	text-align: center;
	width: 100%;
	display:block;
	background-color: #f2f2f2;
	color: #ac2d34;
	border-bottom: 1px solid #ddd;
}

.registrationcompleted div label, .submitexpresscheckout div label
{
	font-size: 110%;
}

.registrationcompleted div div label, .submitexpresscheckout .paymentinfo div label, .submitexpresscheckout .registrationinfo div label
{
	font-size: 100%;
	padding-left: 1em;
	width: 11em;
	float:left;
	clear:left;
	margin-left: -12em;
}

.registrationcompleted div div, .submitexpresscheckout .paymentinfo div, .submitexpresscheckout .registrationinfo div
{
	padding-left: 12em;
}

.submitexpresscheckout div label
{
	width: 8em;
}

/************************************************************************
	This section contains CSS pertaining to administration links
************************************************************************/

/* Administrator only content should be wrapped in an admin block */
.admin
{
	text-align:right;
	margin-bottom: 10px;
	position: relative; /* Fix IE rendering issue */
}

.panel
{
	border: 1px solid #d0d0d0;
	text-align: left;
}

.admin .info
{
	background-color: #f2f2f2;
	border-bottom: 1px solid #d0d0d0;
}

.footer
{
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	position: relative; /* Fix IE rendering issue */
}

.footer .admin
{
	display: inline;
}

.admin .user a
{
	font-family: Arial, sans-serif;
	font-size: 60%;
	color: blue;
}


.admin label
{
	font-weight: bold;
	padding-right: 5pt;
}

.admin li
{
	display:inline;
	padding-top: 16px;
	padding-bottom: 16px;
}

.admin a:hover
{
	text-decoration: none;
}

.admin li a
{
	font-size: 70%;
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 32px;
	text-decoration: underline;
}

.admin .printer
{
	background-image: url(../images/printer.png);
}

.admin .printer:hover
{
	background-image: url(../images/printer_hover.png);
}

.admin .edit
{
	background-image: url(../images/edit.png);
}

.admin .edit:hover
{
	background-image: url(../images/edit_hover.png);
}

.admin .editaccount
{
	background-image: url(../images/edit_account.png);
}

.admin .editaccount:hover
{
	background-image: url(../images/edit_account_hover.png);
}

.admin .changeweekend
{
	background-image: url(../images/change_weekend.png);
}

.admin .changeweekend:hover
{
	background-image: url(../images/change_weekend_hover.png);
}

.admin .addcouple
{
	background-image: url(../images/add_couple.png);
}

.admin .addcouple:hover
{
	background-image: url(../images/add_couple_hover.png);
}

.admin .editcouple
{
	background-image: url(../images/edit_couple.png);
}

.admin .editcouple:hover
{
	background-image: url(../images/edit_couple_hover.png);
}

.admin .deletecouple
{
	background-image: url(../images/delete_couple.png);
}

.admin .deletecouple:hover
{
	background-image: url(../images/delete_couple_hover.png);
}

.admin .addclergy
{
	background-image: url(../images/add_clergy.png);
}

.admin .addclergy:hover
{
	background-image: url(../images/add_clergy_hover.png);
}

.admin .editclergy
{
	background-image: url(../images/edit_clergy.png);
}

.admin .editclergy:hover
{
	background-image: url(../images/edit_clergy_hover.png);
}

.admin .deleteclergy
{
	background-image: url(../images/delete_clergy.png);
}

.admin .deleteclergy:hover
{
	background-image: url(../images/delete_clergy_hover.png);
}

.admin .addweekend
{
	background-image: url(../images/add_weekend.png);
}

.admin .addweekend:hover
{
	background-image: url(../images/add_weekend_hover.png);
}

.admin .editweekend
{
	background-image: url(../images/edit_weekend.png);
}

.admin .editweekend:hover
{
	background-image: url(../images/edit_weekend_hover.png);
}

.admin .deleteweekend
{
	background-image: url(../images/delete_weekend.png);
}

.admin .deleteweekend:hover
{
	background-image: url(../images/delete_weekend_hover.png);
}

.admin .changepassword
{
	background-image: url(../images/lock.png);
}

.admin .changepassword:hover
{
	background-image: url(../images/lock_hover.png);
}

.admin .add
{
	background-image: url(../images/add.png);
}

.admin .add:hover
{
	background-image: url(../images/add_hover.png);
}

.admin .delete
{
	background-image: url(../images/delete.png);
}

.admin .delete:hover
{
	background-image: url(../images/delete_hover.png);
}

.admin .deletenewspost
{
	background-image: url(../images/delete_newspost.png);
}

.admin .deletenewspost:hover
{
	background-image: url(../images/delete_newspost_hover.png);
}

.admin .editnewspost
{
	background-image: url(../images/edit_newspost.png);
}

.admin .editnewspost:hover
{
	background-image: url(../images/edit_newspost_hover.png);
}

.admin .addnewspost
{
	background-image: url(../images/add_newspost.png);
}

.admin .addnewspost:hover
{
	background-image: url(../images/add_newspost_hover.png);
}

.admin .addquestion
{
	background-image: url(../images/add_question.png);
}

.admin .addquestion:hover
{
	background-image: url(../images/add_question_hover.png);
}

.admin .editquestion
{
	background-image: url(../images/edit_question.png);
}

.admin .editquestion:hover
{
	background-image: url(../images/edit_question_hover.png);
}

.admin .deletequestion
{
	background-image: url(../images/delete_question.png);
}

.admin .deletequestion:hover
{
	background-image: url(../images/delete_question_hover.png);
}

.admin .addlocation
{
	background-image: url(../images/add_location.png);
}

.admin .addlocation:hover
{
	background-image: url(../images/add_location_hover.png);
}

.admin .deletelocation
{
	background-image: url(../images/delete_location.png);
}

.admin .deletelocation:hover
{
	background-image: url(../images/delete_location_hover.png);
}

.admin .editlocation
{
	background-image: url(../images/edit_location.png);
}

.admin .editlocation:hover
{
	background-image: url(../images/edit_location_hover.png);
}

.admin .webpage
{
	background-image: url(../images/webpage.png);
}

.admin .webpage:hover
{
	background-image: url(../images/webpage_hover.png);
}

.admin .map
{
	background-image: url(../images/map.png);
}

.admin .map:hover
{
	background-image: url(../images/map_hover.png);
}

.admin .cancel
{
	background-image: url(../images/cancel.png);
}

.admin .cancel:hover
{
	background-image: url(../images/cancel_hover.png);
}

@media print
{
	.footer
	{
		padding-top: 0;
		padding-bottom: 0;
	}
	
	.admin,	.admin *
	{
		display: none;
	}
}

table
{
	border-collapse: collapse;
	table-layout:fixed;
	overflow: auto;
}

td, th
{
	border:1px solid black;
}

/**************************************************************************
	This section contains CSS pertaining to addresses
**************************************************************************/

.address
{
	text-align: right;
	border: 1px dashed #afafff;
}

.address label
{
	display: none;
}

form .address label
{
	display: inline;
}

form .address
{
	border: 0;
}

/**************************************************************************
	This section contains CSS pertaining to locations
**************************************************************************/

.location
{
	margin: 0 auto 26px;
	border:1px solid #d0d0d0;
	text-align: left;
	position: relative; /* Fix IE render issue */
}

.location .name
{
    font-family: Arial Black, sans-serif;
    background-color: #f2f2f2;
	border-bottom: 1px solid #d0d0d0;
	color: #ac2d34;
    display: block;
	text-align:left;
	margin: auto auto;
	padding-top: 4pt;
	padding-bottom: 4pt;
	padding-left: 34px;
	background-repeat: no-repeat;
	background-position: 2px;
	background-image: url(../images/location.png);
}

.location .name h4
{
}

.location h4
{
	margin:0;
	padding:0;
}

.location hr
{
	display: none;
}

.location .admin
{
	display: inline;
}

.location .footer
{
    text-align: right;
}

#eenearby
{
	text-align: left;
	border: 1px solid #d0d0d0;
	border-top: 0;
}

#eenearby label
{
	font-family: Arial Black, sans-serif;
	color: gray;
	display: block;
	border-bottom: 1px solid #d0d0d0;
	border-top: 1px solid #d0d0d0;
	background-color: #f6f6f6;
	position: relative;
	z-index: 8;
}

#eenearby .header, #eenearby .heading
{
	padding-left:10pt;
	color: #ac2d34;
	border-bottom: 1px solid #f0f0f0;
	border-top: 1px solid #f0f0f0;
	background-color: #f5f5f5;
	position: relative;
	z-index: 8;
}

#eenearby .heading
{
	padding-left:0;
	background-color: #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	border-top: 1px solid #d0d0d0;
	width:100%;
}

#eenearby .name
{
	padding-left: 25pt;
}

#eenearby a
{
	padding-left: 25pt;
}

#eenearby div label a
{
	padding-left: 0;
}

#eenearby .phone
{
	padding-left:25pt;
}

#eenearby .mail
{
}

#eenearby ul
{
	margin:0;
	padding: 0;
	margin-left: 25pt;
	list-style: none;
}

#eenearby ul li
{
	padding-top: 5px;
	padding-bottom: 5px;
}

#eenearby .webpage
{
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 32px;
	background-image: url(../images/webpage.png);
}

#eenearby .webpage:hover
{
	background-image: url(../images/webpage_hover.png);
}

#LocationForm
{
	text-align: right;
}

#LocationForm .footer
{
	text-align: left;
}

#LocationForm .address
{
	display: block;
}

#LocationForm .zip
{
	display: block;
}

#LocationForm textarea
{
	margin-left: 15px;
	width: 450px;
	height: 36pt;
	overflow: visible;
}

@media print
{
	.location .footer
	{
		display: none;
	}
}

/*************************************************************************************
	This section contains CSS pertaining to Registration
*************************************************************************************/

.instructions
{
	width: 100%;
	background-color: #f2f2f2;
	border: 1px solid #c0c0c0;
	text-align: center;
}

.instructions .header, .steps div label, .steps div span
{
	display: none;
}

.steps
{
	width: 500px;
	height: 50px;
	white-space: nowrap;
	text-align: center;
	margin: auto auto;
}

.steps .tooltip
{
	width: 100%;
	height: 100%;
}

.steps a
{
	display:block;
	width: 100%;
	height: 100%;
	margin: -2px;
}

.steps .clear
{
	width: 500px;
	margin-top: -50px;
}

.step1, .step1_disabled, .step1_current,
.step2, .step2_disabled, .step2_current,
.step3, .step3_disabled, .step3_current,
.step4, .step4_disabled, .step4_current
{
	width: 100px;
	height: 50px;
	float:left;
	background-repeat: no-repeat;
	background-position: center center;
}

.step1_current, .step2_current, .step3_current, .step4_current
{
	width: 200px;
}

.step1
{
	background-image: url(../images/step1.png);
}

.step1_disabled
{
	background-image: url(../images/step1_disabled.png);
}

.step1_current
{
	background-image: url(../images/step1_current.png);
}

.step2
{
	background-image: url(../images/step2.png);
}

.step2_disabled
{
	background-image: url(../images/step2_disabled.png);
}

.step2_current
{
	background-image: url(../images/step2_current.png);
}

.step3
{
	background-image: url(../images/step3.png);
}

.step3_disabled
{
	background-image: url(../images/step3_disabled.png);
}

.step3_current
{
	background-image: url(../images/step3_current.png);
}

.step4
{
	background-image: url(../images/step4.png);
}

.step4_disabled
{
	background-image: url(../images/step4_disabled.png);
}

.step4_current
{
	background-image: url(../images/step4_current.png);
}
/*************************************************************************************
	This section contains CSS pertaining to Couples and People
*************************************************************************************/
.couple
{
	width: 100%;
	margin: 0 auto;
	border:1px solid #d0d0d0;
	text-align: left;
	overflow: auto;
	page-break-inside: avoid
}

.couple .admin
{
	display: block;
	margin: 0px;
	background-color: #f2f2f2;
	padding-top: 6px;
	padding-bottom: 15px;
	background-image: url(../images/couple.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.couple .person
{
	width: 100%;
	text-align: right;
}

.person h4
{
	display: none;
}

.couple .name
{
	color: #ac2d34;
	font-weight: bold;
	float: left;
}

.couple .wedding
{
	display: inline;
	padding-left: 1em;
}

.couple .weekenddetails
{
	padding-left: 1em;
}

.couple .age
{
}

.couple .religion
{
}

.couple hr
{
	display: none;
}

.compact
{
	font-size:9pt;
	margin: 0;
}

.compact label
{
	margin-left: .1em;
}

.compact .admin
{
	font-size: 12pt;
}

.couples .header
{
	font-weight: bold;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	text-align:left;
}

.couples .header .bottom
{
	text-align:right;
}

.couples .header .top label
{
	margin-right: 40px;
}

.couples .header .bottom label
{
	margin-left: 40px;
}

.compact .person
{
	text-align: left;
}

.compact span
{
	white-space: nowrap;
}

#coupleform
{
	text-align: right;
	background-color: #ffffff;
	width: 99.9%; /* Use 99.9% to fix IE 5.5 render issue */
}

#coupleform .header
{
	width: 100%;
}

#coupleform .copymale
{
	text-align:left;
}

#coupleform .Male, #coupleform .Female
{
	float:left;
	width: 49.9%; /* Use 49.9% to fix IE 5.5 render issue */
	background-repeat: no-repeat;
	background-position: center;
	position: relative; /* Fix IE render issue */
}

#coupleform .Male
{
	background-image: url(../images/groombg.jpg);
}

#coupleform .Female
{
	background-image: url(../images/bridebg.jpg);
}

#coupleform .person .street input
{
	width:50%;
}

#coupleform .address label, #coupleform .phone, #coupleform .email
{
	display: inline;
}

#coupleform span
{
	white-space:nowrap;
}

#coupleform .firstname, #coupleform .middlename, #coupleform .lastname,
#coupleform .age, #coupleform .religion, #coupleform .firstmarriage,
#coupleform .person .city, #coupleform .person .state, #coupleform .person .zip,
#coupleform .person .phone, #coupleform .person .email
{
	display: block;
	white-space:nowrap;
}

#coupleform .wedding .street, #coupleform .wedding .city, #coupleform .wedding .state, #coupleform .wedding .country, #coupleform .wedding .zip
{
	display: inline;
	white-space:nowrap;
}

#coupleform .wedding
{
	clear: both;
	padding-top: 5px;
}

#coupleform .wedding .address
{
	text-align: right;
}

#coupleform .church
{
	display:block;
}

#coupleform .quickcopy
{
	font-size: 75%;
	background-color: #ac2d34;
	width: 49.9%; /* Use 49.9% to fix IE 5.5 render issue */
	float: left;
	position: relative; /* Fix IE render issue */
}

#coupleform .quickcopy a
{
	background-color: #ac2d34;
	color: #fff;
}

#coupleform .quickcopy .copymale
{
	text-align: left;
}

#coupleform .parish, #coupleform .referred, #coupleform .priest
{
	white-space: nowrap;
}

#coupleform .footer
{
	text-align: left;
}

#changecoupleweekendform
{
	text-align:right;
}

.clergymember
{
	margin: 0 auto;
	border:1px solid #d0d0d0;
	text-align: left;
	overflow: auto;
}

.clergymember .admin
{
	display: block;
	margin: 0px;
	background-color: #f2f2f2;
	padding-top: 6px;
	padding-bottom: 15px;
}

.clergymember .name
{
	color: #ac2d34;
	font-weight: bold;
	float: left;
}

@media print
{
	.roster
	{
		line-height: 110%;
	}
	.roster .header, .couple .footer
	{
		display: none;
	}
	
	.roster .weekenddetails
	{
		font-size: 90%;
		line-height: 100%;
	}
}

/***************************************************************************
	This section contains CSS pertaining to Weekends
***************************************************************************/
.schedule
{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.schedule hr
{
	display:none;
}

.schedule .header
{
	width: 100%;
	background-color: #f2f2f2;
	color: #ac2d34;
	border: 1px solid #d0d0d0;
	height: 3em;
	text-align:right;
}

.weekend .admin
{
	display: inline;
}

.schedule label
{
    font-family: Arial Black, sans-serif;
	background-color: #f2f2f2;
	color: #ac2d34;
}

.weekend
{
	margin: 0 auto;
	width: 100%;
	border: 1px solid #d0d0d0;
	border-top: 0;
}

.weekend .footer
{
	text-align:right;
}

.weekend .weekenddetails
{
	width: 100%;
	text-align:right;
}

.weekend .weekenddetails label
{
	display:none;
}

.weekend .weekenddetails h4
{
	display: none;
}

.weekend .admindetails
{
	font-size: 75%;
}

.startdate, .locationname, .availablespace
{
	background-color: transparent;
	color: inherit;
}

.weekend label
{
	background-color:white;
	color: #ac2d34; 
	text-align: left;
}

.weekend .weekenddetails .startdate
{
	text-align: left;
	font-weight: bold;
}

.weekend .weekenddetails .locationname
{
	white-space: nowrap;
}

.weekend .weekenddetails .availablespace
{
	font-weight: bold;
	color: green;
}

.weekend .weekenddetails .full
{
	color: red;
}

.startdate
{
	text-align: left;
	width: 34%;
	float: left;
}

.locationname
{
	width: 40%;
	text-align: center;
	float:left;
}

.availablespace
{
	text-align: right;
}

.weekend .registeredcount
{
	text-align: left;
	clear: both;
	padding-left: 15px;
}

.weekend .registeredcount label
{
	padding-right: 15px;
	display: inline;
}

.weekend .couples, .weekend .clergy, .weekend .notes
{
	text-align: left;
	padding-left: 15px;
}

.weekend .junior
{
	clear:left;
}

.footnote
{
	display: block;
}

#weekendform .group
{
	text-align:right;
}

#weekendform .location
{
	border: 0;
	text-align: right;
	padding:0;
	margin:0;
}
#weekendform .couples select
{
	height: 5em;
}
#weekendform .couples select, #weekendform .notes textarea
{
	width:70%;
	text-align: right;
}

.selectweekend
{
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 32px;
	font-size: 110%;
	background-image: url(../images/add_weekend.png);
	white-space:nowrap;
}
.selectweekend:hover
{
	background-image: url(../images/add_weekend_hover.png);
}

.userweekendselection
{
	text-align:left;
	padding-top: 10px;
	padding-bottom: 10px;
}

.userweekendselectiondisabled
{
	font-size: 110%;
	white-space:nowrap;
	text-align:left;
	color: #ac7d7f;
}

/******************************************************************************
	This section contains CSS pertaining to the Roster
******************************************************************************/
#changeweekendform
{
	width:100%;
	text-align:right;
	padding: 0;
	margin: 0;
	border: 0;
}

.current
{
	border-bottom: 1px solid #d0d0d0;
}

.roster
{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.roster .header
{
	width: 100%;
	background-color: #f2f2f2;
	color: #ac2d34;
	border: 1px solid #d0d0d0;
	height: 3em;
	text-align:right;
}

.roster label
{
    font-family: Arial Black, sans-serif;
	background-color: #f2f2f2;
	color: #ac2d34;
}

.roster .weekend div label
{
	background-color: #fff;
}

.roster .registeredcouples .header
{
	text-align: left;
	height: auto;
}

.footnote
{
	display: block;
}

.unassigned .header
{
	height: auto;
	width: 100%;
	margin-top: 1em;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
	border: 0;
}

/********************************************************************************
	This section contains CSS pertaining to Payments
********************************************************************************/

#cancelpaypal
{
	text-align:left;
	padding-left: 50px;
	padding-right: 50px;
}

.paymentbutton
{
	text-align: left;
}

.expresspaypal
{
	background-color:#fff;
}

.paymentdescription
{
	font-size:11px;
	color: #ac2d34;
	vertical-align: middle;
	padding-left: 7px;
}

.paymentoption
{
	padding-left: 7px;
	text-align: left;
	font-weight: bold;
	background-color: #ac2d34;
	color: #fff;
}

.paymentbutton img
{
	border: 0;
	color: #fff;
	margin: 3px 0px 3px;
	vertical-align: middle;
}

#refundpolicyparent
{
	text-align: right;
}

#refundpolicy
{
	position: relative;
	overflow:visible;
	width: 90%;
	font-size: 80%;
	margin: 0 5% 0 5%;
}

#refundpolicyparent label
{
	float: none;
	width: inherit;
	text-align:right;
	margin-right: 5%;
}

#donate
{
	background-color: #fff;
	color: #ac2d34;
	padding: 0;
	margin: 0;
	float: right;
	clear: right;
	border: 0;
}

#donate input
{
	margin: 0;
	padding: 0;
	border: 0;
}

.thankyou
{
	text-align: left;
	border: 1px solid #d0d0d0;
}

.thankyou .header
{
	background-color: transparent;
	border-bottom: 1px solid #d0d0d0;
	color: #ac2d34;
	font-size: 2em;
	padding: .5em;
}

.thankyou div
{
	padding-left: 2em;
	padding-right: 2em;
	padding-bottom: .5em;
}

.thankyou .contact
{
	text-align: right;
	padding-top: 1em;
}

.thankyou .contact a
{
	display:block;
}

/*****************************************************************************
	This section contains CSS pertaining to news items
*****************************************************************************/

.news
{
	margin: 0 auto 26px;
	text-align: left;
}

#NewsForm
{
	text-align: left;
}

#NewsForm textarea
{
	margin-left: auto;
	overflow: visible;
}

#NewsForm p input
{
	float:right;
}

.news .bbu
{
	text-decoration: underline;
}
.news .bbl
{
	font-size: .8em;
}
.news .bbb
{
	font-size: 1.2em;
}

.news .newspost
{
	margin-bottom: 10px;
	border: 1px solid #d0d0d0;
	padding-left: 36px;
	background-repeat: no-repeat;
	background-position: 2px 2px;
	background-image: url(../images/newspost.png);
	position: relative; /* Fix IE rendering issue */
}

.news .admin
{
	display: inline;
}

.news .footer
{
	text-align: right;
}

.news .announcement
{
}

.news .name
{
	font-family: Arial, sans-serif;
	font-size: 75%;
	color: gray;
}

.news .date
{
	font-family: Arial, sans-serif;
	font-size: 75%;
	color: gray;
}

.news .alignright
{
	text-align: right;
}

/*****************************************************************************
	This sections contains CSS pertaining to FAQs
*****************************************************************************/

.faqs
{
	margin: 0 auto 26px;
	text-align: left;
}

#FAQsForm
{
	text-align: left;
}

#FAQsForm textarea
{
	width: 90%;
	margin: 0 auto;
	height: 8em;
	overflow: visible;
}

#FAQsForm p input
{
	float: right;
}

.faqs .bbu
{
	text-decoration: underline;
}
.faqs .bbl
{
	font-size: .8em;
}
.faqs .bbb
{
	font-size: 1.2em;
}

.faqs .faqspost
{
	margin-bottom: 20px;
	border: 1px solid #d0d0d0;
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: 2px 2px;
	background-image: url(../images/question.png);
	position: relative; /* Fix IE rendering issue */
}

.faqs .question
{
    font-family: Arial Black, sans-serif;
	color: #ac2d34;
	padding-top: 8px;
}

.faqs .answer
{
	padding-top: 5px;
}

/********************************************************************************
	This section contains CSS pertaining to the Volunteer page
********************************************************************************/
.volunteer
{
	text-align:left;
}

.volunteer div .contact
{
	text-align: right;
}

/********************************************************************************
	This section contains CSS pertaining to the Contact Us page
********************************************************************************/
.contactus
{
	text-align:left;
}

.contactus ul
{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.contactus ul li label
{
	display: block;
	width: 100%;
	background-color: #f2f2f2;
	border: 1px solid #d0d0d0;
	font-weight: bold;
	font-size: 125%;
}

.contactus ul li div
{
	padding-left: 2em;
}

/********************************************************************************
	This section contains CSS pertaining to the About page
********************************************************************************/
.about
{
	font-family: Arial Black, Arial, sans-serif;
	color: #ac2d34;
}

/********************************************************************************
	This section contains CSS pertaining to the Help page
********************************************************************************/
.help
{
	width: 100%;
	text-align:left;
	position:relative;
}

.help h1
{
	width: 100%;
	text-align:center;
	color: #ac2d34;
	border: 1pt solid #ac2d34;
	padding-bottom: .5em;
	padding-top: .1em;
	margin-bottom: .2em;
}

.help h2
{
	width: 100%;
	color: #ac2d34;
	border: 1pt solid #ac2d34;
	padding: .2em;
	margin-bottom: .2em;
}

.help h3
{
	width: 100%;
	margin-bottom: .2em;
}

.help #tableofcontents
{
	width: 100%;
	font-size: 80%;
	border: 1px solid #fff;
	text-align: right;
	position:relative;
}

.help #tableofcontents #left
{
	width: 48%;
	float:left;
	margin-left:0;
	text-align: left;
}

.help #tableofcontents #right
{
	width: 45%;
	float:right;
	margin-left:0;
	text-align: left;
}

.help #tableofcontents ul
{
	padding-left: 1.5em;
}

.help #tableofcontents ul ul
{
	margin-left: 0;
}

.help img
{
	float: left;
}

.help h4
{
	padding: 0;
	margin: 0;
}

.help .contact
{
	padding-bottom: 1em;
}