body {
padding: 0px;
margin: 0px;
}
.podcastUrl {
    text-align: center;
    font-size: 1.3em;
}
.small {
    font-size: 0.7em;
}
p.empty {
	font-style: italic;
	font-weight: bold;
}
abbr {
	border: none;
}
dt {
    width: 12em;
    float: left;
    padding-bottom: 0.5em;
    font-weight: bold;
}
dd {
    margin-left: 11em;
    padding-bottom: 0.5em;
    clear: right;

}
dd ul {
    margin-left: 0em;
    padding-left: 1em;
}
hr.softGrey {
	border: 1px solid #EAEAEA;
	height: 3px;
	background-color: #EAEAEA;
}
ul.databaseOutput {
    margin-left: 0;
    padding-left: 0;
}

ul.databaseOutput li, ul.dayOutput li {
    list-style-type: none;
    padding-bottom: 1em;
    margin-left: 0;
}

ul.databaseOutput li div, ul.dayOutput li div {
	font-weight: bold;
	font-size: 1.3em;
}

ul.normal li {
    padding-bottom: 1em;
}

.password {
    text-align: center;
}
p.flashsuccess {
	color: #2E5B00;
	background-color: #C8FF91;
	border: 1px solid #6C0;
	padding: 10px 10px 10px 60px !important;
	background-image: url(/images/success.gif.v1229462547);
	background-repeat: no-repeat;
	background-position: -20px -20px;
}
p.flashfail {
	color: #5B1200;
	background-color: #FFA791;
	border: 1px solid #F30;
	padding: 10px 10px 10px 60px !important;
	background-image: url(/images/failure.gif.v1229462547);
	background-repeat: no-repeat;
	background-position: -17px -15px;

}
#userbar {
    font-family: arial, helvetica, sans-serif;
    font-size: 13px;
    height: 2.7em;
    background-image: url(/images/user_bar.gif.v1229462547);
    background-repeat: repeat-x;
    background-position: bottom;
    position: absolute;
    top: 0;
    left: 0;
	right: 0;
    z-index: 100;
	color: #000000;
}
#userbar a {
    color: black;
    text-decoration: none;
	font-weight: bold;
}
#userbar img {
    border: none;
}
#userbar a:hover {
    text-decoration: underline;
}
#userbar #ucontainer {
    margin-top: 0.65em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    text-align: center;
}
#userbar #ucontainer #userright {
    float: right;
}
#userbar #ucontainer #userleft {
    float: left;
}
#userbar #ucontainer form {
    display: inline;
    margin: 0;
    padding: 0;

}
#userbar #ucontainer form input {
    margin-top: -0.15em;
	vertical-align: middle;
	font-size: 0.8em;
}
#userbar #usercancel {
    float: right;
    margin-top: -0.15em;
}
#login {
    float: right;
}
#editpage {
    clear: both;
    text-align: right;
}

.otheryears {
    font-size: 0.8em;
	font-weight: bold;    
}
/* Calendar */

/*
  A red, white, and grey theme.
  
  AUTHOR: Geoffrey Grosenbach http://nubyonrails.com
*/

.calendar {
    margin: auto;
    font-size:1em;
    color: white;
    background-color: #0087CC;
    width: 100%;

}

.calendar .monthName {
    font-weight: bold;
    text-align: right;
    padding-top: 1em;
    padding-bottom: 1em;
    color: black;
    letter-spacing: 0.03em;
    width: 100%;
    margin: auto;
    padding-right: 10px;
    margin-top: -2em;
}
.calendar .monthName select, .calendar .monthName input {
  font-size: 1.5em;
}

.calendar .dayName th {
  font-size: 0.8em;
  padding-top: 0.3em;
  padding-bottom: 0.5em;
  background-color: #303030;
  color: white;
}

.calendar .otherMonth, .calendar .day, .calendar .eventDay {
  padding: 0.3em 0.5em;
  border-right: 1px solid white;
  width: 14%;
  height: 5em;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px dotted #bbbbbb;
}

.calendar .otherMonth {
  background-color: #005684;
  color: #0087CC;
}
.calendar .weekendDay {
  
}

.calendar .lastWeekDay {
    border-right: none;
}

.calendar .lastWeek {
    border-bottom: none;
}
.calendar .day, .calendar .otherMonth {
    font-size: 0.8em;
}
.calendar .day p.event {
    margin-top: 0.3em;
    text-align: center;
    font-weight: bold;
    font-size: 1.3em;
    font-style: italic;
}
.calendar .eventDay {
  background-color: #11ACFF;
  color: white;
}

.calendar .day a {
  color: white !important;
  text-decoration: none !important;
  font-weight: normal !important;
}

