/* Donation "Basket" (cart) */
table#basket {
    border: 1px solid #ddd;
    margin-bottom: 0.3em;
}

table#basket tr td {
	vertical-align: top;
}

table#basket tr th {
	background-color: #ddd;
	font-weight: normal;
}

table#basket tr.item td {
	font-size: 0.9em;
}

table#basket tfoot td {
	font-size: 1.2em;
	border-top: 2px solid #333;
}

table#basket thead td {
	border-bottom: 2px solid #333;
}

#basket_donation_total {
    font-weight: bold;
}

#sidebar_donate .buttons {
    text-align: center;
    float: none;
    display: block;
    margin: 0.5em;
}

#sidebar_donate {
	text-align: left;
}

#or {
    font-style: italic;
}

#irs {
    color: #333;
    font-size: 0.9em;
    font-weight: bold;
    text-align: center;
    padding: 4px;
    clear: both;
}

a.checkoutbutton {
    color: #444;
    float: none;
    display: inline;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

input.pod_submit {
height: 22px;
padding: 1px
}

input.pod_search {
    border: 1px solid #bbb;
    height: 19px;
    font-size: 15px;
    margin-top: 1px;
    margin-right: 4px;
    padding-top: 0;
    width: 150px
}
.filterbox_students {
    float: right;
}
.filterbox {  }

a.pageNum { 
    border: 1px solid #ddd; 
    padding: 1px 4px 2px 4px;
    color: #333;
    text-decoration: none;
}

.fc_clear { display: none; }
.fc_error { color: red; border: 1px solid red; margin-top:0.3em; padding: 0.3em; }
.fc_cart_item_quantity { color: white; }
.fc_cart_item_options { font-size: 0.8em; }
.fc_cart_item_options { margin-bottom: 0; }
.fc_cart_item_price_each { display: none; }
.fc_cart_remove_center { display: none; }
.fc_cart_remove_left { display: none; }
.fc_cart_remove_right { font-size: 1.2em; }
span.pager { line-height: 23px; }

#fc_cart_head_quantity span { color: white; }
#fc_cart_table { border: 1px solid #ddd; color: #333; }
#fc_checkout_cart caption, #fc_cart_table caption { background-color: #ddd; padding: 4px; }
#fc_cart_foot_shipping { display: none; color: white; }
tr#fc_cart_head th { border-bottom: 2px solid #777; }
tr.fc_cart_item td { border-bottom: 1px solid #ddd; }
tr.fc_cart_item_last td { border-bottom: 2px solid #777; }
#fc_cart_foot_total { font-size: 1.3em; }
#fc_cart_table { margin-bottom: 0; }
input.fc_cart_item_quantity { display: none; }
#fc_cart_controls_top { display: none; }
#fc_cart_controls_bottom { float: right; }
#fc_cart_controls_bottom a { padding-right: 8px; margin-right: 0; margin-top: 8px; }
#fc_cart_foot_subtotal { display: none; }
#fc_cart_foot_total td.fc_col2 { font-weight: bold; }

#fc_login_register_container, #fc_customer_info_container, #fc_payment_container { 
	float: left;
	width: 316px; 
	margin-bottom: 12px;
}
#fc_customer_info_container { }
#fc_payment_container { }

#fc_checkout_container fieldset { margin: 0; }
#fc_checkout_container label { padding-bottom: 0.3em; }
#fc_shipping_container { display: none; }
.fc_cart_update { display: none !important; }
#fc_cart_container { margin: 4px 0 0 0; }
#fc_checkout_container { padding-top: 12px; }
#fc_warning_container { font-size: 1.3em; padding-top: 8px; }

#fc_receipt_container h2 {
    display: none;    
}

#equifax {
	border: 1px solid #ddd;
	padding: 5px 0 5px 10px;
	clear: both;
	margin-top: 24px;
}
#equifax_left {
	float: left;
	width: 410px;
	font-size: 0.9em;
	font-style: italic;
}
#equifax_right {
	float: left;
	width: 164px;
}

