/* ========================================================= */
/* spe_forms.css
/* SPE.org styles for forms and search criteria
/* ========================================================= */

/* DAL 28 Dec to compensate for new tables in spe_or_inside */
/*table {
	margin: 0px;
	padding: 0px;
	border: none;
	width: auto;
}
td {
	border: none;
	padding: 0px;
	vertical-align: top;
}
th {
	background: none;
	border: none;
	padding: 0px;
	vertical-align: bottom;
}   */
/* End DAL 28 Dec */

/* Form headers and footers */
/* Form headers are all small/thin; nar = narrow form width */

#div_frm_hdr {
	background: url(/web/images/tables/bg_bar_top.gif);
	height: 25px;
	margin: 5px 0px 0px;
	padding: 0px 0px 0px 15px;
	font-weight: bold;
	clear: right;
}
#div_frm_hdr p {
	margin: 0px;
	padding-top: 5px;
}
#div_frm_ftr {
	background: url(/web/images/tables/bg_bar_btm18.gif) no-repeat;
	height: 18px;
	margin: 0px;
	padding: 0px;
}

#div_frm_hdr_nar {
	background: url(/web/images/tables/bg_bar_top18_nar.gif) no-repeat;
	height: 18px;
	margin: 5px 0px 0px;
	padding: 0px;
}
#div_frm_ftr_nar{
	background: url(/web/images/tables/bg_bar_btm18_nar.gif) no-repeat;
	height: 18px;
	margin: 0px 0px 10px;
	padding: 0px;
}
#div_frm_hdr18 {
	background: url(/web/images/tables/bg_bar_top18.gif);
	height: 18px;
	margin: 5px 0px 0px;
	padding: 0px 0px 0px 15px;
	font-weight: bold;
	clear: right;
}
/* Data table headers and footers */
/* sm = small height/thin; nar = narrow table */
#div_hdr {
	background: url(/web/images/tables/bg_bar_top.gif) no-repeat left;
	height: 25px;	
	padding: 0px 0px 0px 15px;	
}
#div_ftr {
	background: url(/web/images/tables/bg_bar_btm.gif) no-repeat left;
	height: 26px;	
	padding: 0px 0px 0px 15px;
}
#div_hdr form, #div_ftr form {
	margin: 3px 0px 0px;
	padding: 0px;
	width: 200px;
	float: left;
}
#div_hdr p, #div_ftr p {
	text-align: right;
	margin: 0px 15px 0px 0px;
	padding: 5px 0px 0px;
}
#div_ftr_sm_nar {
	background: url(/web/images/tables/bg_bar_btm18_nar.gif) no-repeat;
	height: 18px;
	margin: 0px;
	padding: 0px;
}
#div_hdr_sm_nar {
	background: url(/web/images/tables/bg_bar_top18_nar.gif) no-repeat;
	height: 18px;
	margin: 0px;
	padding: 0px;
}

/* Outer padding table */
/* Provides outer padding without adding it to all TDs */
#tbl_outer {
	border-style: none;
	margin: 0px;
}
#td_pad {
	padding: 5px;
	background: #F3FFFF;
	border-top: none;
	border-right: 1px solid #A6A6A6;
	border-bottom: 1px solid #A6A6A6;
	border-left: 1px solid #A6A6A6;
}
/* Use on #tbl_outer if needed - still awkward */
.tbl_add_btm_mar#tbl_outer {
	margin: 0px 0px 10px;
}

/* Form table and contents  */
#tbl_form {
	margin: 0px;
}
table#tbl_form h2 {
	font-size: 110%;
	margin: 0px;
	padding: 5px 0px 0px 15px;
}
#tbl_form td {
	margin: 0px;
	padding: 2px;
	border-bottom-style: none;
}
.td_lbl {
	text-align: right;
	font-weight: bold;
}

#tbl_form td.td_btns {
	text-align: center;
	padding: 10px 0px 0px 0px;
}
#tbl_form td.td_btns input {
	font-size: 85%;
	margin-bottom: 5px;
}
td.td_btns img {
	margin: 0px 5px 0px 0px;
}
td.td_btns p {
	margin: 5px 0px;
	text-align: center;
}
/* eLibrary */
td.td_btns p.p_elib_map {
	margin: 5px 0px 10px 10px;
	text-align: left;
}

/* Login page */
#tbl_log {
	margin-right: auto;
	margin-left: auto;
	width: 548px;
	border-style: none;
}
#tbl_log #tbl_form {
	margin: 10px auto 0px;	
}
/* Next just helps in Dreamweaver - above auto margin works */
#tbl_log #td_pad {
	text-align: center;
}

/* Text editing */
.small_text {
	font-size: 95%;
	font-weight: normal;
}
.align_center {
	text-align: center;
}
.align_right {
	text-align: right;
}

/* HTML */
select {
	font-size: 9pt;
}
/*=====================================================*/
/*   Styles for eLibrary checkout                      */
/*=====================================================*/

.p_progress {
	text-align: right;
	margin-right: 15px;
	color: #33456C;
	font-size: 95%;
	margin-top: 5px;
}
.required {
	color: #FF0000;	
}
.th_membership {
	text-align: left;
	padding-left: 15px;
	font-size: 95%;
	color: #FFFFFF;
	background: #33456C;

}
/* DAL 7 May 07 added for putting cart link inside search header div */
#div_frm_hdr p.srch_cart {
	text-align: right;
	margin: 0px 15px 0px 0px;
	padding-top: 2px;
}
/* Too washed out if visite used */
#div_frm_hdr a, #div_frm_hdr a:visited {
	color: #163f79;
}
#div_frm_hdr img {
	vertical-align: middle;
}
/* Initially hide login messages */
#cookiesDisabled {
	display: none;
}
#processLogin {
	display: none;
}