/*
 * $Id: styles.css 3383 2007-09-06 02:17:34Z jreed $
 */
html {
}
body { 
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  background: #333;
  width: 1021px;
  margin:  0 auto;
  padding: 0;
  font-size: 14px;
}
a:link, a:visited {
	color: #3cc;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

p {
  margin: 0 0 4px 0;
  padding: 0;
}
h1,h2,h3,h4,h5,h6 {
  padding: 0 10px;
}
li, dl {
	margin: 0 0 0 12px; 
}
dt {
	margin: 10px 0;
}
dd {
	margin: 0 10px;
}
hr {
  border: 1px solid #333;
  margin: 5px 0;
}
img {
  border: none;
  padding: 0;
  margin: 0;
}


/* DOC STRUCTURE */
#doc {
	margin: 0;
	padding: 0;
}

#hd {
  clear: both;
  padding: 0;
  margin: 0;
}

#bd {
  clear: both;
  margin: 0;
  padding: 0;
  border-left: 1px solid #474747;
}

#ft {
  clear: both;
  padding: 0;
  margin: 0;
  height: 56px;
  background: #000;
}

/* HD/FT selectors */

.headerTitle {
  float: left;
  height: 90px;
  width: 680px;
  background: #000 url("/images/rsvHeaderBg.gif") top left no-repeat;
  border-right: 1px solid #474747;
}

.headerSponsor {
  float: left;
  height: 90px;
  width: 339px;
  background: #000 url("/images/rsvHeaderRt.gif") top right no-repeat;
  border-right: 1px solid #474747;
}

.headerMenuLinks {
	margin: 23px 20px 0 8px; 
	text-transform: uppercase;
}

.headerMenuLinks a, .headerMenuLinks a:visited {
	color: #fff;
}

.headerMenuLinks a:hover {
	color: #f06;
	text-decoration: none;
}

#activeMenu {
  clear: left;
	color: #f06;
	text-decoration: none;
}

.footerSpacerBar {
  height: 16px;
  background: #474747;
}

.footerColumnLeft {
  float: left;
  height: 40px;
  width: 680px;
  background: #000;
}

.footerColumnRight {
  float: left;
  height: 40px;
  width: 339px;
  background: #000;
  border-left: 1px solid #474747;
}

.copyright {
 text-align: center;
 font-size: small;
}

.loginLink {
	font-size: 10px;
	color: #474747;
	margin: 15px 15px 15px 7px;
	text-align: left;
	float: left;
}

.loginLink a, .loginLink a:visited {
  color: #474747;
  text-transform: uppercase;
}

.siteCredit {
	font-size: 10px;
	color: #474747;
	margin: 15px 7px 0 8px;
	text-align: right;
	float: right;
}

.siteCreditLeft {
	font-size: 10px;
	color: #474747;
	margin: 15px 8px 0 7px;
	text-align: left;
	float: left;
}

.siteCredit a, .siteCreditLeft a, .siteCredit a:visited, .siteCreditLeft a:visited  {
	color: #474747;
}

.siteCreditLogo {
  float: right;
  margin: 8px 8px 0 0;
}

.siteCreditLogoLeft {
  float: left;
  margin: 11px 0 0 8px;
}
#subheader {
  clear: both;
  padding: 0;
  margin: 0;
  height: 60px;
  background: #474747;
}
#subheaderColumnLeft {
	float: left;
	width: 680px;
	height: 60px;
}

#subheaderColumnMiddle {
	float: left;
	width: 1px;
	background: #525252;
	height: 40px;
	margin: 10px 0;
}

#subheaderColumnRight {
	float: left;
	width: 339px;
	height: 60px;
  background: url("/images/rsvSignUp.gif") top left no-repeat;
}

.headerContactForm {
  margin: 18px 0 0 92px;
}

.headerContactForm a, .headerContactForm a:visited {
  font-size: 12px;
  color: #fff;
  padding: 0 0 0 5px;
}

/* BD selectors */
#bdColumnLeft {
  float: left;
  width: 170px;
}

