
/*-------- Default Style --------*/
body,th,td,table,h1,h2,h3,h4,h5,h6,a:link, a:visited, a:hover, input, textarea
{
    color:#333333;
    font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

input, select, textarea
{
    border: 1px solid #333333;
    background-color: #FCFBE3;
}
select 
{
    border: solid 1px black;
 }

body,th,td,table,h1,h2,h3,h4,h5,h6,textarea
{
    font-size:12px;
    font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}
body
{
    background: url(images/bg-body.jpg) repeat-y fixed center;
}
img{border-style: none;}

h1, h2, h3, h4, h5, h6, h2 input{font-weight:bold;margin:1ex 0;}
h1{font-size:18px;margin:10px 0;}
h2, h2 input{font-size:14px;}
h3{font-size:13px;}
h4{font-size:12px;}
h5{font-size:11px;}
h6{font-size:10px;}

.clear_float{clear:both; line-height:0; font-size:0; height:0;}

.page_body
{
	top:0px;
	width: auto;
	margin: 0 auto;
    background-color: White;
    background: url(images/bg-body.jpg) repeat-y fixed center;
}

.page_body_inner
{
    display:inline;
	top:0px;
	margin: 0 auto;
	width: 940px;
}

/*--------- Login/Logout Link ----------*/
.user_controls
{
	display: block;
	color: #000000;
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	padding: 0px 5px 0px 0;
	margin-top: -16px;
	margin-bottom: 5px;
}


.user_controls a:link, .user_controls a:active
{
    color: #000000;
    text-decoration: none;
}
.user_controls a:hover
{
	text-decoration: underline;
}



a.main_dnnmenu_user, a:hover.main_dnnmenu_user, a.main_dnnmenu_login, a:hover.main_dnnmenu_login
{
	color: #ffde1d;
	text-align:center;
	font-size: 14px;
	font-weight: bold;
	padding:8px 8px 8px 8px;
}

/*--------- dnn menu style ----------*/

.menu_holder
{
 	width: 940px;
    height:34px;
	margin: 0 auto;
	margin-top:1px;
}

.main_dnnmenu_bar
{
	width: 740px;
    height:34px;
	margin: 0 auto;
	background: url(images/bg-mainnav.gif) bottom;
	/*border-bottom: 1px solid #999999;*/
	border-top: 1px solid #DDDDDD;
	text-align:left;
	float:left;
}

.donate_icon
{
    float: right;
    width: 200px;
    height:34px;
   /*border-bottom: 1px solid #000000;*/ 
	border-top: 1px solid #DDDDDD;
}
    

/* Main Menu Normal */
.main_dnnmenu_rootitem
{	
    float:left;
    display:block;
    border-right:solid 1px #ffde1d;
	color: #ffde1d;
	text-align:center;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 0px 8px 0px;
}

.main_dnnmenu_rootitem a, .main_dnnmenu_rootitem a:link, .main_dnnmenu_rootitem a:active{
    color: #ffde1d;
text-align: center;
font-size: 14px;
font-weight: bold;
text-decoration:none;
padding: 8px 12px;
}

.main_dnnmenu_rootitem a:hover { color:#000000;}

.menu_holder .home_button
{
	height:20px;
	width:20px;
	background: url(Images/homeButton.png) no-repeat;
}
/* Main menu selected */
.main_dnnmenu_rootitem_selected
{
    float:left;
    display:block;
    border-right:solid 1px #ffde1d;
	text-align:center;
	font-size: 14px;
	font-weight: bold;
    color: #ffde1d;
	padding:8px 13px 8px 13px;
}

/* Main menu hover , .Rollover.main_dnnmenu_rootitem:hover */
.main_dnnmenu_rootitem:hover
{ 
    float:left;
    display:block;
	color: #000;
	text-align:center;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 0px 8px 0px;
	background-color: #fede1a;
}

/* SUB Menu Normal */
.main_dnnmenu_submenu
{
	display:none;
	border:1px solid #C0D6E5;
	z-index:1;
	margin:0;
}

.main_dnnmenu_submenu td
{
	display:none;
	background-color: #E1E8ED;
	font-size: 11px; 
	font-weight:normal;
	text-align:left; 
	line-height:2em;
	padding: 0px 5px;
	margin: 0px;
}

/* SUB Menu hover & selected */
.main_dnnmenu_itemhover td, .main_dnnmenu_itemselected td
{
	font-size: 11px; 
	font-weight:bold; 	
	text-align:left; 
	line-height:2em;
	padding: 0px 5px;
	margin: 0px;	
}

/* Bread crumbs items */
.breadcrumb
{	
	width: 940px;
	margin: 0 auto;
	border-bottom: 1px solid #999999;
	text-align:left;
	background-color: #fede1a;
	margin-bottom: 10px;
}
.breadcrumb_inner
{	
	width: 100%;
	margin: 0 auto;
	padding-left:0px;
	text-align:left;
padding-top: 5px	
}
.breadcrumb_text_cut
{	
	color: #fede1a;	
}

/* Footer */
.footer
{
	clear: both;
	width: 940px;
    margin: 0 auto;
    color: #9f9f9f;
    height:100px;
}

.footer a:link, .footer a:visited
{
    color: #222222;
    text-decoration: none;
}
.footer a:hover
{
	color: #b79c00;
	text-decoration: underline;
}	


.footer .hr_grey {
	width: inherit;
	margin: 0 auto;
	padding:0;
	height: 0;
	border-bottom:solid 5px #d9d9d9;
}

.footer .left
{
    position:relative;
    display:inline;
    float:left;
    width:660px;
}

.footer .left .col
{
    position:relative;
    display:inline;
    float:left;
    width:220px;
    text-align:left;
    vertical-align:top;
}

.footer .left .col img {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.footer .left .col p {
	display:block;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.footer .right
{
    position:relative;
    display:inline;
    float:right;
    width:280px;
    text-align:right;
}

/* Main content areas. */
.top_pane
{
	width: 940px;
	text-align:center;
	margin-left: 0px;
}

.left_pane
{
    padding:0;
    margin:0;
    width:auto;
}

.content_pane
{
}

#dnn_leftBottomPane, #dnn_rightBottomPane
{
	float:left;
	width:50%;
}

.right_pane
{
}

.search_bg {
float: right;
height: 32px;
width: 127px;
margin-top: -2px;
margin-right: 10px;
}

.search_bg .NormalTextBox{
width: 100px;
}
.search_bg span
{
	position: relative;	
}

.search_bg span a
{
	position:absolute;
	top: 0px;
	right: -14px;
}

.search_bg span input
{
	margin-top: 9px;
	background-color: #e9e9e9;
}

.bottom_pane
{
	clear: both;
}

.padding_left h1
{
	padding-left:8px;
}

.news_paper_heading h1, .feature_heading h1
{
	background-image: url("images/article_icon.png");
	background-position: right center;
	background-repeat: no-repeat;
	border-bottom: 2px solid #E2E2E2;
	color: #333333;
	display: block;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.25em;
	padding: 5px 8px 6px 0;
	margin-bottom: 8px;
}

#PageHeaderLinkBanner
{
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	height: 153px;
	width: 940px;
	margin: auto;
}

.feature_heading h1
{
	margin-left: 8px !important;
	background-image: url("images/calendar.png");
}
.RadPanelBar, .RadPanelBar_DubSimonDefault
{
    width:220px;
    padding:0;
    margin:0;
}

.RadPanelBar_DubSimonDefault .rpImage
{
	display:none;
}

.RadPanelBar_DubSimonDefault .rpRootGroup
{
	border-color: #fff;
    width:220px;
}

.RadPanelBar_DubSimonDefault ul
{
	margin: 0 0 0 2px;
	padding: 0;
	list-style: none;
	display: block;
	list-style: none;
}

.RadPanelBar_DubSimonDefault li.rpItem
{
    display:block;
    width:220px;
	margin: 0;
	padding: 5px 0 0 0;
	height: auto;
	list-style: none;
	border-bottom:dotted 1px #f3db2e;
	background: #fff url(images/ul_li.gif) bottom left;
	background-repeat:no-repeat;
}

.RadPanelBar_DubSimonDefault li a
{
	color: #666;
	display: block;
	width: auto;
	padding: 0 0 4px 40px;
	text-decoration: none;
	border-bottom:dotted 1px #f3db2e;
	background: #fff url(images/ul_li.gif) bottom left;
	background-repeat:no-repeat;
}

.RadPanelBar_DubSimonDefault a:hover, .RadPanelBar_DubSimonDefault a.active
{
	color: #FFDF1E;
	background-color: #fff;
}
	
.RadPanelBar_DubSimonDefault a.active
{
	font-weight: bold;
}

div.RadPanelBar_DubSimonDefault .rpLink .rpOut,
div.RadPanelBar_DubSimonDefault .rpFocused .rpOut, 
div.RadPanelBar_DubSimonDefault .rpLink:hover .rpOut, 
div.RadPanelBar_DubSimonDefault .rpSelected .rpOut, 
div.RadPanelBar_DubSimonDefault .rpSelected:hover .rpOut
{
	padding-bottom: 1px;
	border: 0;
}

.RadPanelBar_DubSimonDefault .rpLink
{
	border-color: #fff;
}



a.donate_link:hover
{
    height:34px;
    width:200px;
    background-image: url(images/donate1.jpg);
    background-repeat: no-repeat;
    display: block;
}

a.donate_link
{
    height:34px;
    width:200px;
    background-image: url(images/donate.jpg);
    background-repeat: no-repeat;
    display: block;
}

/* ------------------------------------- */
/* Fundraiser Homepage                   */
/* ------------------------------------- */
.fundraiser_homepage
{    
    padding-top: 25px;   
    width:100%;
}

.fundraiser_homepage .left_col
{   
    float:left;
    width:250px;
}

.fundraiser_homepage .right_col
{
    float:right;
    width:440px;
}

.fundraiser_homepage .sponsorMe
{
    background-color: #FBDF24;
    width: 240px;
    height:64px;
    border: solid 1px Gray;
    margin-left: 0px;
}

.fundraiser_homepage .sponsorMe h2
{    
    font-size:22px;
    position: absolute;
    padding-left: 10px;
    padding-top:3px;    
}

.fundraiser_homepage .sponsorMe a
{    
    position: absolute;
    padding-left: 10px;
    padding-top: 42px;
}

.fundraiser_homepage .vertical_caption
{    
    margin-left: 0px;
    text-align:center;    
    width: 240px;
    height:64px; 
}
.fundraiser_homepage .vertical_caption h2
{
    font-size:20px;
    text-align:center;    
    margin-bottom: 5px;
    margin-top: 5px;
}

.fundraiser_homepage .right_col .vertical_caption
{    
    width:90%;
    height:100%;
    text-align:left;
    padding: 5px 5px 5px 5px;
    margin-left: 0px;
}

table.vertical_caption
{
    height:auto;
    width:auto;
    margin-left:20px;
}

.fundraiser_homepage .right_col .DataGrid_Header
{
    background-color:#7C7C7C;    
    color:White;
}


.fundraiser_homepage .vertical_caption .facebook_like
{
    padding-top: 10px;
}

.fundraiser_search  .DataGrid_Header
{
    background-color:#7C7C7C;    
    color:White;
}

.fundraiser_search  .DataGrid_Header th
{
    
    color:White;
}


.fundraiser_search .vertical_caption
{
    margin-left: 0px;
    padding-left: 5px;
    width:100%;
    height:100%;
}

/* ------------------------------------- */
/* event Homepage                   */
/* ------------------------------------- */
.event_homepage
{    
    padding-top: 25px;   
    width:100%;
    
}

.event_homepage .left_col
{   
    float:left;
    width:250px;
}

.event_homepage .right_col
{
    float:left;
    width:440px;
}

.event_homepage .makesponsorMe
{
    background-color: #FBDF24;
    width: 240px;
    height:84px;
    border: solid 1px Gray;
    margin-left: 0px;
}

.event_homepage .makesponsorMe h2
{    
    font-size:22px;
    position: absolute;
    padding-left: 10px;
    padding-top:3px;    
}

.event_homepage .makesponsorMe a
{    
    position: absolute;
    padding-left: 10px;
    padding-top: 60px;
}

.event_homepage .vertical_caption
{    
    margin-left: 0px;
    text-align:center;    
    width: 240px;
    height:64px; 
}
.event_homepage .vertical_caption h2
{
    font-size:20px;
    text-align:center;    
    margin-bottom: 5px;
    margin-top: 5px;
}

.event_homepage .right_col .vertical_caption
{    
    width:90%;
    height:100%;
    text-align:left;
    padding: 5px 5px 5px 5px;
    margin-left: 0px;
}

table.vertical_caption
{
    height:auto;
    width:auto;
    margin-left:20px;
}

.event_homepage .vertical_caption .facebook_like
{
    padding-top: 10px;
}


.event_list .vertical_caption
{
    display:block;
    margin-left: 0px;
    padding-left: 5px;
    width:100%;
    height:100%;
}



table.costs
{
	
	font-size: 12px;
	background: #f8f8f8;
	margin: 5px;
	width: 300px;
	border-collapse: collapse;
	text-align: right;
        border: 3px solid #cdcdcd;
}
table.costs th
{
    text-align: right;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding: 9px 38px 9px 0;
	border-bottom: 1px solid #cdcdcd;
	
}
table.costs .bottom_border_color
{
    border-bottom: 2px solid #cdcdcd;
}

table.costs td
{
	color: #000;
	padding: 9px 38px 9px 8px;
        border-top: 1px solid #cdcdcd;
}
table.costs tbody tr:hover td
{
	color: #001;

}

EventsWizard.div  
{ 
width: auto;
}

.EventsWizard label 
{ 
text-align: right; 
/*border: 1px solid #000;*/ 
width: 330px; 
display:block; 
}

.EventsWizard input 
{ 
width: 200px;
}

.MaterialsNeeded label
{
    text-align:left;
    width:auto;
    display:inline;
 }
 
.MaterialsNeeded input
{
    text-align:left;
    width:auto;
    display:inline;
}

.EventsWizard td {
    width: 300px;
}
    .EventsWizard table[id*=txtDateOfBirth] {
        width: 168px;
    }

.EventsWizard table
{
width: 650px;
}

.Wizard_Outline
{
background-color: #f6f6f6;
border: 1px solid #cdcdcd;
margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
width: 660px; 
}

/* ------- Button styles ------- */
/*
.EventsWizard button
{ 
color:#fff;
background-color:#77b282;
border: 3px solid #a7c7af;
float: right;
}
*/

/* --- IE6/7 browser styles --- */

input.btn  {
    color: #FFF;    
    border: 1px solid #77b282;
    font: Arial, Helvetica, Sans-Serif;
    font-weight: bold;      
    background-color: #77b282;
    font-size: 12px;
	/*float: right;*/
}
 

input.green_small { 
    border-color: #77b282; 
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#8EC98E',EndColorStr='#5BAB5B');
    padding: 2px 3px 0 3px;	
} 

.CheckBox input
{
width: 20px;
}

/* -- All other browser button styles -- */	

button::-moz-focus-inner {
	border: none;  /* overrides extra padding in Firefox */
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins */
	button span {
		margin-top: -1px;
	}
}

/* - generic button styles - */
button.btn {
	padding: 0 15px 0 0; 
	margin-right: 5px;
	margin-top: 10px; 
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, Sans-Serif;
	text-align: center; 
	background: no-repeat right -84px;  /*83px for Safari. */	
		
	cursor: pointer;	
	overflow: visible; /* removes extra side padding in IE */
	position: relative;
	border: 0;
	float: right;
}

button.btn span {
	padding: 0 0 0 15px; 
	background: transparent no-repeat left top;
	
	position: relative;
	display: block; 
	white-space: nowrap;	
	color: #fff;	  
}

button.btn:hover {
	background-position: right -126px; /* 125px for Safari. */
}
	
button.btn:hover span {
	background-position: 0 -42px;
	color: #fff;
}

/* - small button styles - */
button.green_small { 
	font-size: 14px;
	background-image: url(images/button_green_20.png);	 	
}


button.green_small span { 
	background-image: url(images/button_green_20.png);
	padding-top: 1px; 
	height: 20px; 	
}

button.green_big
{
    background-image: url(images/btn1.png);	 
    height:33px;
    width:157px;
    background-position:center;
}
    button.green_big.green_big2 {
        background-image: url(images/btn1_longer1.png);	 
        width:182px;
    }

button.green_big span
{
    font-size:18px;
}

button.green_big:hover
{
    background-image: url(images/btn2.png);	 
    height:33px;
    width:157px;
    background-position:center;
}
    button.green_big.green_big2:hover {
        background-image: url(images/btn2_longer1.png);	 
        width:182px;
    }

	
	
.accordionHeader,
.accordionHeaderSelected {
    border:1px solid black;
    padding:10px;
    color:white;
    font-weight:bold;
}
.accordionHeader {
    background-color:#6DB17B;
}
.accordionHeaderSelected {
    background-color:#519366;
}

.EventsWizard label 
{ 
text-align: right; 
/*border: 1px solid #000;*/ 
width: 330px; 
display:block; 
}

.EventsWizard input
{ 
    width: 200px;
}
.EventsWizard .override_width input[type=file] {
    width:auto!important;
}
.EventsWizard .override_width img {
    width:200px;
}
.EventsWizard .override_width input[type=image][id*=DeleteImage] {
    width:16px;
    height:16px;
    display:none;
}
.EventsWizard .override_width a[id*=DeleteLink] {
    font-size: 14px;
	background-image: url(images/green_btn_62px.png);
    background-repeat:no-repeat;
    color:white;
    display:inline-block;
    width:63px;	
    height:20px;
    text-align:center;
    text-decoration:none;
    margin-left:21px;
}

/* button's span fix for some browsers */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins */
	button.btn span {
		margin-top: -1px;
		
		/* this hack resets the margin as newer chrome browsers don't need the following style "@media screen and (-webkit-min-device-pixel-ratio:0)" */
		(-bracket-:hack;
		margin-top: 0px;
		);
	}
}

button.btn span {
	padding: 0 0 0 13px; 
	/*background: transparent no-repeat left top;*/  
	
	position: relative;
	display: block; 
	white-space: nowrap;	
	color: #fff;	
}
/* end button's span fix for some browsers */

span.WizardOr
{
	float: right;
	padding: 11px;
}

.mobile span.WizardOr {
float: left;
padding: 10px 130px;
}

.btn.individual_group_registration {
    background-image:url("images/btn3_270px_lighter.png");
    width:270px;
}
.btn.individual_group_registration:hover {
    background-image: url("images/btn3_270px_darker.png");
    width:270px;
}
.btn.school_registration {
}

.ajax__validatorcallout_callout_cell
{
	width: 40px;
}

.EventsWizard table.ajax__validatorcallout_popup_table table, .EventsWizard table.ajax__validatorcallout_popup_table td, .EventsWizard table.ajax__validatorcallout_popup_table
{
	width:0px;
}

.validation_failed {
-moz-box-shadow: 0 1px 4px #DA0000;
-webkit-box-shadow: 0 1px 4px #DA0000;
box-shadow: 0 1px 4px #DA0000;
background-color: #ea9090;
}

.user_added_text {
color: red;
font-weight: bold;
font-size: 12px;
}

.RadPanelBar .rpSlide {
position: static;
float: none;
height: auto;
overflow: hidden;
display: none;
zoom: 1;
margin-left: 12px;
font-weight: bold;
}

p.red_warning {
font-weight: bold !important;
color: red;
font-size: 15px !important;
margin-left: 19px !important;
}

/* New Menu Styles */

#NewTopMenu ul.topnav {
	float: left;
	padding:0px;
	border-right: 1px solid #fede1a;
	margin: 0px;
}
#NewTopMenu ul.topnav li {
background: none;
padding: 0px;
list-style: none;
}

#NewTopMenu ul.topnav li .topnavtab_middle
{
	padding: 8px 0px;
}

#NewTopMenu ul.topnav li .topnavtab_middle a
{
	font-size: 14px;
	color: #fede1a;
	text-decoration: none;
	font-weight: bold;
	padding: 8px 12px;
}

#NewTopMenu ul.topnav li .topnavtab_middle a.subhover, #NewTopMenu ul.topnav li .topnavtab_middle a.selected
{
	background-color:#fede1a;
	color:#000000;
}

.yourDonation {
    margin-left: 50px;
}


/*Button Styles*/
.button{
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 12px 28px;
  margin: 0;
  cursor: pointer;
  border: 1px solid #bbb;
  overflow: visible;
  font: bold 13px arial, helvetica, sans-serif;
  text-decoration: none;
  white-space: nowrap;
  color: #555;
  background-color: #ddd;
  background-image: linear-gradient(top, rgba(255,255,255,1),
                                         rgba(255,255,255,0)),
                    url(data:image/png;base64,iVBORw0KGg[...]QmCC); 
  transition: background-color .2s ease-out;
  background-clip: padding-box; /* Fix bleeding */
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .3),
              0 2px 2px -1px rgba(0, 0, 0, .5),
              0 1px 0 rgba(255, 255, 255, .3) inset;
  text-shadow: 0 1px 0 rgba(255,255,255, .9);
  color: white;
}

.button:hover{
  background-color: #eee;
  color: #555;
}

.button:active{
  background: #e9e9e9;
  position: relative;
  top: 1px;
  text-shadow: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .3) inset;
}


.button.color{
  color: #000;
  text-shadow: 0 1px 0 rgba(0,0,0,.2);
  background-image: linear-gradient(top, rgba(255,255,255,.3), 
  					 rgba(255,255,255,0)),
                    url(data:image/png;base64,iVBORw0KGg[...]QmCC);
}

/* */

.button.green{
  background-color: #7BC240;
  border-color: #7BC240;
}

.button.green:hover{
  background-color: #0AC250;
}

.button.green:active{
  background: #7BC240;
}