/* 	MAIN 											*/

body {
	padding: 0;
	margin: 0;
	background-color: #EEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.7em;
}

img, a {
	border: 0;
}

a:link, a:hover, a:active {
	text-decoration:underline;
	color: #990000;
}

a:visited { 
	color:#0e5ca5; 
}

a:hover { 
	text-decoration:none;
}

/* Text formatting */

p {
	padding: 0 0 12px 0;
}
ol, ul, li {
	font-size: 12px;
}
h1 {
	line-height: 1.3em;
	font-size: 26px;
	font-weight:normal;
	color: #999;
	padding-bottom: 1px;
	/*added padding top to push page headings down a bit.  jad*/
	padding-top: 10px;
}

h1#name {
	color: #C00;
	margin-top: 0;
}

h1 span.emphasis {
	color: #C00;
}

h2 {
	color: #999;
	font-size: 1.6em;
}	
h3 {
	color: #999;
	font-size: 1.4em;
}
h4 {
	color: #900;
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
	color: #900;
	padding-bottom: 1px;
}
h6 {
	font-size: 1.1em;
	color: #3f94cd;
	padding-bottom: 6px;
}


/*	Text Only Link									*/

#textonly {
	font-size: 12px;
	width: 786px;
	#width: auto;
	margin: 0 auto;
	position: absolute;
	text-align: right;
	top: 15px;
	#right: 15px;
	color: #7F7F7F;
	z-index: 500;
	
/* 	Remove to show the text only link */
/*	display: none; */
}

#textonly a {
	color: #7F7F7F;
}


/*	CONTAINER										*/

#main {
	width: 800px;
	margin: 0 auto;
	background-color: #FFF;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	position: relative;
}

#main .red, #main .red_top {
	background-color: #900;
	color: #FFF;
}

#main .red_top {
	border: 1px solid #333;
	border-right: 0;
	border-top: 0;
	width: 544px;
}

/*	LEFT											*/

#main #left {
	width: 255px;
	float: left;
	text-align: left;
	background-color: #FFF;
	color: #333;
}

#main #left #logo {
	width: 245px;
	height: 153px;
	padding: 0;
	background-image: url("http://www.resna.org/images/logo.jpg");
}

#main #left #logo a {
	display: block;
	width: 245px;
	height: 153px;
}

#main #left a {
	color: #333;
}

#main #left img {
	margin: 0;
}

#main #left #mid {
	background-image: url('http://www.resna.org/images/left_round_mid.jpg');
	padding-bottom: 18px;
	padding-top: 18px;
}

#main #left #mid .item {
	background-image: url('http://www.resna.org/images/dots.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	border-bottom: 1px solid #C1C1C1;
	margin-left: 37px;
}

#main #left #mid #membership {
	background-image: url("http://www.resna.org/images/white_membership.gif");
	background-repeat: no-repeat;
	_background-position: 0px 5px;
	margin-left: 20px;
}

#main #left #mid #certification {
	background-image: url("http://www.resna.org/images/white_certification.gif");
	background-repeat: no-repeat;
	_background-position: 0px 5px;
	margin-left: 20px;
}

#main #left #mid #development {
	background-image: url("http://www.resna.org/images/white_development.gif");
	background-repeat: no-repeat;
	_background-position: 0px 5px;
	margin-left: 20px;
}

#main #left #mid #standards {
	background-image: url("http://www.resna.org/images/white_standard.gif");
	background-repeat: no-repeat;
	_background-position: 0px 5px;
	margin-left: 20px;
}

#main #left #mid #store {
	background-image: url("http://www.resna.org/images/white_store.gif");
	background-repeat: no-repeat;
	_background-position: 0px 5px;
	margin-left: 20px;
}

#main #left #mid #projects {
	background-image: url("http://www.resna.org/images/white_projects.gif");
	background-repeat: no-repeat;
	_background-position: 0px 5px;
	margin-left: 20px;
}

#main #left #mid a {
	display: block;
	width: 198px;
	height: 16px;
	margin-top: 24px;
	margin-bottom: 1px;
	text-decoration: none;
}

#main #left #mid_top, #main #left #mid_bottom {
	width: 245px;
	height: 7px;
	font-size: 7px;
	line-height: 7px;
	padding: 0;
	margin: 0;
}

#main #left #mid_top {
	background-image: url("http://www.resna.org/images/left_round_top.jpg");
}

#main #left #mid_bottom {
	background-image: url("http://www.resna.org/images/left_round_bottom.jpg");
}

#main #left #buttons {
	background-image: url('http://www.resna.org/images/left_bg.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0;
	height: 426px;
}

