/* general */
body {
	margin: 0;
	padding: 0;
	line-height: 16px;
}

img {
	border: none;
}

ul {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4 {
	float: left;
	width: 100%;
	margin: 0 0 6px 0;
	padding: 0;
}

h1 {
	line-height: 21px;
}

h2 {
	line-height: 16px;
}

h3 {
	line-height: 16px;
}

h4 {
	line-height: 16px;
}

p {
	float: left;
	width: 100%;
	margin: 0 0 12px 0;
	padding: 0;
}

table {
	font: inherit;
}

th, td {
	text-align: left;
	vertical-align: middle;
}

.content-table-middle{
	vertical-align: top !important;
}

form {
	float: left;
}

/* global elements */
h1.headline {
	margin-bottom: 19px;
}

messages {
	float: left;
	width: 100%;
	margin: 0 0 12px 0;
	padding: 0 0 0 15px;
}

.left {
	float: left;
}

.number {
	text-align: right;
}

/* Added by Timo to get table headings in rich:datatable centered */
.cnt {
	text-align: center;
}

/* Added by Timo to get table headings in rich:datatable right-aligned */
th.number span {
	float: right;
	text-align: right;
}

/* added for using in regular columns */
.regular {
	text-align: left;
	white-space: normal;
}

.regularnorightborder{
	text-align: left;
	white-space: normal;
}

.success-message {
	float: left;
	margin: 10px 0 10px 0;
	padding-left: 25px;
}

.table-headline {
	margin: 5px 0 13px 0;
}

.hint-cb {
	padding-left: 0 !important;
}

.hint {
	line-height: 14px;
}

.ui-tooltip {
	text-align: left;
	width: 300px;
	white-space: normal;
}
.rich-tool-tip {
	text-align: left;
	width: 300px;
	white-space: normal;
}

.tooltip-image {
	padding-left: 3px;
	vertical-align: middle;
}

/* By Timo: tabs (see advertiser statistics) implemented using rich:tabPanel */
.rich-tabpanel {
	float: left;
	border: 0;
}

.rich-tabpanel td {
	border: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}

.rich-tabpanel .rich-tab-bottom-line img {
	display: none;
}

.rich-tab-active span {
	float: left;
	border: 0;
	padding: 2px 15px 2px 15px;
	height: 19px;
}

.rich-tab-active span.left {
	float: left;
	padding: 2px 0 2px 4px;
}

.rich-tab-active span.right {
	float: left;
	padding: 2px 6px 2px 0;
}

.rich-tab-inactive span {
	float: left;
	border: 0;
	padding: 2px 15px 2px 15px;
	height: 19px;
}

.rich-tab-inactive span.left {
	float: left;
	padding: 2px 0 2px 4px;
}

.rich-tab-inactive span.right {
	float: left;
	padding: 2px 6px 2px 0;
}

.rich-tabpanel-content {
	margin: 0 0 5px 0;
	padding: 19px 0 0 0;
}

.rich-tabpanel-content-position {
	padding-top: 0;
}

/* End rich:TabPanel configuration */

/* fake tab for referrer statistics screen */

div.fake-tab {
	float: left;
	width: 100%;
	padding: 27px 0 0 0;
}

.file-replace {
	position: relative;
}

.file-replace .placeholder {
	height: 30px;
	cursor: pointer;
}

.file-replace input {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 30px;
	-moz-opacity: 0;
	filter: alpha(opacity : 0);
	opacity: 0;
	z-index: 2;
	cursor: pointer;
}

.file-replace .btn-file-upload {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	cursor: pointer;
}

/* form table */

.sliderForm {
	float: left;
	width: 770px;
	margin-top: 3px;
	line-height: 0;
	height: 0;
}

.sliderForm th {
	width: 190px;
	padding: 0 15px 0 0;
	text-align: right;
}

.sliderForm td {
	width: 574px;
	padding: 0;
}

.sliderFormActive {
	line-height: 16px;
}

.sliderFormActive th {
	width: 190px;
	padding: 3px 15px 0 0;
	text-align: right;
}

.sliderFormActive td {
	width: 574px;
	padding: 0 0 10px 0;
}

.form {	
	margin-top: 10px;
	font: "Lucida Sans Unicode";
}

.form th {
	width: 190px;
	padding: 3px 15px 0 0;
	text-align: right;
	/* This messes up display of forms in combination with info icons */
	/* white-space: pre; */
}

.form td {
	width: 800px;
	padding: 3px 0 3px 0;
}

.form .formLabel, .modalform .formLabel {
	padding: 3px 15px 0 0;
	text-align: right;
}
.modalform .formLabel {
	width: 190px;
}
.form .formLabel{
	width: 210px;
}
.productView td, .productView th{
	line-height: 25px;
	vertical-align: top;
}
.productView input.cb {
	float: left;
	width: auto;
	margin: 5px 8px 0 0 !important;
	padding: 0;
}

td.cb {
	width: 25px;
	vertical-align: top;
}

td.cb-middle {
	width: 25px !important;
	vertical-align: middle;
}

.form input {
	width: 308px;
	padding: 3px;
}

.form input.text {
	width: 308px;
	padding: 3px;
}

.form input.readOnly {
    background: #f6f6f6;
}

.form input.medium {
	width: 190px;
}

.form input.datetime {
	width: 130px;
}

.form input.short {
	width: 83px;
}

.form input.file {
	width: auto;
	padding: 0;
}

.form textarea {
	width: 350px;
	height: 80px;
	overflow: auto;
}

.form input.cb {
	float: left;
	width: auto;
	margin: 0 8px 3px 0;
	padding: 0;
}

.form label {
	float: left;
	margin-top: 3px;
	padding-bottom: 4px;
}

.form label.text {
	float: left;
	margin-top: 3px;
	padding-bottom: 4px;
}

.form .note {
	float: left;
	clear: both;
	display: block;
	width: 510px;
	padding: 8px 0 10px 0;
	line-height: 14px;
}

table.form {
	float: left;
}

/* used to avoid width problems on ReferrerEdit */
table.form table td.hint {
	width: 100%;
}
.form .hint {
	padding: 0 0 0 6px;
	line-height: 14px;
}

.form .buttons th {
	padding-top: 43px;
}

.form .buttons td {
	width: 570px;
	padding-top: 40px;
}

.form .panelGroupButtons {
	padding-top: 37px;
}

.form .panelDivider, .modalform .panelDivider {
	height: 10px;
}

.form .panelGroupEmptyCell {
	padding-top: 37px;
}

.form .buttons .btn-cancel {
	margin-top: 6px;
}

.form .panelGroupButtons .btn-cancel {
	margin-top: 6px;
}

.form .btn-add {
	display: block;
}

.form .receiver th {
	padding-top: 19px;
}

.form .receiver td {
	padding-top: 15px;
}

.form .first-receiver th {
	padding-top: 4px;
}

.form .first-receiver td {
	padding-top: 0;
}

.form .item th {
	padding-top: 27px;
}

.form .item td {
	padding-top: 20px;
}

.form .item img,.form .item div,.form .item a:link,.form .item a:visited {
	float: left;
	display: block;
}

.form .item img {
	margin-right: 15px;
}

.form .item div {
	width: 285px;
	margin-right: 15px;
}

.form .item .headline {
	display: block;
	padding: 7px 0 3px 0;
}

.form .item .btn-change:link,.form .item .btn-change:visited {
	margin-top: 26px;
}

.form .message th {
	padding-top: 28px;
}

.form .message td {
	padding: 28px 0 10px 0;
}

.form .message textarea {
	width: 530px;
	height: 80px;
}

.form .item td,.form .infos td {
	width: 575px;
}

.form .infos ul {
	float: left;
}

.form .infos li {
	clear: both;
	list-style: none;
}

.form .infos .note {
	float: left;
	clear: none;
	width: 250px;
	margin: 3px 0 0 33px;
	padding: 0 0 10px 10px;
}

.divider th {
	padding-top: 31px;
}

.divider td {
	padding: 28px 0 5px 0;
}

.form input.left {
	margin-right: 8px;
}

.form .btn-cal {
	float: left;
	display: block;
	width: 24px;
	height: 21px;
	background-position: 0 1px;
}

.form .product-image img,.form .product-image div {
	float: left;
}

.form .product-image div.file-replace,.form .product-image div.file-replace div {
	float: none;
}

.form .product-image img {
	margin-right: 20px;
}

.form .product-image div {
	width: 410px;
}

.form .documents table {
	float: left;
	margin-top: 3px;
}

.form .documents table td {
	padding-top: 0;
}

.form .document th {
	padding-top: 16px;
}

.form .document td {
	padding: 16px 0 12px 0;
}

.form .document .file {
	float: left;
	clear: both;
	margin-top: 8px;
}

.form .divider table td,.view .divider table td {
	background: none;
}

/* Timo: added right margin to fix alignment in forms */
.form input.zip {
	width: 50px;
	margin-right: 3px;
}

.form input.city {
	width: 247px;
}

.form .data {
	float: left;
	margin-top: 3px;
}

.form .data th {
	width: 230px;
	padding: 0 10px 3px 0;
	text-align: left;
}

.form .data th.input-follows {
	padding-top: 3px;
}

.form .data td {
	padding: 0 10px 3px 0;
}

.form .data .btn-icon {
	float: left;
	margin-bottom: 5px;
}

.form .data input {
	width: 150px;
}

.form .contact-row th {
	padding-top: 31px;
}

#content .inner-table {
	float: left;
	width: 540px;
}

#content .inner-table th {
	width: 130px;
	padding: 0 15px 5px 0;
	font-weight: normal;
	text-align: left;
}

#content .inner-table td {
	width: 410px;
	padding: 0 15px 5px 0;
}

#content .inner-table .text {
	width: 220px;
}

#content .inner-table .btn-forward {
	float: left;
	margin-top: 1px;
}

#content .inner-table-edit th {
	padding-top: 5px;
}

.form .e-mail-change {
	margin-top: 10px;
}

.form .image-upload {
	padding-top: 5px;
}

.form .image-upload .preview-image {
	float: left;
	margin-right: 10px;
}

.form .image-upload .preview-image-form {
	float: left;
	width: 430px;
}

.form .image-upload .preview-image-form .file {
	float: left;
}

.form .image-upload .preview-image-form .btn {
	clear: both;
}

.form .image-upload .file {
	margin-bottom: 10px;
}

.form .image-upload .note {
	width: 430px;
}

/* TIMO: style for small note after first address field in Direct Referral */
.form div.note-small {
	vertical-align: middle;
	padding: 3px 0 0 0;
	font-size: 11px;
	color: #9b9b9b;
	width: 150px;
	display: block;
}

/* TIMO: style for address field labels in Direct Referral
         The width is actually too large but it works for IE
         and doesn't seem to hurt with FF
*/
.form th.label {
	text-align: right;
	padding: 3px 15px 0 0;
	white-space: pre;
	width: 592px;
}

/* TIMO: style for address input fields in Direct Referral */
.form td.addr {
	vertical-align: top;
	padding: 3px 0 5px 0;
	width: 430px;
}

.form .contact td.addr {
	height: 23px;
	padding-bottom: 0;
}

.addresses td {
	width: 240px;
}

.addresses th.label {
	width: 185px;
	padding-top: 0;
}

.addresses td.addr {
	width: 320px;
}

.form .headline {
	padding: 20px 0 10px 0;
}

.form .headline-first {
	padding-top: 8px;
}

.form td.text {
	padding-top: 3px;
}

.form .divider td.text {
	padding-top: 31px;
}

.form .birthday input {
	width: 80px;
}

.form .data-button span {
	float: left;
	width: 200px;
	margin-top: 3px;
}

.form .data-button .btn-icon {
	float: left;
	margin-top: 3px;
}

.form input.bin {
	width: 80px;
	margin-right: 3px;
}

.form input.bank-name {
	width: 217px;
}

/* corrected by twa */
.form .acceptance {
	width: 250px;
	float: left;
}

.form .acceptance input {
	float: left;
	width: 15px;
	margin: 3px 5px 0 0;
}

.form .acceptance label {
	float: left;
	margin-right: 15px;
}

.form .refcode {
	width: 280px;
	float: left;
}

.form .refcode input {
	float: left;
	width: 15px;
	margin: 3px 5px 0 0;
}

.form .refcode label {
	float: left;
	margin-right: 15px;
}

.form .acknowledge {
	width: 250px;
	float: left;
}

.form .acknowledge input {
	float: left;
	width: 15px;
	margin: 3px 5px 0 0;
}

.form .acknowledge label {
	float: left;
	margin-right: 15px;
}

/* end twa */
.recommend td {
	width: 200px;
}

.recommend td.after-medium {
	width: 380px;
	padding-left: 5px;
}

.hint-table td {
	width: 200px;
}

.hint-table td.after-medium {
	width: 380px;
	padding-left: 5px;
}

/* awards */
.form table.awards td {
	padding: 13px 10px 0 0;
	background: none;
}

.form .awards .image {
	width: 130px;
	padding: 0 10px 12px 0;
}

.view table.awards td {
	padding: 13px 10px 0 0;
	background: none;
}

/* infodocs */
.form table.infodocs td {
	padding: 3px 10px 3px 0;
	background: none;
}

.view .awards .image {
	width: 130px;
	padding: 0 10px 12px 0;
}

/* view table */
.view {
	float: left;
	width: 770px;
	margin-top: 3px;
}

.view th {
	width: 190px;
	padding: 0 15px 0 0;
	text-align: right;
	white-space: pre;
}

.view td {
	width: 574px;
	padding: 0 0 5px 0;
}

.view li {
	padding-bottom: 5px;
	list-style: none;
}

.view .headline {
	padding: 20px 0 10px 0;
}

.view .headline-first {
	padding-top: 8px;
}

.view .buttons th {
	padding-top: 43px;
}

.view .buttons td {
	width: 570px;
	padding-top: 40px;
}

.view .divider th {
	padding-top: 28px;
}

.view .divider td {
	padding: 28px 0 5px 0;
}

.view .hint {
	padding: 0 0 0 6px;
	line-height: 14px;
}

.view .product-image th {
	padding-top: 20px;
}

/* dynamic list table (can be wider than standard) */
.dynamicList {
	float: left;
	clear: both;
	margin-bottom: 12px;
}

.dynamicList .inner {
	float: left;
}

.dynamicList .inner2 {
	float: left;
	padding-bottom: 2px;
}

.dynamicList table {
	float: left;
	border-bottom:thin solid #9b9b9b;
}
.dynamicList th {
	padding: 6px 6px 6px 8px;
	border:thin solid #9b9b9b;
	white-space: normal;
	text-align: left;
}

.dynamicList td {
	padding: 6px 6px 0 8px;
	border-style: solid;
	border-color: #9b9b9b;
	border-width: 1px 1px 0 1px;
}

.dynamicList td.dr-subtable-cell {
	border-width: 0 1px 0 1px;
}

.dynamicList th.noshow {
	padding-left:0px;
	padding-right:0px;
}

/* list table */
.list {
	float: left;
	clear: both;
	margin-bottom: 12px;
}

.list .inner {
	float: left;
}

.list .inner2 {
	float: left;
	padding-bottom: 2px;
}

.list input.big {
	width: 500px;
	padding: 3px;
}

.list .inner .inner2 > table {
	float: left;
	width: 1040px;
}

.list td.new, .list tr.new td {
	border: 0;
}

.list table.new {
	background: white;
}

.list th {
	padding: 6px 6px 6px 8px;
	white-space: normal;
	text-align: left;
}

.list th.noshow {
	padding-left:0px;
	padding-right:0px;
}

.list-big th {
	padding: 6px 6px 0 8px;
	text-align: left;
}

.list-big .head-sub th {
	padding: 3px 6px 5px 8px;
}


.list td.dr-subtable-cell {
	border-top: 0;
}

.list td {
	padding: 6px 6px 5px 8px;
	line-height: 17px;
	/* white-space: nowrap; */
}

.list td.description {
	white-space: normal;
}

.list td.first-row {
	border: none;
}

.list td.text {
	white-space: normal;
}

/* split definition for active link in ascending and descending */
.list th a.active-asc:link,.list th a.active-asc:visited {
	padding-right: 16px;
}

.list th a.active-desc:link,.list th a.active-desc:visited {
	padding-right: 16px;
}

.list input.radio {
	display: block;
	margin: 2px 0 0 0;
	padding: 0;
}

.list input.short {
	width: 83px;
}

.list input.tiny {
	width: 40px;
}

.list select.combo {
	font: 10pt Arial;
}

.list .btn-cal {
	padding: 0 2px 0 2px;
	white-space: nowrap;
}

.list .date {
	text-align: left;
	white-space: nowrap;
}


/* TIMO: Radio button style (enabled) */
label.radio-enabled {
	margin: 0;
	padding: 0;
}

label.radio-disbled {
	margin: 0;
	padding: 0;
}

.radio-grp {
	margin-top: 3px;
}

.radio-grp input {
	float: left;
	width: 20px;
	margin: 0 5px 0 0;
	padding: 0;
}

.radio-grp td {
	padding: 0;
	margin: 0;
}

.list .award {
	width: 132px;
	padding: 0 5px 0 0;
	vertical-align: middle;
}

.list .award table {
	width: auto;
}

.list .award table td {
	width: 44px;
	padding: 0;
	text-align: center;
	border: none;
}

.list th.award-head {
	padding-left: 9px;
}

.list a.btn-download-pdf:link,.list a.btn-download-pdf:visited {
	float: left;
}

.list .icon {
	float: left;
}

.list .icon-deny {
	float: left;
	margin-top: 1px;
}

/* filter for list */
.table-filter {
	float: left;
	width: 100%;
	padding-bottom: 10px;
}

.table-filter .text {
	float: left;
	padding: 6px 10px 0 0;
}

.table-filter select {
	float: left;
	margin-top: 5px;
}

.table-filter .filter {
	float: left;
	margin-right: 10px;
}

.table-filter .filter span {
	float: left;
	font-weight: bold;
}

.table-filter .filter select {
	float: left;
	clear: both;
}

.table-filter .filter .field {
	float: left;
	clear: both;
}

.table-filter .download .field {
	width: 55px;
}

.table-filter .date {
	float: left;
	clear: both;
	width: 70px;
	margin: 4px 8px 0 0;
	padding: 3px;
}

.table-filter .btn-cal {
	float: left;
	padding: 0;
	height: 20px;
	margin-top: 5px;
}

.table-filter .btn-small {
	margin: 19px 5px 0 0;
}

.table-filter .download {
	float: right;
}

.table-filter .btn-download-xls {
	float: left;
	clear: both;
	margin-top: 7px;
}

.table-filter .btn-download-csv {
	float: left;
	margin-top: 7px;
}

.table-filter .btn-download-pdf {
	float: left;
	margin-top: 7px;
}

.table-filter .btn-filter {
	margin-top: 13px;
}

.table-filter .filter-row {
	float: left;
	width: 100%;
	padding: 0 0 13px 0;
}

.table-filter .filter-row-last {
	padding: 0 0 5px 0;
}

/* Added by Timo to limit size of combo-boxes for statistics filters */
.filter select.combo {
	width: 100px;
}

/* Added by Timo (24.06.2009) to set size of search text-boxes for marketing manager accounts overview */
.filter input.search {
	width: 250px;
	margin-top: 4px;
}

.filter input.search.advertiser {
	width: 355px;
	margin-top: 4px;
}

.filter input.search.referrer {
	width: 455px;
	margin-top: 4px;
}

.filter input.search-small {
	width: 100px;
	margin-top: 4px;
}

.filter input.search-medium {
	width: 175px;
	margin-top: 4px;
}