#bdColumnRight {
  float: left;
  width: 848px;
  background: #666;
  border-left: 1px solid #474747;
  border-right: 1px solid #474747;
}

#bdPublicColumnLeft {
  float: left;
  width: 679px;
  background: #666;
}

#bdPublicColumnRight {
  float: left;
  width: 339px;
  border-left: 1px solid #474747;
  border-right: 1px solid #474747;
}

#bdPublicMain {
}

#mainBox {
	min-height: 330px;
}

.contentHeading {
  color: #3cc;
  background: #000;
  height: 17px;
  font-size: 12px;
  padding: 3px 12px 0 12px;
  font-weight: bold;
}

.contentHeading p {
  padding: 0;
  margin: 0;
}

/* event list selectors */
.catEventRow {
  font-size: 12px;
  border-bottom: 1px solid #808080;
}

.catPicColumn {
  float: left;
  height: 170px;
  width: 170px;
  background: #474747;
}

.catMainColumn {
  float: left;
  width: 319px;
  padding: 0 10px;
}

a.catLinkColumn {
	display: block;
  float: left;
  height: 170px;
  width: 170px;
  background: #4e4d4d url("/images/rsvEventLinkBg.gif");
}

a.catLinkColumn:hover {
  background: #6cc url("/images/rsvEventLinkBgOn.gif");
}

.catEventTitle {
  margin: 20px 0 10px 0;
  font-size: 14px;
  font-weight: bold;
  color: #3cf;
}

.catEventTitle a, .catEventTitle a:visited {
	color: #3cf;
}

.catEventDate {
  margin: 10px 0 24px 0;
  font-size: 14px;
  font-weight: bold;
}

.catEventSummary {
  line-height: 2em;
  margin: 10px 0;
}

.catEventMoreLink {
  margin: 10px 0;
}

.catEventMoreLink a, .catEventMoreLink a:visited {
  color: #f09;
}

/* event selectors */
.eventLeftCol {
  float: left;
  width: 170px;
}

.eventMainCol {
  float: left;
  width: 508px;
  border-left: 1px solid #999;
}

.eventPic {
	width: 170px;
	height: 170px;
	background: #474747;
}

.otherEventPics {
	padding: 8px;
}

.eventThumb {
  float: left;
  border-right: 1px solid #474747;
  border-bottom: 1px solid #474747;
  height: 50px;
  width: 50px;
}

.eventInfo {
	height: 170px;
	background: #fff;
	color: #666;
}

.eventTitle {
	font-size: 24px;
	font-weight: bold;
	color: #3cc;
	margin: 0 12px 12px 12px;
	padding: 18px 0 0 0;
	height: 30px;
	overflow: hidden;
}

.eventDate {
	font-size: 24px;
	font-weight: bold;
	margin: 12px 12px 24px 12px;
}

.eventTime {
	font-size: 24px;
	font-weight: bold;
	margin: 0 12px 12px 12px;
	float: left;
}

.eventLocation {
	float: right;
	font-size: 12px;
	padding: 0 10px;
	text-align: right;
	margin: -16px 0 0 0;
}

.eventAddress {
}

.eventMapLink {
	margin: 6px 0 12px 0;
}
.eventMapLink a {
	color: #f09;
}

.eventMoreInfo {
  font-size: 12px;
  color: #fff;
  padding: 0 0 12px 0;
  background: #666;
}

.eventSummary {
  color: #3cc;
  font-weight: bold;
  margin: 0;
  font-size: 16px;
  overflow: hidden;
  padding: 24px 12px;
  line-height: 1.5em;
}

.eventDetails {
  line-height: 2em;
  margin: 10px 0;
  padding: 0 12px;
}

.eventComments {
  line-height: 2em;
  margin: 10px 0;
  padding: 0 12px;
}

.eventLink {
	margin: 10px 0;
	padding: 0 12px;
}
.eventLink a, .eventLink a:visited {
	color: #f09;
}

