/*********************************************************************************/
/*  styles for the 'imprintTable'                                                */
/*********************************************************************************/
.imprintTableDiv {
	padding-left: 50px;
	padding-top: 20px;
}

.imprintTableDiv thead tr th {
	padding-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
}

.imprintTableDiv table tbody tr td {
	padding: 0px 25px 10px 0px;
	vertical-align: top;
}

/*********************************************************************************/
/*  styles for an 'inputTable' (table containing textfields, selectboxes etc.)   */
/*********************************************************************************/
.inputTableDiv {
	background-color:#eee;
	padding:2px;
}

.inputTableDiv table {
    padding: 0px;
    margin: 0px;
    width: 100%;
}

.inputTableDiv table tbody tr {
	background-color: #f4f4f4;
}
.inputTableDiv table tbody tr td {
	padding-right: 10px;
	vertical-align: top;
}

.inputTableDiv table tbody tr.separator {
	font-size: 2px;
	line-height: 2px;
	background-color:#eee;
}

 .inputTableDiv table tbody tr.separator td {
	border: none;
	height: 2px;
	line-height: 2px;
	font-size: 2px;
}

.inputTableDiv table tbody tr td.first {
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-bottom:1px solid #fff;
	font-size: 0.9em;
	line-height: 2.0em;
	padding-left: 5px;
}

.inputTableDiv table tbody tr td {
	border-top: 1px solid #fff;
	border-bottom:1px solid #fff;
	font-size: 0.9em;
	line-height: 2.0em;
}

.inputTableDiv table tbody tr td.last {
	border-top: 1px solid #fff;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
	font-size: 0.9em;
	line-height: 2.0em;
}

.inputTableDiv table tbody tr td.topfirst {
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-bottom: none;
	font-size: 0.9em;
	line-height: 2.0em;
	padding-left: 5px;
}

.inputTableDiv table tbody tr td.toplast {
	border-top: 1px solid #fff;
	border-right:1px solid #fff;
	border-bottom: none;
	font-size: 0.9em;
	line-height: 2.0em;
}

.inputTableDiv table tbody tr td.bottom {
	border-top: none;
	border-left: 1px solid #fff;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
	font-size: 0.9em;
	line-height: 2.0em;
	padding-left: 5px;
}

.inputTableDiv table tbody tr td table tbody tr td label {
	line-height: 2.0em;
	display: inline;
	padding: 0px 20px 0px 0px;
	margin-bottom: 2px;
	border: 0px;
	vertical-align: middle;
}

.inputTableDiv table tbody tr td table tbody tr td label input {
	line-height: 2.0em;
	display: inline;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}

.disabledInput {
	font-size: 0.9em;
	background-color: #f4f4f4;
	border: 1px solid #f4f4f4;
	margin-left: 0px;
	padding-left: 4px;
	padding-right: 4px;
	color: black;
	font-size: 0.9em;
}


/**** styles for inner tables. leave them as 'last styles' in this css-file! otherwise it won't work! ***/
.inputTableDiv table tbody tr td table {
	border: none;
}

.inputTableDiv table tbody tr td table tbody tr td {
	line-height: 1em;
	font-size: 1em;
	border: none;
}

/*********************************************************************************/
/*  styles for a 'displayTable' (just displaying values)                         */
/*********************************************************************************/
.selTableOddRow {
	background-color: #fff;
	hover:expression(this.onmouseover=new Function("this.style.background='#ccc';this.style.cursor='pointer';"),this.onmouseout=new Function("this.style.background='#fff';"));
	line-height: 1.5;
}

.selTableEvenRow {
	background-color: #eee;
	hover:expression(this.onmouseover=new Function("this.style.background='#ccc';this.style.cursor='pointer';"),this.onmouseout=new Function("this.style.background='#eee';"));
	line-height: 1.5;
}

.selectedTableRow {
	background-color: #aaa;
	line-height: 1.5;
}

.selTableOddRow:hover, .selTableEvenRow:hover {
	background-color: #ccc;
	cursor: pointer;
}

.tableOddRow {
	background-color: #ffffff;
	line-height: 1.3;
}

.tableEvenRow {
	background-color: #eeeeee;
	line-height: 1.3;
}

.displayTableCaption {
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
	line-height: 22px;
}

.displayTableMessage {
	font-size: 0.9em;
	color: #aaa;
	padding-left: 10px;
}

.displayTable thead {
	background-color: #eeeeee;	
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.3em;
}

.displayTable thead tr th {
	padding-left: 5px;
	padding-right: 5px;
}

.displayTable thead tr th.switchingHeader {
	padding: 0px;
}

.displayTable {
	width: 100%;
	border: none;
	font-size: 0.8em;
}

.displayTable tbody tr td {
	padding-left: 5px;
	padding-right: 5px;
}

.displayTable tbody tr td table {
	text-align:center;
	width: 100%;
}

/***********[pager styles]********************/
.pg_pager {
	background-color: #f9f9f9;
	text-align: center;
	padding: 2px;
}

.pg_page_current {
	background-color: #fff;
	font-weight: bold;
	color: black;
	margin: 0px 3px;
	padding: 0px 3px;
}

.pg_page {
	background-color: #fff;
	color: #aaa;
	margin: 0px 3px;
	padding: 0px 3px;
}

.pg_page_button {
	background-color: #fff;
	padding: 0px 3px 0px 3px;
}

.pg_page a, .pg_page a:visited, .pg_page a:hover {
	text-decoration: none;
	color: #aaa;
}

.pg_page a img {
	border: none;
}