html{
  background: #F2F2F2 url(/images/html_bg.png) repeat-x scroll top left;
}

body{
  background: transparent url(/images/body_top_bg.png) repeat-x scroll top left;
  margin: 0;
  text-align: center;
  font-family: Arial, "MS Trebuchet", sans-serif;
  font-size: 12px;
  color: #939393;
}

div#siteWrap{
  background: transparent url(/images/site_wrap_bg.png) repeat-y scroll top center;
  width: 980px;
  margin: 0 auto;
  padding: 0 25px;
  text-align: left;
}

div#siteHeader{
  background: transparent url(/images/header_bg.png) repeat-y scroll top left;
  width: 980px;
  height: 160px;
  overflow:hidden;
}

body.sports div#siteHeader{
  background: transparent url(/images/header_bg_sports.png) repeat-y scroll top left;
}

body.corporate div#siteHeader{
  background: transparent url(/images/header_bg_corporate.png) repeat-y scroll top left;
}

body.fundraising div#siteHeader{
  background: transparent url(/images/header_bg_fundraising.png) repeat-y scroll top left;
}


div.edetailframe img{
	float:left;
}

div#headerInner{
  float: right;
  width: 790px;
  position: relative;
  padding: 98px 10px 0 0;
}

div#headerInner ul#subNavBar{
  height: 22px;
}

div#headerInner ul#subNavBar li{
  float: right;
  font-size: 11px;
  color: #5F5F5F;
  padding: 0 6px;
  border-left: 1px solid #5F5F5F;
}

div#headerInner ul#subNavBar li.end{
  border: 0;
}

div#headerInner ul#subNavBar li a{
  color: #5F5F5F;
}

div#headerInner ul#subNavBar li a:hover{
  text-decoration: underline;
}

div#headerInner ul#navBar{
  height: 40px;
}

div#headerInner ul#navBar li{
  float: left;
  height: 24px;
  width: 96px;
  color: #FFF;
  padding: 8px 4px 0 0;
  font-size: 16px;
  text-align: center;
  text-transform: lowercase;
}

body.home div#headerInner ul#navBar li.home,
body.about-us div#headerInner ul#navBar li.about-us,
div#headerInner ul#navBar li:hover{
  background: transparent url(/images/nav_active.png) no-repeat scroll top left;
}

body.sports div#headerInner ul#navBar li.sports,
body.sports div#headerInner ul#navBar li:hover{
  background: transparent url(/images/nav_active_sports.png) no-repeat scroll top left;
}

body.corporate div#headerInner ul#navBar li.corporate,
body.corporate div#headerInner ul#navBar li:hover{
  background: transparent url(/images/nav_active_corporate.png) no-repeat scroll top left;
}

body.fundraising div#headerInner ul#navBar li.fundraising,
body.fundraising div#headerInner ul#navBar li:hover{
  background: transparent url(/images/nav_active_fundraising.png) no-repeat scroll top left;
}

div#headerInner ul#navBar li#listEvent{
  float: right;
  width: 115px;
  height: 27px;
  margin-top: -1px;
}

div#headerInner ul#navBar li#listEvent:hover{
  background-image: none;
}

div#headerInner ul#navBar li a{
  color: #FFF;
  text-decoration: none;
  display: block;
}

a#logoLink{
  float: left;
  width: 340px;
  height: 150px;
  overflow: hidden;
  margin-left: -170px;
}

#siteContent {margin-bottom: -2px;}

div#contentRight{
  float: right;
  width: 212px;
}

div#contentLeft{
  width: 752px;
  padding: 26px 8px 12px 8px;
  float: left;
}

div#contentLeft.home{
  width: 768px;
  padding: 0;
}

div#siteFooter{
  background: transparent url(/images/footer_bg.png) no-repeat scroll top center;
  width: 980px;
  margin: 0 auto;
  padding: 14px 25px 0;
  color: #787878;
  font-size: 10px;
  font-weight: bold;
}

div#siteFooter a{
  color: #787878;
  font-weight: normal;
}

/* boxes
---------------------------------------- */

div.box{
  position: relative;
  padding-bottom: 10px;
}

