/**** existing styles ****/



/**** new default styles ****/

/**** universal advantage page styles ****/

/* universal content container - sets a constant width for advantage registration / back office pages */
.uni_container{
	width: 800px;
	margin: 0 auto;
}

.pref_setting .setting_col{
	width: 380px;
}

.pref_setting{
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

a.import_email{
	font-weight: bold;
	background: url(/img/address-book.jpg) top left no-repeat;
	font-size: 13px;
	padding-left: 24px;
}

/**** styles custom to advantage preferences ****/

#adv_prefs .pref_setting table{
	border: none;
}

#adv_prefs .pref_setting table th, #adv_prefs .pref_setting table td{
	padding: 2px;
	background: none;
	color: #000;
	border: none;
}

#adv_prefs .pref_setting table .even_row td{
	background: #efefef;
}

#adv_prefs .pref_setting .mark_st{
	width: 160px;
}

#adv_prefs .pref_setting .actions{
	width: 60px;
	text-align: right;
}

#adv_prefs .pref_setting .actions input{
	font-size: 10px;
}

#adv_prefs .pref_setting .curr_setting{
	border-bottom: 1px dashed #ddd;
}

#adv_prefs .pref_setting .curr_setting td{
	font-weight: bold;
}

#adv_prefs .pref_setting .save_sett{
	text-align: right;
	padding: 5px 0;
}	



.adv_pref_horiz table, .adv_pref_horiz table td, .adv_pref_horiz table th{
	background: none;
	border: none;
}

.adv_pref_horiz table td, .adv_pref_horiz table th{
	color: #000;
	padding: 4px 4px;
	font-size: 12px;
}

.adv_pref_horiz .pref_sect{
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

.adv_pref_horiz td.pref_actions{
	text-align: right;
}

.adv_pref_horiz td.pref_actions input{
	font-size: 11px;
}

.adv_pref_horiz table th{
	border-bottom: 1px solid #ccc;
}

.adv_pref_horiz .even_row td{
	background: #efefef;
}

.adv_pref_horiz .prim_pref td{
	border-bottom: 1px dashed #ddd;
	font-weight: bold;
}

.pref_meta h3{
	font-size: 17px;
	letter-spacing: -1px;
	margin: 0 0 5px;
	border-bottom:none;
	color:#000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.pref_sect .pref_meta{
	width: 200px;
	float: left;
}

.pref_sect .pref_settings{
	width: 575px;
	float: right;
}

.pref_sect .pref_st{
	width: 200px;
}

.email_inv .pre_nm{
	width: 200px;
}

.email_inv .field{
	width: 180px;
}

.pref_settings table{
	margin-bottom: 1.4em;
}

.pref_sect .pref_settings table tr th{
	font-weight: bold;
}

.pref_actions form {
	display:inline;
}

table th.big{ font-size: 110% }
/**** styles custom to advantage back office (not registration) ****/