/* Added by Timo (11.01.2009): Look&Feel of Richfaces suggestion boxes */
.rich-sb-int-decor-table {
	border: none;
}

.rich-sb-common-container {
	border: none;
}

.rich-sb-ext-decor-1 {
	border: none;
}

.rich-sb-ext-decor-2 {
	border: none;
}

.rich-sb-ext-decor-3 {
	border: none;
}

.rich-sb-cell-padding {
	margin: 0;
	padding: 2;
}
.rich-subtable-cell {
    border-top: 0 solid !important;
}
/* table sub */
.table-sub {
	float: left;
	width: 100%;
}

.table-sub .btn-accept,.table-sub .btn-deny {
	float: right;
	margin: 7px 20px 0 0;
}

/* overview */
.overview {
	float: left;
	margin-bottom: 15px;
}

.overview .inner {
	float: left;
}

.overview .head {
	float: left;
	margin-bottom: 8px;
}

.overview h2 {
	float: left;
	margin: 0;
	padding: 0 0 10px 0;
}

.overview table.totals tr {
	vertical-align: middle;
	line-height: 18px;
}

.overview td {
	padding: 3px 30px 2px 0;
	/* white-space: nowrap; */
}

.overview td.special {
	padding-right: 20px;
}

.overview td.last {
	padding-right: 0;
}

