/* CSS Document */


/**
* HTML Komponenten
**/

body							{ Font-Family: Arial; Text-Decoration: none; Font-Size: 11px; Color: white; Margin: 20px; Background-Color: #5f5e5e;}
table							{ Table-Layout: fixed; }
blockquote						{ Margin: 6px; Text-Align: justify; }

a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #C8C8C8;
}
a:active {
	text-decoration: none;
	color: #C8C8C8;
}

/**
* Table Komponenten
**/

.header							{ width: 1000px; height: 90px; Background-Color: #000000; Border-Bottom: 1px solid #5f5e5e; Text-Align: left; }
.menue							{ width: 1000px; height: 30px; Background: url(../images/bar.jpg) repeat; Border-Bottom: 1px solid #5f5e5e; Text-Align: left; }
.mainTable						{ width: 1000px; Background-Color: #504f4f; Border-Bottom: 1px solid #5f5e5e; }
.content						{ width: 1000px; Text-Align: left; }
.contentLeft					{ width: 125px; vertical-align: top;  }
.contentMiddle					{ width: 730px; vertical-align: top; }
.contentMiddleR					{ width: 0px; vertical-align: top; }
.contentDivx					{ width: 730px; vertical-align: top; }
.contentRight					{ width: 125px; vertical-align: top; }
.footer							{ width: 1000px; height: 23px; Background-Color: #000000; Text-Align: center; Font-Size: 9px; Color: #999999; Text-Decoration: none; }

.td1 {
	font-family: Segoe UI, Arial, Microsoft Sans Serif, Cambria, Helvetica, sans-serif;
	font-size: 12px;
	Background-Color: #424242;
	border:0px;
}

.tab1 { 
	font-size: 11px; 
	font-weight: color:#121212; 
}
.tab2 { 
	font-size: 11px; 
	font-weight: bold; color:#AE392E; 
}
.tab4 { 
	font-size: 11px; 
	font-weight: bold; color:#121212; 
}
.tab5 { 
	font-size: 12px; 
	font-weight: bold; color:#D2D2D2; 
}
.tab6 { 
	font-size: 12px; 
	font-weight: bold; color:red; 
}
.tab7 { 
	font-size: 11px; 
	font-weight: bold; color:blue; 
}
.tab8 { 
	font-size: 12px; 
	font-weight: bold; color:blue; 
}
.tab9 { 
	font-size: 14px; 
	font-weight: bold; color:#D2D2D2; 
}
.copy { 
  background-image:		url(../images/table_head.jpg);
	font-size: 9px; 
	font-weight: bold; color:#121212; 
}

.ubrBody {
	margin: 0 0 0 0;
	background-color: #EEEEEE;
}

.ubrWrapper {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.ubrDebug {
	font: 16px Arial;
	background-color: #FFFFFF;
	border: 1px solid #898989;
	width: 900px;
	height: 100px;
	overflow: auto;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.ubrAlert {
	font: 18px Arial;
}

.ubrFinishedData {
	background-color: #424242
	border: 1px solid #DADADA;
	width: 600px;
	
}

.ubrFinishedData  th{
	text-align: center;
	background-color: #bbbbbb;
	font-weight: bold;
}

.ubrFinishedOdd{
	text-align: center;
	background-color: #707070;
}

.ubrFinishedEven{
	text-align: center;
	background-color: #4F4F4F;
}
.ubrFinishedEven2{
	text-align: center;
	background-color: #858585;
}

.ubrUploadData {
	background-color: #b3b3b3;
	border: 1px solid #898989;
	width: 350px;
}

.ubrUploadDataLabel {
	background-color: #676767;
	font: 13px Arial;
	width: 50%;
	text-align: left;
	font-weight: bold;
}

.ubrUploadDataInfo{
	background-color: #818181;
	font: 13px Arial;
	width: 50%;
	text-align: center;
}

.ubrBar1 {
	background-color: #b3b3b3;
	position: relative;
	text-align: left;
	height: 20px;
	border: 1px solid #505050;
	z-index: 5;
	/*background-image:url(images/progress_bar_white.gif);*/
	/*layer-background-image:url(images/progress_bar_white.gif);*/
}

.ubrBar2 {
	background-color: #000099;
	position: relative;
	text-align: left;
	height: 20px;
	width: 0%;
	z-index: 6;
	/*background-image:url(images/progress_bar_blue.gif);*/ 
	/*layer-background-image:url(images/progress_bar_blue.gif);*/
}

.ubrError {
	color: red;
}

.ubrWarning{
	color: yellow;
}

.color {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EDB111;
	font-size: 18px;

}