div.box h2{
  height: 31px;
  padding: 8px 0 0 24px;
}

div.boxInner{}

div.boxInner li{
  color: #5D5D5D;
  list-style: disc inside;
}

div.boxInner ol li{
  list-style-type: decimal;
}

div.boxFooter{
  position: absolute;
  bottom: -10px;
  height: 10px;
}

div.boxInner ul{
  margin-bottom: 12px;
}

div.boxInner ul li{
  list-style: none;
}

/* forms
---------------------------------------- */

div.box.form{
  background: transparent url(/images/form/form_body.png) repeat-y scroll top left;
  margin-bottom: 24px;
}

div#siteContent.basic div.box.form{
  background-image: none;
  border: 1px solid #CCC;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

div.box.form.first{
  margin-bottom: 88px;
}
div.box.form.pledge{
	min-width:700px;
	min-height:200px;		
}
div.box.form.billing{
  min-height:500px;
}

div.box.form div.boxFooter{
  background: transparent url(/images/form/form_foot.png) no-repeat scroll top left;
  width: 100%;
}

div#siteContent.basic div.box.form div.boxFooter{
  display: none;
}

div.box.form.eventWizard{
	min-height:200px;
}
div.box.form.eventCat{
	min-height:100px;
}
div.box.form.eventWizardTM{
	min-height:200px;
	margin-top:34px;
}
div.box.form.makepledge{
	min-height:300px;
}

div.box.form h2{
  background: transparent url(/images/form/form_head.png) no-repeat scroll top left;
  height: 25px;
  padding-left: 16px;
  color: #FFF;
}

div#siteContent.basic div.box.form h2{
  background-image: none;
  color: #757575;
  height: auto;
  padding: 12px 0 0 22px;
}

div.box.form p{
  color: #5D5D5D;
/*  font-weight: bold;*/
}

div.box.form div.boxInner{
  padding: 16px 20px 0;
}

div.box.form div.boxInner h3{
  margin: 0 0 12px;
}

div.box.form div.boxInner div.imgWrap{
  float: right;
  padding: 0 0 12px 12px;
}

div.formRow{
  clear: both;
  padding-bottom: 12px;
}
div.formRow.hack{
  clear: both;
  padding-bottom: 12px;
  min-width:500px;
  float:left;
}

div.formRowFixed{
	clear: both;
	min-height:100px
}
div.formRowError{
  height: 30px;
}

div.errorMsg{
  color: #A60000;
}

div.fieldWrap{
  float: left;
  position: relative;
  padding-top: 6px;
}

div.fieldWrap div#col_container{
  left: 263px !important;
  top: 0px !important;
}

div.formRow label{
  float: left;
  width: 150px;
  padding-top: 6px;
}
div.fieldWrap.surveyOptions label{
  padding-left:3px;
  padding-top: 0px;
  color: #666;
}

.wideLabels div.formRow label{
  width: 400px;
}

div.formRow label.important{
	font-weight: bold !important;
	color: #5d5d5d !important;
}

.required{
  font-weight: bold !important;
  color: #A60000 !important;
}

div.formRow input,
div.formRow select{
/*  float: left;*/
  border: 1px solid #B0B0B0;
  padding: 4px;
}

div.formRow select{
  color: #247A00;
}

div.formRow input:focus,
div.formRow select:focus{
  background-color: #F8FDF4;
  border: 1px solid #76B349;
  color: #247A00;
}

div.formRow input{
  width: 160px;
}

div.formRow.radio input,
div.formRow input[type="checkbox"],
div.formRow input.checkbox{
  width: auto;
  margin-top: 6px;
}

div.formRow label.checkbox{
  width: 250px;
  padding: 0 0 0 12px !important;
}

div.formRowError input,
div.formRowError select{
  border: 1px solid #A60000;
}

div.dateSelectorWrap{
  float: left;
  height: 20px;
}

div.dateSelectorWrap select,
div.dateSelectorWrap label{
  float: none;
}

div.dateSelectorWrap select{
  margin-right: 12px;
}

