p, td, tr	{font-size:9pt; font-family: arial,helvetica, univers;}
p1 	{font-size:20pt; font-family: univers,geneva,Verdana,arial,helvetica, univers;}
.H1	{font-size:20pt; font-family: arial,helvetica, univers;
	color:#E0E0E0;
	Background-COLOR:#004798;}
.H1Rot	{font-size:20pt; font-family: arial,helvetica, univers;
	color:red;
	Background-COLOR:#004798;}
.H2	{font-size:20pt; font-family: arial,helvetica, univers;
	color:#E0E0E0;
	Background-COLOR:#99B5D6;}
.H2Rot	{font-size:20pt; font-family: arial,helvetica, univers;
	color:red;
	Background-COLOR:#E0E0E0;}
.courier	{font-family: courier; font-size:10pt;}
.blau {	COLOR:#004798; 
	text-decoration:none;
	font-family:arial,helvetica, univers;
}
.blau1 {	COLOR:#004798; 
	text-decoration:none;
	font-family:arial,helvetica, univers;
	background-color:#D0D0D0;}

.rot {color:red;
	text-decoration:none;
	font-family:arial,helvetica, univers;
}

.rot1 {color:red;
	text-decoration:none;
	font-family:arial,helvetica, univers;
	background-color:#D0D0D0;}

.gruen1 {color:green;
	text-decoration:none;
	font-family:arial,helvetica, univers;
	background-color:#D0D0D0;}

.gruen {color:green;}
.LINEGREY {background-color:#E0E0E0;}
.LINEGREY2 {background-color:#99B5D6;}
.BackImage {background-color:#FFFFCC;}
.dark {color:#C0C0C0;
	Background-COLOR:#004798;}
.H2	{font-size:16pt; font-family: arial,helvetica, univers;
	color:#004798;}





.tableWidget_headerCell,.tableWigdet_headerCellOver,.tableWigdet_headerCellDown{	/* General rules for both standard column header and mouse on header of sortable columns */
		cursor:pointer;	
		border-bottom:3px solid #C5C2B2;
		border-right:1px solid #ACA899;
		border-left:1px solid #FFF;	
		background-color: #99B5D6;
	}
	
	.tableWidget_headerCell{	/* Standard column header */
		border-top:2px solid #ECE9D8;
		
	}

	.tableWigdet_headerCellOver{	/* Rollover on sortable column header */
		border-top:2px solid #FFC83C;		
	}
	.tableWidget tbody .tableWidget_dataRollOver{	/* Rollover style on mouse over (Data) */
		background-color:#FFF;	/* No mouseover color in this example - specify another color if you want this */
	}
	
	.tableWigdet_headerCellDown{
		border-top:2px solid #FFC83C;	
		background-color:#DBD8C5;
		border-left:1px solid #ACA899;
		border-right:1px solid #FFF;			
	}
	.tableWidget td{
		margin:0px;
		padding:2px;
		border-right:1px solid #EAE9E1;
		border-bottom:2px solid #EAE9E1;	/* Border bottom of table data cells */
border-collapse:separate;
empty-cells:show;
	}

	.tableWidget tbody{
		background-color:#FFF;
	}
	.tableWidget{
		font-family:arial;
		font-size:12px;	
		width:1200px;
	}
		
	/* End layout CSS */
	
	
	div.widget_tableDiv {
		border:2px solid #ACA899;	/* Border around entire widget */
		height: 200px;
		overflow:auto;
		overflow-y:auto;
		overflow:-moz-scrollbars-vertical;
		width:1200px;
		direction:rtl;
	}


	
	html>body div.widget_tableDiv {
		overflow:auto;
		display: block;
		width:400px;

	}


	.tableWidget thead{
		position:relative;
overflow:scroll;
overflow-x:hidden; 
	}
	.tableWidget thead tr{
		position:relative;
	}

html>body thead.widget_tableDiv tr {
	display: block;
}

	.tableWidget .scrollingContent{
		overflow-y:auto;
		overflow:-moz-scrollbars-vertical;
		width:100%;
	}