/* Start of CMSMS style sheet 'style.css' */
body {
	background-color: #eef7fe;
	font-size: 12px;
        line-height: 150%;
	font-family: Arial, Helvetica, sans-serif;
}
* {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
ul, ol, li {
	list-style: none;
}
a {
	color: #1184c0; /* original #40a1dd */
}

white {
       color: #FFFFFF;
}
div#msg {
	margin: 5px 0;
	padding: 15px 15px;
	font-weight: bold;
	font-size: 17px;
	background-color: #ffc97c;
	color: #f56b05;
	text-align: center;
	border: 1px solid #f56b05;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}
	div#msg a:link,
	div#msg a:visited,
	div#msg a:hover {
		color: #f56b05;
	}
div.error {
	color: #FF0000;
	font-weight: bold;
	position: relative;
	top: -15px;
}
#page {
	width: 980px;
	margin: 0 auto;
}
#header, #container, #footer {
	width: 849px;
	float: left;
	padding-left: 69px;
	padding-right: 62px;
}
#header {
	height: 133px;
	background: url(/assets/img/header_bg.gif) 0 0 no-repeat;
}
#banner {
	background: url(/assets/img/get-involved-banner.jpg) 0 0 no-repeat;
	margin-top: 5px;
}
#logo {
	float: left;
	width: 190px;
	height: 133px;
	overflow: hidden;
}
#logo a {
	float: left;
	width: 100%;
	margin-top: 18px;
	padding-top: 125px;
	height: 0px;
	overflow: hidden;
}
#mini_search {
	width: 280px;
	padding-top: 76px;
	padding-left: 45px;
	float: left;
}
.sch_input {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 1px;
	height: 14px;
	color: #707374;
	font-size: 11px;
	border-width: 2px 1px 1px 2px;
	border-style: solid;
	border-color: #959595;
	float: left;
	margin-right: 2px;
	width: 190px;
	margin-top: 1px;
}
#guide {
	padding-left: 12px;
	padding-top: 55px;
	width: 270px;
	float: left;
	font-size: 14px;
	font-weight: bold;
}
#guide li {
	float: left;
	text-align: center;
	padding: 0 0 0 24px;
	font-size: 14px;
	font-weight: bold;
}
#guide a {
	text-decoration: none;
}
#container {
	background-image: url(/assets/img/container_bg.gif);
	background-repeat: repeat-y;
}
#flash, #nav {
	// float: left;
       align: center;
	width: 100%;
}
#nav ul {
	padding-bottom: 2px;
	width: 100%;
	float: left;

}
#nav li {
	display: inline; float:left;
}
#nav a {
	float: left;
	width: 117px;
	text-align: center;
	background: url(/assets/img/nav_bg.gif) repeat-x;
	border: solid 1px #909394;
	color: #FFF;
	text-decoration: none;
	padding: 2px 0;
	font-weight: bold;
	margin: 7px 2px 0 0;

}
#nav li.current {
	float: left;
	width: 119px;
	text-align: center;
	border: solid 1px #909394;
	text-decoration: none;
	padding: 2px 0;
	font-weight: bold;
	margin: 7px 2px 0 0;
	color: #6e7172;
	background-color: #d3df72;

}
#nav .last a {
	padding-right: 0px;
	width: 119px;
}
#nav a:hover {
	color: #6e7172;
	background-color: #d3df72;
	background-image: none;
}
.col_left {
	float: left;
	width: 170px;
	padding-top: 25px;
}
.col_left h3 {
	color: #ff5b01;
	font-size: 27px;
	margin-bottom: 5px;
	font-weight: bold;
}
#links a {
	color: #6a6d6e;
	text-decoration: none;
}
#links li li {
	float: left;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	border-bottom: solid 1px #b0b0b0;
	padding: 4px 0;
}
#ourMission {
	float: left;
	width: 100%;
	margin-top: 20px;
	color: #707374;
	font-size: 13px;
}
#ourMission h4 {
	font-size: 18px;
}
.col_right {
	padding-top: 25px;
	width: 640px;
	float: right;
}
.actionButtons {
	float: left;
	width: 100%;
}
.actionButtons li {
	display: inline;
	float: left;
}
.apply {
	margin-left: -33px;
}
li.donate {
	float:right;
	margin-top:-7px;
}
#NewsAndEvents {
	background: url(/assets/img/newandevents_bg.gif) no-repeat;
	width: 320px;
	float: left;
	height: 185px;
	font-size: 14px;
	margin: 20px 0 8px;
	padding: 0 20px 0 300px;
}
#NewsAndEvents h3 {
	margin-bottom: 25px;
}
#NewsAndEvents li {
	list-style-position: outside;
	list-style-type: disc;
        color: #FFFFFF;
	margin-bottom: 6px;
}

