@charset "UTF-8";
/*	The Basics	*/
html {
	height: 101%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	background: #ADB0B2;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #333333;
}

form, div, table {
	margin: 0px;
	padding: 0px;
}

img, a img {
	border: 0;
}

ul li {
	font-size: 1.0em;
	line-height: 1.8em;
	color: #333;
}

input {
	font-size: 1.0em;
}

input.faded, .faded input {
	border: 0;
}

p {
	line-height: 1.8em;
}

/* Headings	*/

h1 {
	color: #993300;
	font-weight: normal;
	font-size: 1.5em;
}

h3 {
	margin: 0;
	padding: 0 0 5px 0;
}
h4 {
	margin: 0;
}
h5 {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	padding-bottom: 1px;
}
h6 {
	font-size: 14px;
	font-weight: bold;
	color: #3f94cd;
	padding-bottom: 6px; 
	/*border-bottom: 1px dotted #e6e6e6;*/
	margin-bottom: 0px;
}

/*	Links 	*/

a {
	color:#29407C; 
	text-decoration: underline;
}
a:hover { 
	text-decoration: none; 
}

/*	#main	*/

div#main {
	background: #FFF;
	width: 800px;
	margin: 0 auto;
	padding-top: 2px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	position: relative;
}

div#main div#top {
	text-align: right;
	color: #FFF;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 100;
}

div#main div#top a {
	color: #FFF;
}

div#main div#red {
	background-color: #A52025;
	background-image: url('images/header_bg.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}

div#main div#red div#tagline {
	border-top: 2px solid #FFF;
	padding: 5px 20px;
}

/*	#left	*/

div#main div#left {
	float: left;
	width: 558px;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}

div#main div#left div#content {
	padding: 15px;
}

div#main div#left div#content div#middle_box {
	color: #FFF;
	margin: 20px 0;
	padding: 0 10px;
}

div#main div#left div#content div#middle_box div.purple, div#main div#left div#content div#middle_box div.darkred {
	padding: 0 20px;
	margin: 0;
	width: 466px;
}

div#main div#left div#advertisement {
	color: #999;
	margin: 20px auto 0;
	width: 468px;
}

/*	#right	*/

div#main div#right {
	float: right;
	width: 242px;
	padding: 0;
	padding-top: 60px;
	margin: 0;
	margin-bottom: 10px;
	overflow: hidden;
	background-image: url('images/header_bg.jpg');
	background-position: top right;
	background-repeat: no-repeat;
}

div#main div#right div.white_bg {
	background: #FFF;
}

div#main div#right div#skyscraper {
	width: 160px;
	text-align: center;
	color: #999;
	margin: 0 auto;
}

div#main div#right .item {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 10px;
	padding-bottom: 0;
}

div#main div#right div.faded {
	margin-bottom: 3px;	
}

div#main div#right div.faded p {
	margin-top: 0;
}

div#yellowbar {
	background: #FC0;
	border-top: 5px solid #990909;
	height: 13px;
	width: 100%;
	overflow: hidden;
}

/*	Colored boxes	*/

div#main div#right .darkred, div#main div#right .purple, div#main div#right .green, div#main div#right .yellow {
	margin-bottom: 5px;
}

div.darkred_box, div.purple_box, div.green_box, div.yellow_box {
	color: #FFF;
	padding: 0 0 5px 20px;
}

div.faded {
	margin-top:3px;
	margin-bottom:3px;
}

/*	Dark Red	*/

div.darkred_box a {
	color: #A36666;
}

div.darkred_box .faded a {
	/*color: #FFF;*/
}

div.darkred_box, div.darkred {
	background: #660000;
}

div.darkred_box .item {
	border-bottom: 1px solid #944D4D;
}

div.darkred_box .faded {
	background: #853333;
	padding: 10px;
}

div.darkred_box input.faded {
	padding: 2px;
	color: #ECDFDF;
}

div.darkred_box .faded select {
	color:#FFF;
	background-color:#914848;
	border-color:#914848;
	width:206px;
	font-size:1em;
	margin-bottom: 0;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

div.darkred_box div.faded input {
	background: #914848;
	width: 202px;
	color: #FFF;
	border: none;
	font-weight:normal;
}
div.darkred_box div.faded input.button {
	width: auto;
	margin-top:5px;
	margin-left:20px;
}



/*	Purple	*/

div.purple_box, div.purple {
	background: #350035;
}

div.purple_box a, div.purple a {
	/*color: #815F81;*/
	color:#AF6DB4;
}

div.purple_box .item {
	border-bottom: 1px solid #724D72;
}



div.purple_box div.faded {
	background: #4A1A4A;
	padding: 10px;
}

div.purple_box input.faded {
	padding: 2px;
	color: #600;
}

div.purple_box .faded select {
	color:#FFF;
	background-color:#815F81;
	border-color:#815F81;
	width:206px;
	font-size:1em;
	margin-bottom: 5px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

div.purple_box div.faded input {
	background: #815F81;
	width:202px;
	color: #FFF;
	border: none;
	font-weight:normal;
}
div.purple_box div.faded input.button {
	width: auto;
}

/*	Green	*/

div.green_box, div.green {
	background: #005253;
}

div.green_box a {
	color: #669798;
}

div.green_box .item {
	border-bottom: 1px solid #4D8687;
}

div.green_box div.faded {
	background: #1A6465;
	padding: 10px;
}

div.green_box div.faded input {
	background-color:#237374;
	color:#FFF;
	border:none;
	font-weight:normal;
}



/*	Yellow	*/

div.yellow_box, div.yellow {
	background: #FC0;
	color: #000;
}

div.yellow_box a {
	color: #000;
}

div.yellow_box ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

div.yellow_box li {
	text-indent: -12px;
	padding: 0 6px;
	/*font-weight: bold;*/
}

div.yellow_box li li {
	margin-left: 15px;
	font-weight: normal;
}

div.yellow_box ul li:before {
	content: "\00BB \0020";
}

div.yellow_box ul li ul li:before {
	content: "- ";
}


/*	Footer	*/

div#footer {
	clear: both;
	background: #A52025;
	color: #FFF;
	text-align: center;
	padding: 10px;
}

div#footer a {
	color: #FFF;
}

/* Forms */

input { 
	padding: 2px;
}
select option {
	padding-right: 4px;
}
form.subscribe {
	margin-bottom: 15px;
}
form.subscribe input {
	float: left;
}
form.subscribe input.button {
	padding-left: 5px;
	margin-top: -2px;
}
#subscribe-text {
	width: 75px;
}
fieldset {
	margin: 0 0 20px;
	padding: 11px 11px 15px 11px;
	font-size: 12px;
	border: 1px solid #add5e9;
	border-bottom: 2px solid #ffeb6a;
}
legend {
	margin: 0;
	padding:2px 7px 0 7px;
	background: #fff;
	font: bold 18px "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	color: #3776a0;
}
fieldset input.big {
	font-size: 14px;
}
fieldset .checkbox {
	margin-left: 4px;
}
fieldset p.submit {
	padding: 16px 0 0 0;
}
fieldset p.formDesc {
	margin: 0;
	padding-bottom: 12px;
}
fieldset p.formLabel {
	font-weight: bold;
}
fieldset table {
	width: 476px;
}
fieldset th {
	margin: 0;
	padding: 3px 6px 3px 0;
	width: 124px;
	font-weight: normal;
	text-align: right;

}
textarea.full {
	width: 99%;
	padding: 2px;
}
td.light {
	color: #666;
}
input.subscribeButton {
	vertical-align: middle;
	padding-left: 5px;
	margin-top: -4px;
}
/* ----------------- TABLES ---------------------- */
/* form tables */
form table, table.form{
	width: 99%;
	background: #fff;
}
/* ----------------- TR ---------------------- */
/* rowlight */
form table tr.row_odd, table.form tr.row_odd, table.form tr.rowlight, .rowlight  {
	background: #e5e5e5;
}
 /*rowdark */
