

.hide { display: none; }
.mute { color: #ccc; font-size: 11px; }
table.shadeEvents td, table.shadeEvents th {
    vertical-align: middle;
}
table.widefat tr td {
    padding: 10px 7px;
}
table.widefat tr td.event small {
	visibility: hidden;
}

table.widefat tr:hover td.event small {
	visibility: visible;
}

table.widefat tr td span.red {
	color: #be0000;
}

table.widefat tr th.amount,
table.widefat tr td.amount,
table.widefat tr th.amount_goal,
table.widefat tr td.amount_goal {
	text-align: right;
}

p#toggle { display: none; }

/* Donation/Ticket form styles */
div.errors {
    margin-bottom:1em;
    background: #FFEAE8;
    border: 1px solid #F1D3D0;
    padding: 10px;
}
div.success {
    margin-bottom: 1em;
    background: #D6E3C6;
    border: 1px solid #62862E;
    padding: 10px;
}
form.donate fieldset {
	margin-bottom: 2.5em;
}

form.donate input,
form.donate input.field,
form.donate select,
form.donate textarea {
	clear: right;
	float: right;
}
form.donate textarea#special_instructions {
    float: none;
    clear: inherit;
    width: 475px;
    height: 100px;
}

form.donate input.field,
form.donate textarea {
	height: 18px;
	padding: 4px 0 0 4px;
	width: 236px;
}

form.donate select {
	height: 22px;
}

form.donate select,
form.donate textarea {
/* 	height: auto; */
	width: 242px;
}


form.donate input.field {
	background: #fff url(../img/sprite.png) no-repeat 0 -550px;
	border:1px solid #ccc;
	color:#111;
}

input:focus {
	background: #fff url(../img/sprite.png) no-repeat 0 -600px;
	border:1px solid #ccc;
	color:#111;
}

form.donate p.error input.field {
	background: #fff url(../img/form-input.png) no-repeat 0 -650px;
}
form#donate p.checkbox {
    text-align: right;
}
form#donate p.checkbox label {
    float: none;
    width: auto;
}
form#donate p.checkbox input {
    float:none;
    margin-right: 10px;
}

#sidebar #donation_goal a.faux-link,
#sidebar p.ticketlink a.faux-link {
    margin: 0;
} 
#sidebar #donation_goal p {
    margin-bottom: 1em;
}
#sidebar #goal-tracker p {
    margin-bottom: 2px;
}
a.faux-link,
a#open,
a#close {
	max-width: 200px;
	cursor: pointer;
}



fieldset hr {
	background-color: #e4f2fd;
	color: #e4f2fd;
	border: none;
	height: 1px;
}

fieldset#summary p {
	text-align: right;
}

fieldset#summary h2+p {
	text-align: left;
}

form.donate fieldset p {
	clear: both;
	height: 20px;
	line-height: 20px;
	padding: 0;
}

form.donate label {
	float: left;
	width: 240px;
}

div#form_donate form#donate div#event_details {
	background: #eee; 
	margin: 0 0 1em; 
	padding: 8px 10px 0; 
	border: 1px solid #ddd;
}

/* Event Meta (Admin Area) */
table.shadeEventMeta {
    margin: 0 10px 40px 10px;
}
table.shadeEventMeta tr th {
    text-align:right;
}
table.shadeEventMeta tr td {
    padding-left: 10px;
}

/* Begin Top Donors */

li.contribution {
    clear: both;
    padding: 4px 0;
	border-bottom: 1px solid #daedfc;
}
li.contribution strong.name {
    float: left;
}
li.contribution span.amount {
    float: right;
    font-weight: normal;
}

div.fundraisers_list dl dd.amount {
	margin: 0 48px 12px 200px;
	text-align: right;
	width: 70px;
}

div#top_fundraisers a {
	text-decoration: underline;
}

/* End Top Donors */
