body {
	color: #000;
	background: white url("images/bkgdhand.jpg") no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0;
	padding: 0;
}
p {
	margin: 2px 7px 8px 5px;
}
img {
	border: 0;
}


/* A LINKS */
a {
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
}
a:hover {
	font-weight: bold;
	text-decoration: none;
}


/* H1 - H6 */
h1, h6, a:hover {
	color: #9b1334;
}
h2, h4, h5, ul, a {
	color: #115688;
}
h2, h3, h4, h5, h6 {
	margin: 0
}
h5, h6 {
	font-weight: normal
}
h1 {
	font-size: 16px;
	margin: 4px 0 0 0;
	padding-top: 0;
}
h2 {
	font-size: 14px;
	padding: 20px 0 0px 0;
}
h3 {
	font-size: 13px;
	padding: 15px 0px 5px;
	margin: 0 0 5px 0;
	color: #333;
	font-weight: normal;
	font-style: italic;
	border-bottom: 1px solid #ddd;
}
h4,h5,h6 {
	font-size: 11px;
	padding-top: 4px
}

/* LISTS */
ul, ol {
	text-align: left;
	margin: 10px 0;
	padding: 0px;
}
ul {
	list-style: square;
	color: #000;
}
ol {
	list-style: decimal
}
li {
	list-style-image: none;
	margin-bottom: 5px;
	margin-left: 30px
}