div.formRowError li,
ul.error_list li,
div.errorMsg{
  color: #A60000;
  margin-left: 150px;
}
.makepledge .formRow input{
	float:left;
}
.pledge div.errorMsg{
	width:200px;
}
.pledge input,textarea {
	float:left;
	
}
div.selracecat input,textarea {
	float:left;
}

div.formHelp{
  float:right;
  width: 260px;
  padding: 5px 6px 0 0;
}
div.formHelp.category{
  	padding:0px;
	margin:0px;
	
	vertical-align:	top;
}
div.formHelp.pledge{
	padding:0px;
	margin:0px;
	
	vertical-align:	top;
	
}
input.submit{
  clear: both;
  margin-left: 150px;
  width:auto !important;
}

div.imageUpload{
  float: left;
}

div.imageUploadWrap{}

div.imageUpload input,
div.imageUpload label{
  float: none;
}

div.imageUpload div.deleteWrap input{
  width: auto;
}

div.imageUpload div.deleteWrap label{
  padding-left: 6px;
}

div.notice{
  font-size: 14px;
  text-align: center;
  padding: 12px;
  margin: 6px 0;
  background-color: #F8FDF4;
  border: 1px solid #76B349;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #247A00;
}

div.error{
  font-size: 14px;
  text-align: center;
  padding: 12px;
  margin: 6px 0;
  background-color: #FFF;
  border: 1px solid #A60000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #A60000;
}

ul.formActionList{
  height: 24px;
}

ul.formActionList li{
  float: left;
  padding-right: 12px;
}

ul.sf_admin_checklist{
  background: #FFF;
  border: 1px solid #CCC;
  float: left;
  width: 260px;
  height: 200px;
  padding: 6px;
  overflow: auto;
  
}

ul.sf_admin_checklist input{
  width: auto;
}

ul.sf_admin_checklist input,
ul.sf_admin_checklist label{
  float: none;
}

div.surveyOptions input{
  width: auto;
}

/* table listings
---------------------------------------- */
table.mmeTable{
  width: 752px;
  border-collapse: collapse; 
}

div.boxInner table.mmeTable,
table.mmeTable.fit
{
  width: 100%;
}

table.mmeTable tr{
  border-bottom: 1px solid #E2E2E2;
}

table.mmeTable tr.title{
  border: none;
}

table.mmeTable td,
table.mmeTable th{
  padding: 6px;
}
table.mmeTable td.description,
table.mmeTable th.description{
  width:160px;
}
table.mmeTable td.date,
table.mmeTable th.date{
  width:160px;
	
}
table.mmeTable td.event,
table.mmeTable th.event{
  width:160px;
	
}
table.mmeTable th{
  background-color: #EAEAEA;
  color: #5C5C5C;
  height: 24px;
  font-size: 12px;
  font-weight: bold;
}

table.mmeTable tr.title th{
  background: transparent url(/images/form/form_head.png) no-repeat scroll top left;
  height: 33px;
  padding-left: 16px;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
}

span.recurringStatus{
  font-style: italic;
  font-size: 14px;
}

div.selectActionButt{
  background: transparent url(/images/listing/select_action_butt.png) no-repeat scroll top left;
  width: 113px;
  height: 26px;
  position: relative;
}

div.selectActionButt:hover{
  background: transparent url(/images/listing/select_action_butt.png) no-repeat scroll 0px -26px;
}

div.selectActionButt div.buttonLabel{
  display: none;
}

ul.listingObjectActions{
  display: none;
  position: absolute;
  top: 16px;
  background-color: #E4F6D9;
  border: 1px solid #ACACAC;
  z-index: 50;
}

ul.listingObjectActions li{
  padding: 4px 12px;
}

ul.listingObjectActions li a{
  color: #535353;
  text-decoration: none;
  white-space: nowrap;
  display: block;
}

ul.listingObjectActions li:hover{
  background-color: #4AA00D;
}

ul.listingObjectActions li:hover a{
  color: #FFF;
}

table.mmeTable tfoot tr{
  border: none !important;
}

table.mmeTable tfoot td{
  background: transparent url(/images/listing/footer_bg.png) no-repeat scroll 0px -1px;
  width: 752px;
  height: 18px;
  border: none !important;
}