/* featured event selectors */
.featureEvent {
  font-size: 12px;
  border-bottom: 1px solid #474747;
}
.featurePicColumn {
  float: left;
  height: 170px;
  width: 170px;
  background: #474747;
}

.featureMainColumn {
  float: left;
  width: 133px;
  padding: 0 24px 0 12px;
}

.featureEventTitle {
  color: #3cc;
  font-weight: bold;
  margin: 10px 0 3px 0;
  line-height: 1.5em;
}

.featureEventDate {
  color: #f09;
  font-weight: bold;
  margin: 0 0 10px 0;
}

.featureEventSummary {
  line-height: 1.5em;
  margin: 10px 0;
  overflow: hidden;
  font-size: 10px;
  height: 60px;
}

.featureEventMoreLink {
  margin: 10px 0;
  font-size: 10px;
}

.featureEventMoreLink a, .featureEventMoreLink a:visited {
  color: #f09;
}

.featureArticle {
  padding: 0 24px 0 12px;
  font-size: 12px;
  border-bottom: 1px solid #474747;
}

.featureArticleText {
  line-height: 1.5em;
  margin: 10px 0;
  overflow: hidden;
  font-size: 12px;
}

.featureArticleAbout {
  padding: 0 24px 0 12px;
  font-size: 12px;
}

/* link set selectors */
.linkSet {
	float: left;
	width: 153px;
	padding: 8px;
	font-size: 12px;
	height: 340px;
	overflow: hidden;
}

.linkSet a, .linkSet a:visited {
	display: block;
	line-height: 2em;
	color: #fff;
}

.linkSet p {
	color: #3cc;
	font-weight: bold;
	padding: 0;
	margin: 12px 0;
}

/* homepage category list selectors */
.mainCategoryColumn {
	width: 169px;
	float: left;
	font-size: 10px;
	border-right: 1px solid #474747;
	min-height: 330px;
}

.mainCategoryTitle {
  color: #3cc;
  background: #000;
  height: 17px;
  font-size: 12px;
  padding: 3px 8px 0 8px;
  font-weight: bold;
 }

.mainEventList {
  height: 255px;
}

.mainEventRow {
	clear: both;
	border-bottom: 1px solid #808080;
	height: 50px;
}

.mainEventPicColumn {
	float: left;
	width: 50px;
	height: 50px;
	background: #474747;
}

.mainEventPicColumn img {
	width: 50px;
	height: 50px;
}

.mainEventColumn {
	float: left;
	width: 119px;
}

.mainEventTitle {
	margin: 5px 9px 0 9px;
	color: #3cf;
	height: 28px;
	line-height: 1.3em;
	overflow: hidden;
}

.mainEventTitle a, .mainEventTitle a:visited {
	color: #3cf;
}

.mainEventDate {
	margin: 0 9px 0 9px;
}

.mainMoreInfo {
	margin: 10px 8px 20px 8px;
	font-size: 12px;
}

.mainMoreInfo a, .mainMoreInfo a:visited {
	color: #f09;
	text-transform: uppercase;
}

/* admin page selectors */
input.viewCategoryEvent, input.viewCategorySummary, 
  input.viewCategoryLink, input.viewCategoryLink_text,
  input.createLocationLocation_name, input.createCategoryLink_text,
  input.createCategoryLink, input.viewLocationTitle,
  input.createCategoryName, input.viewCategoryCategory {
  width: 300px;
}

.listingsColumnImage {
  width: 170px;
  float: left;
}

.listingsColumnDetails {
  width: 330px;
  float: left;
  padding: 0 8px;
}

.listingsColumnStats {
  width: 200px;
  float: left;
}

.listingslineRowOdd {
  background: #555;
  height: 170px;
  padding: 10px;
  margin: 0 0 10px 0;
}

form#imageCommands .fieldgroup {
  padding: 0;
}

form#imageCommands .fieldvalueempty {
  padding: 5px 0;
}

form#imageCommands .fieldset {
  border: none;
}

form#imageCommands .fieldnameempty {
  width: 0;
  padding: 0;
}

.listingslineStat