/*I know FFF (white) is not dark but it is easier than calling this rowwhite*/
form table tr.row_even, table.form tr.row_even, table.form tr.rowdark, .rowdark  {
	background: #eee;
}
td#rowcolor {
	background-color: #ED661B;
	color: #fff;
}
td#rowreq, .rowreq {
	background-color: #FFFF99;
	font-weight: bold;
}
/* ----------------- TH ---------------------- */
form table th, table.form th {
	background-color: #990000;
	color: white;
	text-align: left;
	padding: 4px;
}
/* ----------------- TD ---------------------- */
/* vertical align text in table cells top */
table tr td{
	vertical-align: top;
}
form table td, table.form td {
	vertical-align: top;
	padding: 3px;
	margin: 12px;
	background-color: #e5e5e5;	
}
table#join tr td{
	color:#ffffff;
}
/* ----------------- LABELS ---------------------- */
/* align form labels right */
form table tr td label, table.form tr td label {				
	display: block;
	text-align: right;
}
/* ----------------- LISTS ---------------------- */
form table ul, table.form ul {
	margin: 0px;
	padding: 0px;
}
form table li, table.form li{
	list-style: none;
}
/* ----------------- FIELDSETS ---------------------- */
form table table.wms_fieldset td { border: none; }
form table table.wms_fieldset td input { width: 126px; }
form table table.wms_fieldset td select { width: 130px; }

/* ----------------- SUBTABLES ---------------------- */
form table table.subtable td { border-bottom: 2px solid white; }
form table table.subtable { border-collapse: collapse; width: 99%;}
form table td table.subtable td, form table td table.subtable th, form table td table.sqlresult td, form table td table.sqlresult th { 
	vertical-align: top; /* top align subtable fields */
	padding-left: 3px; 
	padding-right: 3px;
} 

/* add the pointer icon to add/delete row icons in subtables */
span.subtable_add
{
	text-decoration: none;
	color: #222;
	display: inline-block;
	background-color:#94FF5F;
	margin-top:8px;
	padding: 4px; 
	padding-top: 3px;
	border: 1px solid #888;
	font-weight: bold;
	cursor: pointer; 
}

.subtable_delete {
	cursor: pointer;
}
/* ----------------- FORM FIELDS ---------------------- */
/* set width and color form fields.  do NOT use black as your color. */
form table input, form table textarea, form table select {
	color: #333;
	width: 140px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
input.wide, select.wide, textarea.wide {
	color: #666;
	width: 300px;
}
/* apply this class to any fields that should ignore previously set widths */
input.normal, option.normal, textarea.normal, select.normal {
	width: auto;
}
/* ----------------- SITE SEARCH ---------------------- */
/* for the site search box on the home and inner pages */
form#search_form{
}
/* for the site search box on the home and inner pages */
input#site_search{
}
/* ----------------- REQUIRED FIELDS ---------------------- */
.formreq { 
	font-weight: bold;
	/*width: 33%;*/
} 

.note, .notes, .ed_instructions{
	font-size: 0.8em;
	line-height: 14px;
	padding-top: 0px;
	margin-top: 3px 0px 0px 0px;
}

.error, .errors {
	font-weight: bold;
	color: red;
}
/*-----------------------------------------------------
	Tell-A-Friend
------------------------------------------------------*/
form#tellafriend {
	background-color: #EAECEE;
}
form#tellafriend.rownolight {
	background-color: #EAECEE;
}
form#tellafriend table{
	background-color: #EAECEE;
}
form#tellafriend table tr th{
	background-color: #000;
}
form#tellafriend table tr td.leftcol{
	width: 33%;
}
form#tellafriend table tr td{
	padding: 5px;
	padding-bottom: 2px;
	background-color: #EAECEE;
}
form#tellafriend table tr td table{
	width: 300px;
}
form#tellafriend table tr td table#recipients tr td{
	padding: 2px;
	background-color: #EAECEE;
	line-height: 1.6em;
}

/*-----------------------------------------------------
	CLASSES
------------------------------------------------------*/
table#classes table{
	padding:12px;
}
table#classes tr th{
	background-color: #990000;
	color:#ffffff;
}
table#classes tr td.leftcol{
	width: 33%;
	}
table#classes tr td{
	padding: 8px;
	background:#EAECEE;
}
table#classes tr td table{
	width: 300px;
}
table#classes tr td table#recipients tr td{
	padding: 2px;
	background-color: #eee;
}
table#classes tr td ul {
    margin: 0px;
	padding: 0px;

}

