/**
 * @package		ExtendedReg
 * @version		2.04
 * @date		2013-11-18
 * @copyright	Copyright (C) 2007 - 2013 jVitals Digital Technologies Inc. All rights reserved.
 * @license		http://www.gnu.org/copyleft/gpl.html GNU/GPLv3 or later
 * @link		http://jvitals.com
 */

.eradmin-info {
	padding-left: 25px; 
	min-height: 22px; 
	display: block; 
	background: url('exclamation_mark.gif') no-repeat center left;
}

.eradmin-holder ul {
	margin: 5px 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #ccc;
}

.eradmin-holder ul li {
	list-style: none;
	margin-bottom: 2px;
	padding: 2px 0;
	border-bottom: 1px solid #ccc;
}

.eradmin-holder .eradmin-remove,
.eradmin-holder .eradmin-approve {
	float: right;
}

.eradmin-holder .eradmin-clear {
	float: none !important;
	clear: both !important;
	overflow: hidden !important;
	height: 1px !important;
	display: block; 
}

.eradmin-dialog {
	font-size: 10px !important;
	text-align: left !important;
}

.eradmin-dialog span.required {
	display: none !important;
}

.eradmin-dialog .usergroups,
.eradmin-dialog .usergroups li {
	list-style: none;
}

.er-admin-notice {
	background-color: #FBEFE9;
	border: 1px solid #890000;
	border-radius: 4px 4px 4px 4px;
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
	padding: 0 8px;
}
tr.er-fld-holder{
	border-bottom: 1px dotted #333;
	border-right: 0 none;
	border-left: 0 none;
	border-top: 0 none;
	
}
tr.er-fld-holder td{
	border: 0 none;
	
}
tr.er-fld-holder td input.inputbox{
	border: 0 none;
	background: transparent;
}
td.key{
	border: 0 none;
	padding-right:4px;
}
table tr, table tr td {
	border: 0 none transparent;
}
/*table tr td {
	border-right: 1px dotted #333;
	border-bottom: 0 none;
	border-left: 0 none;
	border-top: 0 none;
}*/
fieldset.adminform {
	border: 0 none;
	padding:5px 0;
	margin: 0;
}
div.width-100{
	padding:0 4px;
}
fieldset.adminform legend{
	font-weight:bold;
	font-size:12px;
}
textarea#notes {
	width:150px;
}
td.key label{
	border: 0 none;
}
td.paramlist_value select{
	margin-top:5px;
	width: 150px;
}
div.ui-widget-header {
	background: none transparent;
	border:0 none;
	border-radius:0;
	
}
span.ui-dialog-title {
	color: #000F70;
}

.eradmin-dialog #er-password-holder,
.eradmin-dialog #er-verify-password-holder {
	display: none;
}