.overview .border {
	float: left;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.overview .btn-prepaid {
	float: left;
}

.overview input.short {
	width: 60px;
}

.overview .btn-accept {
	float: left;
	display: block;
	width: 19px;
	padding: 0 5px 1px 0;
}

.overview .btn-cancel {
	float: left;
	display: block;
	width: 19px;
	padding: 0 0 1px 0;
}

.overview .divider {
	height: 1px;
	padding: 3px 0 3px 0;
	line-height: 0;
}

.overview .title {
	padding-right: 50px;
}

.overview .value {
	padding-right: 15px;
}

/* page navigation */
.page-navigation {
	float: left;
	width: 770px;
	margin-bottom: 10px;
}

.page-navigation .info {
	float: left;
	margin: 6px 15px 0 0;
	padding: 0 15px 1px 0;
	line-height: 12px;
}

.page-navigation .per-page-count {
	float: left;
	padding-top: 1px;
	width: 250px;
}

.page-navigation .per-page-count span {
	float: left;
	padding: 5px 8px 0 0;
	line-height: 12px;
}

.page-navigation .per-page-count select {
	float: left;
}

.page-navigation .buttons {
	float: right;
}

.page-navigation .buttonPlacement {
	margin-top: 9px;
}

.page-navigation span.page-start {
	margin-right: 5px;
}

.page-navigation span.page-prev {
	margin-right: 15px;
}

.page-navigation span.page-next {
	margin-right: 5px;
}

.page-navigation a.page-start {
	margin-right: 5px;
}

.page-navigation a.page-prev {
	margin-right: 15px;
}

.page-navigation a.page-next {
	margin-right: 5px;
}

.page-navigation .buttons span,.page-navigation .buttons a {
	float: left;
	display: block;
	width: 22px;
	height: 18px;
	background-position: 0 0;
}

.page-navigation a:link.page-start, .page-navigation a:link.page-prev, .page-navigation a:link.page-next, .page-navigation a:link.page-end {
	background-position: 0 -36px;
}

.page-navigation a:visited.page-start, .page-navigation a:visited.page-prev, .page-navigation a:visited.page-next, .page-navigation a:visited.page-end {
	background-position: 0 -36px;
}

.page-navigation a:hover.page-start, .page-navigation a:hover.page-prev, .page-navigation a:hover.page-next, .page-navigation a:hover.page-end {
	background-position: 0 -18px;
}

/* buttons */

/* legaltext buttons are the same for all shops and therefore defined centrally in layout.css */
a.btn-legaltext:link,a.btn-legaltext:visited {
	cursor: pointer;
	background: url(../images/btn-legaltext-right.png) top right no-repeat;
}

a.btn-legaltext:link .inner,a.btn-legaltext:visited .inner {
	background: url(../images/btn-legaltext-left.png) no-repeat;
	margin-right: 10px;
	margin-left: 10px;
}

a.btn-legaltext:link .inner2,a.btn-legaltext:visited span.inner2 {
	background: url(../images/btn-legaltext-stretch.png) repeat-x;
	margin-left: 10px;
}

a.btn-legaltext:link .inner3,a.btn-legaltext:visited span.inner3 {
	font-size: 12px;
	font-weight: bold;
	color: #434b52;
}

a.btn-legaltext:link,a.btn-legaltext:visited, span.btn-legaltext {
	float: left;
}

a.btn-legaltext:link .inner,a.btn-legaltext:visited .inner, span.btn-legaltext .inner {
	float: left;
}

a.btn-legaltext:link .inner2,a.btn-legaltext:visited .inner2, span.btn-legaltext .inner2 {
	float: left;
	height: 28px;
	padding: 9px 5px 0 5px;
}
/* end legaltext buttons */

a.btn-choose:link,a.btn-choose:visited {
	clear:both;
}

a.btn-choose:link,a.btn-choose:visited, span.btn-choose {
	float: left;
}

a.btn-choose:link .inner,a.btn-choose:visited .inner, span.btn-choose .inner {
	float: left;
}

a.btn-choose:link .inner2,a.btn-choose:visited .inner2, span.btn-choose .inner2 {
	float: left;
	height: 20px;
	padding: 4px 5px 0 5px;
}

a.btn:link,a.btn:visited, span.btn {
	float: left;
}

a.btn:link .inner,a.btn:visited .inner, span.btn .inner {
	float: left;
}

a.btn:link .inner2,a.btn:visited .inner2, span.btn .inner2 {
	float: left;
	height: 24px;
	padding: 6px 15px 0 15px;
	white-space: nowrap; 
}

.login_button {
	padding: 6px 10px 0 10px !important;
}

a.btn-small:link,a.btn-small:visited {
	float: left;
}

a.btn-small:link .inner,a.btn-small:visited .inner {
	float: left;
}

a.btn-small:link .inner2,a.btn-small:visited .inner2 {
	float: left;
	height: 21px;
	padding: 3px 15px 0 15px;
}

.btn-icon-import .inner3 {
	padding-left: 21px;
}

.btn-icon-add .inner3 {
	padding-left: 21px;
}

.btn-icon-delete .inner3 {
	padding-left: 21px;
}

.btn-table:link,.btn-table:visited,.btn-table:hover {
	float: left;
	width: 20px;
	height: 20px;
	margin-left: 10px;
}

.btn-table-20:link,.btn-table-20:visited,.btn-table-20:hover {
	float: left;
	width: 20px;
	height: 20px;
	margin-left: 10px;
}

.btn-table-saveas:link,.btn-table-saveas:visited,.btn-table-saveas:hover {
	float: left;
	width: 104px;
    height:32px;
	margin-left: 10px;
}

.btn-table-first:link,.btn-table-first:visited,.btn-table-first:hover {
	margin-left: 0;
}

.btn-table-empty {
	float: left;
	display: block;
	width: 20px;
	margin-left: 10px;
}

.btn-table-empty-2 {
	float: left;
	display: block;
	width: 10px;
	margin-left: 10px;
}

.btn-count-1 {
	width: 23px;
}

.btn-count-2 {
	width: 53px;
}

.btn-count-3 {
	width: 83px;
}

.btn-count-4 {
	width: 113px;
}

.btn-count-5 {
	width: 143px;
}

.btn-icon {
	padding: 0 5px 0 18px;
	white-space: nowrap;
}

.btn-add {
	padding-left: 17px;
}

.btn-change {
	padding-top: 2px;
	padding-bottom: 1px;
}

.btn-forward {
	padding-top: 2px;
	padding-bottom: 1px;
}

.btn-delete {
	padding: 2px 0 2px 19px;
}

.btn-back {
	padding-left: 22px;
}

.btn-accept {
	padding-left: 19px;
}

.btn-deny {
	padding-left: 19px;
}

.btn-denied {
	padding-left: 24px;
}

.btn-tracking-code {
	padding: 2px 0 0 26px;
}

.btn-prepaid {
	padding: 1px 0 0 28px;
}

.btn-key {
	padding-left: 22px;
}

.btn-divider {
	margin-right: 6px;
	padding-right: 10px;
}

a.btn-l:link,a.btn-l:visited {
	float: left;
}

a.btn-r:link,a.btn-r:visited {
	float: right;
}

/* document types */
.document span {
	float: left;
	padding: 1px 23px 0 22px;
}

.document .btn span.inner {
	padding: 0;
}

.document .btn-delete {
	float: left;
	padding-top: 1px;
}

/* layout */
#mainframe {
	float: left;
}

.side-empty {
	float: left;
	width: 185px;
	padding-bottom: 120px;
}

#content {
	width: 1400px;
	-ms-grid-column: 2;
	-ms-grid-row: 1;
	padding-bottom: 80px;
	margin-left: 1%;
    float: left;
}

#login-state {
	margin-bottom: 5px;
	color: #9b9b9b;
	font-size: 11px;
	text-align: right;
	display: inline-table;
	width: 100%;
}

.login-state-inner{
	float: right;
}

.login-state-server-startup {
	font-style: italic;
	display: block;
}

#footer-popup {
	float: left;
	width: 500px;
	height: 86px;
	padding: 30px 0 0 30px;
}

#page{
	width: 100%;
	float: left;
	max-width: 1040px;
}

#page form{
	width: auto;
	float: none;
}

/* header */
#header img {
	float: left;
}

/* navigation */
#navigation {
	float: left;
	padding: 20px 0 13px 0;
}

#navigation li {
	float: left;
	list-style: none;
}

#navigation li a:link,#navigation li a:visited {
	float: left;
	display: block;
	width: 162px;
	height: 20px;
	padding: 5px 20px 0 0;
	text-align: right;
}

