/* PhpInfo */
.PhpInfo {
	
	}
.PhpInfo table tr:nth-child(even) {
	background-color:	#eeeeee;
	}

/* Header */
.PhpInfo .h {
	background-color:	#bbbbbb;
	}

/*  */
.PhpInfo .e {
	background-color:	#dddddd;
	white-space:		nowrap;
	width:			250px;
	}
/* Value */
.PhpInfo .v {
	
	}



/* BidDump */
.BigDumpFrame {
	border:			none;
	width:			100%;
	height:			550px;
	}



/* Logging */
.LoggingTableContainer {
	display:		inline;
	position:		relative;
	}
.LoggingTableBox {
	padding:		10px;
	border-radius:		5px;
	box-shadow:		2px 2px 2px 0 #999999;
	display:		none;
	position:		absolute;
	width:			480px; 
	height:			180px;
	overflow:		auto;
	background-color:	#ffffff;
	font-family:		monospace;
	bottom:			15px;
	right:			10px;
	z-index:		1;
	border:			1px solid #666666;
	}
.LoggingTableContainer:hover .LoggingTableBox {
	display:		block;
	}



/* Skripte */
.ScriptsContainer {
	display:		table;
	width:			100%;
	table-layout:		fixed;
	}
.ScriptsBox {
	display:		table-row;
	}
.ScriptsBox > div {
	display:		table-cell;
	padding:		0 0 0 10px;
	}
.ScriptsBox > div:first-child {
	padding:		0 10px 0 0;
	}



/* DirectoryListing */
.AttendantDirectoryListingForm {
	
	}
.AttendantDirectoryListingForm textarea {
	width:			100%;
	font-family:		'Lucida Console', monospace;
	height:			450px;
	border:			1px solid #000000;
	}



/* Zeichenreferenz */
.AttendantEntityBox {
	width:			75px;
	height:			50px;
	padding:		5px;
	border:			1px solid #cccccc;
	font-size:		30px;
	float:			left;
	font-weight:		bold;
	text-align:		center;
	}
.AttendantEntityDecimal,
.AttendantEntityHexaDecimal {
	font-size:		10px;
	color:			#aaaaaa;
	font-weight:		normal;
	font-family:		monospace;
	}
.AttendantEntityDecimal {
	float:			left;
	}
.AttendantEntityHexaDecimal {
	float:			right;
	}



/* Upload */
.AttendantUploadContainer {
	font-family:		arial, sans-serif;
	}
.AttendantUploadBox {
	
	}
.AttendantUpload {
	
	}
.AttendantUpload fieldset {
	height:			150px;
	margin:			0 0 15px 0;
	}
.AttendantUpload .DirectoryListing {
	height:			100%;
	overflow:		auto;
	}
.AttendantUpload iframe {
	border:			none;
	height:			100%;
	width:			100%;
	overflow:		auto;
	}
.AttendantUploadPath {
	margin:			0 0 10px 0;
	}
.AttendantUploadPath span {
	font-weight:		bold;
	}



/* Grafikgenerator */
.ImageGeneratorLogContainer {
	margin:			25px 0 0 0;
	white-space:		nowrap;
	overflow:		auto;
	height:			300px;
	font-family:		monospace;
	}