.calendar .day a:hover {
  text-decoration: none !important;
  color: black !important;
}

.calendar .hover {
    background-color: #fec400;
    cursor: pointer;
    color: black;
}
.calendar .hover a {
    color: black;
}

p.otherViews {
	text-align: right;
	padding-bottom: 10px;
	padding-right: 10px;
}

/* END Calendar */

.notice {
  border: 1px solid #808080;
    padding: 10px;
}

/* Profiles List */
ul.profilesList {
	font-size: 1.1em !important;
	font-weight: bold !important;
	list-style-type: none !important;
}
ul.profilesList ul {
	font-size: .9em !important;
	list-style-type: none !important;
	margin-bottom: 1em !important;
}
ul.profilesList a {
	color: #333333 !important;
	text-decoration: none !important;
}
ul.profilesList a:hover {
	text-decoration: underline !important;
}
ul.profilesList ul a {
	color: #666666 !important;
	text-decoration: none !important;
}
ul.profilesList ul a:hover {
	text-decoration: underline !important;
}

div.randomProfile {
	width: 220px;
	background-color: #DDDDDD;
	margin: 0em 0em 2em 2em;
	padding: 1em 2em 1em 2em;
	font-size: 0.9em;
	border: 1px solid #777777;
	float: right;

}
div.randomProfile div.image {
	text-align: center;
	margin-bottom: 2em;
}
div.randomProfile div.image a img {
    border: none;
}
div.randomProfile div.name {
	font-weight: bold;
	font-size: 1.4em;
	margin-bottom: 1em;
	text-align: center;
}
div.randomProfile div.title {
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: 0.2em;
	text-align: right;
	border-bottom: 1px solid #777777;
}
div.randomProfile p {
    margin-top: 0.2em;
}

div.profile {
    clear: right;
    margin-top: 2em;
    margin-bottom: 3em;
}
div.profile div.image {
	float: right;
	margin-bottom: 1em;
    margin-left: 1.5em;
    border-style: none;
}
div.profile div.image a img {
    border: none;
}
div.profile div.name {
	font-weight: bold;
	font-size: 1.6em;
	margin-bottom: 1em;
	text-align: left;
    background-color: #EAEAEA;
    padding: 0.1em 0.3em 0.05em 0.3em;
}
div.profile div.title {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 0.2em;
	border-bottom: 1px solid #EAEAEA;
    padding-left: 0.5em;
}
div.profile p {
    margin-top: 0.2em !important;
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
}
/* END Profiles List */

/* Message Board */
.thread {
    width: 100%;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
}

.thread .titleBar {
    background-color: #cccccc;
    color: #333333;
    font-size: 1.3em;
    font-weight: bold;
    padding: 0.5em;
}

.thread .titleBar .date {
    float: right;
}
.thread .message {
    padding: 0.5em;
    border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
}
.thread .replyLink {
    float: right;

}
.reply {
    width: 97%;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
}

.reply .titleBar {
    background-color: #dddddd;
    color: #333333;
    font-size: 1.3em;
    font-weight: bold;
    padding: 0.5em;
}

.reply .titleBar .subject {
    width: 70%;
}

.reply .titleBar .date {
    float: right;
}
.reply .message {
    padding: 0.5em;
    border-left: solid 1px #dddddd;
    border-right: solid 1px #dddddd;
    border-bottom: solid 1px #dddddd;
}
.reply .replyLink {
    float: right;
}
/* END Message Board */

/* Generic Tabular Data */
table.databaseOutput {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	border: none;
}
table.databaseOutput th {
	width: 25%;
	background-color: #EAEAEA;
	text-align: right;
	padding: 5px;
	vertical-align: top;
}
table.databaseOutput td {
	width: 75%;
	padding: 5px;
	vertical-align: top;
}
/* END Generic Tabular Data */

/* Pagination */
div.pagination {
	padding: 3px 0 3px 0;
	margin: 0 0 10px 0;
	text-align: center;
	float: left;
	width: 100%;
	font-weight: bold;
}
div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	text-decoration: none; /* no underline */
	color: #333333 !important;
    background-color: #FFFFFF !important;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #333333;
	background-color: #333333 !important;
	color: #FFFFFF !important;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #333333;
	background-color: #333333;
	color: #FFFFFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEEEEE;

	color: #DDDDDD;
}
/* END Pagination */