/*menu selectors*/
#menu {
  padding: 0;
  margin: 1em 0;
  font-weight: bold;
}
#menu a, #menu a:visited {
  color: #ffffff;
  background-color: #003366;
  margin: 0 2px 0 0;
  float: left;
  width: 100px;
  padding: 5px;
	text-align: center;
}
#menu a:hover {
  color: #fff;
  background-color:#000;
}
.pagemenu {
  padding: 0;
  margin: 20px 10px 0 10px;
  font-size: 11px;
}
.pagemenu a, .pagemenu a:visited {
  color: #3cc;
  background-color: #000;
  margin: 0 2px 2px 0;
  width: 110px;
  padding: 5px;
	text-align: center;
  float: left;
}
.pagemenu p {
  color: #000;
  background-color: #3cc;
  margin: 0 2px 2px 0;
  width: 150px;
  padding: 5px;
	text-align: center;
  float: left;
}
.pagemenu a:hover {
  color: #000;
  background-color:#3cc;
}

.clear {
  clear: both;
}
.hidden {
  visibility: hidden;
}
.leftitem {
  padding: 0 10px;
}
.leftitem select {
  margin: 0.25em 0.5em 0 0;
}


#loginStatusBox {
	font-size: 10px;
	text-align: center;
	padding: 0;
	margin: 3px 0 0 0;
}

.loginStatusBoxLabel {
	margin: 0;
	padding: 0;
	color: #40C8F4;
	font-size: 12px;
}

.loginStatusBoxLink {
	margin: 0;
	padding: 0;
	color: #333333;
}

.loginStatusBoxLink a, .loginStatusBoxLink a:visited {
	margin: 0;
	padding: 0;
	color: #333333;
}

#breadCrumb {
	margin: 0;
	padding: 3px 8px 0 8px;
	color: #3cc;
	font-size: 12px;
  font-weight: bold;
	background: #000;
	height: 17px;
}

#breadCrumb a, #breadCrumb a:visited {
	padding: 2px 0 0 0;
	color: #3cc;
}

/* CONTENT BOX selectors */
#contentBox {
  padding: 0;
  background: #666;
}

#contentBox h2 {
  margin: 0 0 10px 0;
  color: #fff;
  padding: 10px 10px 0 10px;
}

#contentBox h4 {
  background: #333;
  padding: 10px;
}

#searchMenu {
	margin: 0 10px 10px 10px;
	padding: 5px;
	font-size: 10px;
	color: #333333;
	background: #EFF4F9;
	border: 1px solid #cccccc;
}
#searchMenu input.simpleSearch{
		width: 145px;
	}
#searchMenu a, #searchMenu a:visited {
	color: #333333;
  padding: 3px 0 0 0;
}

/* MENUBOX selectors */
#menuBox {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 10px;
	color: #333333;
	text-align: right;
}

#menuBox a, #menuBox a:visited {
  padding: 5px 5px 0 5px;
	margin: 0 0 5px 0;
	font-weight: bold;
	font-size: 12px;
	height: 20px;
	display: block;
	color: #3cc;
	background: #000;
}

#menuBox a:hover {
  text-decoration: underline;
}

#menuBox p {
  padding: 5px 5px 0 5px;
	margin: 0 0 5px 0;
	font-weight: bold;
	font-size: 12px;
	height: 20px;
	display: block;
	color: #3cf;
	background: #000;
	text-align: left;
}

/* LOGINBOX selectors */
#loginBox {
	margin: 0 10px 10px 10px;
	padding: 0;
	border: 1px solid #cccccc;
	font-size: 10px;
	color: #6a6a6a;
  height: 140px;
}

#loginBox a:hover {
  text-decoration: underline;
}

#loginBox h1 {
	padding: 10px 10px 5px 10px;
	margin: 0 0 5px 0;
	color: #003399;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	background: #D3E1F0;
}

#loginBox a.passwordForgot {
	color: #40C8F4;
	font-size: 10px;
  padding: 0 4px;
}