#NewsAndEvents a {
	color: #FFFFFF;
}


#newletter {
	background-image: url(/assets/img/newsletter_bg.png);
	background-repeat: no-repeat;
	width: 610px;
	float: left;
	height: 203px;
	padding: 20px 0 0 30px;
	color: #0081d2;
	font-size: 14px;
}
#newletter h3 {
	padding-left: 295px;
	margin: 0 0 35px;
}
#joinForm {
	float: left;
	padding-top: 23px;
	width: 380px;
}
.join_input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: none 0;
	padding: 2px;
	float: left;
	margin-right: 2px;
	width: 310px;
}
#joinForm div.item {
	width: 50px;
	float: left;
}
#joinForm li {
	padding-bottom: 10px;
}
.text_red {
	color: #ab2b1e;
	display: inline;
}
.required {
	float: left;
	text-align: right;
	width: 120px;
	padding-right: 154px;
}
.pdfIcon {
	text-align: center;
	font-size: 12px;
	padding: 25px 35px 0 60px;
	float: left;
}
#address {
	float: left;
	width: 100%;
	text-align: center;
	color: #0081d2;
	padding-top: 35px;
}
#footer {
	background: url(/assets/img/footer_bg.png) no-repeat top;
	padding-top: 50px;
	text-align: center;
	font-size: 11px;
	color: #aaa;
	padding-bottom: 35px;
}
#footer a {
	color: #aaa;
}
#col-left {
	width: 200px;
	background-image: url(/assets/img/col_left.png);
	background-repeat: repeat-x;
	background-position: top;
	min-height: 311px;
}
.menu {
	color: #5e6f3d;
	font-weight: bold;
	padding: 0 15px;
	font-size: 12px;
}
.menu li li {
	padding-bottom: 10px;
}
.menu a {
	color: #5e6f3d;
	text-decoration: none;
}
.menu a:hover {
	text-decoration: underline;
        color: #F36A16;
}

#col-right {
	width: 606px;
	float: right;
	background: url(/assets/img/col_right.png) repeat-x top;
	border-left: solid 1px #e4e4e4;
	margin-right:2px;
	display: inline;
	padding-left: 40px;
}


#banner {
	float: left;
	height: 140px;
	width: 100%;
             /* background-image: url(uploads/images/banner_bg.png);  */
	background-repeat: no-repeat;
}

#banner h3 {
	font-size: 20px;
	color: #f3d231;
	padding: 8px 0 0 615px;
}
#banner div {
	color:#1184C0;
	font-size:20px;
	font-weight:bold;
	letter-spacing:-0.5px;
	padding:62px 0 0 344px;
}
.content {
       padding-top: 20px;
}

.blue18 {
    font-size: 18px;
    color: #1184C0;
    font-weight: bold;
    padding-bottom: 10px;
}

.blue16 {
    font-size: 16px;
    color: #1184C0;
}

.blue14 {
    font-size: 14px;
    color: #1184C0;
}

.grey14 {
    font-size: 14px;
    color: #787E7E;
    font-weight: bold;
    text-decoration: none;
    padding-bottom: 10px;
}


div.breadcrumbs {
   padding: 1em 0;
   text-align: left;
   font-size: 90%;
   /* font-size: 1.2em; NEW FOR Font+ */
   margin: 1em 0em -1em;
   /* border-bottom: 1px dashed #ccc; */
}


/* Get Involved ! */

