/* @override 
	http://agentwebsitebuilder.dev:3000/stylesheets/admin.css
	http://agentwebsitebuilder.com/stylesheets/admin.css?1241612614
*/

/* @group Existing */

#yielder .edit_user .content {
	width: 385px;
	
}

#yielder .edit_user .content #signup-form label{
	width: 103px;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
}

#yielder .edit_user .content #signup-form li{
	width: 323px;

}

.admin_text_area {
	margin-left:10px;
	width:300px;
	height:130px;
}

label {

	width: 200px;
	text-align: right;
	float: left;
	display: block;
	font-size: 13px;
}

select, input {
	margin-left: 10px;
	width: 200px;	

}

input.notwide { width:auto;}

.submit input {
	width: 90px;
	margin: 10px;
}

#yielder div.content {
	float: left;
	width: 300px;
}

#yielder h2 {
	clear: both;
}

#progress-indicator.welcome{
	margin: 0;
}

#login-links {
	margin: 0;
	padding: 0;
}

#login-links li {
	display: inline;
	margin-right: 10px;
}

#yielder {
	padding: 20px;
}

#welcome span.help {
	color: #003352;
	font-size: 12px;
}

#signup-form li {
	list-style-type: none;
	float: left;
	width: 430px;
}

#login-links li a {
	text-decoration: underline;
}

#login-links li a:hover {
	text-decoration: underline;
	color: #89c9ee;
}

#signup-form label {
	float: left;
	width: 130px;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

span.red {
color: red;	
}

#new_user fieldset em em div.content {
	width: 450px;
}

#new_user fieldset div.icon {
	width: 210px;
	margin: 0;
}

div#content {
	background: #f1f1e7;
	padding: 0;
}

#footer {
	margin: 20px;
}

div#review_bar {
	padding: 10px;
}

div#review_bar td {
	vertical-align: top;
}


table#admin {
	border-collapse: collapse;
}

table#admin td {
	vertical-align: top;
	padding: 4px;
	border: 1px solid #ccc;
}

div#navbar {
	background: transparent url(/images/admin/navbg.gif) 0 0 repeat-x;
	width: 100%;
	height: 49px;
}

ul#admin_nav {
	margin: 0;
	padding: 0;
}

ul#admin_nav li {
	list-style: none;
	float: left;
}
ul#admin_nav li a {
	display: block;
	padding: 15px 15px;
	height: 18px;
	background: transparent url(/images/admin/nav.jpg) 0 0 no-repeat;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

ul#admin_nav li a:hover {
	background: transparent url(/images/admin/nav.jpg) 0 -48px  no-repeat;
}

ul#admin_nav li.active a {
	background: transparent url(/images/admin/nav.jpg) 0 -96px  no-repeat;
	color: #2FB0FF;
}

tr.unread {
	background: #ffffe1;
}

tr.unread td {
	font-weight: bold !important;
}

th.sortup {
	background: transparent url(/images/admin/arrow_up.gif) left center no-repeat;
	padding-left: 20px;
}

th.sortdown {
	background: transparent url(/images/admin/arrow_down.gif) left center no-repeat;
	padding-left: 20px;
}

div.message_body {
	width: 500px;
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #ccc;
}

#dialogue { 
	padding:20px; 
	width:auto; 
	border:1px solid #ccc; 
	margin: 20px;
	background:#ffffe1;
	}
	
#site-info-form label{width:320px !important;}
#signup-form li {
	clear:both;
}
/* === ERROR MESSAGES === */
div.fieldWithErrors {
display:inline;
}

div.fieldWithErrors input, div.fieldWithErrors select, div.fieldWithErrors textarea {background:#ffffe1;}
div#errorExplanation {
	font-size:small;
}

div#errorExplanation h2 {
	color:#cc0000;
	font-weight:bold;
	font-size:medium;
}

div#errorExplanation p {
	padding:0;
	margin:0;
}

div#errorExplanation ul {
	
}

div#errorExplanation ul li {
	padding:0;
	font-weight:bold;
	color:#cc0000;
	
}

/* @end */

form ul li {list-style: none;}

span.help {
	display: block;
	font-weight: bold;
	font-size: 12px;
}
.form-item{
    
}.buttons
{
	clear: both;
}