/* Donation Form */
table#donation_form td {
	vertical-align:top;
}
input#display_price_total {
	width:4em;
	vertical-align:middle;
	font-size:1.2em;
}
select#direction {
	font-size:1.2em;
}
textarea#comments {
	font-size:1.0em;
	width:380px;
	height:4em;
}



/** 
	Donation Page
*/
.foxycart ol { list-style-type: none; margin-top: 1em; }
.foxycart ol li { padding: 0 0 1.5em; }
.foxycart button { margin-top: 0.5em; }
.fc_label_left { padding-top: 1.3em; }
li.fc_row { list-style-type: none; }
#fc_cancel_continue_shopping { display: none; }
#fc_checkout_container fieldset { border: 0px; padding: 0; }
#fc_checkout_container fieldset legend { display: none; }
#fc_tb_closeWindowButtonBot { display: none; }
.fc_link_nav { 
    background-color:#F5F5F5;
    border-color:#EEEEEE #DEDEDE #DEDEDE #EEEEEE;
    border-style:solid;
    border-width:1px;
    color:#565656;
    cursor:pointer;
    display:block;
    float:left;
    font-family:"Lucida Grande",Tahoma,Arial,Verdana,sans-serif;
    font-size:100%;
    font-weight:bold;
    line-height:130%;
    margin:0 0.583em 0.667em 0;
    padding:5px 10px 5px 7px;
    text-decoration:none;
    clear:both;
    text-transform: uppercase;
}
#fc_continue {
}

.fc_inner ol, .fc_inner ul {
    margin-left: 0px;
}


div.donation_student {
	width: 208px;
	height: 64px;
	margin: 4px 0 0px 4px;
	float: left;
}
div.donation_student a {
    color: #333;
}
.donation_image {
	width: 64px;
	height: 64px;
    float: left;
}
div.donation_info {
	width: 130px;
	height: 39px;
	float: right;
	padding: 5px;
	background-color: #ddd;
	line-height: 13px;
}
.donation_meter {
	width: 140px;
    float: right;
    height: 9px;
}
.ui-progressbar-value {
	background: #f9b631 !important;
	border:1px solid #979797 !important;
	-moz-border-radius: 0px !important;
	color: #333;
	font-size: 11px;
	font-family: sans-serif;
	text-align: center;
}
.progressbar_student {
	height: 7px !important;	
}
.progressbar_general {
	height: 7px !important;	
}

div.student_wrapper {
    width: 636px;
}


div.donation_student span {
	line-height: 1.2em;
	vertical-align: middle;
}
input.donation_amount {
    border: 1px solid #BBBBBB;
    font-size: 1.2em;
    vertical-align: middle;
    width: 4em;
	vertical-align: middle;
}
a.donation_link {
	float: left;
	clear: left;
}
.ui-progressbar {
	height:10px !important;
	margin-top: 3px;
	-moz-border-radius: 0px !important;
}


.donation_amount_total {
}
.donation_frequency {
    float: right;
}
.donation_button {
    float: left;
    clear: left;
}
.donation_wrapper {
    width: 350px;
    margin-left: auto;
    margin-right: auto;
}


#donate_main_left {
	float: left;
	width: 410px;
}

#donate_main_left h3 {
/* 	color: #333; */
	margin: 4px 0 0 0;
}

#donate_main_left p {
	color: #333;
	margin: 0.5em 0 0.5em 0;
}

#donate_main_right {
    text-align: center;
	background-color: #ddd;
	float: right;
	width: 200px;
	height: 195px;
	overflow: hidden;
	line-height: 16px;
	padding: 7px 4px 7px;
	margin-top: 4px;
}
#donate_main_right input.donation_amount {
    height: 20px;
    font-size: 16px;
    margin: 4px 0;
}
#donate_main_right label {
    padding: 0 0 2px 0;
    font-size: 0.9em;
    font-weight: normal;
}
#donate_main_right label input {
    padding-top: 4px;
}
#donate_main_right button {
	margin-left: auto;
	margin-right: auto;
	float: none;
	display: inline;
	margin-top: 12px;
	margin-bottom: 4px;
}