div#get-started {
	background: url(/assets/img/main-bg.gif) #e9f4fb 0 0 repeat-x;
	color: #393939;
	line-height: 18px;
}
div#get-started hr {
	color: #0185D0;
	background-color: #0185D0;
	height: 1px;
	border: 0;
	margin: 10px 0;
	display: none;
}
div#get-started-left {
	float: left;
	width: 494px;
	padding: 50px 35px 40px 35px;
}
div#get-started-left h3 {
	font-weight: bold;
	font-size: 20px;
	color: #0185d0;
	padding-bottom: 18px;
}
p.bolded {
	font-size: 15px;
	font-weight: bold;
	display: block;
	padding-bottom: 18px;
}
div#get-started-left ul {
	list-style-type: disc;
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}
div#get-started-left ul li {
	list-style-type: disc;
	padding-bottom: 5px;
}
div#get-started-left a img {
	padding: 30px 20px 0 20px;
}
div#get-started-right {
	float: right;
	width: 250px;
	padding: 50px 35px 40px 0;
}
div#get-started-right #user_info {
	text-align: center;
	font-weight: bold;
}
div#get-started-right img {
	margin: 10px 0 15px 0;
}
div#get-started-right p {
	margin-top: 0;
}

div#bottom-content {
	padding-top: 17px;
	color: #2f2f2f;
}
div#our-progress {
	float: left;
	height: 315px;
	width: 268px;
	background: url(/assets/img/our-progress-bg.gif) 0 0 no-repeat;
	font-size: 17px;
	color: white;
}
img#bone {
	position: absolute;
	margin-left:115px;
	margin-top:47px;
}
div#our-progress h4 {
	font-size: 23px;
	color: white;
	font-weight: bold;
	padding-top: 20px;
	padding-left: 20px;
}
div#our-progress ul {
	padding-left: 20px;
	padding-top: 30px;
}
div#our-progress ul li {
	padding-bottom: 15px;
	line-height: 20px;
}
div#our-progress strong {
	color: #045c89;
}
div.bottom-box {
	float: left;
}
div.bottom-box h4 {
	color: #0085c2;
	font-size: 22px;
	font-weight: normal;
	line-height: 25px;
}

div#top-fundraisers {
	height: 335px;
	width: 256px;
	margin: 10px 0 10px 30px;
	padding-right: 30px;
	border-right: 1px solid #B7DAEC;
}
div#top-fundraisers .ftab ul {
	padding-top: 10px;
}
div#top-fundraisers .ftab ul li {
	clear: both;
	display: block;
	float: none;
	border-bottom: 1px solid #b7daec;
	height: 45px;
	padding: 3px 0;
}
div#top-fundraisers .ftab ul li ul  {
	padding-top: 0;
}
div#top-fundraisers .ftab ul li.row-bottom {
	border: 0;
}
div#top-fundraisers .ftab ul li ul li {
	float: left;
	clear: none;
	width: auto;
	width: 180px;
	display: block;
	font-size: 13px;
	border: 0;
}
div#top-fundraisers .ftab ul li ul li.amt {
	width: 60px;
	text-align: right;
	font-weight: bold;
}
div#top-fundraisers .ftab ul li a {
	font-weight: bold;
	text-decoration: none;
}
div#top-fundraisers .ftab ul li a:hover {
	text-decoration: underline;
}

div#find-friend {
	width: 214px;
	margin: 10px 20px 10px 30px;
	font-size: 13px;
}
div#find-friend label {
	display: block;
	font-weight: bold;
	padding-bottom: 5px;
}
div#find-friend input#search-name {
	border: 1px solid #7f9db9;
	font-size: 13px;
	padding: 4px;
	display: block;
	margin-bottom: 10px;
	width: 180px;
}
div#find-friend select#search-state {
	border: 1px solid #7f9db9;
	font-size: 13px;
	padding: 4px;
	margin-bottom: 10px;
	display: block;
	width: 180px;
}
div#find-friend select#search-user {
	border: 1px solid #7f9db9;
	font-size: 13px;
	padding: 4px;
	margin-bottom: 20px;
	display: block;
	width: 180px;
}


/* profile */
div#main {
	padding-top: 17px;
}
div#donations-wrapper {
	background: url(/assets/img/donations-bg-top.gif) 0 0 no-repeat;
	width: 268px;
	background-color: #0386d0;
	float: left;
}
div#donations {
	background: url(/assets/img/donations-bg-bottom.gif) bottom left no-repeat;
	width: 268px;
	font-size: 17px;
	color: white;
}
div#donations h4 {
	font-size: 23px;
	color: white;
	font-weight: bold;
	padding-top: 20px;
	padding-left: 20px;
}
div#donations ul.goal {
	padding-left: 20px;
	padding-top: 30px;
	height: 250px;
}
div#donations ul.goal li {
	padding-bottom: 15px;
	line-height: 20px;
}
div#donations strong {
	color: #045c89;
}