/* TABLES */
table {
	margin: 0;
	padding: 0
}
thead th { 
	color: #777;

}
th {
	color: #115688;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 5px;
	vertical-align: middle
}
tbody { }
table td {
	margin: 0;
	padding: 0;
	vertical-align: top;
	border-width: 0
}
table td.align_right, table th.align_right {
	text-align: right;
}
table tr.alt { background-color: #f0f0f0; }
tr.even td {
	background-color: #dee3e7;
	padding: 5px;
}
tr.odd td {
	background-color: #E9E9E9;
	padding: 5px;
}


/* FORMS */
fieldset {
	margin: 0;
	padding: 0;
}
legend {
	margin: 0;
	padding: 0 10px;
	font-weight: bold;
}
label {
	padding-bottom: 3px;
	margin: 0;
	font-weight: normal;
	color: #222;
}
div.form_unit {
	float: left;
	margin: 0;
	padding: 2px 7px 7px 0;
	text-align: left;
}
.label {
	padding-bottom: 1px;
	margin: 0;
	font-weight: normal;
	color: #222
}
.field {
	margin: 0px;
}
.required-highlight {
	font-weight: bold;
	color: #aa0000;
}
input[type="text"], textarea, select {
	padding: 3px;
	font-size: 11px;
	border: solid #bbb 2px;
}
input[type="text"].med-input {
	width: 200px;
}
input[type="text"].long-input {
	width: 350px;
}
input[type="text"].sixtypix-input {
	width: 60px;
}
input[type="password"].text_box {
	border: solid #bbb 2px;
	/*border-top: solid #bbb 2px;
	border-left: solid #bbb 2px;
	border-bottom: solid #eee 2px;
	border-right: solid #eee 2px;*/
	padding: 3px;
}
/*
textarea {
	width: 90%;
}
*/
input[type="submit"], input[type="button"] {
	padding: 4px;
	margin: 10px 5px 0 5px;
	font-size: 14px;
	border: solid #ddd 2px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
div.cancel_button a {
	float: left;
	display: block;
	padding: 3px 5px;
	margin: 20px 0 0 10px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	border: solid #ddd 2px;
	background-color: #efefef;
}
a.button_link {
	display: block;
	padding: 3px 5px;
	margin: 20px 0 0 10px;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	border: solid #ddd 2px;
	background-color: #efefef;
}
.label {
	padding-bottom: 1px;
	margin: 0;
	font-weight: normal;
	color: #222
}
.field {
	margin: 0px;
}
div.full_form_line {
	clear: both;
	padding: 7px 7px 7px 0;
}
div.full_form_line label {
	float: left;
	width: auto;
	padding-right: 10px;
}
div.full_checkbox_line {
	clear: both;
	padding: 7px 7px 7px 10px;
}
div.full_checkbox_line input[type="checkbox"] {
	float: left;
	padding-right: 10px;
	margin-right: 10px;
}
div.centered_buttons {
	text-align: center;
}

/* MAIN CONTENT FORM STYLE */
form.mainformstyle fieldset {
	padding: 8px;
	margin: 20px 0 0px 0;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid #ddd 4px;
}
form.mainformstyle h2 {
	margin: 0 0 5px 0;
	color: #666;
	font-size: 15px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid #ddd 4px;
}
form.mainformstyle label {
	display: block;
	width: 150px;
}
form.mainformstyle td {
	padding: 4px 10px 4px 3px;
	border: 0;
}
form.mainformstyle div.form_unit {
	padding-right: 10px;
}
form.mainformstyle div.form_unit label {
	display: block;
	width: auto;
}
form.mainformstyle div.full_form_line label {
	float: left;
	width: auto;
	padding-right: 10px;
}
form.mainformstyle div.full_checkbox_line label {
	width: auto;
	padding:1px 20px;
}

/* COMMON CLASSES */
.clear {
	clear: both;
}
.float-left {
	float: left;
}
.light_grey { 
	color: #aaa; 
}
.small_text, .eightpoint {
	font-size: 8px;
}
.small {
	font-weight: normal;
	font-size: 10px
}
.center {
	text-align: right;
	margin-right: 0;
}
.twelvepoint {
	font-size: 12px
}
.even {
	background-color: #fffae6;
	padding: 5px
}
.odd {
	background-color: white;
	padding: 5px
}
.blue {
	color: #115688
}
.red {
	color: #9b1334
}
.orange {
	color: #fec75a
}
.green {
	color: #169642;
}
.dark {
	color: #474747;
}
.not_bold {
	font-weight: normal;
	font-size: 12px;
	color: #000;
}
#hide {
	display: none;
}
.outer {
	border: solid 1px #9b1334
}
div.secure_seals {
	margin: 16px 5px 0 16px;
	float: right;
}

.resource_icon { float: left; margin: 0 4px 0 0; }
.resource_item { margin: 0 0 15px 10px; padding: 10px 0 0 0; }

table.board-members { float: left; margin: 5px 10px 5px 0; width: 360px; border: solid 1px #f0f0f0; }
hr.bio-divider { margin-bottom: 30px; }


/* PAGE HEADER */
td#headerlogo {
	text-align: left;
	width: 146px
}
td#headerkids {
	text-align: left;
	width: 457px
}
td#headerrightbar {
	background-color: #fdc589;
	width: auto
}
td#headercontact {
	text-align: center;
	width: 100%;
	vertical-align: middle
}
td#headerbar {
	background-image: url("images/hbar.gif");
	border-bottom: 1px solid #dddddd
}
#kid1,#kid2,#kid3 {
	visibility: visible;
	position: absolute;
	top: 0;
	width: 113px;
	height: 90px
}
#kid1 {
	left: 156px
}
#kid2 {
	left: 255px
}
#kid3 {
	left: 355px
}
#layer1 {
	visibility: visible;
	position: absolute;
	top: 0;
	right: 50px;
	width: 230px;
	height: 90px
}
#layer2 {
	visibility: visible;
	position: absolute;
	top: 59px;
	left: 482px;
	width: 147px;
	height: 68px
}
.add_kid_link {
	color: #9b1334;
	font-size: 9px;
	margin: 0;
	padding-top: 4px 5px 4px 0;
}


/* BREADCRUMB */
#bread {
	margin: 0 0 20px;
}
#bread, #bread a {
	font-weight: normal;
	font-size: 9.5px;
}


/* LOGIN DROPDOWN MENU */
#login { 
	position: relative;
	margin-top: 4px;
	margin-right: 4px;
	z-index: 90;
}
a#login_link {
	position: relative;
	z-index: 80;
	padding-right: 7px;
}
a.login_on {
	background-color: white;
	padding: 3px 7px 0px 7px;
	border: solid 2px #fec75a;
	border-bottom-color: white;
}
#login_dropdown { 
	text-align: left;
	background-color: white;
	margin-right: 45px;
	float: right;
	border: solid 2px #fec75a;
	z-index: 70;
	position: absolute;
	top: 20;
	right: 0;
	-webkit-box-shadow: 7px 7px 10px #555;
	-moz-box-shadow: 7px 7px 10px #555;
}
#login_warning {
	width: 250px;
	padding: 10px 20px;
	margin: 15px 20px;
	background-color: #F8F6B8;
}
#login_warning h3 {
	padding: 3px 5px;
	font-weight: bold;
	color: #9b1334;
}
#login_warning p {
	padding: 3px 5px;
	font-weight: bold;
	color: #9b1334;
	font-size: 13px;
}
form.login_forms {
	padding: 15px 20px;
}
form.login_forms input[type="text"],
form.login_forms input[type="password"] {
	border: solid 1px #fec75a;
	margin: 4px 0px 15px 0px;
	padding: 3px;
	width: 150px;
	font-family: "Lucida Grande", helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #555;
}
form.login_forms label {
	color: #9B1334;
	font-weight: bold;
}

