.campaign_nav {
	display: table-row;
}
.campaign_nav a {
	float: left;
	position: relative;
}
.campaign_nav a:hover {
	text-decoration: none;
}
.campaign_nav .nav_cell {
	position: relative;
	height: 20px;
	font-size: 16px;
	padding: 5px 0;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.campaign_nav .nav_cell.bg_heavy {
	-webkit-box-shadow: 0px 0px 4px #666 inset; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow: 0px 0px 4px #666 inset; /* FF3.5 - 3.6 */
	box-shadow: 0px 0px 4px #666 inset; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
}

.campaign_nav .nav_cell .button_hilight {
	height: 30px;
	top: 5px;
	left: 5px;
}
.giving_campaign_my {
	height: 16px;
	padding: 17px 0 17px 50px;
	margin: -17px 0;
	display: inline-block;
	background: url("/img/giving_campaigns/my.png") no-repeat 0 0;
}
.active_item .giving_campaign_my {
	background-position: 0 -50px;
}

.horizontal_rule_background {
	margin:10px 0px 0px 0px;
	position:relative;
	background-image: url('/img/pg_hr.png'); 
	background-repeat:repeat-x; 
	background-position:center; 
	background-color:transparent;
	width:100%;
	height:50px;
}

.personal_giving_rounded_corners{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.personal_giving_large_rounded_corners {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.meter-wrap {
	background-color: #fff;
	border: solid #fff 2px;
	position: relative;
	height: 44px;
}

.meter-value {
	border: solid #777 2px;
	height: 40px;
	
}

.meter-value-wrapper {
	height: 44px;
	width: 152px;
	margin-left:105px;
	box-shadow: 0px 0px 0px 2px #777 inset;
}

.meter-text {
	position: absolute;
	left: 0px;
	text-align: right;
	height: 40px;
	width: 75px;
	font-size: 36px;
	font-weight: bold;
	border-image: initial;
	padding: 12px 0;
}

.personal_giving_campaign_name {
	white-space: nowrap;
	font-size:30px;
	font-weight:bold;
	text-align:center;
	padding: 20px;
}
.personal_giving_contact_info_table{
	font-size:15px;
	font-weight:normal;
	width:100%;
	margin-left: 15px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius: 5px;
	border-spacing: 0px;
	padding: 3px;
}

.personal_giving_title{
	font-size: 18px;
}

.personal_giving_small_title{
	font-size:12px;
	color:#999999;
}


.personal_giving_donate_table {
	font-size:15px;
	font-weight:normal;
	width:100%;
	text-align:center;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border-spacing:0px;
	margin: 20px 0px 0px;
	padding: 10px 0;
	overflow: auto;
}
.personal_giving_donate_row {
	display: table-row;
}

.personal_giving_donate_description {
	border-top: solid #fff 1px;
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	padding: 5px 0 0;
	height: 36px;
	margin-bottom: -5px;
}

.personal_giving_donate_table_giving_amount {
	border-left-color:#777;
	border-left-width:1px;
	border-left-style:solid;
}



.personal_giving_donate_header {
	background-color:none;
	font-size:40px;
	font-weight:bold;
	margin:15px;
	border-spacing:0px;	
}
.personal_giving_donate_header th {
	font-size:40px;
	font-weight:bold;
	padding:5px;
	height:75px;
	cursor:pointer;
}
.personal_giving_donate_amounts {
	font-size: 40px;
	line-height: 40px;
	font-weight: bold;
	padding: 10px;
	margin: 0 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	width: 136px;
	border: 2px solid #fff;
	-webkit-box-shadow: 0px 0px 12px #555 inset; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow: 0px 0px 12px #555 inset; /* FF3.5 - 3.6 */
	box-shadow: 0px 0px 12px #555 inset; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
	zoom:1;
}
.personal_giving_donate_amounts.no_descriptions {
	line-height: 1em;
	padding: 20px 12px;
}
.personal_giving_donate_amount {
	padding-bottom: 3px;
}

.personal_giving_donate_table_cell {
	display: table-cell;
	vertical-align: middle;
}
.personal_giving_donate_table a:hover {
	text-decoration: none;
}

.personal_giving_donate_table_other{
	font-size:40px;
	font-weight:bold;
	padding:10px;
	-moz-border-radius:0px 5px 5px 0px;
	-webkit-border-radius:0px 5px 5px 0px;
	border-radius:0px 5px 5px 0px;
	cursor:pointer;
}


.personal_giving_donate_table_text{
	background: url("/img/giving_campaigns/gradient_arrow.png") no-repeat center right;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	padding: 10px 40px 10px 10px;
	text-align: right;
	vertical-align: middle;
	width: 150px;
}

.personal_giving_donate_table .sup{
	font-size:20px;
	position: relative; 
	bottom: 0.8em;
	line-height: 0;
}

.personal_giving_navigation_table {
	color:#777777;
	width:100%;
	border-spacing:0px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background-color:#e9e9e9;
	font-size:20px;
	text-align:center;
	border: solid #e9e9e9 10px;
}

.personal_giving_navigation_table a{
	color:#777777;
	text-decoration:none;
}

.personal_giving_navigation_td {
	height:50px;
	border-right:solid #777777 2px;
	padding:0px 15px;
}

.personal_giving_navigation_table a{
	color:#777777;
	text-decoration:none;
}

.personal_giving_navigation_div_main {
	width: 100%;
	overflow:hidden;
}
.personal_giving_navigation_div {
	float:left;
	padding: 10px 0px;
}
.personal_giving_navigation_div_active,.personal_giving_navigation_div_hover {
}
.personal_giving_navigation_title_div {
	height:50px;
	border-right:solid #777777 2px;
	padding:0px 15px;
	margin:8px 0px;
	display:table-cell;
	vertical-align:middle;			
	color:#777777;
	font-size:20px;
	text-align:center;
}

.personal_giving_navigation_title_div a:link, .personal_giving_navigation_title_div a:visited, .personal_giving_navigation_title_div a:hover {
	color:#777777;
}

.personal_giving_navigation_title_div_no_border{
	border-right:solid #777777 0px;
}

.personal_giving_navigation_title_div_no_border a , .personal_giving_navigation_title_div_no_border a:hover{
}


.personal_giving_status_box {
	width:100%;
	margin: 20px 0;
	overflow: hidden;
}

.personal_giving_status_boxes {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 263px;
	padding: 10px;
	margin-right: 20px;
	height: 80px;
	float:left;
	font-size:40px;
	font-weight:bold;
}
.personal_giving_status_boxes:last-child {
	margin-right: 0;
	width: 264px;
}

.personal_giving_status_boxes_number {

	font-size:40px;
	font-weight:bold;
	text-align:center;
	padding:20px;
}

.personal_giving_status_boxes .sup {
	font-size:20px;
	position: relative; 
	bottom: 0.8em;
	line-height: 0;
	font-weight:bold;
}
.personal_giving_status_box_spacers {
	width:2%;
	float:left
}

.personal_giving_status_boxes_title {
	font-size:20px;
	font-weight:normal;
}

.personal_giving_green_box {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color:#486420;
	border-spacing:0px;
	background-color:#8DC63F;
	padding:15px;
	margin: 8px 0px;
	width:100%;
}

.personal_giving_green_box_cell {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color:#486420;
	background-color:#ffffff;
	padding:2%;
}


.personal_giving_green_box_wrapper h2{
	font-size:20px;
	font-weight:bold;
}

.personal_giving_grey_box {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border-spacing:0px;
	padding:15px;
	margin: 0px 0px 20px;
	overflow: hidden;
}
table.personal_giving_grey_box {
	width: 100%;
}
.personal_giving_rounded_bottom {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.personal_giving_grey_box_header {
	font-size:20px;
	font-weight:normal;
	padding-bottom:10px;
}

.personal_giving_grey_box_why_we_give {
	font-size:20px;
	font-weight:normal;
	padding-bottom:10px;
}

.personal_giving_grey_box_image_cell {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background-color:#ffffff;
	padding:15px;
}

.personal_giving_grey_box_image {
	



	padding:0px 15px 0px 0px;
}

.personal_giving_white_box {
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
	color:#777777;
	background-color:#ffffff;
	padding:15px;
}


.personal_giving_grey_box_cell {
	-moz-border-radius:0px 5px 5px 0px;
	color:#777777;
	background-color:#ffffff;
	padding:2%;
}


.personal_giving_grey_box_wrapper h2{
		

	
	font-size:20px;
	font-weight:bold;
	
}

.personal_giving_join_link {
	text-align:right;
	padding-top:10px;
}

.personal_giving_join_link a{
	color:#777777;
	text-decoration:underline;
}

.personal_giving_join_form{
 	display:none;
}
.personal_giving_join_form_text{
	text-align:left;
	padding:30px;
	
}

.personal_giving_pledge_link {
	text-align: right;
	padding: 5px 10px;
}

.personal_giving_join_form_table{
	width:605px;
	line-height:2.5;
}

.personal_giving_outer_box{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border-spacing:0px;
	padding:15px;
	margin:8px 0px;
}	
.personal_giving_donations {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border-spacing:0px;
	padding:15px;
	background-color:#fff;
	width:100%;
}

.personal_giving_donations_header{
	font-size:20px;
	font-weight:normal;
	padding-bottom:10px;
	color:#939393;
}

.personal_giving_donations_column_names{
	color:#000;
	font-weight:bold;
	/* font-size:14px;*/
	width:100%;
	text-align:left;
}

.personal_giving_donations_column_names th{
	border-bottom: solid #C4C4C4 3px;
}


.personal_giving_donations_wide_column_header{
	width:50%;
}

.personal_giving_donations_wrapper td{
	border-bottom: solid #C4C4C4 1px;
}
.personal_giving_donations_name{
	color:#000;
	width:20%;
}

.personal_giving_donations_amount{
	color:#000;
	font-weight:bold;
	width:10%;
}

.personal_giving_donations_date{
	width:10%;
}


.personal_giving_updates_headline{
	color:#777777;
	text-decoration:none;
}

.personal_giving_donations_amount{
	color:#000;
	font-weight:bold;
}

.personal_giving_updates_date{
	padding-left:30px;
}
.personal_giving_campaign h3 {
	margin: 0 0 0.4em;
}
.personal_giving_campaign .sup {
	font-size: 18px;
}

.personal_giving_campaign #newsListPagination table {
	font-size: inherit;
}

.popup_form_wrapper .campaign_header {
	float: left;
	width: 500px;
	margin-right: 20px;
}
.boxy-popup .campaign_title,
.popup_form_wrapper .campaign_title {
	font-size: 34px;
	line-height: 46px;
	font-weight: bold;
	border-bottom: 1px solid white;
	padding-right: 50px;
}
div.boxy-content {
	color: #fff;
}
.popup_form_wrapper .donation_amount, .popup_form_wrapper .donation_amount_editable {
	font-size: 94px;
	line-height: 80px;
	letter-spacing: -0.07em;
	font-weight: bold;
	float: right;
	width: 320px;
	height: 110px;
    text-align: right;
    margin-bottom: 10px;
}
.popup_form_wrapper .donation_amount a:link, .popup_form_wrapper .donation_amount a:visited {
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	letter-spacing: 0;
}
.popup_form_wrapper .donation_amount .sup {
	font-size: 54px;
}
.popup_form_wrapper .donation_amount_editable input {
	background: white;
	font-weight: bold;
	width: 260px;
	height: 80px;
	font-size: 80px;
	line-height: 80px;
	padding: 0 10px;
	text-align: right;
	overflow: visible;
}
.popup_form_wrapper input {
	border-width: 1px;
}
.personal_giving_campaign input {
	font-size: 1.2em;
	padding: 4px 6px;
}