div#donors {
	font-size: 12px;
	background: #359ed9;
	padding: 20px 15px;
	margin: 15px;
	margin-bottom: 15px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	overflow: hidden;
	position: static !important;
	top: 0 !important;
	/* margin-top: -130px; */
}
div#donors strong {
	color: white;
}
	div#donors .donation-date {
		font-size: 11px;
	}
	div#donors .donation-comment {
		font-size: 11px;
		font-style: italic;
	}
div#donors h5 {
	font-size: 18px;
	color: #d3df72;
	font-weight: bold;
	padding-left: 10px;
	line-height: 24px;
}
div#donors ul {
	padding-top: 10px;
}
div#donors ul li {
	clear: both;
	float: none;
	display: block;
	border-bottom: 1px solid #86c5e9;
	/* height: 26px; */
	line-height: 26px;
}
div#donors ul li.active {
	font-weight: bold;
	color: #F3FF8F; 
}
div#donors ul li.active strong {
	color: #F3FF8F;
}
div#donors ul li.last-row {
	border-bottom: 0;
}
div#donors ul li ul {
	padding: 0;
}
div#donors ul li ul li {
	float: left;
	display: block;
	width: 138px;
	clear: none;
	border: none;
	padding-left: 10px;
	line-height: 15px;
	padding: 6px 0 0 10px;
}
div#donors ul li ul li.amt {
	text-align: right;
	width: 50px;
	padding-left: 0;
	padding-right: 10px;
}
div#donors ul li ul li.donation-comment {
	clear: left;
	float: none;
	padding-top: 0;
	width: 198px;
	margin-bottom: 6px;
}
div#donors ul li ul li.donation-btm {
	clear: left;
	float: none;
	padding-top: 0;
	width: 198px;
	font-size: 1px;
	line-height: 1px;
	height: 6px;
}
div#fix-height {
	height: 270px;
	overflow: hidden;
}

div#profile-content {
	float: right;
	width: 550px;
	color: #333;
	padding-top: 20px;
}
div#profile-content h3 {
	color: #2295d6;
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 5px;
}
div#profile-content h6 {
	color: #2295d6;
	font-weight: bold;
	font-size: 14px;
}
img.img-right {
	float: right;
	padding-left: 20px;
	padding-bottom: 10px;
}
div#profile-content h4 {
	color: #2295d6;
	font-size: 19px;
	margin-bottom: 15px;
}
div#profile-content input {
	vertical-align: middle;
}
div#profile span.choice {
	vertical-align: middle;
}
div#profile-content input.text-field {
	background: white;
	border: 1px solid #a0d5f3;
	display: block;
	padding: 4px;
	margin-top: 5px;
	margin-bottom: 15px;
	width: 250px;
}
div#profile-content input.text-field:focus {
	border: 1px solid #4dabe0;
}
div#profile-content input#donate-amt {
	width: 100px;
}
div#profile-content #donate-comment {
	width: 545px;
}
div#profile-content label {
	font-weight: bold;
}

/* Login */
div#login {
	color: #333;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	background:#EEF7FE none repeat scroll 0 0;
	margin:0 auto;
	padding:20px 100px 40px;
	width: 325px;
}
div#login h3 {
	color: #2295d6;
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 15px;
}
div#login label {
	display: block;
	font-weight: bold;
}
div#login input {
	display: block;
}
div#login input.text-field {
	background: white;
	border: 1px solid #a0d5f3;
	display: block;
	padding: 4px;
	margin-top: 5px;
	margin-bottom: 15px;
	width: 295px;
}
div#login input.text-field:focus {
	border: 1px solid #4dabe0;
}
div#login input#submit {
	margin-top: 20px;
}

/* ------------------- My Fundraiser ------------------- */
div#my-fundraiser {
}

/* Nav */

div.my-fundraiser a#nav-fundraiser,
div.my-event a#nav-event,
div.my-profile a#nav-profile,
div.my-invite a#nav-invite,
div.my-offline a#nav-offline,
div.my-past-fundraisers a#nav-past,
div.my-contacts a#nav-contacts {
	font-weight: bold;
}