/* LOGIN PAGE */
div.login-forms-column-one { 
	position: relative;
	float: left;
	width: 320px;
	margin: 0 10px 0 0;
}
div.login-forms-column-two { 
	position: relative;
	float: left;
	width: 320px;
	margin: 0;
}
div.login-forms { 
	width: 320px;
	margin: 10px 0 0 0;
	background: url('images/form_bkg.png') bottom repeat-x;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #fec75a;
}
div.login-forms form.mainformstyle fieldset {
	padding: 8px;
	margin: 20px 0 0px 0;
	border: none;
}
div.login-forms form.mainformstyle legend {
	padding: 5px;
	margin: 0;
	font-size: 15px;
	color: #555;
}
div.login-forms form.mainformstyle label {
	display: block;
	width: 140px;
}
div.login-forms form.mainformstyle p {
	width: 318px;
}
div#account-update-form { 
	width: 420px;
}
/* LOGIN PAGE - New Account*/
span.instruct { font-weight: normal; color: #222; }


/* PAGE LEFT COLUMN */
td#leftcolumn {
	font-size: 10px;
	padding-right: 5px;
	padding-left: 12px;
	width: 165px
}
td#leftcolumn th {
	background-color: #2F5376;
	color: #FFFFFF;
	vertical-align: middle;
}
td#leftcolumn div.blockTitle {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	background-color: #9B1334;
	padding: 3px 6px 4px
}
td#leftcolumn div.blockTitle a:link {
	color: #fff;
}
td#leftcolumn div.blockTitle a:visited {
	color: #fff;
}
td#leftcolumn div.blockContent {
	background-color: white;
	margin: 7px
}
td#leftcolumn div.navTitle {
	color: #9b1334;
	font-size: 11px;
	font-weight: bold;
	background-color: #fec75a;
	padding: 3px 6px 4px;
}
.leftcolumnborder {
	margin-bottom: 18px;
	border-top: #9b1334;
	border-right: 3px solid #9b1334;
	border-bottom: 3px solid #9b1334;
	border-left: 3px solid #9b1334
}
.leftcolumnborderred {
	margin-bottom: 18px;
	width: 159px;
	border-right: 3px solid #fec75a;
	border-bottom: 3px solid #fec75a;
	border-left: 3px solid #fec75a
}


/* PAGE CENTER COLUMN */
td#centercolumn {
	font-size: 12px;
	margin-top: 0;
	padding: 0 25px 30px
}

td#centercolumn th {
	vertical-align: middle
}
td#centerCcolumn {
	margin-top: 0;
	padding-top: 0
}
td#centerCcolumn div.blockTitle {
	color: #115688;
	font-size: 16px;
	font-weight: bold
}
td#centerCcolumn div.blockContent {
}
td#centerLcolumn {
	width: 50%
}
td#centerLcolumn legend.blockTitle {
	color: #639ace;
	font-weight: bold
}
td#centerLcolumn div.blockContent {
	line-height: 120%;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #cccccc
}
td#centerRcolumn {
	width: 50%
}
td#centerRcolumn legend.blockTitle {
	color: #639ace;
	font-weight: bold
}
td#centerRcolumn div.blockContent {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #cccccc
}
div#content {
	text-align: left;
}

/* PAGE RIGHT COLUMN */
table.page-right-image-table {
	float: right;
	font-size: 10px;
	padding-right: 0;
	padding-left: 9px;
	width: 10%;
	text-align: center;
}


