/* General */

.section em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
}
.section .left {
  float: left !important;
  margin: 0 !important;
}
.section .right {
  float: right !important;
  margin: 0 !important; 
}
.section .spacer5 {
  float: left;
  width: 100%;
  margin-top: 5px;
}
.section .spacer10 {
  float: left;
  width: 100%;
  margin-top: 10px;
}

.section ul li {
  list-style-type: disc;
}

.greyBack {
  background: #F6F6F6;
}

.sortable {
	cursor: move;
}

#feedback {
  margin-top: 5px;
  font-weight: bold;
}

table.list {
  width: 720px;
  margin: 10px 0 10px 0;
  list-style-type: none;
}
table.list tr {
  width: 100%;
}
table.list tr.head td {
  height: 22px;
  text-align: left;
  padding: 5px 0 5px 10px;
  border-bottom: 1px solid #ccc;
  background: #575454;
}
table.list tr td {
  height: 22px;
  padding: 5px 0 5px 10px;
  border-bottom: 1px solid #ccc;
}

/* Forms */

fieldset {
	border: none;	
}

.form { 
  margin-bottom: 10px; 
  /*padding: 8px;*/
}
	
.form legend {
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
}

.form ol {
	margin: 0;
	padding: 0;
}
	
.form label {
  width: 160px;
	line-height: 1.8;
	vertical-align: top;
	display: inline-block;
	margin-right: 20px;
}
	
.form li {
	list-style: none;
	padding: 5px;
	clear: both;
	margin: 0;
}

.form li li, .form li li li {
  padding: 0px;
}

.form input, select {
  padding: 2px;
  outline-style: none;
  border: 1px solid #666;
}

.form input.check {
  border: none;
  position: relative;
  top: 3px;
}

.form input.radio {
  border: none;
  margin-right: 15px;
  position: relative;
  top: 4px;
}

.form .next{
	float: right;
}
	
.form .prev {
	float: left;
}

.form em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
}

form.smallForm label {
  width: 120px;
  display: inline-block;
}

/* Validation styles */

input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	border: 1px solid #00A8E6;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
  color : #FFF;
	font-weight: bold;
	background-color: #FF3300;
	/*display: block !important;*/
	margin: 5px 0;
	padding: 5px;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

/* Admin area fixes */

#sf_admin_bar {
  float: left;
  width: 100% !important;
  position: relative !important;
  right: 0 !important;
}

#sf_admin_bar .sf_admin_filters {
  width: 30%;
}

#sf_admin_content {
  float: left;
  width: 100%;
  margin: 10px 0 0 0 !important;
}
	
	/* "Fixes"
-----------------------------------------------------------------------------*/		

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
	
.clearfix { display: inline-block; }
	
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */