a {
	font-family: Arial, Helvetica, sans-serif;
	color: #B91816;
	text-decoration: underline;
}
img {
	border: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #000000;
	text-decoration: none;
	background-image: url(../img/checks-bkgd.gif);
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #EB2A24;
	text-decoration: none;
	font-size:14px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #EB2A24;
	text-decoration: none;
	font-size:16px;
	border-bottom:2px dotted #e8e8e8;
	padding-bottom:4px;
}
.boldbluesubhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #003366;
}
.boldredheaders {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 17px;
	color: #CC0000;
	font-weight: bold;
}
.boldbluegeorgiaheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	color: #003366;
}
.BIGredheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
.BIGGERblackboldsubhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.style1 {
	font-size: 12px;
	color: #990000;
	font-weight: bold;
}
.clearLeft {
	clear: left;
	}
	
.clearRight {
	clear: right;
	}

/*####################################
#	MESSAGES
####################################*/

div#flashMessage {
	background-color: #e8e8e8;
	color: #004811;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 30px;
	padding: 10px;
	}

div#flashMessage.error {
	background-color: #b9312b;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 30px;
	color:#ffffff;
	padding: 100px;
	}
	
.green {
	color: #004811;
	font-weight:bold;
}
/*####################################
#	ACTIONS
####################################*/

div.actions {
	}
	
div.actions div.disabled {
	display: none;
	}

/*####################################
#	PAGINATION
####################################*/
	
.paging {
	text-align: right;
	padding: 15px 0;
	}
	
.paging .disabled {
	display: inline;
	}

/*####################################
#	FORM
####################################*/

	
form fieldset {
	border: none;
	}

form div {
	clear: left;
	margin: 5px 5px 5px 0;
	}
	
form div.checkbox label {
	margin-left: 3px;
	}
	
form div.radio label {
	float: none;
	margin-left: 3px;
	}
	
form div label {
	float: left;
	line-height: 1.7em;
	width: 120px;
	}
	
form div.fck label {
	float: none;
	width: 100%;
	}
	
form div.checkbox label {
	float: none;
	line-height: 2em;
	width: 100%;
	}
	
form div.text input,
form div.select select {
	width: 200px;
	}
	
form div.textarea textarea {
	width: 250px;
	}
	
form div.checkbox input {
	float: left;
	}
	
form div.submit {
	margin: 5px 5px 5px 0;
	}
	
form div.date select {
	width:100px;
	}

/*####################################
#	VIEW
####################################*/

div.view dl {
	margin-top: 5px;
	}

div.view dl dt {
	float: left;
	width: 150px;
	}

div.view dl dt,
div.view dl dd {
	padding: 5px;
	}
	
div.view h3 {
	font-size: 1.33em;
	margin: 10px 0 0;
	padding: 3px 0 5px;
	}
	
div.view h3 span a {
	font-size: .75em;
	margin-left: 10px;
	}
	
div.view table {
	border-collapse: collapse;
	margin: 7px 0;
	width: 100%;
	}
	
div.view table thead tr td {
	font-weight: bold;
	}
	
div.view table tr td {
	padding-bottom: 10px;
	padding-top: 10px;
	}
	
div.view table tr td.first {
	padding-left: 10px;
	}
	
div.view table tr td.last {
	padding-right: 10px;
	}


.style1 {
	color: #FFFFFF;
	font-weight: bold;
}
/*####################################
#	ERRORS
####################################*/
		
.error-message {
	color: #FF0000;
}

/* THE MENU LOGGED IN!!!
************************/
div#menu {
	width: 854px;
	margin: 0 auto;
	}
div#menu ul {
	padding: 0;
	margin: 0;
	text-align: left;
	list-style: none;
	}
div#menu ul li {
	float: left;
	}
div#menu ul li a {
	float: left;
	display: block;
	background-image: url(../img/menu.gif);
	background-repeat: no-repeat;
	height: 39px;
	text-indent: -1000em;
	}
	
/* Parties */
div#menu ul li a#parties {
	width: 114px;
	background-position: 0 0;
	}
div#menu ul li a#parties:hover, div#menu ul li.active a#parties {
	background-position: 0 -47px;
	}

/* Invitations */
div#menu ul li a#invitations {
	width: 102px;
	background-position: -114px 0;
	}
div#menu ul li a#invitations:hover, div#menu ul li.active a#invitations {
	background-position: -114px -47px;
	}

/* rsvps */
div#menu ul li a#rsvps {
	width: 67px;
	background-position: -216px 0;
	}
div#menu ul li a#rsvps:hover, div#menu ul li.active a#rsvps {
	background-position: -216px -47px;
	}
	
/* THANKS YOUS */
div#menu ul li a#thankyous {
	width: 105px;
	background-position: -283px 0;
	}
div#menu ul li a#thankyous:hover, div#menu ul li.active a#thankyous {
	background-position: -283px -47px;
	}

/* ADDRESS BOOK */
div#menu ul li a#address_book {
	width: 117px;
	background-position: -388px 0;
	}
div#menu ul li a#address_book:hover, div#menu ul li.active a#address_book {
	background-position: -388px -47px;
	}

/* PROFILE */
div#menu ul li a#profile {
	width: 77px;
	background-position: -505px 0;
	}
div#menu ul li a#profile:hover, div#menu ul li.active a#profile {
	background-position: -505px -47px;
	}
/* HELP */
div#menu ul li a#help {
	width: 60px;
	background-position: -582px 0;
	}
div#menu ul li a#help:hover, div#menu ul li.active a#help {
	background-position: -582px -47px;
	}
/* LOGOUT */
div#menu ul li a#logout {
	width: 76px;
	background-position: -642px 0;
	}
div#menu ul li a#logout:hover, div#menu ul li.active a#logout {
	background-position: -642px -47px;
	}

/* HOME */
div#menu ul li a#home {
	width:82px;
	background-position: -718px 0;
	}
div#menu ul li a#home:hover, div#menu ul li.active a#home {
	background-position: -718px -47px;
	}

/* THE MENU LOGGED OFF!!!
************************/
div#menuoff {
	width: 854px;
	margin: 0 auto;
	}
div#menuoff ul {
	padding: 0;
	margin: 0;
	text-align: left;
	list-style: none;
	}
div#menuoff ul li {
	float: left;
	}
div#menuoff ul li a {
	float: left;
	display: block;
	background-image: url(../img/menu_off.gif);
	background-repeat: no-repeat;
	height: 39px;
	text-indent: -1000em;
	}
	
/* REGISTER */
div#menuoff ul li a#register {
	width: 654px;
	background-position: 0 0;
	}
div#menuoff ul li a#register:hover, div#menuoff ul li.active a#register {
	background-position: 0 -47px;
	}

/* LOGIN */
div#menuoff ul li a#login {
	width: 64px;
	background-position: -654px 0;
	}
div#menuoff ul li a#login:hover, div#menuoff ul li.active a#login {
	background-position: -654px -47px;
	}
/* HOME OFF */
div#menuoff ul li a#home_off {
	width:82px;
	background-position: -718px 0;
	}
div#menuoff ul li a#home_off:hover, div#menuoff ul li.active a#home_off {
	background-position: -718px -47px;
	}

.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}