/* PAGE RIGHT COLUMN */
td#rightcolumn {
	font-size: 10px;
	padding-right: 12px;
	padding-left: 5px;
	width: 165px
}
td#rightcolumn th {
	background-color: #2F5376;
	color: #FFFFFF;
	vertical-align: middle;
}
td#rightcolumn div.blockTitle {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	background-color: #9b1334;
	padding: 3px 6px 4px
}
td#rightcolumn div.blockContent {
	line-height: 120%;
	margin: 7px
}
div#conf_counter {
	padding: 5px 0 0 0; margin: 0; background-color:#9C1334;
	-moz-border-radius-bottomleft: 10px; -moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px; -webkit-border-bottom-right-radius: 10px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: white;
}
div#numeral { font-size: 22px; margin: 0 0 0 7px; padding: 0; float: left; border: none; } /* WAS SPAN BEFORE IE BECAME INVOLVED */
div#attending { float: right; margin: 0 7px 0 0; font-weight:bold; border: none; }
div#conf_counter img { margin: 5px 0 3px 25px; clear: both; }

/* FOOTER */
tr#footerbar {
	color: #9b1334;
	font-size: 9px;
	background-color: #fec75a;
}
.footerleft {
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
	padding: 4px 5px 4px 20px
}
.footerright {
	text-align: right;
	margin-top: 0;
	margin-bottom: 0;
	padding: 4px 20px 4px 5px
}


/* HOME BLURBS */
#home_blurbs {
	margin: 6px 0 6px;
}
#home_blurbs img {
	margin: 5px 0 3px 14px;
	padding: 3px;
}
#home_blurbs h2 {
	margin: 12px 0 4px;
}


/* MESSAGES */
div.error, 
div.success {
	width: 100%;
	margin: 10px 0px;
	font-weight: bold;
	font-size: 11px;
}
div.error p, 
div.success p {
	padding: 15px;
}
div.error {
	background-color: #F8F6B8;
	border: solid 1px #E8BE6C;
	color: #333;
}
div.success {
	background-color: #D9F0FF;
	border: solid 1px #98CAF0;
	color: #333;
}

div.resultMsg {background-color : #CCCCCC;
	color: #333333;
	text-align: center;
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	font-weight: bold;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding: 10px;
}


/* SEARCH RESULTS */
div#cse-search-results { width: 670px; }


/* PAGE PHOTO GROUPINGS */
#content #page_photo_group {
	margin-top: 20px;
}

#page_photo_group img {
	margin: 8px 8px 0 0;
	float: left;
}


/* REGISTRY */
#registry h3 {
	color: #27607F;
	font-size: 15px;
	margin-bottom: 0
}
#registry h3.small_h3{
	font-size: 13px;
}
#registry {
	font-size: 12px;
	color: #333;
}
#registry p {
	margin-left: 0px;
}
#registry table.main-table input[type="text"],
#registry table.main-table input[type="textarea"] {
	font-size: 12px;
	padding: 3px;
	margin: 0px;
	width: 100%;
	color: #333;
	border: solid 1px #3C95C6;
}
#registry table.main-table input[type="textarea"] {
	width: 150px;
	height: 60px;
}
#registry table.main-table input[type="text"].pretext, 
#registry .pretext {
	color: #79A7C6;
	font-weight: normal;
	font-size: 12px;
}
#registry table.main-table {
	border-collapse: collapse;
	width: 750px;
}
#registry table.main-table, 
#registry table.main-table td, 
#registry table.main-table tr {
	margin: 0;
	padding: 0;
}
#registry table.main-table td {
	padding: 0px 0px 0px 0px;
	text-align: left;
}
#registry table.main-table .inner-table td, 
#registry table.main-table td.td_label {
	padding: 5px 10px;
}
#registry table.inner-table {
	width: 100%;
	border-collapse: collapse;
}
#registry table.main-table td.td_label, 
#registry table.main-table td.td_label2,
#registry table.main-table td.td_label3 {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	width: 135px;
	vertical-align: middle;
	color: #333;
}
#registry table.main-table td.td_label2,
#registry table.main-table tr.main-row td.td_label2 {
	vertical-align: top;
	padding-top: 10px;
	padding-right: 10px;
}
#registry table.main-table td.td_label3,
#registry table.main-table tr.main-row td.td_label3 {
	width: 100%; 
	text-align: left;
	padding-bottom: 5px;
	padding-right: 10px;
}