div.paginationWrap{
  padding: 6px;
  color: #5C5C5C;
  font-size: 12px;
  text-align: right;
}

div.mmeListPager{
  display: inline;
  padding-left: 12px;
}

div.paginationWrap span{
  font-size: 14px;
}

div.mmeListPager span{
  font-size: 12px;
}

ul.sf_admin_actions{
  margin-bottom: 12px;
}

div#filterWrap{
  float:left;
  background-color: #EBF9E2;
  border: 1px solid #CCC;
  padding: 12px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

div#filterWrap h2{
  padding: 0 0 12px 0;
}

ul#filterActions li{
  float: right;
  padding: 6px 0 0 6px;
}

div.filterRow{
  padding-bottom: 6px;
}

table.mmeTable tr td label{
  width: auto;
  margin-left: 0px;
}

/* search box
---------------------------------------- */

div#searchBox{
  position: absolute;
  top: 50px;
  left: 178px;
  background: transparent url(/images/search/search_box_bg.png) no-repeat scroll top left;
  width: 299px;
  height: 25px;
  padding: 5px 6px 6px;
}

input.searchStr{
  border: 1px solid #CCC;
  width: 220px;
  height: 17px;
  color: #B6B6B6;
  font-size: 12px;
  margin-top: 2px;
  padding: 4px 4px 0;
}

div#searchBox input#searchSubmit{
  float: right;
}

/* static pages
---------------------------------------- */

div.detailWrap{
  position: relative;
  margin-bottom:12px;
}

div.detailWrap div.detailHead,
div.detailWrap div.detailFooter{
  position: absolute;
  width: 752px;
  height: 10px;
}

div.detailWrap div.detailHead{
  display: none;
  background: transparent url(/images/events/detail_box_head.png) no-repeat scroll top left;
  top: 0px;
}

div.detailWrap div.detailFooter{
  display: none;
  background: transparent url(/images/form/form_foot.png) no-repeat scroll top left;
  bottom: 0px;
}

div.detailFooter.expand{
  position:relative;
}

div.detailWrap div.detailBody{
/*  background: transparent url(/images/form/form_body.png) repeat-y scroll top left;*/
  padding: 18px;
  color: #5D5D5D;
  font-size: 12px;
  background-color: #F6F6F6;
  border: 1px solid #E4E4E4;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

div.detailBody strong{
	font-weight:bold;
}
div.detailBody h1{
  font-size: 16px;
  color: #5B7D20;
  padding: 6px 0 6px;
}

div.detailBody h2{
  font-size: 12px;
  padding: 6px 0
}

div.detailBody h2#charityTitle{
  color: #71AD46;
  font-size: 18px;
  font-weight: bold;
  padding: 12px 0 12px 0;
}

div.detailBody li,
div.detailBody li{
  list-style: disc inside;
}

div#charityLogoWrap{
  float: left;
  margin: 0 12px 6px 0;
}


/* utility
---------------------------------------- */

h1{
  padding: 0 0 12px 12px;
  font-size: 19px;
  color: #757575;
}

div#siteContent.basic h1{
  padding: 0 0 12px;
  font-size: 19px;
  color: #757575;
}

h2{
  padding: 0 0 12px 12px;
  font-size: 16px;
  font-weight: bold;
  color: #5D5D5D;
}

div#siteContent.basic h2{
  padding: 0 0 12px;
}

h3{
  font-size: 14px;
  font-weight: bold;
  color: #5D5D5D;
}

p{
  margin-bottom: 12px;
}

a{
  color: #60A135;
}

.body{
  margin-left: 12px;
}

.clear{
  clear: both;
}

.green{
  color: #71AE47;
}

.grey{
  color: #5D5D5D;
}

.strong,
.bold{
  font-weight: bold;
}

.small{
  font-size: 11px;
}

.oblique{
  font-style: oblique;
}

.hidden{
  display: none;
}

ul.bulletedList{
  margin: 12px 0;
}

ul.bulletedList li{
  list-style: disc inside;
  color: #5D5D5D;
}
ul.listingObjectActions.noBullets{
	list-style-type: none
}
ul.noBullets li{
	list-style: none
}