div#nav-left {
	font-size: 13px;
	background: #359ed9;
	padding: 10px 15px;
	margin-bottom: 15px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	float: left;
	width: 200px;
}
div#nav-left ul li {
	padding: 5px;
	border-bottom: 1px solid #86C5E9;
}
div#nav-left ul li.last-row {
	border: none;
}
div#nav-left a {
	color: white;
	text-decoration: none;
}
div#nav-left a.current {
	font-weight: bold;
}
div#nav-left a:hover {
	text-decoration: underline;
}
div#help-left {
	font-size: 12px;
	color: #FFFFFF;
	background: #359ed9;
	margin-bottom: 15px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	float: left;
	width: 200px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	clear: left;
}
div#help-left a {
	color: white;
	text-decoration: none;
}
/* Dashboard */

div#fundraiser-action {
	float: right;
	width: 569px;
	padding-top: 15px;
	padding-bottom: 20px;
	line-height: 20px;
	color: #333;
	padding-left: 25px;
	border-left: 1px solid #b3e1fb;
}
div#fundraiser-action h4 {
	color:#2295D6;
	font-size:19px;
	font-weight:bold;
	margin-bottom:5px;
}
div#fundraiser-action label.chgpsswd {
	float: left;
	margin: 0 20px 10px 0;
}
div#fundraiser-action input#change-password {
	float: left;
	margin: 5px 0 0;
}
div#fundraiser-action div#psswd-fields {
	display: none;
	clear: both;
	margin: 10px 0;
}
div#my-status {
	font-size: 13px;
	background:#EEF7FE none repeat scroll 0 0;
	margin-top:15px;
	padding:15px 20px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	border: 1px solid #B3E1FB;
}
div#my-donors {
	margin-top: 20px;
	}
div#my-donors h5 {
	color:#2295D6;
	font-size:14px;
	font-weight:bold;
}
div#my-donors ul {
	padding-top: 10px;
	font-size: 13px;
}
div#my-donors ul li {
	clear: both;
	float: none;
	display: block;
}
div#my-donors ul li.last-row {
	border-bottom: 0;
}
div#my-donors ul li ul {
	padding: 0;
}
div#my-donors ul li ul li {
	float: left;
	display: block;
	width: 479px;
	clear: none;
	border: none;
	padding-left: 15px;
}
div#my-donors ul li ul li .donation-date {
	font-size: 11px;
	font-style: italic;
	line-height: 13px;
}
div#my-donors ul li ul li.amt {
	text-align: right;
	width: 50px;
	padding-left: 0;
	padding-right: 10px;
}
div#my-donors ul li div.donation-comment {
	width: 539px;
	float: left;
	clear: both;
	font-size: 12px;
	font-style: italic;
	line-height: 14px;
	border-bottom: 1px solid #b3e1fb;
	padding: 0 0 5px 0;
	margin: 5px 0 5px 15px;
}
div#my-donors ul li div.donation-btm {
	width: 539px;
	float: left;
	clear: both;
	font-size: 1px;
	line-height: 1px;
	border-bottom: 1px solid #b3e1fb;
	padding: 0 0 5px 0;
	margin: 0 0 5px 15px;
}

/*--*/

input.text-field {
	background: white;
	border: 1px solid #a0d5f3;
	display: block;
	padding: 4px;
}
input.text-field:focus {
	border: 1px solid #4dabe0;
}
select.text-field {
	background: white;
	border: 1px solid #a0d5f3;
	display: block;
	padding: 4px;
}
select.text-field:focus {
	border: 1px solid #4dabe0;
}
textarea.text-field {
	background: white;
	border: 1px solid #a0d5f3;
	display: block;
	padding: 4px;
}
textarea.text-field:focus {
	border: 1px solid #4dabe0;
}

/* Edit My Fundraising Event */

div#my-event label {
	font-weight: bold;
	display: block;
	padding-bottom: 5px;
	padding-top: 15px;
}
div#my-event input {
	display: inline;
}
div#my-event select {
	width: 180px;
}
div#my-event input.text-field {
	width: 160px;
}
div#my-event textarea {
	width: 557px;
	height: 200px;
	margin-bottom: 20px;
}

