
/*****************************************************************************/
/*** GENERAL ***/
/*****************************************************************************/

/*
body {
	color: #000000;
	margin: 0;
	padding: 0.0em;
}

a{
	font-family:Helvetica,Arial,sans-serif; 
	font-size:8pt;
	text-decoration: none;
	color:#ffffff;
}

a img{
	border: none;	
}
*/

/* div.surround {
	font-family:Helvetica,Arial,sans-serif;
	width:900px;
	height:400px;
	background-color:#000000;
	border: 0px solid #ff0000;
	color:#000000;
}
*/

/*****************************************************************************/
/*** SUGGEST ***/
/*****************************************************************************/

div.suggestLayer {
	font-family:Helvetica,Arial,sans-serif; 
	display: none;
	background: transparent;
	opacity: .98;
	filter:alpha(opacity=98);
	position:absolute;
	z-index:1000;
	width:180px;
	top:117px;
	left:11px;
/* border:1px solid black; */
}

/* Kopf */
table.suggestLayer {
	font-size: 12px;
	width: 250px;
	border: 0px solid #205aa7;
	height: 12px;
	background-color: #ffffff;
	color: #000000;
	cursor: pointer;
}

tr.suggestLayer {
	height: 12px;
}

td.suggestLayer {
	padding: 0;
	height: 12px;
}


tr.suggestHeader{
	color: #000;
	font-weight: normal;
	font-size: 10px;
}

tr.suggestHeader td{
	border-bottom: 0px solid #5C637D;
	padding: 3 3 3 5px
}

td.suggestFooter {
	height:25px;
	border-top:solid 0px #5C637D; 
	font-size:9px;
	color: #000;
	background-color: #FCFCFC;
	background-repeat: no-repeat;
	background-position: right;
}

td.suggestTextQuery {
	font-weight: bold; 
	padding: 2 15 2 10px;
}

span.suggestTextQueryTyped {
	color: #000000;
	text-decoration: underline;
}

td.suggestTextType {
	padding: 2 5 2 15px;
	width: 30%;
}

td.suggestTextAmount {
	padding: 2 5 2 15px;
	width: 30%;
	text-align: right;
}

tr.suggestRow {
	padding: 2 2 2 0px;
	background-color: #FCFCFC;
}

tr.suggestHighlight {
	color: #FCFCFC;
	background-color: #f05e23;
}

tr.suggestHighlight span.suggestTextQueryTyped {
	color: #000;
}