/* HELP BOX */
#help {
	background-color: #fff;
	display: none;
	position: absolute;
	z-index: 40;
	top: 0px;
	left: 50px;
	width: 180px;
	border: solid 2px #ff8400;
	text-align: left;
	padding: 5px;
	-webkit-box-shadow: 5px 5px 10px #555;
	-moz-box-shadow: 5px 5px 10px #555;
}
/** html #help {
	position: fixed;
}
*/
#help h1 {
	
	padding: 2px 2px 2px 5px;
	font-size: 12px
}
#help h2 {
	margin: 0 5px 3px 5px;
}
#help p {
	margin: 0 5px 5px 5px;
	text-align: justify
}


/* INFO BOXES */
#info_box {
	background-color: #2076AF;
	display: none;
	position: absolute;
	z-index: 40;
	border: solid 2px #ccc;
	text-align: center
}
#info_box p {
	margin: 5px 8px;
	font-size: 12px;
	font-weight: bold;
	color: #fff
}
div.centered_info {
	background-color: #fff;
	position: absolute;
	z-index: 101;
	top: 50px;
	left: 50%;
	margin-left: -270px;
	width: 540px;
	height: 540px;
	overflow: auto;
	border: solid 2px #ff8400;
	text-align: left;
	padding: 15px;
	-webkit-box-shadow: 5px 5px 10px #555;
	-moz-box-shadow: 5px 5px 10px #555;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
div.centered_info table {
	margin: 8px;
	border: solid 2px #ff8400;
	border-collapse: collapse;
}
div.centered_info th, div.centered_info td {
	padding: 8px 14px 8px 8px;
}
div.centered_info th {
	background: #efefef;
}
a.close_box {
	float: right;
	margin: 5px 8px;
	font-size: 12px;
}



/* CYBERGALA */
.yellowbk {
	background: url("images/yellowbk.gif") repeat-x bottom left
}
#cyber_table {
	position: relative;
	float: left
}
#table_title {
	position: absolute;
	top: 118px;
	left: 60px;
	width: 90px;
	text-align: center;
	font-weight: bold;
	color: #fff
}
#gard {
	position: relative
}
#gard_code {
	position: absolute;
	top: 212px;
	left: 108px
}
#gard_enter {
	position: absolute;
	top: 246px;
	left: 118px
}


/* GRASSROOTS FUNDRAISERS */
#fundraising_desc_column {
	margin-right: 270px;
}
#fundraising_desc_column h2 {
	margin-top: 10px;
}
#fundraising_donate_column {
	float: right;
	width: 230px;
	text-align: center;
}
#fundraising_donate_column h2 {
	display: block;
	background: url('images/header_bkg.png') bottom repeat-x;
	color: #000;
	padding: 3px;
	font-size: 1em;
	text-align: center;
}
#fixed_donation_box, #per_pledge_box, #honor_roll {
	width: 100%;
	border: 1px solid #fec75a;
	margin-top: 10px;
	background: url('images/form_bkg.png') bottom repeat-x;
}
#fixed_donate_form, #per_donate_form {
	padding: 0 0 0 7px;
}
#per_pledge_box {
	width: 100%;
	border: 1px solid #fec75a;
	margin-top: 15px;
	background: url('images/form_bkg.png') bottom repeat-x;
}
#thermometer {
	float: left;
	margin: 10px 10px;
}
#summary_graphic {
	margin: 15px 0px 5px 0px;
	float: left;
}
#donation_goal_box {
	float: left;
	margin-top: 7px;
}
#donation_goal_box table {
	margin: 15px 0 0 70px;
}
#donation_goal_box td.amount_text {
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	padding: 0 3px 8px 0;
}
#donation_goal_box td.amount {
	color: #9b1334;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	padding: 0 3px 8px 3px;
}
#per_quantity {
	width: 40px;
}
#fixed_donation_box p, #per_pledge_box p {
	margin: 4px 3px;
}
#fixed_donation_box input, #per_pledge_box input, #fixed_donation_box label, #per_pledge_box label {
	margin: 0;
}
#fixed_donation_box label, #per_pledge_box label {
	font-size: 0.85em;
	font-weight: bold;
}
#fixed_donation_box fieldset, #per_pledge_box fieldset {
	border: none;
}
#donation_address, #donation_in_honor_of, #donation_email, #credit_card_number {
	width: 200px;
}
fieldset#fixed_donation_payment, fieldset#per_pledge_payment {
	text-align: left;
}
#form_unit_one, #form_unit_two {
	margin: 5px 8px 0 8px;
	text-align: center;
	padding: 0;
}
#form_unit_one p, #form_unit_two p {
	margin: 11px 3px;
}
p.non_form {
	margin: 5px 8px;
}
#fixed_donation_amount p.payment_success, #per_pledge_amount p.payment_success {
	margin: 8px 11px;
}
#honor_roll {
	min-height: 256px; /*ADDED 6PX 12/31/09 TO AVOID PAGE RESPIRATION*/
}
#honor_roll #single {
	font-weight: bold;
	color: #aa0000;
	margin: 20px 0;
}
#honor_roll #single span {
	font-weight: normal;
	color: #333;
}
#fixed_donation_payment p#fixed_error_message, #per_pledge_payment p#pledge_error_message, #fixed_donation_amount p.error, #per_pledge_amount p.error {
	font-size: 11px;
	font-weight: bold;
	color: #aa0000;
	margin: 8px 11px;
	text-align: left;
}
table#fe_list td {
	padding: 4px 10px 4px 3px;
	border: 0;
}
table#fe_list {
	border-collapse: collapse;
	width: 100%;
}
table#fe_list td, table#fe_list th {
	padding: 8px 4px 8px 4px;
	font-size: 9px;
}
table#fe_list th {
	color: #999;
}
#description {
	padding: 0;
	float: left;
	width: 62%;
	text-align: left;
}
#fundraisers {
	padding: 0;
	margin: 15px 0 15px 0;
	float: right;
	color: white;
	width: 35%;
	text-align: center;
	background: #ffffff; /*url('images/fundgraphic.png') repeat-y top right*/
	border: none;/*3px solid #cccccc*/
}
#fundraisers a {
	display: block;
	width: 240px;
	height: 140px;
	text-decoration: none;
	background: url('images/fundgraphic.png') no-repeat top left;
}
#fundraisers a:hover {
	background-position: top right;
}
#span {
	position: absolute;
	left: -3000px;
	}