#main #left #buttons .nav_button {
	width: 185px;
	height: 76px;
	margin: 22px auto;
	position: relative;
	top: 20px;
	left: 1px;
}

#main #left #buttons .nav_button a {
	display: block;
	width: 185px;
	height: 76px;
	text-decoration: none;
}

#main #left #company_info {
	margin: 20px;
	margin-right: 0;
}

/*	RIGHT											*/

#main #right {
	float: left;
}
#main #right #right_inner {
	width: 520px;
	margin: 0 auto;
}

#main #right #right_inner #search {
	float: right;
	clear: both;
	text-align: right;
	margin: 25px 0;
	padding: 0;
	width: 370px;
	height: 22px;
}

#main #right #right_inner #search a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

#main #right #right_inner #search a.text {
	display: none;
}

#main #right #right_inner #search .search_item {
	float: left;
}

#main #right #right_inner #search #top_about{
	height: 22px;
	width: 60px;
	background-image: url('http://www.resna.org/images/aboutus.gif');
	background-repeat: no-repeat;
	background-position: center;
	border-right: 1px solid #333;
	padding: 0 7px;
}

#main #right #right_inner #search #top_contact{
	height: 22px;
	width: 70px;
	background-image: url('http://www.resna.org/images/contact.gif');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border-right: 1px solid #333;
	padding: 0 7px;
}

#main #right #right_inner #search #top_search{
	height: 22px;
	width: 50px;
	background-image: url('http://www.resna.org/images/search.gif');
	background-repeat: no-repeat;
	background-position: center;
	padding: 0 7px;
}

#main #right #right_inner #search input {
	font-size: 12px;
}

#main #right #right_inner #news {
	background-color: #F9F8F8;
	border: 1px solid #B9B9B9;
	padding: 10px;
	color: #333;
}

#main #right #right_inner #news .news_text {
	padding-left: 22px;
}

#main #right #right_inner #subnav {
	font-size: 12px;
	clear: both;
}

/*	FOOTER											*/

#main #clear {
	clear: both;
	padding-bottom: 18px;
	color: #333;
}

#main #clear a {
	color: #333;
}

#main #footer {
	padding: 10px;
	border-top: 1px solid #333;
	font-size: 11px;
	line-height: 18px;
	color: #E1CBAF;
	text-align: center;
}

#main #footer a {
	color: #EEE;
}

/* Forms */

input { 
	padding: 2px;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
}
select { 
	font: 14px Verdana, Arial, Helvetica, sans-serif;
}
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: 12px;
}
fieldset label {
	font-size: 12px;
}
fieldset .checkbox {
	margin-left: 4px;
}
fieldset p.submit {
	padding: 16px 0 0 0;
}
fieldset p.formDesc {
	margin: 0;
	padding-bottom: 12px;
	font-size: 12px;
}
fieldset p.formLabel {
	font-size: 12px;
	font-weight: bold;
}
fieldset table {
	width: 476px;
}
fieldset th {
	margin: 0;
	padding: 3px 6px 3px 0;
	width: 124px;
	font-weight: normal;
	text-align: right;
	font-size: 12px;
}
textarea.full {
	width: 99%;
	font: 14px verdana, arial, helvetica, sans-serif;
	padding: 2px;
}
td.light {
	font-size: 12px;
	color: #666;
}
input.subscribeButton {
	vertical-align: middle;
	padding-left: 5px;
	margin-top: -4px;
}
/* ----------------- TABLES ---------------------- */
/* form tables */
form table, table.form, table.list{
	width: 99%;
}
td#rowcolor {
	background-color: #ED661B;
	color: #fff;
}
td#rowreq, .rowreq {
	background-color: #FFFF99;
	font-weight: bold;
}
/* ----------------- TH ---------------------- */
form table th, table.form th, table.list 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;
}

