/**
----------------------------------------------------
Tabs fixierter Container
---------------------------------------------------- */
div#tabs_container {
	position: fixed;
	right: 0px;
	overflow-x: hidden;
	overflow-y: auto;

	padding: 10px 0px 10px 20px;

	background-color: #D6D6D6;
/*	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
*/
	border-top: 1px solid #F7F7F7;
	border-left: 1px solid #B0B0B0;
	border-bottom: 1px solid #B0B0B0;
}


/**
----------------------------------------------------
Suchfeld
---------------------------------------------------- */

div#tabs_reportsuche {
	width: 450px;
	height: 200px;
}

div#tabs_reportsuche col.col1 {
	width: 120px;
}

div#tabs_reportsuche col.col2 {
	width: 20px;
}

div#tabs_reportsuche col.col3,
div#tabs_reportsuche col.col5 {
	width: 100px;
}

div#tabs_reportsuche col.col4 {
	width: 43px;
}

div#tabs_reportsuche thead th {
	padding-bottom: 5px;
}

div#tabs_reportsuche thead a {
	border: 1px solid;
	border-color: #D6D6D6;
	padding:0px 5px 2px 5px;
	outline: none;
	vertical-align: top;
}

#tabs_reportsuche thead a:hover {
	border-color: #F7F7F7 #B0B0B0 #B0B0B0 #F7F7F7;
}

#tabs_reportsuche thead a:active {
	border-color:  #B0B0B0 #F7F7F7 #F7F7F7 #B0B0B0;
}

div#tabs_reportsuche th {
	text-align: left;
	font-weight: normal;
}

div#tabs_reportsuche td.col3 {
	text-align: center;
}

div#tabs_reportsuche input.text,
div#tabs_reportsuche select {
	width: 99%;
}

div#tabs_reportsuche input.datum {
	width: 70%;
}

div#tabs_reportsuche span.status {
	padding-left: 6px;
	padding-right: 5px;
	border-right: 1px solid #B0B0B0;
}


/**
----------------------------------------------------
Audit Trail
---------------------------------------------------- */

div#tabs_audit {
	width: 650px;
	height: 400px;
}

div#auditwhen {
	float: left;
	width: 120px;
	height: 400px;
	margin-top: 5px;
}

div#auditwhen a {
	border: 1px solid;
	border-color: #D6D6D6;
	padding:2px 5px 2px 5px;
	outline: none;
	color: black;
	font-size: 0.8em;
	text-decoration: none;
}

#auditwhen a:hover {
	border-color: #F7F7F7 #B0B0B0 #B0B0B0 #F7F7F7;
}

#auditwhen a:active,
#auditwhen a:focus {
	border-color:  #B0B0B0 #F7F7F7 #F7F7F7 #B0B0B0;
}

div#auditwhat {
	float: left;
	width: 520px;
	height: 400px;
}

div#auditload {
	position: absolute;
	width: 100%;
	height: 400px;
}

div#auditload img {
	margin-left: 244px;
	margin-top: 184px;
}

div#auditheader {
	float: left;
	width: 518px;
}

div#auditheader p {
	float: left;
	width: 480px;
	padding: 4px 5px;
	font-size: 0.8em;
}

div#auditheader a {
	float: left;
	border: 1px solid;
	border-color: #D6D6D6;
	margin-top: 2px;
	padding:0px 5px 2px 5px;
	outline: none;
}

#auditheader a:hover {
	border-color: #F7F7F7 #B0B0B0 #B0B0B0 #F7F7F7;
}

#auditheader a:active {
	border-color:  #B0B0B0 #F7F7F7 #F7F7F7 #B0B0B0;
}

div#auditcontent {
	float: left;
	width: 520px;
	height: 370px;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: white;
	border: 1px solid;
	border-color: #B0B0B0 #F7F7F7 #F7F7F7 #B0B0B0;
}

div#auditcontent table {
	margin: 10px 0px 10px 10px;
	border-collapse: collapse;
	table-layout: fixed;
	font-size: 0.8em;
}

div#auditcontent col.col1 {
	width: 20px;
}

div#auditcontent col.col2 {
	width: 80px;
}

div#auditcontent col.col3 {
	width: 200px;
}

div#auditcontent col.col4 {
	width: 200px;
}

div#auditcontent th {
	background-color: #D6D6D6;
	padding: 1px 2px;
	border: 1px solid #B0B0B0;
	text-align: left;
	font-weight: normal;
}

div#auditcontent td {
	padding: 1px 2px;
	border: 1px solid #B0B0B0;
}

div#auditcontent td.spacer {
	border: 0px;
	height: 15px;
}

div#auditcontent td img {
	height: 75px;
}

div#auditcontent td.event img {
	height: 16px;
}

div#auditcontent td img.checkbox {
	height: 16px;
}


/**
----------------------------------------------------
Sprachauswahl
---------------------------------------------------- */
div#tabs_sprache {
	width: 120px;
	margin: -7px 0 -7px -20px;
}

div#tabs_sprache a {
	display: block;
	padding: 2px 5px;
	outline: none;
	color: black;
	font-size: 0.8em;
	text-decoration: none;
}

div#tabs_sprache a:hover {
	background-color: #676767;
	color: white;
}

div#tabs_sprache img {
	padding-right: 10px;
	vertical-align: middle;
}