/* Form and table styles */
.no_data, .ajax_no_data {
	font-weight: bold;
	font-style: italic;
	padding: 10px;
	border: 1px solid #ccc;
}

.group_fields {
	padding-top: 15px; 
	margin-bottom: 10px; 
	background-color: #fafafa;
}

.form_container {
	text-align: left;
}

.form_container fieldset {
	border: 2px solid #ccc; 
	padding-bottom: 10px;
	margin: 20px 0;
}

.form_container legend,
.container_sub_header {
	text-align: left;
	margin: 6px;
	padding: 5px 10px;
	font-size: 1.1em;
	font-weight: bold;
}

.container_row,
.container_odd_row, 
.container_even_row,
.container_bordered_row {
	padding: 3px 6px;
	vertical-align: middle; 
}

.container_odd_row, 
.container_even_row,
.container_bordered_row {
}

.container_odd_row {
}

.container_even_row {
}

.container_padded_row {
	padding: 5px 0;
}

.spaced_label,
.spaced_label_heading {
	float: left;
	width: 20%;
	margin: 0 0.5em 0 0;
	padding-top: 0.2em;
	text-align: right;
}

.spaced_label_heading {
	font-weight: bold;
}

div.inlineError {
	color: #f00;
	font-weight: bold;
}

td.inlineError {
	background-color: #ccc;
	font-weight: bold;
}

.inlineSuccess {
	color: #275024;
	font-weight: bold;
}

.form_required {
	vertical-align: top;
	cursor: help;
	margin-right: 5px;
}

.form_container .form_field_error {
	font-size: 100%;
	margin: 0 0 2px 25%;
	list-style: none;
}

.error_small .form_field_error {
	margin: 0;
}

.form_container .form_field_error li {
	list-style: none;
	margin: 0;
	padding: 5px; 
}

.error_small .form_field_error li {
	list-style: none;
	padding-left: 0px;
	margin: 0;
}

.form_field_error_highlight {
	color: #b01b1b;
	font-weight: bold;
}

input[type=text],
input[type=password],
input[type=number],
input[type=submit],
input[type=button],
input[type=radio],
input[type=checkbox],
input[type=file],
select,
textarea {
	font-size: 100%;
	font-family: 'Droid Sans', Tahoma, Verdana, Geneva, Arial, helvetica, sans-serif;
	border: 1px solid #ccc;
	background: #fff url(../img/layout/form-bg.gif) top repeat-x;
}

input[type=text],
input[type=password],
input[type=file] {
	width: 70%;
	max-width: 280px;
	padding: 2px;
}

input[type=text].narrow_field,
input[type=number].narrow_field {
	width: 100px;
}

textarea {
	width: 100%;
	height: 65px;
	padding: 2px;
}

input[type=checkbox] {
	margin: 5px;
}

.choice_label {
	padding: 0 15px 0 5px;
}

.choice_container {
	float: left;
	margin-top: 4px;
}

.textarea_container {
	float: left;
	width: 67%;
}

input[type=radio],
input[type=checkbox] {
	border: none;
}

input[type=submit],
input[type=button] {
	padding: 4px 20px;
	cursor: pointer;
	background: #f0f0ee;
	margin-right: 5px;
}

input[type=submit]:hover,
input[type=button]:hover {
	background: #e5e5e5;
}

input[type=submit]:active,
input[type=button]:active {
	background: #f0f0ee;
}

input[type=text].inactive_field {
	background: #efefef;
}

.modal th {
	font-weight: bold;
	text-align: right;
	width: 31%;
}

.modal th, .modal td {
	padding: 0 5px 10px 0;
	line-height: 1.4em;
}

.modal h2 {
	margin: 0;
	padding: 5px 0;
}

.no_data, .ajax_no_data {
	font-weight: bold;
	font-style: italic;
	padding: 10px;
	border: 1px solid #4a7b88;
}