/* Image Gallery */
.imageGallery {
	float: left;
	width: 100%;
	margin-bottom: 20px;

}
.imageGallery h2 {
	font-weight: bold;
	font-size: 1.6em;
	text-align: left;
    background-color: #EAEAEA;
    padding: 0.1em 0.3em 0.05em 0.3em !important;
}
.imageGallery h2 a {
	text-decoration: none;
}
.imageGallery h2 a:hover {
}
.imageGallery div.photo, .imageGallery p.thumb a, .imageGallery ul.thumbnails a {
  display: block;
  float: left;
  margin: 0;
  padding: 4px 4px 9px 4px;
  background-color: #EAEAEA;
  text-align: center;
}
.imageGallery div.photo {
	float: none;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
    padding: 10px 4px 10px 4px;
}
.imageGallery p.thumb a, .imageGallery ul.thumbnails a {
  margin-right: 10px;
  margin-bottom: 10px;
}
.imageGallery div.photo img, p.thumb a img, .imageGallery ul.thumbnails a img {
	border: none;
	padding-bottom: 9px;
}
.imageGallery p.thumb a {
	text-decoration: none;
}
.imageGallery div.photo, .imageGallery p.thumb a:hover, .imageGallery ul.thumbnails a:hover {
  background-color: #DDDDDD;
}
.imageGallery p.thumb, .imageGallery ul.thumbnails {
  margin: 0;
  padding: 0;
  float: left;
  text-align: center;
  line-height: 1em;
  list-style: none;
}
.imageGallery .categoryDescription {
	overflow: hidden;
}
.imageGallery ul.thumbnails li {
  display: inline;
  padding: 0;
  margin: 0;
}
.imageGallery div.pagination {
float: none;
width: auto;

}
.imageGallery div.pagination {

}
/* END Image Gallery */

/* Online Store */
.store {
	float: left;
	width: 100%;
	margin-bottom: 20px;
    background-image: url(/images/item_gradient.gif.v1229462547);
	background-repeat: repeat-x;

}
.store h2 {
	font-weight: bold;
	font-size: 1.6em;
	text-align: left;
    background-color: transparent;
    padding: 0.1em 0.3em 0.05em 0.3em !important;
}
.store h2 a {
	text-decoration: none;
}
.store h2 a:hover {
}
.store div.photo, .store p.thumb a, .store ul.thumbnails a, .store p.thumb img.noImage {
  display: block;
  float: left;
  margin: 0;
  padding: 4px 4px 9px 4px;
  background-color: #EAEAEA;
  text-align: center;
}
.store div.photo {
	float: none;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
    padding: 20px 4px 10px 4px;
}
.store p.thumb a, .store ul.thumbnails a, .store p.thumb img.noImage {
  margin-right: 10px;
  margin-bottom: 10px;
}
.store div.photo img, p.thumb a img, .store ul.thumbnails a img {
	border: none;
	padding-bottom: 9px;
}
.store p.thumb img.noImage {
	padding-bottom: 18px;
}
.store p.thumb a {
	text-decoration: none;
}
.store div.photo, .store p.thumb a:hover, .store ul.thumbnails a:hover {
  background-color: #DDDDDD;
}
.store p.thumb, .store ul.thumbnails {
  margin: 0;
  padding: 0;
  float: left;
  text-align: center;
  line-height: 1em;
  list-style: none;
}
.store .categoryDescription, .store .itemDescription {
	overflow: hidden;
}
.store ul.thumbnails li {
  display: inline;
  padding: 0;
  margin: 0;
}
a#cartButton {
	padding: 0.4em;
	background-color: #DDDDDD;
	display: inline-block;
	float: right;
	text-decoration: none;
	border: 1px solid #AAAAAA;
	color: #555555;
	font-size: 1.2em;
}
a#cartButton:hover {
	background-color: #BBBBBB;
	border: 1px solid #888888;
	color: #333333;
}
.store .priceAndCart {
	float: right;
	text-align: center;
	padding: 1em;
	background-color: #EAEAEA;
	margin: 0 0 0.5em 0.5em;
}
.store .price {
	font-size: 1.9em;
	font-weight: bold;
}
.taxDeclaration {
	width: 100%;
	text-align: center;
	font-style: italic;
}
.addToCart {
	display: inline-block;
	
}

table.cart {
	border-collapse: collapse;
	background-color: #EAEAEA;
	padding: 0px;
	width: 100%;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	color: #000000;
	clear: both;
}
table.cart td, table.cart th {
	padding: 10px;
	border: 1px solid #B1B4B4;
}
table.cart th {
	background-color: #CECECE;
}
table.cart .thumbnail {
	width: 50px;

}
table.cart .total {
	background-color: #CECECE;
	font-weight: bold;
	text-align: right;
}
table.cart .quantity {
	text-align: center;
}
table.cart .price, table.cart .shipping, table.cart .tax {
	text-align: right;
}