#description p {
	text-indent: 68px;
}
table tr.dontHilight a {
	color: #999999;
}
table tr.dontHilight a:hover {
	color: #9b1334;
}
div.fundraising_list_icons {
	padding: 4px;
}
#list_sort_form, #bot_list_sort_form {
	padding: 0 500px 0 0;
	/*margin: -15px 0 -7px -8px;*/
	margin: 0px;
	border: none;
	height: 10px;
	width: 175px;
	/*margin: -10px 0 -14px 0;*/
	/*outline: solid 1px green;*/
}
p.nada {
	padding: 0px;
	margin: 0px;
	/*outline: solid 1px blue;*/
}
#list_sort_form p.nada label.tag, #bot_list_sort_form p.nada label.tag {
	font-weight: 600;
	/*outline: solid 1px blue;*/
}
/*#line_tag {
	padding: 0 500px 0 0;
	margin: 0 0 -15px 0;
	border: none;
	height: 20px;
	width: 120px;
}*/
#line_tag p label {
	font-weight: 600;
	color: #115688;
	padding: 0;
	margin: 0;
}
#sort {
	/*padding: 7px 0 6px 10px;*/
	margin: 0 0 -5px 0;
	height: 21px;
	border: none;
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	/*outline: solid 1px red;*/
}
div.campaign_totals {
	margin: 12px 0;
	/*padding:  13px 8px 5px 8px; */
	padding: 0px;
	font-size: 9px;
	text-align: right;
	border: solid 1px #eee;
	background-color: #fff;
}
div.totals {
	font-size: 9px;
	text-align: right;
}
span.t_margin {
	/*margin: 0 0 50px 0;
	border-bottom: solid 3px #000000;*/
}
.fe_title_display {
	font-size: 10px;
	font-weight: bold;
	color: #444;
}
table tr.fe_list_hilight {
	background-color: #FAE9AC;
	cursor: pointer;
}
.contact-info-holder {
	position: relative;
}
.reports-product-list-box {
	position: absolute; left: 130px; top: -22px;
	z-index:1000;
	font-size: 9px;
	background-color: white;
	border: solid 2px #aaa;
	padding: 7px 0 2px 10px;
	-webkit-box-shadow: 2px 2px 12px #aaa; -moz-box-shadow: 2px 2px 12px #aaa;
	-webkit-border-radius: 5px; -moz-border-radius: 5px;
}
.contact-info {
	width: 145px; height: 60px;
	border-collapse: collapse;
	line-height: 130%;
}
.email {
	width: 140px; margin-top: 5px;
	border-top: solid 1px #ddd;
}
p#add_fundraiser a {
	position: relative;
	display: block;
	font-weight: bold;
	width: 225px;
	margin-left: -5px;
	padding: 4px 4px 4px 14px;
	text-align: center;
	border: solid #ddd 2px;
	background-color: #efefef;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