#loginBox .notAMember {
	padding: 0;
	color: #003399;
	font-weight: bold;
	font-size: 12px;
  padding: 5px 0 0 20px;
}

#loginBox .signupNow {
	padding: 0 0 10px 0;
}

#loginBox .signupNow a {
	padding: 0;
	color: green;
	font-weight: bold;
	font-size: 12px;
  padding: 0 0 0 20px;
}

#loginBox form {
  margin: 0;
  padding: 0;
}

#loginBox strong {
  margin: 0 5px;
}

#loginBox input {
  width: 140px;
  margin: 0 5px 2px 5px;
}

#loginBox input[type="checkbox"] {
	width: 15px;
}

/* NEOLITH IMPORTED SELECTORS */
.error {
  color: red;
  margin: 2.5em 1em 0 10px;
  padding: 0 1em;
  border: 2px solid #ff0000;
  line-height: 34px;
  width: 500px;
}

.error strong {
  color: white;
  background-color: red;
  padding: 0.5em;
  margin: 0 1em 0 -1em;
}

.datamenu {
  padding: 0 10px;
  margin: 0;
}
.datamenu a, .datamenu a:visited, p.datamenu {
  float: left;
  padding: 2px 5px;
}
.datamenu a:hover {
  text-decoration: underline;
}

.stepmenu {
  padding: 0 10px;
  margin: 0;
}
.stepmenu p {
  font-size: 12px;
  width: 150px;
  background-color: #aaaaaa;
  color: #003366;
  float: left;
  text-align: center;
  margin: 0 2px 0 0;
  padding: 5px 0;
}
#thisstep {
  color: #ffffff;
  background-color: #003366;
}
/*table selectors*/
table {
  font-size: 11px;
  padding: 0;
  margin: 1em;
  border-collapse: collapse;
  line-height: 1.5em;
}
tr,td {
  border-bottom: 1px solid #333333;
  padding: 0 0.5em;
  margin: 0;
}
td a, td a:visited {
	display: block;
	width: 100%;
}
td a:hover {
  text-decoration: underline;
}
.rowhead {
  background-color: #000;
  color: #3cc;
}
.rowhead a, .rowhead a:visited {
  color: #3cc;
}
.rowhead a:hover, .rowhead td[onclick]:hover {
  color: #EEE600;
}
.rowodd {
  background-color: #444;
}
.roweven {
  background-color: #333;
}

.cellcenter, tr.rowodd td.cellcenter, tr.roweven td.cellcenter  {
	text-align: center;
}
.cellleft, tr.rowodd td.cellleft, tr.roweven td.cellleft {
	text-align: left;
  width: 110px;
}
.cellright, tr.rowodd td.cellright, tr.roweven td.cellright {
	text-align: right;
}
.report {
	text-align: right;
}
.listingBox{
		padding: 15px 40px;
	}
.listingSummary{
	}
.listingTitle{
		font-size: 18px;
		font-weight: bold;
		padding: 0 0 4px 0;
	}	
	
/* fieldset selectors */
.fieldgroup {
	margin: 0;
	padding: 0 10px;
}

.fieldset {
	clear: both;
  border-top: 1px dotted #cccccc;
}

.fieldname {
	float: left;
	width: 100px;
	text-align: left;
  padding: 5px 10px;
  font-weight: bold;
}

.fieldnamesmall {
	font-weight: normal;
}
.fieldvalue {
  float: left;
  padding: 5px 10px;
  width: 600px;
}
.fieldnameempty {
	float: left;
	width: 100px;
  padding: 5px 10px;
}

.fieldvalueempty {
  float: left;
  padding: 5px 10px;
}

.fieldvalue em {
  font-style: italic;
}

.fielderror {
  color: red;
  padding: 5px 0;
}
.fielderror img {
  padding: 0;
  margin: 0;
  float: left;
}
.fielderror p {
  padding: 0 0 0 3px;
  margin: 5px 0 0 0;
  float: left;
}
form {
  margin: 0;
  padding: 0;
}

/*attribute selectors*/
[onclick] {
	cursor: pointer;
}

