/* Axel */

#header_img {
	display: none;
}

#left_searchbox {
	margin-left: 0px;
	margin-bottom: 10px;
}

/* Promo-Db �bersichtsseite */

dl.csc-menu {
	margin: 20px;
	font-size: 13px;
}

dl.csc-menu dt a {
	color: #800000;
}

dl.csc-menu dd {
	margin: 0 0 5px 10px;
}

/* Promoterdatenbank */

#promoterDB_registration_edition-box {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;	
	font-size: 13px;
}

.form_field {
	clear: both;
	font-size: 13px;
	padding: 10px 0;
}

.form_field label {
	margin-bottom: 10px;
	width: 250px;
	display: block;
	float: left;
}

.form_field input {
	width: 275px;
	float: left;
}

.form_field select {
	width: 275px;
	float: left;
}

.col-status select {
	width: 150px;
	float: left;
}

.form_field textarea {
	width: 275px;
	height: 100px;
	float: left;
}

#promoterDB_registration_btn-save, #promoterDB_registration_btn-close {
	width: auto;
}

.form_error {
	font-size: 11px;
	color: #c80000;	
	display: block;
	float: left;
	margin-left: 10px;
}

.form_field_btn {
	clear: both;
	margin: 10px;
}

div#content .form_field ul {
	margin: 0;
}

ul.checkboxes {
	width: 250px;
	float: left;
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
}

ul.checkboxes li label {
	float: none;
	margin-left: 25px;
}

.checkboxes li {
	clear: both;
}

.lister-table input {
	width: auto;
}

.col-chk-remember input, .col-chk-delete input {
	width: auto;
}

/* TABLE LAYOUT */
.lister-table { width: auto; font-size:10px;}
.lister-table TD { padding: 2px; margin: 0px;}

/* SORTING HEADERS */
.top-row { font-weight: bold; background-color: #b4b4b4;}
.top-row TD A { color: white;}
.top-row TD A.sort-act-asc,
.top-row TD A.sort-act-desc { font-style: bold; padding-right: 15px; background-repeat: no-repeat; background-position: right;}

/* normal sorting header */
.top-row TD A.sort-no {}

/* active sorting header, sort ASC */
.top-row TD A.sort-act-asc	{ background-image: url(/typo3conf/ext/ameos_formidable/api/base/rdt_lister/res/img/aasc.gif);}

/* active sorting header, sort DESC */
.top-row TD A.sort-act-desc	{ background-image: url(/typo3conf/ext/ameos_formidable/api/base/rdt_lister/res/img/adesc.gif);}

/* DATA ROWS */
.data-row-1 { background-color: #e8e8e8;}	/* aspect for even rows */
.data-row-2 { background-color: #c9c9c9;}	/* aspect for odd rows */
.data-row-act { background-color: #ffd700;}	/* aspect for active row */
.bottom-row { background-color: transparent;}

.image_gallery {
	width: 100%;
}

.image_gallery div {
	width: 120px;
	height: 100px;
	float: left;
}
.image_gallery div input {
	width: 100px;
}

h2 {
	clear: both;
}

#promoterDB_edit_user_previewPicture {
	float: left;
}

#promoterDB_edit_user_details dl {
	float: left;
	margin: 0 10px;
	font-size: 13px;
}

#promoterDB_edit_user_details dl dt {
	clear: left;
	float: left;
	width: 120px;
	margin: 5px 0;
}

#promoterDB_edit_user_details dl dd {
	float: left;
	width: 200px;
	margin: 5px 0;
}

span.rating_1 {	color: #FFFFFF; background: #00FF00;}
span.rating_2 {	color: #FFFFFF; background: #008800;}
span.rating_3 {	color: #000000; background: #FFFF00;}
span.rating_4 {	color: #000000; background: #FF8800;}
span.rating_5 {	color: #FF0000;}
span.rating_6 {	color: #FFFF00; background: #FF0000;}
