
/* Calendar Table */

.calheader {
    color: #222222;
}

tr.calweekdayrow > th.calweekdaycell {
    background-color: #F2F2F2;
}

/* Tables */
table.table, table.innertable, table.subtable {
	border-collapse: collapse;
	width: 100%;
}


table.table tr th, table.table tr td, table.innertable tr th , table.innertable tr td, table.subtable tr th , table.subtable tr td {
	/*padding: 0;*/
}

.table_cell {
	margin-bottom: 0;
	margin-right: 0;
	/* margin-left: 1px; */
	border: 0;
	line-height: 25px;
	height: 25px;
	padding: 0.2em 1.3em;
	/*overflow: hidden; /*-> DropDown Problem - exception for ssDDColumn*/
	white-space: nowrap;
	
	position: relative;
}
.sub_table_cell > div{
	height:auto;
}
/* Date Table Cell */
.table_cell span.yui-skin-sam {
    right: 22px;
    top: 3px;
}

tr.even > td, 
tr.odd > td {
	margin-bottom: 0;
	margin-right: 0;
	border-left: 1px solid #EEEEEE;
	/*border: 0;*/
	/*line-height: 23px;*/
	height: 30px;
	/*padding: 0.1em 1.3em;*/
	/*overflow: hidden; /*-> DropDown Problem - exception for ssDDColumn*/
	/*white-space: nowrap;*/
}
tr.even:hover td,
tr.odd:hover td {
	background-color: #BBBBBB;
}

td.edit.date {
	min-width:130px;
}
.DropDownColumn .table_cell {
	overflow: visible;
}

.decimalColumn div.table_cell, 
.dateColumn div.table_cell, 
.checkboxColumn div.table_cell, 
.LinkColumn div.table_cell {
    text-align: center;
}

.checkboxColumn, .LinkColumn {
	width:50px;
}

tr.even > td > div.table_cell input.checkbox, 
tr.odd > td > div.table_cell input.checkbox {
	width: 20px;
	vertical-align: middle;
}

.table_cell_head {
	/*background-color: #666666;*/
	color: #EEEEEE;
	/*margin-bottom: 0.4em;*/
	/*line-height: 23px;*/
	/*height: 23px;*/
	/*margin-left: 1px;
	margin-right: 0;
	padding: 0.1em 0.3em;*/
	padding: 0.2em 36px 0.2em 1.3em;
}

th.selectHeader .table_cell_head {
	padding: 0;
	text-align: center;
	width: 100%;
}

tr.headers > th.edit {
	background-image: url(../../images/highlight/edit.jpg);
	background-position: right center;
    background-repeat: no-repeat;
}

table.table tr > th, table.innertable tr > th, table.subtable tr > th  {
	background-color: #666666;
	color: #EEEEEE;
	border-bottom: 0.4em solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	/*padding: 0.1em 0.3em;*/
}

.aggregation .table_cell {
    font-weight: bold;
}

/* Highlight Balken */
tr > td.highlight_1 {
	background-image: url(../../images/highlight/highlight_1.png);
	background-repeat: repeat-y;
}

tr > td.highlight_2 {
	background-image: url(../../images/highlight/highlight_2.png);
	background-repeat: repeat-y;
}

tr > td.highlight_3 {
	background-image: url(../../images/highlight/highlight_3.png);
	background-repeat: repeat-y;
}

tr > td.highlight_4 {
	background-image: url(../../images/highlight/highlight_4.png);
	background-repeat: repeat-y;
}

/* Rundungen Tabelle */
.table th:first-child, .innertable th:first-child, .subtable th:first-child {
    border-top-left-radius: 10px;
}
.table th:last-child, .innertable th:last-child, .subtable th:last-child {
    border-top-right-radius: 10px;
}
.table tr:last-child td:first-child, .innertable tr:last-child td:first-child, .subtable tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}
.table tr:last-child td:last-child, .innertable tr:last-child td:last-child, .subtable tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