p#add_fundraiser img {
	position: absolute;
	padding: 0;
	margin: 0;
	top: 5px;
	left: 17px;
}
img.admin_icon { margin-bottom: -4px; }

/* GRASSROOTS FUNDRAISERS - HOME PAGE DISPLAY */
#index_donation_goal_box {
	float: left;
	margin-top: 2px;
}
#index_donation_goal_box table {
	margin: 15px 0 0 0px;
}

/*FUNDRAISERS LIST THERMOMETERS*/
.preview {
	width: 20%;
	float: left;
	height: 48px;
	background: none;
}
.gusher {
	margin: 0 0 0 19px;
	height: 8px;
	width: 13px;
	background: url('images/gusher.png') no-repeat top left;
}
.no-gusher {
	margin: 0 0 0 19px;
	height: 6px;
	width: 13px;
	background: none;
}
.thermo {
	padding: 0;
	margin: 0 0 0 20px;
	/*position-left: 10px;*/
	height: 35px;
	width: 7px; /*match to .temp width*/
	border: 1px solid #9b1334;
	background: #9b1334 url('images/thermark.png') repeat-y top right;
}
.temp {
	padding: 0;	margin: 0;
	bottom: 2px;
	/*height: 20%; inverse representation*/
	width: 7px; /*match to .thermo width*/
	background: #ffffff url('images/thermark.png') repeat-y top right;
}
.detail {
	width: 60%;
	text-align: right;
	float: right;
}

/* JAVASCRIPT FORM VALIDATION USING VALIDATOR.JS */
.validation-advice {
	display: block;
	margin: 5px 7px 6px 0px;
	padding: 2px 5px;
	color: #fff;
	background-color: #aa0000;
}
.validation-failed {
	background-color: #fff6e5;
}

.validation-passed {
	background-color: #fff;
}


/* WIKI PICS */
div#wiki_pics {
	margin-top: 15px;
	width: 100%;
}
div#wiki_pics h2 {
	color: black;
	margin-bottom: 10px;
}
div.wiki_pic {
	width: 205px;
	float: left;
	text-align: center;
	margin-bottom: 20px;
	margin-right: 20px;
}
p.wiki_pic_p {
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: #333;
	font-family: helvetica;
}


/* REGISTRY */
.reg-steps { width: 540px; height: 50px; background: #fff url('images/reg_steps.gif') no-repeat 0 0; }
.step-two { background-position: 0 -50px; }
.step-three { background-position: 0 -100px; }
.step-four { background-position: 0 -150px; }
.step-five { background-position: 0 -200px; }
.step-six { background-position: 0 -250px; }
.step-seven { background-position: 0 -300px; }


/* PAGINATION */
ul#pagination ul, ul#pagination li, #admin ul#pagination ul, #admin ul#pagination li {list-style:none;padding:0;margin:0;}
ul#pagination li{display:inline;}
ul#pagination li a{text-decoration:none;font-weight:bold;padding:0px 1px;}
ul#pagination li.previous-off,ul#pagination li.next-off{color:#aaa;}
ul#pagination li.active{color:#333;}
ul#pagination li.previous, ul#pagination li.previous-off { padding: 0px 1px 0px 0px; }


/* CONFERENCE REGISTRATION */
#conf_price_table {
	padding: 5px 15px 12px;
	margin: 20px 5px;
	border: solid 4px #ddd;
	background: #fafafa;
	text-align: center;
	width: 450px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#conf_price_table table {
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}
#conf_price_table table td, #conf_price_table table th {
	text-align: center;
	padding: 5px 10px;
}
td.reg_col_selected, th.reg_col_selected {
	background: #FAF7DE;
}
tr.alt td.reg_col_selected, tr.alt th.reg_col_selected {
	background: #FAF3C3;
}
div.conf_registrant {
	padding: 10px 15px;
	margin: 20px 5px;
	border: solid 1px #bbb;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px
}
div.conf_registrant h3 {
	padding: 0 0 10px 0;
	margin: 0;
	font-weight: bold;
	font-size: 13px;
	border: none;
}
div.conf_registrant h4 {
	padding: 8px 0 0 0;
	margin: 0;
	font-size: 12px;
}
div.reg_cost_div {
	float: right;
	font-weight: bold;
	color: #444;
}
div.conf_registrant input {
	font-size: 12px;
	font-weight: bold;
	color: #444;
}
div.conf_registrant .clear {
	clear: both;
	width: 100%
}
p#reg_add_registrant a {
	position: relative;
	display: block;
	font-weight: bold;
	width: 200px;
	padding: 4px 4px 4px 14px;
	text-align: center;
	border: solid #ddd 2px;
	background-color: #efefef;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
p#reg_add_registrant img {
	position: absolute;
	padding: 0;
	margin: 0;
	top: 5px;
	left: 15px;
}
#reg_subtotal {
	float: right;
	padding-top: 1px;
	margin: 0 20px;
	font-weight: bold;
	color: #9b1334;
}
#reg_credits_notice {
	width: 440px;
	background: #FFF8DB;
	padding: 8px 0 3px 8px;
	margin: 6px 0 0 0;
	border: solid 1px #ddd;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
#reg_credits_notice p {
	padding: 3;
	font-weight: bold;
	color: #9b1334;
}
#reg_credits_notice a:link, #reg_credits_notice a:visited, #reg_credits_notice a:hover, #reg_credits_notice a:active {
	font-weight: bold;
	color: #9b1334;
	border-bottom: 1px dashed #9b1334;
}
#reg_credits_notice a:hover {
	color: #115688;
}
div.daycare_box {
	padding: 5px 10px;
	margin: 10px 0 20px 20px;
	border: solid 1px #ddd;
}
div.daycare_box h4 {
	padding: 10px 0 0 0;
	margin: 0;
	color: #666;
}
#reg_credits_review {
	width: 430px;
	background: #FFF8DB;
	padding: 8px 0 3px 8px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: solid 1px #ddd;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
#reg_credits_review h4 {
	font-size: 12px;
	color: #169642;
	padding: 3px;
	margin: 0;
}
#registrants_review {
	width: 430px;
}
div.review_registrant {
	margin-top: 15px;
	margin-bottom: 15px;
	border-bottom: solid 1px #ddd;
}

/* SHOW_ME */
.show_me { width: 95%; padding: 10px; margin: 10px 0; background-color: #F8F6B8; font-family: courier; color: #333; }

#site-warning { 
	width: 320px;
	padding: 0 10px 10px 15px;
	position: absolute;
	top: 190px;
	left: 530px;
	background-color: #F8F6B8;
	border: solid 7px #E8BE6C;
	-webkit-box-shadow: 7px 7px 10px #555;
	-moz-box-shadow: 7px 7px 10px #555;
	text-align: left;
}
#site-warning h2 { color: #990000; margin: 15px 0 10px 0; }
#site-warning p { font-size: 12px; line-height: 1.5em; }
#site-warning a { text-decoration: underline; }

/* PAGINATION______________________________ */
#pagination {border:0; margin:20px 0 0 0; padding:0; font-size:10px}
#pagination li {border:0; margin:0; padding:0; list-style:none; margin-right:2px; display:inline}
#pagination li a, #pagination a {border:solid 1px #6089B2; margin-right:2px; display:inline}
#pagination .previous-off, #pagination .next-off {border:solid 1px #DEDEDE; color:#888; display:inline; font-weight:bold; padding:2px 4px}
#pagination .next a, #pagination .previous a {font-weight:bold}
#pagination .active a {background:#005C91; color:#FFF; display:inline; font-weight:bold; margin-right: 2px; padding:2px 4px}
#pagination a:link, #pagination a:visited {color:#00456D; display:inline; padding:2px 4px; text-decoration:none}
#pagination a:hover { border: solid 1px #346A99; }

#content table.conference-schedule { margin-top: 10px; }
#content table.conference-schedule th { text-align: center; background-color: #e9eeff; }
#content table.conference-schedule td { padding: 4px; border: solid 1px #e9eeff; }