* {
	margin: 0px; 
	padding: 0px;
	font-size: 10pt;
	font-family: Arial;
	line-height: 1.2em;
}


html, body {
	/*overflow-y: auto;*/
	overflow: auto;
	width: 100%;
	/*height: 100%;*/
	margin: 0px;
	padding: 0px;
	color: #222;
}

a {
	color: #D68C03; /*#BC7B03*/
}
a.color_visited:visited {
	color: #999999;
}
a.color_black {
	color: #000000;
	text-decoration: none;
}
a.color_black:hover {
	color: #FBA711;
	text-decoration: underline;
}


p {
	margin: 0px 0px 14px 0px;
	text-align: justify;
}

p.lastchild {
	margin-bottom: 0;
}

.note {
	color: #555;
	font-style: italic;
}
.right {
	text-align: right;
}

small {
	font-size: 0.9em !important;
}

img {
	border: 0px;
}

br {
	line-height: 20px;
	height: 20px;
}
h1, h2 {
	color: #666;
	font-size: 16pt !important;
	font-weight: normal;
	border-bottom: 1px dotted #888;
	margin-bottom: 20px;
}

h1 span.object {
	font-size: 16pt !important;
	font-style: italic;
	color: #999;
}

h2 {
	font-size: 14pt !important;
}

li {
	margin-left: 20px;
}

hr {
	line-height:1px;
	background:#fff;
	border: 0;
	border-bottom: 1px dotted #888;
	height:1px;
}

table {
	table-layout: fixed;
	border-collapse: collapse;
	empty-cells: show;
	width: 100%;
	border-spacing: 0px;
}
caption {
	padding-bottom: 2px;
	text-align: left;
	text-decoration: underline;
	font-weight: bold;
	margin-left: -1px;
}
th {
	text-align: left;
	text-decoration: underline;
	font-weight: normal;
}
td {
	vertical-align: top;
}

tr.hoverable:hover, table.hoverable tbody tr:hover {
	background: #C6EAF4 !important; /*#B2E2F0*/
	color: #000;
}

div.list {
	
}

table.autoWidth {
	width: auto;
}

table.list {
	margin-left:1px;
}

table.list td,
table.list th {
	padding: 3px 5px; /*10px;*/
	border: 1px solid #ccc;
}
table.list td.text {
	padding:0px 0px 0px 0px;
}
table.list td.select {
	padding: 0px 1px 0px 0px;
}

table.list thead th,
table.list td.thead {	
	background: #5F787F;
	color: #fff;
	font-weight: bold;
}

table.list .odd {
	background:#f2f2f2;
}

table.list .even {
	background:#fff;
}
table.list tr.groupheader {
	background: #8FB5BF;
	color:#fff;
	font-weight:700;
}

table.list .count,
table.list .percent,
table.list .amount,
table.list .provision,
table.list .center,
table.list .id,
table.list .position,
table.list .date_from,
table.list .date_to,
table.list .kdnr,
table.list .state,
table.list .edit {
	text-align: center;
}
table.list .center {
	text-align: center;
}
/* Newsletter */
table.list .count_all,
table.list .count_newsletter,
table.list .count_sent_not,
table.list .count_sent,
table.list .count_read {
	text-align: center;
}
/* Newsletter Report */
table.list .version_1,
table.list .version_2,
table.list .version_3,
table.list .version_0,
table.list .version_summe,
table.list .version_gesamt {
	text-align: center;
}
table.list .version_summe,
table.list .version_gesamt {
	font-weight: bold;
}
table.list .empty {
	border-width: 0px;
	background-color:#fff;
}
table.list td.bold {
	font-weight:bold;
}

table.list .right,
table.list .betrag, 
table.list .betrag_mit_mwst, 
table.list .betrag_ohne_mwst, 
table.list .betrag_brutto,
table.list .betrag_netto,
table.list .brutto_abzgl_abschreibung,
table.list .betrag_abschreibung,
table.list .amount_price,
table.list .amount_open, 
table.list .amount_sum,
table.list .amount_provision {
	text-align: right;
}

table.list tfoot td {
	padding-top: 5px;
	border-top: 1px solid #666;
	font-style: italic;
}

table.list td.blankline {
	height: 10px;
}
table td.hr {
	height: 30px;
	vertical-align: middle;
}

table.list .bg_green {
	background-color: #BBFFBB;
}
table.list .bg_red {
	background-color: #FFBFBF;
}
table.list .bg_gray {
	background-color: #E0E0E0;
}
table.list .disabled {
	color: #999999;
}

table.list div.row {
  clear:both;
}
table.list div.col25,
table.list div.col35,
table.list div.col45,
table.list div.col55 {
  float:left;
  width:25px;
  text-align:left;
}
table.list div.col35 { width:35px; }
table.list div.col45 { width:45px; }
table.list div.col55 { width:55px; }
table.list div.right { text-align:right; }
a.order{
	position: relative;
	padding-right: 15px;
}
b.order-desc,
b.order-asc{
	border-color: #FFFFFF transparent transparent;
    border-style: solid;
    border-width: 5px;
    height: 0;
    position: absolute;
    right: 0px;
    top: 7px;
    width: 0;
}
b.order-asc{
	border-color: transparent transparent #FFFFFF;
	top: 1px;
}