﻿/* 
Bemerkung:
Tragt bitte Änderungen welche ihr vornehmt im Verlauf ein. Danke!

Verlauf:

Wer:	TER
Was:	Erstellt
Wann:	12.03.09

Wer:	TER
Was:	Verlauf hinzugefügt und Comments geändert
Wann:	19.03.09

*/
/* Klasse für Tables mit nur unten einem Border. Für Listenansicht*/	
table.mdList
{
	width:100% ! important;
	vertical-align:top ! important;
	font-family: Verdana, Arial, Helvetica, sans-serif ! important;
	font-size: 11px ! important;
	white-space: pre-wrap ! important;
	
}
table.mdList th
{

	vertical-align:top ! important;
	text-align:left ! important;
	background-color: #cccccc ! important;
	padding: 5px  5px 5px 5px ! important;
	font-family: Verdana, Arial, Helvetica, sans-serif ! important;
	font-size: 11px ! important;
	font-weight: bold ! important;
	white-space: pre-wrap ! important;
	
}
table.mdList tr
{
	font-family: Verdana, Arial, Helvetica, sans-serif ! important;
	font-size: 11px ! important;
	white-space: pre-wrap ! important;
}
	
table.mdList td
{
	vertical-align:top ! important;
	padding: 5px 5px 5px 5px ! important;
	font-family: Verdana, Arial, Helvetica, sans-serif ! important;
	font-size:11px ! important;
	white-space: pre-wrap ! important;
	
}

/* Dropdownliste des AutoCompletExtender*/
.accL 
{  
	margin : 0px !important;
	background-color : #F0EFEF  ! important;
	color : windowtext ! important;
	border : buttonshadow ! important;
	border-width : 1px ! important;
	border-style : solid ! important;
	cursor : 'default' ! important;
	overflow : auto ! important;
	height : 136px ! important;
	width: 213px ! important;
    text-align : left ! Important;  
    list-style-type:none ! important;
}
/* Wie die nicht markierten Items auszusehen haben*/
.aclI 
{
	background-color : #F0EFEF ! important;
	color : windowtext ! important;
    text-align : left ! Important; 
    list-style-type:none ! important; 
}
/* Wie die markierten Items auszusehen haben*/
.achI
{
	background-color: #FFD16F ! important;
	color: black ! important;
    text-align : left ! Important;  
    list-style-type:none ! important;
    cursor:pointer;
}
/* CursorHack für ImageButton */
.pfCursor
{
    cursor:default;   
}