tr.even > td > div.table_cell, 
tr.even > td > div.table_cell input,
tr.even > td > div.table_cell textarea,
.table_cell_even {
	background-color: transparent;
	color: #333333;
}

.table_cell > .dynamictextarea {
	resize: none;
	overflow: hidden;
	border: none;
	width: 100%;
	white-space: pre-wrap;
}

.table_cell img {
    max-width: 60px;
    max-height: 25px;
}
.imagecolumn {
	width: 60px;
	text-align: center;
}
/* Editierbar */
/*tr.even > td.edit {
	background-color: #F0F0F0;
	color: #333333;
}*/

/* Sichtbar */
tr.even > td {
	background-color: #DDDDDD;
	color: #333333;
}

tr.even > td > div.table_cell input,
tr.even > td > div.table_cell textarea,
tr.odd > td > div.table_cell input,
tr.odd > td > div.table_cell textarea {
	
	outline: 0;
	border: 0;
	font-family: Arial,Helvetica,Verdana;
	font-size: 17px;
	margin: 0;
	width: 100%;
	text-align: center;
}

tr.even > td.alignleft > div.table_cell input,
tr.even > td.alignleft > div.table_cell textarea,
tr.odd > td.alignleft > div.table_cell input,
tr.odd > td.alignleft > div.table_cell textarea {

	text-align: left;
}

tr.even > td.date > div.table_cell input, 
tr.odd > td.date > div.table_cell input {

	width: 95%;
}

tr.odd > td > div.table_cell, 
tr.odd > td > div.table_cell input, 
tr.odd > td > div.table_cell textarea, 
.table_cell_uneven {
	background-color: transparent;
	color: #333333;
}

/* Editierbar */
/*tr.odd > td.edit  {
	background-color: #E0E0E0;
	color: #333333;
}*/

/* Sichtbar */
tr.odd > td {
	background-color: #CCCCCC;
	color: #333333;
}

.table_cell_center {
	text-align: center;
}

.tablespace	{
	height: 10px;
	padding: 0;
	margin: 0;
}
	

/* Inner Tables */
.norecords-td {
	background-color: #CCCCCC;
	color: #333333;
}

/* Wicket Order */
a .wicket_orderDown, a .wicket_orderUp, a .wicket_orderNone	{
	border:0 none;
	outline:0 none;
}

a.wicket_orderDown, a.wicket_orderUp, a.wicket_orderNone	{
	text-decoration: none;
}

a.wicket_orderUp > div.table_cell_head, a.wicket_orderDown > div.table_cell_head	{
	background-repeat: no-repeat;
	background-position: right center;
}

a.wicket_orderDown > div.table_cell_head	{
	background-image: url(/images/sort_down.png);
}

a.wicket_orderUp > div.table_cell_head	{
	background-image: url(/images/sort_up.png);
}


/* Counter */
#counter {
	width: 100px; 
	height: 23px; 
	text-align: center; 
	position: absolute; 
	top: 10px; 
	left: 48%;
}

/* Paging*/
.navigatorLabel {
	color: #666666;
}

.navigation {
	color: #666666;
    font-style: normal;
    text-align: right;
}

.navigator {
/* 	font-weight: bold; */
}

.navigator a {
	color: #333333;
    text-decoration: none;
}

@media print {
	
	table.table, table.innertable, table.subtable {
		border-collapse: collapse;
	}
	
	tr.even > td > div.table_cell {
		background-color: #DDDDDD;
	}
	
	tr.even > td > div.table_cell {
		background-color: #EEEEEE;
	}
	
	table.table tr th, table.table tr td, table.innertable tr th , table.innertable tr td {
		border: 1px solid #000000;
	}
	
	table.subtable tr th, table.subtable tr td{
		border: none;
	}
	
	.table_cell > div.ssminiButton {
		display: none;
	}
	
	.LinkColumn {
		display:none;
	}
	
	tr.even > td > div.table_cell input, tr.odd > td > div.table_cell input {
		font-size: 12px;
	}
}