table.cart .buttons {
	text-align: right;
	padding-top: 30px;
	background-color: #B1B4B4;
}
#storeDetails {
	text-align: right;
	float: right;
}
#customerDetails {
	text-align: left;
	float: left;
}
#taxInvoice {
	float: left;
	padding: 2em;
	margin: 1em;
	border: 1px solid #B1B4B4;
	background-color: #F7F7F7;
}
#paymentMethods {
	float: left;
	width: 100%;
}
/* END Online Store */

/* Upcoming Events */
.veventDownload {
	float: right;
	padding: 0.5em !important;
}
.veventDownload a {
	color: #FFFFFF !important;
}
.veventDownload a:hover {
	color: #DDDDDD !important;
}
.upcoming {
	color: #FFFFFF !important;
	padding: 2.5em 10px 10px 10px !important;
	margin-bottom: 10px !important;
}
.upcoming1 {
	background-color: #000000 !important;
}
.upcoming2 {
	background-color: #3b606b !important;
}
.upcoming3 {
	background-color: #6c8890 !important;
}
.upcoming p.title {
	font-size: 1.2em;
	text-transform: uppercase;
	padding: 0px !important;
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 5px !important;
	margin-left: 0px !important;
	font-weight: bold !important;
}
.upcoming p.details {
	line-height: 1.5em !important;
	margin: 0px !important;
	padding: 0px !important;

}
.upcoming p.critical {
	font-weight: bold !important;
	margin: 0px !important;
	padding: 0px !important;
	line-height: 1.5em !important;
}
.upcoming p.details a {
	color: #FFFFFF !important;
}
/* END Upcoming Events */

/* Contacts Directory */
.contactsDirectory {
	background-color: #F6F6F6;
	padding: 2.5em 20px 20px 20px;
	margin-bottom: 10px;
}
.contactsDirectory .org {
	font-weight: bold;
	font-size: 1.5em;
}
.contactsDirectory .note {
	font-style: italic;
}
.vcardDownload {
	float: right;
	padding: 0.5em;
}
/* END Contacts Directory */

/* Standard Form */
form.frontForm {
	display: block;
	text-align: center;
	margin-bottom: 20px;
	font-size: 0.9em;
	float: left;
	width: 100%;
}

form.frontForm p {
	margin: 0px !important;
	clear: left;
	padding-top: 5px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	color: #000;
}
form.frontForm p label {
	float: left;
	width: 140px;
	text-align: right;
	font-size: 1.2em;
	margin-right: 5px;
	font-weight: bold;
	margin-top: 0.2em;
	margin-bottom: 0.2px;
	color: #000;
}
form.frontForm p span.comments {
    margin-left: 147px !important;
    font-style: italic;
    clear: left;
}
form.frontForm p.comments {
    margin-left: 147px !important;
    clear: left;
}
form.frontForm fieldset {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border: 2px solid #B1B4B4;
	padding: 0px;
	background-color: #EAEAEA;
}
form.frontForm p.buttons {
	background-color: #CECECE;
	padding: 4px 0 4px 145px !important;
	height: auto;
	margin: 5px 0 0 0 !important;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #B1B4B4;
	font-size: 1.3em;
}
form.frontForm p.buttons a {
	color: #000000;
}
.errorExplanation {
	color: #5B1200;
	background-color: #FFA791;
	border: 1px solid #F30;
	padding: 10px 30px 10px 60px;
	margin-bottom: 20px;
	background-image: url(/images/failure.gif.v1229462547);
	background-repeat: no-repeat;
	background-position: -17px -15px;

}
.errorExplanation h2 {
	color: black !important;
	font-style: normal !important;
}
.fieldWithErrors input, .fieldWithErrors textarea, .fieldWithErrors select {
  border: 2px solid red;
  background-color: #FFA791;
}
/* END Standard Form */

/* Quizzes */

.quizStart {
	font-size: 2em;
	text-align: center;
}
.quizMark {
	font-size: 4em;
	text-align: center;
}
.questionNumber {
	text-align: right;
	background-color: #EAEAEA;
	padding: 3px 7px !important;
}
.questionStatus {
	float: right;
	padding: 10px 15px 10px 60px;
	font-size: 1.2em;
	margin: 0 0 10px 10px;
	width: 5em;
}
.questionCorrect {
	color: #2E5B00;
	background-color: #C8FF91;
	border: 1px solid #6C0;
	background-image: url(/images/success.gif.v1229462547);
	background-repeat: no-repeat;
	background-position: -20px -20px;
}
.questionIncorrect {
	color: #5B1200;
	background-color: #FFA791;
	border: 1px solid #F30;
	background-image: url(/images/failure.gif.v1229462547);
	background-repeat: no-repeat;
	background-position: -17px -15px;

}
.questionResources {
	padding: 10px;
	border: 1px solid #FFFF62;
	background-color: #FFFFCA;
	margin-bottom: 20px;
}

/* END Quizzes */