table#classes tr td ul li{
    list-style-position:outside;
    list-style-type:none;

}
/*----------------------------------------
	Member Dashboard Styles
----------------------------------------*/
table#rendered_form {
	width: 99%;
}
form.crm table tr td label {								/* align form labels right */
	display: block;
	text-align: right;
}
form.crm, table.crm, table.crm_subtable {					/* table & subtable properties */
	width: 99%;
	background: #fff;
	color: #222;
	line-height: 1.6em;
}
table.crm_subtable { 										/*subtables for orders, events and communications */
	margin: 0px 0px 3px 0px;
	padding: 5px;
	border-collapse: collapse;
}
/* here is the red row header color */
table.crm tr td.white {	background: #fff;} 					
/* MyORG row heading colors */
form.crm table tr th, table.crm tr th{ 						
	color: #FFFFFF;
	background-color: #912400;
	font-weight: bold;
	text-align: left;
	padding-left: 3px;
}
/* row subheads for orders, events, and communication */
table.crm_subtable tr th, form.crm table.subtable tr th { 	
	color: #222;
	line-height: 1.6em;
	font-weight: bold;
	background-color: #fff;
}
table.crm_subtable tr th.action{ 							/* formatting for the Action(s) column */
	text-align: center;
	width: 33%;
}
table.crm_subtable tr th.amount{text-align: center;}
/* td padding & alignment */
form.crm tr td, table.crm tr td, table.crm_subtable tr td { 
	vertical-align: top;
	padding-left: 7px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: -7px;
	background-color: #e5e5e5;	
}
table.crm_subtable tr td { padding: 0px; } 					/* no td padding for subtables */
table.crm_subtable tr td.view_img{ 							/* align img icons in the Action(s) column */
	vertical-align: middle;
	text-align: center;
}
form.crm table ul, table.crm ul{ 							/* format lists */
	padding-left: 15px;
	margin: 0px;
}
form.crm table li, table.crm li {padding-left: 0px;}		/* format lists */

.login_box { background-color: #ffff99; }					/* yellow color for returning users log in box */

input[type="checkbox"], input[type="radio"], form table input[type="checkbox"], form table input[type="radio"] {
	width: 14px;
}
/*--------------------------------------------
	Products Styles
--------------------------------------------*/
table#products_table{
	width: 99%;
}
table#details_price{
	width: 25%;
	margin: 3px;
}
table#products_table tr th, table#details_price tr th{
	background-color: #990000;
	color: #fff;
	padding-left: 5px;
}
table#products_table tr td, table#details_price tr td{
	vertical-align: top;
	padding: 5px;
}
table#products_table tr td.price_block, table#details_price tr td.price_block{
	text-align: center;
	padding-top: 5px;
	width: 25%;
	vertical-align: top;
	background-color: #e5e5e5;
}
.prod_links{
	font-weight: bold;
}