/* Edit My Profile */
div#my-profile {
	margin-top: 10px;
}
div#my-profile input {
	display: block;
	margin-top: 5px;
	margin-bottom: 15px;
}
div#my-profile #profile_type_blk input,
div#my-profile #profile_type_blk label,
div#my-profile #profile_type_blk span {
	display: block;
	float: left;
	margin-right: 5px;
}
div#my-profile #person,
div#my-profile #group {
	clear: left;
}
div#my-profile #profile-friendly-slug {
	display: inline;
}
div#my-profile input.text-field {
	width: 250px;
}
div#my-profile label {
	font-weight: bold;
}
div#my-profile select {
	margin-top: 5px;
	margin-bottom: 15px;
}
div#my-profile .radio_blk {
	display: block;
	clear: left;
	overflow: auto;
}
div#my-profile .radio_blk label {
	display: block;
}
div#my-profile .radio_blk input,
div#my-profile .radio_blk span {
	display: block;
	float: left;
	margin-right: 5px;
}

div#profile-photo {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	background:#EEF7FE none repeat scroll 0 0;
	border:1px solid #B3E1FB;
	margin-top:20px;
	margin-bottom: 20px;
	padding:25px 25px 35px 25px;

}
div#profile-photo-left {
	float: left;
	width: 275px;
}
div#profile-photo-left p {
	padding-bottom: 10px;
	color: #555;
	font-size: 11px;
	font-style: italic;
}
div#profile-photo-right {
	float: right;
	width: 190px;
}
div#profile-photo-right input {
	margin-top: 15px;
}
div#profile-photo-right label {
	width: 190px;
	display: block;
	text-align: center;
}
div#profile-photo-right img {
	margin-top: 10px;
}

/* Invite People */
div#invite-people {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	background:#EEF7FE none repeat scroll 0 0;
	border:1px solid #B3E1FB;
	margin-top:20px;
	margin-bottom: 20px;
	padding:25px 25px 35px 25px;
}
div#invite-people textarea {
	width: 507px;
	height: 50px;
	margin-top: 20px;
	margin-bottom: 3px;
}
div#invite-people 
div#invite-people label {
	display: block;
	font-weight: bold;
	padding-bottom: 5px;
}
div#invite-people label#invite-email-label {
	width: 515px;
	display: block;
}
div#invite-people label#invite-email-label a {
	float: right;
	display: block;
	margin: 0;
	padding: 0;
}
div#invite-people textarea#invite-email {
	margin-top: 1px;
	margin-bottom: 10px;	
}
div#invite-people textarea#invite-message {
	height: 250px;
}
div#invite-people input#send-invites {
	float: right;
}
div#invite-people #contacts {
	display: none;
}
div#invite-people p.padding-contacts {
	margin-bottom: 10px;
}
	div#invite-people p.padding-contacts span {
		padding: 0 5px;
	}
div#invite-people p.padding {
	font-size: 1px;
	height: 20px;
}
div#invited {
	padding-top: 10px;
}
div#invited h5 {
	color:#2295D6;
	font-size:14px;
	font-weight:bold;
}
div#invited ul {
	padding-left: 15px;
	padding-top: 10px;
}
div#invited ul li {
	list-style-type: disc;
	padding-bottom: 4px;
}

/* Enter Offline Donations! */
div#offline {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	background:#EEF7FE none repeat scroll 0 0;
	border:1px solid #B3E1FB;
	margin-top:20px;
	margin-bottom: 20px;
	padding:25px;
}
div#offline p {
	color: #555;
	padding-bottom: 15px;
}
div#offline label {
	font-weight: bold;
}
div#offline input.text-field {
	margin-top: 5px;
	margin-bottom: 20px;
	margin-right: 30px;
}

div#remove-donor h5 {
	color:#2295D6;
	font-size:14px;
	font-weight:bold;
}
div#remove-donor ul {
	margin-top: 10px;
	margin-bottom: 10px;
}
div#remove-donor ul li label,
div#remove-donor ul li input {
	vertical-align: middle;
}

div#remove-donor ul li {
	clear: both;
	float: none;
	display: block;
	border-bottom: 1px solid #b3e1fb;
	height: 26px;
	line-height: 26px;
}
div#remove-donor ul li.last-row {
	border-bottom: 0;
}
div#remove-donor ul li ul {
	padding: 0;
	margin: 0;
}
div#remove-donor ul li ul li {
	float: left;
	display: block;
	width: 479px;
	clear: none;
	border: none;
	padding-left: 15px;
}
div#remove-donor ul li ul li.amt {
	text-align: right;
	width: 50px;
	padding-left: 0;
	padding-right: 10px;
}