/* news box */
#news-box {
	float: left;
	width: 181px;
}

#news-box h2 {
	float: left;
	margin: 0;
	padding: 0;
	width: 145px;
	padding: 14px 0 12px 36px;
}

#news-box .inner {
	float: left;
	padding: 0 9px 0 9px;
}

#news-box .inner div {
	float: left;
	width: 163px;
	padding: 9px 0 9px 0;
}

#footer li,#footer-popup li {
	float: left;
	margin-right: 6px;
	list-style: none;
}

#footer li a:link,#footer li a:visited,#footer-popup li a:link,#footer-popup li a:visited {
	float: left;
	padding-left: 6px;
	line-height: 11px;
}

#footer li.first a:link,#footer li.first a:visited,#footer-popup li.first a:link,#footer-popup li.first a:visited {
	border-left: none;
}

#footer .copyright,#footer-popup .copyright {
	float: right;
}

/* checkbox tree */
.tree-sub {
	float: left;
	clear: both;
	padding-left: 20px;
}

/* window */
.window {
	position: absolute;
	left: 200px;
	top: 200px;
}

.window .inner {
	width: 294px;
	height: 234px;
	margin: -264px 0 0 0;
	padding: 13px;
}

.window .window-close {
	float: right;
	display: block;
	width: 21px;
	height: 21px;
}

.window .head {
	float: left;
	width: 294px;
}

.window .content {
	float: left;
}

.window h1 {
	float: left;
	clear: both;
	width: 294px;
	margin: 13px 0 10px 0;
	padding: 0;
	line-height: 20px;
}

.window .message {
	float: left;
	clear: both;
	width: 294px;
	height: 153px;
	overflow: auto;
	margin: 0;
	padding: 0;
}

.window .window-close-bottom:link,.window .window-close-bottom:visited {
	float: left;
	width: 110px;
}

.window .shadow {
	width: 320px;
	height: 260px;
	margin: 4px 0 0 4px;
}

/* popup */
.popup {
	width: 543px;
    padding: 15px 15px 15px 15px;
}

.popup h1 {
	margin: 0 0 10px 0;
}

.popup h2 {
	margin: 0 0 10px 0;
}

.popup h3 {
	margin: 3px 0 5px 0;
}

.popup .code {
	width: 520px;
}

.code {
	overflow: auto;
	width: 600px;
	margin-bottom: 15px;
	padding: 5px;
	white-space: normal;
}

.popup .scrollable {
	overflow: auto;
	height:460px;
	width:555px;
}

.popup .window-close-bottom {
	float: left;
	margin-top: 20px;
}

.messages {
	float: left;
	width: 100%;
	margin: 0 0 12px 0;
	padding: 0 0 0 15px;
}

/* Added by Thomas, edited by Timo: Layout for rich:calendar popup */

table.rich-calendar-popup, table.rich-calendar-popup table  {
	width: 200px;
}

table.rich-calendar-date-layout {
	width: 180px;
}

table.rich-calendar-date-layout td {
	padding: 0;
}

td.rich-calendar-cell {
	padding: 0;
}

td.rich-calendar-week {
	padding: 0;
}

td.rich-calendar-days {
	padding: 0;
}

td.rich-calendar-tool, td.rich-calendar-footer, td.rich-calendar-toolfooter, td.rich-calendar-month, td.rich-calendar-header {
	padding: 0;
	border-top: 0 !important;
}

td.rich-calendar-footer td.rich-calendar-tool-btn-hover {
	border: 0;
	padding: 2px 3px 0 0;
}

/* End rich:Calendar configuration */

/* Use same panel appearance for modal panel */

#login-body .login-area {
	width: 194px;
}

#login-body .login-title {
	float: left;
	width: 40px;
	padding-top: 2px;
}

#login-body input {
	float: left;
	width: 142px;
	margin-bottom: 5px;
	padding: 2px;
	height: 15px;
}

#login-body .password {
	display: inline;
	margin-left: 40px;
}

#login-body .password-forgotten {
	float: left;
	padding-top: 2px;
}

#login-body .btn {
	float: right;
}

.languageSelector{
	padding: 0;
	spacing: 0;
	width: 100%;
}

td.languageSelector-td-r {
	text-align: right;
	float: right;
}

.languageSelector-td-l {
	padding: 0;
	text-align: left;
}

.dr-sb-cell-padding {
	white-space:normal;
}

.no_wrap {
	white-space:nowrap;
}

.ghost {
	color: #AAA;
}

.popup .aliasField {
	padding:5px;
}

.aliasField {
	background-color: #DFC3CB !important;
}