table#products_table tr ul {
  margin: 0;
  padding: 0;
}
table#products_table tr ul li {
  display: inline;
  padding: 0em 4em 0em 0em;
}
table#products_table .rowlight {
  background-color: #efefef;
}
table #products_table .rowdark {
  background-color: #fff;
}
/*----------------------------------------
	Shopping Cart Styles
----------------------------------------*/
table.gc_cart_form {					
	width: 99%;
	min-width: 490px;
	border-collapse: collapse;
	background: #ffffff; 
}
table.gc_cart_form th {
	background: #990000;
	color: white;
	text-align: left;
	padding: 4px;
}
table.gc_cart_form tr td {
	vertical-align: top;
	padding-left: 7px;
	padding-top: 7px;
	padding-right: 2px;
	padding-bottom: -7px;
	background-color: #e5e5e5;
}
/* for formatting price/dollar amounts in the PRICE column in the shopping cart */
.price { text-align: right; } 
/* for formatting price/dollar amounts in the TOTAL column in the shopping cart */							
.total { text-align: right; padding-right: 3px;background:#EAECEE} 		
.ship_title { text-align: right; font-weight: bold;} 	/* for "Shipping", "Tax", "Subtotal", and "Total" */
table.gc_cart_form tr td.type_header { 					/* Products, Donations, and Events row headers */
	background-color: #f3f3f3; 
	font-weight: bold;
	color: #777;
}
table.gc_cart_form tr td.apply_coupon {					/* format "Want to apply a coupon?" text on payment info page */
	font-weight: bold;
	text-align: center;
	background-color: #fff;
	
}
table#cart_steps{
	width: 100%;
}
table#cart_steps tr td{
	vertical-align: top;
	text-align: center;
	padding: 5px;
	white-space: nowrap;
}
table#cart_steps tr td.selected{						/* current cart step header */
	background-color: #ccc;
	font-weight: bold;
	color: #000;
}
table#cart_steps tr td.regular{							/* other cart step headers */
	background-color: #e5e5e5;
	color: #000;
	width: 25%;
}
table.gc_cart_form input, table.gc_cart_form select, table.gc_cart_form textarea{
	color: #333;
}
* > table.gc_cart_form a.button, * > table.gc_cart_form a.button_primary, * > table.gc_cart_form a.button_disabled, * > table.gc_cart_form input.button, * > table.gc_cart_form input.button_primary, * > table.gc_cart_form input.button_disabled {
	color: #fff;
}
.terms_conditions{
	color: red;
}
table.gc_cart_form .radio {
	width: 12px;
}
/*----------------------------------------
	Printable Receipt/Invoice Styles
----------------------------------------*/
body.receipt{
	margin-top: 0px;
	margin-left: 0px;
	background-color: #fff;
}
table.receipt{
	background-color: #fff;
	/* width: 620px; */
	width: 100%;
}
table.receipt tr td {vertical-align: top;}
table.receipt tr td.bottom { 					/* add horizontal line between receipt sections */
	border-bottom: 1px dashed #222;
	padding-bottom: 5px;
}
.address_block, .address { 						/* reduce line height for address blocks */
	line-height: 1.2em;
	padding: 5px 0px 5px 7px;
}
p.address { padding: 0px; }
p.address:first-line { font-weight: bold; }
.ship_block { 									/* add gray box around shipping address */
	background-color: #e5e5e5;
	line-height: 1.2em;
	padding: 5px 0px 5px 7px;
}
.receipt_header { 								/* Products, Donations, and Events row headers */
	background-color: #e5e5e5;
	font-weight: bold;
}
h1#receipt {font-size: 18px; color: #222;} 	/* format for the Receipt/Invoice/Packing Slip text */

/*----------------------------------------
	Add Coupon Styles
----------------------------------------*/
table.coupon {
	background-color: #eee;
	width: 280px;
}
table.coupon th {
	background: #669900;
	color: white;
	text-align: left;
	padding: 4px;
}
.formclass{
	color: #ED661B;
}
td#rowno {
	background-color: #e5e5e5;
}

/*-----------------------------------------------------
	Colored Submit Buttons
------------------------------------------------------*/
/* ------------------------ Shared Button styles start here... ---------------------------------*/
* > a.button, * > a.button_primary, * > a.button_disabled, * > input.button, * > input.button_primary, * > input.button_disabled {
	line-height: 2em;
	width: auto;
}
input.button, input.button_primary, a.button:link, a.button:visited, a.button:hover, a.button:active, a.button_primary:link, a.button_primary:visited, a.button_primary:hover, a.button_primary:active, a.button_disabled:link, a.button_disabled:visited, a.button_disabled:hover, a.button_disabled:active {
	text-decoration: none;
	color: #fff;
	display: inline-block;
	padding: 4px; 
	border: 1px solid #888;
	font-weight: bold;
	cursor: pointer; 
}

/* -----------------------"SUBMIT" Button styles start here... --------------------------------*/
input.button, input.button_primary, input.button_disabled {
	padding: 2px;
	line-height: 1.0em;
	padding-top: 4px;
	margin-bottom: 5px;
	margin-right: 5px;
	width: auto;
}
* > input.button, * > input.button_primary, * > input.button_disabled { padding: 2px; 	}

/* ------------------------Adjust background colors of buttons ---------------------------------*/
/* standard buttons */
a.button:link, a.button:visited, a.button:active, input.button {
	background-color: #999999; 	
}

/* standard buttons, hovered */
a.button:hover , input.button:hover { 
	background-color: #666666; 
}

/* primary buttons */
a.button_primary:link, a.button_primary:visited, a.button_primary:active, input.button_primary {
	background-color: #990000;	
} 

/* primary buttons, hovered */
a.button_primary:hover, input.button_primary:hover { 
	background-color: #ED661B;	 
}

/* disabled buttons */
a.button_disabled:link, a.button_disabled:visited, a.button_disabled:hover, a.button_disabled:active, input.button_disabled {
	background-color: #666;
}

/* Text formatting for buttons in the content div */
div#content a.button_primary, div#content a.button, div#content a.button_disabled{ 
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
/* -----------------Form Styles--------------------*/

table tr td{
	vertical-align: top;
}
/* gc_cart_form is the class set on the shopping cart forms */
table.form, table.gc_cart_form, table.form2 {							
	width: 99%;
	border-collapse: collapse;
	background: #f3f3f3; 
}
table.form2 td {
     padding: 10px 2px 8px 2px;

}
table.form2, table.gc_cart_form {background: #e5e5e5;}
table.gc_cart_form {width: 100%; max-width: 100%;}
table.form tr.row_odd, table.form2 tr.row_odd, table.funders tr.row_odd, table tr.rowdark {background: #e5e5e5;} 	/* Think .rowdark */
table.form tr.row_even, table.form2 tr.row_even, table.funders tr.row_even, table tr.rowlight {background: #eee;} /* Think .rowlight */
table.form th, table.form2 th, table.gc_cart_form th {
	background: #990909;
	color: white;
	text-align: left;
	padding: 4px;
}
table.form2 th {
    background: #990909;
}
table.form2 td, table.gc_cart_form td {
	vertical-align: top;
	padding-left: 7px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: -3px;
}
table.form2 td {padding-top: 3px;}
table.gc_cart_form tr td {	padding-right: 0; }
table.form ul, table.form2 ul {
	margin: 0px;
	padding: 0px;
}
table.form li, table.form2 li {list-style: none;}
form table td select { width: 126px; color: #333;}
form table table.subtable td { border-bottom: 2px solid white; }
form table table.subtable { border-collapse: collapse; width: 99%;}
form table table.wms_fieldset td { border: none; }
form table table.wms_fieldset td input { width: 126px; }
form table table.wms_fieldset td select { width: 130px; }

form table td table.subtable td, form table td table.subtable th, form table td table.sqlresult td, form table td table.sqlresult th { 
/* top align subtable fields */
	vertical-align: top; 												
	padding-left: 3px; 
	padding-right: 3px;
} 						
/* required fields for forms */												
.formreq, .required { font-weight: bold; } 			
input.formreq, input.required  { font-weight: normal; } 										
.required_asterisk { color: red; }
/* align form labels right */
form table tr td label {												
	display: block;
	text-align: right;
}
/* -----------------Product/Bookstore Styles--------------------*/
.products_hd { 
	color: #FFFFFF;
	background-color: #CC3300;
	font-weight: bold;
	font-size: 14px;
}
.products_body { 
	color: #204D79;
	font-size: 12px;
	line-height: 1.6em;
}
.prod_img_sm {
	margin-top: 5px;
	height: 100px;
	width: 70px;
	border: 1px solid #ccc;
}
.prod_img_lg, .location_logo, .bio_image {
	height: 200px;
	width: 150px;
	border: 1px solid #ccc;
}
.location_map {
	float: right;
	clear: both;
	padding: 12px 0;
	padding-left: 12px;
}
.location_directional_map_link {
	font-size: 11px; 
	font-weight: normal;
}
.price_block { 
	background: #FFFDCE;
	text-align: center;
	border-bottom: 2px solid white;
}
.sale {
	font-weight: bold;
	color: #FF0000;
}
table#products_table tr td {vertical-align: top;}

/* -----------------Shoppingcart Styles--------------------*/
/* for formatting price/dollar amounts in the PRICE column in the shopping cart */
.price { text-align: right; } 							
/* for formatting price/dollar amounts in the TOTAL column in the shopping cart */
.total { text-align: right; padding-right: 3px;} 		
/* for "Shipping", "Tax", "Subtotal", and "Total" */
.ship_title { text-align: right; font-weight: bold;} 	
/* Products, Donations, and Events row headers */
.type_header { 											
/*	background-color: #E5E5E5;*/
	background-color: #f3f3f3; 
	font-weight: bold;
	color: #999999;
}
/* format "Want to apply a coupon?" text on payment info page */
.apply_coupon {											
	font-weight: bold;
	text-align: center;
	background-color: #fff;
}
.terms_conditions{
	color: red; 
}
body.receipt{
	margin-top: 0px;
	margin-left: 0px;
	background-color: #fff;
}
table.receipt{
	background-color: #fff;
	/* width: 620px; */
	width: 100%;
}
table.receipt tr td {vertical-align: top;}
/* add horizontal line between receipt sections */
table.receipt tr td.bottom { 					
	border-bottom: 1px dashed #204D79;
	padding-bottom: 5px;
}
/* reduce line height for address blocks */
.address_block, .address { 						
	line-height: 1.2em;
	padding: 5px 0px 5px 7px;
}
p.address { padding: 0px; }
p.address:first-line { font-weight: bold; }
/* add gray box around shipping address */
.ship_block { 									
	background-color: #e5e5e5;
	line-height: 1.2em;
	padding: 5px 0px 5px 7px;
}
/* Products, Donations, and Events row headers */
.receipt_header { 								
	background-color: #e5e5e5;
	font-weight: bold;
}
/* format for the Receipt/Invoice/Packing Slip text */
h1#receipt {font-size: 18px; color: #204D79;} 	

/* center submit button */
div#showmethemoney {
	text-align: center;
}

/* -----------------Add Coupon Styles--------------------*/

table.coupon {
	background-color: #fff;
	width: 280px;
}
table.coupon th {
	background: #669900;
	color: white;
	text-align: left;
	padding: 4px;
}


div#print_tell {
	position: relative;
	clear:both;
	top: 18px;
}

/*-------- mailing list selection table -------------------*/

table#lists_table tr td select {
	width:200px;
	overflow:scroll;
}
/*-------- onCue forms ---------------------------------*/
form#myform table#rendered_form {
	border-spacing:0;
}

