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.normal li {
    padding-bottom: 1em;
}

.password {
    text-align: center;
}
#userbar {
    font-family: arial, helvetica, sans-serif;
    font-size: 13px;
    height: 2.7em;
    background-image: url(/images/user_bar.gif?1279855951);
    background-repeat: repeat-x;
    background-position: bottom;
    position: fixed;
    top: 0;
    left: 0;
	right: 0;
    z-index: 1000;
	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;    
}

#poweredBy {
	font-size: 10px !important;
}
#poweredBy img {
	border: none !important;
	vertical-align: middle !important;
}
#poweredBy a {
	text-decoration: none !important;
}

/* Notices Area */
.notice {
  border: 1px solid #808080;
    padding: 10px;
    margin-bottom: 20px;
}
.notice .date {
text-align: right;
font-size: 0.8em;
}
/* END Notices Area */


/* 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 .message {
    border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
}
.reply .titleBar {
    background-color: #dddddd;
}
.reply .message {
    border-left: solid 1px #dddddd;
    border-right: solid 1px #dddddd;
    border-bottom: solid 1px #dddddd;
}
/* 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 */

/* Display Database Listing Adjustments - TABLE */
table.databaselisting td.option {
	background-color: #CECECE !important;
}
/* END Display Database Listing Adjustments - TABLE */

/* Database Input Adjustments */
form.databaseinput {
	font-size: 0.9em;
	float: left;
	width: 100%;
}
form.databaseinput  p {
	color: #000;
}
form.databaseinput fieldset p label {
	width: 140px;
	font-size: 1.2em;
	color: #000;
}
form.databaseinput fieldset p span.comments {
    margin-left: 147px !important;
}
form.databaseinput fieldset {
	width: 100%;
	border: 2px solid #B1B4B4;
	background-color: #EAEAEA;
	font-size: 1em;
}
form.databaseinput fieldset p.buttons {
	background-color: #CECECE;
	padding: 4px 0 4px 147px !important;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #B1B4B4;
	font-size: 1.3em;
}
/* END Database Input Adjustments */




/* Online Store */
.store {
	float: left;
	width: 100%;
	margin-bottom: 20px;
    background-image: url(/images/item_gradient.gif?1279855951);
	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 !important;
	font-size: 1.2em;
}
a#cartButton:hover {
	background-color: #BBBBBB;
	border: 1px solid #888888;
	color: #333333 !important;
}
.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 {
	padding: 2em;
	margin: 1em;
	border: 1px solid #B1B4B4;
	background-color: #F7F7F7;
}
#breakStopper {
	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 */



/* ePortfolios */

#eportfolios ul {
	width: 100%;
}

div.eportfolioMember {
	padding: 10px;
	background-color: #EAEAEA;
	margin-bottom: 20px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
}
/* END ePortfolios */