div.autofill {
	display: block;
	clear: both;
	/*height: 1px;
	width: 1px;*/
	line-height: 0px;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 11px;
}


div.section,
div.section_buttons
{
	padding-top: 5px;
	clear: both;
}

.label-text,
.label-textarea,
.label-file {
	width: 150px;
	float: left;
	text-align: right;
	padding-right: 5px;
}

.field-text,
.field-textarea,
.field-file {
	float: left;
	text-align: left;
	width: 500px;
}

textarea.textarea {
	width: 500px;
}

table.bean-list {
	width: 100%;
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
}

table.bean-list tr td,
table.bean-list tr th {
	padding-left: 10px;
	padding-right: 10px;
}

table.bean-list tr th {
	border-bottom: 1px solid #000;
}

select.bean-list-order-by-priority,
select.bean-list-order-by-direction {
	font-size: 8px;
}

span.sort-selected {
	color: #888;
	background-color: #eee;
}

a.sort-unselected,
a.sort-unselected:visited,
a.sort-unselected:hover 
{
	color: #888;
	text-decoration: none;
	/*border-bottom: 1px solid #888;*/
}

table.bean-list tr.row1 td {
	background-color: #eee;
}

.bulk-action-form {
	display: inline;
}

.list-bulk-action-box {
	padding-top: 5px;
	float: left;
}

.list-paged-nav-box {
	padding-top: 5px;
	float: right;
}

.cell-checkbox {
	width: 15px;
}
.cell-action {
	width: 10px;
}
.cell-image {
	text-align: center;
}

.section_error {
	padding-bottom: 15px;
}

.error_mark {
	color: #f00;
	font-weight: bold;
	background-color:#eee;
}

.greenlight {
	font-weight: bold;
	color: #0a0;
}
.redlight {
	font-weight: bold;
	color: #a00;
}

table.bean-list tr td.error_mark {
	background-color:#f00;
}