form#myform table#rendered_form td {
	padding:6px;
}

form#myform table#rendered_form .wysiwyg td {
	padding:0;
}
form#myform table#rendered_form .wysiwyg tr {
	padding:0;
}

form#myform table#rendered_form #col-left {
	width:270px;
}

form#myform table#rendered_form .assoc {
	width:99%;
}

form#myform table#rendered_form select {
	width:auto;
}

/*-------- NO MORE TABLES LAYOUTS --------*/
div.faux_th{
	background-color:#990909;
	color: #FFFFFF;
	font-size: 14px;
	padding-top: 4px;
	padding-right: 14px;
	padding-bottom: 2px;
	padding-left: 14px;
	font-weight: bold;
}
#faux_row{
	background-color:#FFF;
	margin:0px;
	padding-top: 4px;
	padding-right: 14px;
	padding-bottom: 2px;
	padding-left: 14px;
}
#faux_row_highlight{
	background-color:#FFFF99;
	margin: 0;
	padding-top: 4px;
	padding-right: 14px;
	padding-bottom: 2px;
	padding-left: 14px;
	/*border: 1px solid #FFDE4F;*/
	border: 1px solid #FFCC00;
}
#faux_row_highlight hr{
	background-color:#FFCC00;
	border:0;
	height:1px;
}
.faux_col_left{
	float:left;
	background-color: #cccccc;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #ffffff;
	margin: 0px;
	padding: 0px;
}
.faux_col_right{
	float:right;
	background-color: #cccccc;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #ffffff;
	margin: 0px;
	padding: 0px;
}
/*------------- membership application boxes ----------------*/
div#ind_application {
  float:left;
}
div#ind_application div.darkred_box {
  color:#DF7D7D;
}
div#org_application {
  float:right;
}
div#org_application div.green_box {
  color:#83BFBF;
}

div.application_button div {
  padding: 0;
  margin: 0;
  width:243px;
  text-align:center;
  font-size:13px;
  font-weight:bold;
  text-decoration:none;
  cursor: pointer;
}

#application a {
text-decoration:none;
}
#application a:link, #application a:visited, #application a:active, #application a:hover{
text-decoration:none;

}

/*----------------- Consultant/Provider Search Form ---------------*/
div#provider_search table {
	width:auto;
}
div#provider_search table td {
	background-color:#FFFFFF;
}

/*--------------------------- WYSIWYG ---------------------------*/
div.wysiwyg {
	width:99%;
}
div.wysiwyg td {
	background-color: #FFF;
	padding:0px;
}

textarea p {
	line-height:100%;
}

body#tinymce {
	background-color: #FFF;
}

/*----------------------------------------
	Printer Friendly Styles
----------------------------------------*/
#print-icon {
	float: right;
}
#grey-pf-box h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #000;
	line-height: 1.1em;
}

#grey-pf-box p {
	margin: 3px 0px 0px;
	padding: 0px;
	color: #000;
	line-height: 1.1em;
	font-size: 10px;
}
#grey-pf-box {
	background: #eee;
	padding: 6px;
	height: 34px;
}
#grey-pf-box a:link, #grey-pf-box a:visited, #grey-pf-box a:hover, #grey-pf-box a:active {
	color: blue;
	text-decoration: underline;
	border: none;
}			

/* ------------ Calendar of Events CSS ---------------- */
table#home_cal_list table, table#home_cal_list td {
	padding: 0;
	margin: 0;
}
table#home_cal_list table.record tr.location td.left {
	width: 34%;
}
table#calendar_list {
	width: 100%;
	border: 0;
}
table#calendar_list td {
	padding: 4px;
}
table#calendar_full {
	width: 528px;
	background-color: #999;
	border: 0;
	padding: 0;
	float: left;
}

table#calendar_full .calendar_month_header {
	width: 100%;
	background-color: #990909;
	color: #FFF;
	text-align: center;
	padding: 2px 0;
}

table#calendar_full .calendar_month_header a {
	color: #FFF;
}

table#calendar_full tr.dow {
	background-color: #EEE;
}

table#calendar_full td.dow {
	text-align: center;
	font-weight: bold;
	background-color: #EEE;
	padding: 2px 0;
}

table#calendar_full .no_date {
	width: 13%;
	background-color: #999;
	height: 60px;
}

table#calendar_full .date {
	width: 13%;
	background-color: #EEE;
	text-align: left;
	vertical-align: top;
	height: 73px;
	padding-left: 2px;
	padding-bottom: 2px;
}

table#calendar_full .date_active {
	background-color: #CCC;
}

table#calendar_full td.date a.event {
	font-size: 10px;
	display: block;
	margin-bottom: 5px;
}

table#calendar_full td.date div.day {
	float: right;
	width: 22px;
	padding: 2px 0;
	text-align: center;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
} 

table#calendar_full td.date div.day a {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}

table#calendar_full td.date div.today {
	background-color: #DDD;
}

input.PhorumSubmit {
	cursor: pointer;
}

div.wysiwyg td {
	background-color: #FFF;
}

body#tinymce {
	background-color: #FFF;
}
p.orange {
	font-weight: bold;
	color: #e2691f;
	font-size: 1.1em;
}
table#calendar_times_waiting tr th {
background-color:#3366FF;
}

div#calendar_event_details {
	font-weight: bold;
}

div#calendar_event_details div.title {
	font-weight:normal;
	font-size: 15pt; 
	color:blue;
	margin-bottom:10px;
}

div#calendar_event_details div.info {
	font-weight:normal;
}

/*---------Find a Consultant/Provider Form - Homepage-----------*/

div#consultant_form {
	text-align:right;
	margin-right:40px;
}

/*-------------------- Event Schedule --------------------------*/
.schedule_times {
	width:150px;
}

/*-----------Dual Assoc------------*/
form#myform table#rendered_form table.dualassoc th {
	background-color:#CB2F16;
	padding-left:20px;
}
form#myform table#rendered_form  table.dualassoc td {
	vertical-align:middle;
	
}
form#myform table#rendered_form table.dualassoc select {
	width:200px;
}
form#myform table#rendered_form table.dualassoc {
	margin-bottom:20px;
}
