em { font-style: italic; }
/*rxclub 
fieldset { border: 1px solid #c0c0cc !important; padding: 15px; }*/
h1 { margin: 15px 0; }
input.readonly { color: #808080; font-style: italic; }
p { line-height: 1.5; margin: 15px 0; }
strong { font-weight: 700; }

#body_wrapper
{
	margin: 0 auto;
	width: 1000px;
}
#body_wrapper #header
{
}
#body_wrapper #contents
{
	margin: 25px 0;
}
#body_wrapper #footer
{
}

#main_menu
{
	overflow: hidden;
}
#main_menu ul
{
	float: left;
	overflow: hidden;
}
#main_menu ul li
{
	float: left;
	margin: 0 5px 0 0;
	padding: 10px;
}
#main_menu ul li a
{
	text-decoration: none;
}
#main_menu ul li a:hover
{
	text-decoration: underline;
}

#presented_by
{
	font-size: 14px;
	margin: 15px 0;
	text-align: right;
}
#presented_by strong
{
	color: #0054a6;
}

.genealogy_main_table tr.preenroll td { background-color: #ffffff; }
.genealogy_main_table tr.member td { background-color: #ffffaa; }
.genealogy_main_table tr.manager td { background-color: #ffccaa; }
.genealogy_main_table tr.sysadmin td { background-color: #ccccff; }
.genealogy_view table th,
.genealogy_view table td
{
	padding: 5px 15px 0 0;
}

.login_form
{
	margin: 15px 0;
	padding: 0;
}
.login_form h2
{
	background-color: #eeeeee;
	font-size: 14px;
	margin: 10px 0;
	padding: 5px;
}
.login_form table th
{
	font-weight: bold;
	padding: 0 10px 10px 0;
}
.login_form table td
{
	padding: 0 10px 10px 0;
}

.sign_ups_edit table th,
.sign_ups_edit table td
{
	padding: 5px 0 0;
}
.sign_ups_edit table th
{
	width: 100px;
}
.sign_ups_edit div.te_buttons
{
	margin: 15px 0 0 100px;
}
#signup_enrollment_options
{
	margin: 15px 0;
	padding: 0;
}
#signup_enrollment_options dl dd
{
	margin-left: 15px;
}


/** LEGACY DEFINITIONS **/

.flt_l { float: left; }
.flt_r { float: right; }
.clear { clear: both; }

/*.form_section
{
	background: #303080 url(../images/form_section_bg.gif) repeat-x 0 0;
	color: #ffffff;
}*/

.form_section fieldset
{
	border: 0;
	margin: 10px 0;
	padding: 3px;
}

.form_section fieldset legend
{
	/*color: #ffffff;
	font-weight: bold;*/
	margin: 0;
}

.form_section fieldset .form_section_body
{
	/*background: #f0f0f0 url(../images/form_section_body_bg.gif) repeat-x 0 0;*/
	color: #000000;
	margin: 0;
	padding: 5px;
}

.form_section fieldset .form_section_body p
{
	margin: 15px;
}

table.form_items
{
	border-collapse: collapse;
}

table.form_items input,
table.form_items select
{
	/*font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;*/
}

table.form_items th,
table.form_items td
{
	/*font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;*/
	padding: 3px 8px;
	white-space: nowrap;
}

#substitution_note
{
	font-size: 10px;
	padding: 2px;
}
	#substitution_note a
	{
		font-weight: 700;
		text-decoration: none;
	}

.numeric
{
	text-align: right;
}

.group_sort_header
{
	font-weight: 700;
}

.te_qsearch_results_caption
{
	color: darkgreen;
	font-size: 10px;
}

.toggle_button, .toggle_on
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 154px;
	background: #CFE5D7 url(../images/sort_button.gif) no-repeat top center;
	border: 1px solid #808080;
	margin-bottom: 5px;
}
	.toggle_on
	{
		background: #f2f2b2;
		border-color: goldenrod;
	}

fieldset.note
{
	background-color: #f0f0f0;
}
	fieldset.note p
	{
		margin: 0;
		padding-top: 5px;
	}