/*-------------- Register -----------------*/

div#get-started div#my-profile {
	padding: 25px;
	margin: 0;
}
div#get-started div#profile-photo {
	background: #fff;
	float: right;
	width: 465px;
}
div#get-started div#my-profile input.text-field {
	width: 200px;
}
div#get-started div#my-profile h3 {
	color:#2295D6;
	font-size:19px;
	font-weight:bold;
	margin-bottom:15px;
	margin-top: 10px;
}
div#get-started select {
	margin-bottom: 25px;
}

/* create event */
div#get-started div#my-profile div#my-event input {
	display: inline;
}
div#get-started div#my-profile div#my-event label {
	margin: 0;
	padding-top: 0;
}
div#get-started div#my-profile div#my-event select {
	margin-top: 5px;
	margin-bottom: 15px;
}

/* Preview Fundraiser */

div#preview {
	background:#EEF7FE none repeat scroll 0 0;
	border:1px solid #B3E1FB;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	padding: 20px;
	margin-bottom: 20px;
}
div#preview h5 {
	color: #2295D6;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 5px;
}

/* Invite */
div#get-started div#invite-people {
	background: none;
	border: 0;
	padding: 0;
}
div#get-started div#invite-people input#send-invites {
	float: none;
}


/* -------------- Search Page ------------------ */
div.new-search {
	min-height: 200px;
	position: relative;
	top: 1px;
	padding-top: 5px;
	padding-left: 20px;
	font-size: 14px !important;
}
div.new-search h4 {
	padding-left: 0 !important;
}
div.new-search input.text-field,
div.new-search select.text-field {
	margin-top: 5px;
	margin-bottom: 15px;
	width: 200px;
	border: 1px solid #4dabe0 !important;
}
div.new-search select.text-field {
	font-size: 12px;
}
div.new-search label {
	font-weight: bold;
	color: #045C89;
}
div.new-search input#search-submit {
	margin-top: 10px;
	margin-bottom: 25px;
}
div#find-friend input#search-all {
	margin-left: 10px;
}
div#search-results table tr th {
	text-align: left;
	padding: 15px;
	background: #D3DF72;
	font-weight: bold;
	font-size: 14px;
}
div#search-results table tr th.left-round {
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
}
div#search-results table tr th.right-round {
	-moz-border-radius-topright: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
}
div#search-results table tr td {
	vertical-align: top;
	padding: 15px;
	text-align: left;
	border-bottom: 1px dotted #999;
}
div#search-results table tr:hover td {
	background: #EEF7FE;
}
div#search-results table tr.last-row td {
	border-bottom: 0;
}
div#search-results table tr td.top {
	height: 3px;
	border: 0;
	font-size: 0;
	line-height: 0;
	padding: 0;
}
div#search-results table tr td a.name {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	line-height: 25px;
}
div#search-results table tr td a.name:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}
#bone_inside {
	padding: 0;
	margin: 0;
	border: 0;
	width: 60px;
	height: 126px;
	background-color: #CADA2A;
	position: absolute;
	margin-top: -201px;
	margin-left: 157px;
}
#bone_graph {
	padding: 0;
	margin: 0;
	border: 0;
	width: 100%;
	height: 100%;
	background-color: #FFF;
}

.addthis_toolbox {
	margin-top: 10px;
	text-align: right;
	float: right;
}
a.button {
	background: transparent url(/assets/img/button_sm.png) no-repeat 0 0;
	width: 99px;
	height: 33px;
	font: normal bold 15px Arial, Helvetica, sans-serif;
	color: #3987C1;
	line-height: 33px;
	text-align: center;
	display: inline-block;
	overflow: hidden;
}
a.button:link,
a.button:visited {
	text-decoration: none;
}
a.button:hover {
	text-decoration: none;
	background-position: 0 -33px;
}
input.button {
	background: transparent url(/assets/img/button_sm.png) no-repeat 0 0;
	width: 99px;
	height: 33px;
	font: normal bold 15px Arial, Helvetica, sans-serif;
	color: #3987C1;
	line-height: 33px;
	text-align: center;
	display: inline-block;
	overflow: hidden;
	border: 0;	
	cursor: pointer;
}