/* product edit screen class */
#productForm .ui-datepicker-trigger{
	margin-left: 2px;
    height: 27px;
    width: 26px;
}
.setMinimumHeight{
	height: 40px;
}
.referralLimitRow, .redirectURLRow{
	background: none;
}
.referralLimitRow .formLabel{
	padding-top: 24px;
}
.referralLimitRow .formValue{
	padding-top: 27px;
}
.campaignTypeRow{
	height: 60px;
}
.receiverRow .formLabel {
  padding-top: 44px;
}
.receiverRow .formValue {
  padding-top: 49px;
}
.platformFeeRow{
	height: 92px;
}
.platformFeeRow .formLabel{
	padding-top: 24px;
}
.platformFeeRow .formValue{
	padding-top: 27px;
}
.domainCheckRow{
	height:95px;
}
.domainCheckRow .formLabel{
	padding-top:24px;
}
.domainCheckRow .formValue{
	padding-top:27px;
}
.redirectURLRow .formLabel{
	padding-top: 21px;
}
.redirectURLRow .formValue{
	padding-top: 27px;
}
.linespace .formLabel {
  padding-top: 44px;
}
.linespace .formValue {
  padding-top: 47px;
}
.linkIncludeRow{
	height: 70px;
}
.linkIncludeRow .formValue{
	padding-right: 5px;
    padding-top: 0;
}

#generalSettings .aliasField, .form .awards .aliasField {
	background-color: #DFC3CB;
}

.searchButtonA{
	float: left !important;
	margin: 3px 0 0 10px !important;
}

.searchButtonB{
	float: left !important;
	margin: 23px 0 0 0 !important;
}
.standardLevel th {
    background-color:#00957E;
    color:#FFFFFF;
}
.incentiveLevel th {
    background-color:#80215C;
    color:#FFFFFF;
}
.rich-tool-tip {
	color:black;
}

.hidden {
	display:none;
}
.rich-picklist-list-content {
    border: 1px solid #D8D8D8;
    cursor: pointer;
    overflow: auto;
    background: #FFFFFF;
    resize: both;
}
.rich-picklist-controls {
    width: 115px;
}

.dpaTextDiv {
	padding-left: 12px;
	padding-right: 10px;
	height: 100px;
	overflow: auto;
}

.awardSelectorTable {
	width: 300px;
}

.awardSelectorTable-left a, .awardSelectorTable-right a {
	font-size: 20px;
    font-weight: bold;
    text-decoration: none !important;
}

.awardSelectorTable-left {
	text-align: left;
}

.awardSelectorTable-middle {
	text-align: center;
}

.awardSelectorTable-middle div{
	margin: 0 10px 0 10px;
}

.awardSelectorTable-right {
	text-align: right;
}

.awardSelectorTable-image-cell {
	text-align: center;
}

.awardSelectorTable-image-cell img{
	max-height: 135px;
}

.pcalendar input {
	width: 190px;
}

.pcalendar-short input {
	width: 83px;
}

.ui-inputfield, .ui-widget-content .ui-inputfield, .ui-widget-header .ui-inputfield {
    box-shadow: none !important;
}
.descriptionOfReferrerPortalServices{
	color: #000000;
}
.redHighlight{
	background-color: #f9d0d0;
}
.greenHighlight{
	background-color: #cce2cc;
}

#psForm{
	display: inline-grid;
}
/*********** guthaben rechnung page ***********/

#financeTable{
	border-collapse:collapse;
	background-color: #FFFFFF;
	margin-bottom: 35px;
	border-bottom: 2px solid #DFDFDF;
	border-top: 2px solid #dfdfdf;
}

#financeTable .contentTitleTd{
	white-space: nowrap;
	padding-left: 20px;
}
#financeTable .valueTd{
	padding: 3px 30px 2px 0;
	width: 20%;
}
#financeTable .editValueTd{
	white-space: nowrap;
}
.editValueTd .btn-accept{
	padding-left: 15px;
	text-decoration: none;
}
.editValueTd .btn-cancel{
    padding-right: 0;
    padding-left: 13px;
    text-decoration: none;
}
.editValueTd input{
	width: 70px;
}
.editValueTd #valueField{
	margin-right: 20px;
}
#financeTable .descriptionTd{
	color: #474747;
	width: 50%;
	padding: 15px 20px;
}
.accountValueTd{
	font-weight: bold;
}
.accountValueTd span{
	text-decoration: underline;
	font-size : 16px;
}

#financeTable .editText{
    display: inline-block;
    padding-right: 0;
}

#financeTable .valueText{
    padding-left: 5px;
}

#bills-list .invoiceNumber{
	float: left;
	margin-right: 10px;
}

.minusSymbol
{
	color: red;
	font-size: 24px;
	font-weight: bold;
}

/* primefaces 7 overwrite */
.ui-datatable table{
	table-layout: auto;
}
.ui-radiobutton{
	display: initial;
}
.ui-datatable-tablewrapper {
    overflow: visible;
}

#productCategoryForm .ui-widget-content.ui-picklist-list {
    width: 400px;
    height: 500px;
}

.pr-0{
	padding-right: 0 !important;
}

.ml-1{
	margin-left: .25rem;	
}
.mr-1{
	margin-right: .25rem;	
}

.mr-2{
	margin-right: .5rem;	
}

.mt-2{
	margin-top: .5rem;	
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.approve2rejectLabel {
	height: 33px;
	display: table-cell;
	vertical-align: bottom;
}