table#join tr td{
	color:#ffffff;
}
/* ----------------- LABELS ---------------------- */
/* align form labels right */
form table tr td label, table.form tr td label, table.list tr td label { 
	display: block;
	text-align: right;
}
/* ----------------- LISTS ---------------------- */
form table ul, table.form ul, table.list ul {
	margin: 0px;
	padding: 0px;
}
form table li, table.form li, table.list 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 */
.subtable_add{
	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 option, form table textarea, form table select {
	color: #666;
/*	width: 140px; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input.wide, option.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{
	margin: 0;
	border: 1px solid #AAA;
	width: 138px;
}
/* ----------------- REQUIRED FIELDS ---------------------- */
.formreq { 
	font-weight: bold;
	width: 50%;
} 
.note, .notes, .ed_instructions{
	font-size: 12px;
	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;
}

/*-----------------------------------------------------
	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;
	font-size: 12px;
}
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;
	font-size: 12px;
	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;
	font-size: 12px;
	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: right;}
/* 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, table.products_table {
	width: 99%;
}
table#details_price{
	width: 25%;
	margin: 3px;
}
table#products_table tr th, table.products_table tr th, table#details_price tr th{
	background-color: #990000;
	color: #fff;
	padding-left: 5px;
}
table#products_table tr td, table.products_table tr td, table#details_price tr td{
	vertical-align: top;
	padding: 5px;
}
table#products_table tr td.price_block, table.products_table tr td.price_block, table#details_price tr td.price_block{
	text-align: center;
	padding-top: 5px;
	width: 25%;
	vertical-align: middle;
	background-color: #e5e5e5;
	color: #000000;
}
.prod_links{
	font-weight: bold;
}

table#products_table tr ul, table.products_table tr ul {
  margin: 0;
  padding: 0;
}
table#products_table tr ul li, table.products_table tr ul li {
  display: inline;
  padding: 0em 4em 0em 0em;
}
table#products_table .rowlight, table.products_table .rowlight {
  background-color: #efefef;
}
table #products_table .rowdark, table.products_table .rowdark {
  background-color: #fff;
}
.products_hd { 
	color: #FFFFFF;
	background-color: #900;
	font-weight: bold;
	font-size: 12px;
}
.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;
}
.price_block { 
	background: #FFFDCE;
	text-align: center;
	border-bottom: 2px solid white;
}
.sale {
	font-weight: bold;
	color: #FF0000;
}
table#products_table tr td, table.products_table tr td {vertical-align: top;}

/*----------------------------------------
	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: 99%;
}
table#cart_steps tr td{
	vertical-align: top;
	text-align: center;
	padding: 5px;
	font-weight: bold;
}
table#cart_steps tr td.selected{						/* current cart step header */
	background-color: #ccc;
	color: #000;
}
table#cart_steps tr td.regular{							/* other cart step headers */
	background-color: #e5e5e5;
	color: #000;
}
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{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	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;
}

#pf_left {
	padding-left: 20px;
}

div#gray_bg {
	padding: 10px;
	background: #EFEFEF;
}

/*-----------------------------------------
Printer friendly control styles.
-------------------------------------------*/
#printer-friendly {
	width: 100%;
}
#printer-friendly td {
	padding: 5px;
}
#grey-pf-box h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #000;
	line-height: 1.1em;
}
#print-icon {
	float: right;
}
#grey-pf-box p {
	margin: 3px 0px 0px;
	padding: 0px;
	color: #000;
	line-height: 1.1em;
	font-size: 10px;
}
#grey-pf-box {
	width: auto;
	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;
} 

/*	Ask the Experts Styles			*/

div#question_answer {
	margin-top: 0;
	padding-top: 0;
}

div#question_answer h2 {
	margin-top: 5px;
	margin-bottom: 5px;
}

div#question_answer h2#q {
	color: #093;
	margin-top: 0;
}

div#question_answer h2#a {
	color: #000;
}

div#question_answer div.copyright {
	margin-top: 18px;
}

div#antharia_logo {
	margin: 10px auto;
	width: 92px;
	height: 32px;
	background-image: url('http://www.resna.org/images/pby.gif');
	background-repeat: no-repeat;
}

div#antharia_logo a {
	text-decoration: none;
	display: block;
	width: 92px;
	height: 32px;
}

#textonly_nav, #antharia_text {
	display: none;
}

#showmethemoney {
	text-align: center;
	color: red;
}

address {
	font-style: normal;
}

/*	Ecard Styles				*/
form#ecard #ecard_table {
	background: #FFFFFF;
}
form#ecard #big_img, form#ecard #small_img, form#ecard #small_img_table, form#ecard #small_img_table td {
	background: #000000;
	color: #FFFFFF;
}
form#ecard #ecard_table .rowdark td {
	background: #eee;
}
form#ecard #ecard_table .rowlight td {
	background: #e5e5e5;
}
form#ecard #ecard_table th {
	background: #000000;
}
/*----------------------------------------
	Onevent Styles
----------------------------------------*/
.schedule_times { text-align: right; }
.session_name {	width: 60%; }
img.topic_icon {
	width: 30px;
	height: 30px;
}
table.horizontal-dashboard { width: 100%;}
.horizontal-dashboard li {
	float: left;
	margin-right: 2em;
}
.register_block { 
	background: #FFFDCE;
	text-align: center;
}
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.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: #900;
	color: white;
	text-align: left;
	padding: 4px;
}
table.form2 th {
    background: #900;
}
table.form td, 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;}
table.calendar { width: 100%; }
