/*
    Styles fuer die Liste

*/

.TrLst10	{     /* nicht selectiert(radiobut) und ausgewaehlt in liste*/
    background-color:#000067;/*JLI*/
    text-align:left;
}

.TrLstH {   /* Hoehe der Tabellen Listen Zeilen norm*/
    height:21px;
    background-color:#FF7A00;
}


span.FSInfo {   /* AsInformation nach erfolgter Suche */
    font-family:arial,tahoma;
    font-size:10px;
    color:#faf3ee;
    font-weight:bold;
}


span.FLst1 {   /* Asc Desc sortiere nach suche */
    font-family:arial,verdana,tahoma;
    font-size:10px;
    color:#000000;/*JLI*/
    font-weight:bold;
}


span.FLst3 {   /* TabellenInfo-Text in Tabelle Select Details */
  /* 041012 RK */
  font-family:arial,tahoma;
  font-size:8pt;
  color:#664b30;/*JLI*//*333333;*/
}

span.FLst4 { /*  inhalt der liste */
  font-family:arial,tahoma;
  font-size:8pt;
  color:#664b30;/*JLI*/  
}

span.FLstSearch { /*  inhalt der liste suchmarkierung*/
  font-family:arial,tahoma;
  font-size:8pt;
  color:#faf3ee;/*111111;*/
  font-weight:normal;/*bold;*/
  background-color:#000000;
}
span.FLst5 {   /* Zeilennummer */
  font-family:tahoma,arial;
  font-size:8pt;
  color:#664b30;/*JLI*//*ffffff;*/
  font-weight:bold;
}
span.FLstRnpf1 {   /* Rnpf Text Seite */
  font-family:arial,verdana,tahoma;
  font-size:10px;
  color:#000000;/*JLI*/
  font-weight:bold;
}
span.FLstRnpf2 {   /* Rnpf , und ... */
  font-family:verdana,arial,tahoma;
  font-size:9px;
  color:#000000;
}
span.FLstRnpf3 {   /* Rnpf aktuelle Seite + Klammern */
  font-family:arial,verdana,tahoma;
  font-size:14px;
  color:#664b30;/*JLI*/
  font-weight:bold;
}

span.FLst6   {   /* Tabellenheader Ueberschriften */
  font-family:arial,tahoma;
  font-size:11px;
  color:#000000;
}

span.FLst6S   {   /* Tabellenheader Ueberschriften selectiert */
  font-family:arial,tahoma;
  font-size:11px;
  color:#000000;
  font-weight:bold;
}


span.FLstBlank {   /* fuer tabellen position und leerzeichen in liste */
  font-family:arial,tahoma;
  font-size:1px;
  font-weight:normal;
}

span.FLst7 {   /* Anzahl gesamt */
  font-family:tahoma,arial;
  font-size:8pt;
  color:#664b30;/*JLI*/
  font-weight:bold;
}

tr.TFarbstr01{/*Farbstreifen zwischen Inhalt und Fuss (041202 JLI)*/
  height:1px;
  background-color:#B3B3B3;
}

td.TLstInfo	{   /* Tabelle fuer Infotxt - Select Details */
  background-color:#ffffff;/*JLI*/
}

td.TLst1	{   /* Tabelle Asc Desc sortiere nach suche (Tabellenkopf) */
  background-color: #B3B3B3;
  text-align:left;
}

td.TLst2	{   /* Tabelle fuer Infotxt - Select Details */
  background-color:#ffffff;/*JLI*/
}

td.TLst3   {   /* Tabellenheader Ueberschriften */
  background-color: #EFD076;/*JLI*/
}
td.TLst3r   {   /* rechts!! Tabellenheader Ueberschriften */
  background-color: #EFD076;/*JLI*/
  text-align:right;
}
td.TLst3c   {   /* rechts!! Tabellenheader Ueberschriften */
  background-color: #EFD076;/*JLI*/
  text-align:center;
}
td.TLst30   {   /* Tabellen - ListenAbschluss mit Rnpf */
  background-color: #ffffff;/*JLI*/
  text-align:left;
}
td.TLst4	{   /* optionale Select Spalte */
  background-color: #664b30;/*JLI*/
}
td.TLst4Selected	{   /* optionale Select Spalte (Mindestens eine Checkbox selektiert)*/
  /* background-color: #ffb300; */
    background-color: #951634; 
}

td.TLst5	{     /* Tabelleninhalt normal - nicht selectiert, ausgewaehlt und markiert in Liste*/
  background-color:#ffffff;
  text-align:left;
}
td.TLst5r	{     /* rechts !!Tabelleninhalt normal - nicht selectiert, ausgewaehlt und markiert in Liste*/
  background-color:#ffffff;
  text-align:right;
  padding-right:2px;
}
td.TLst5c	{     /* rechts !!Tabelleninhalt normal - nicht selectiert, ausgewaehlt und markiert in Liste*/
  background-color:#ffffff;
  text-align:center;
}
td.TLst6	{   /* Abstand (unten)Zeilentrenner */
  background-color:#eeeeee;/*JLI*/
}

td.TLst7	{     /* Tabelleninhalt normal (wie TLst5) nur align right - fuer zeilennummer*/
  background-color:#90c9ea;/*JLI*/
  text-align:right;
  padding-right:2px;
}

td.TLst8	{   /* selectierte(radiobut) und nicht ausgewaehlt in Liste */
  background-color:#aaaaaa;
  text-align:left;
}

td.TLst9	{     /* markierte Sortierungsspalte(orderBy) - nicht selectiert(radiobut) und nicht ausgewaehlt  in liste*/
  background-color:#e6e6e6;/*JLI*/
  text-align:left;
}
td.TLst9s	{     /* ausgewaehlte Suchspalte in liste*/
  background-color:#e6e6e6;/*JLI*/
  text-align:left;
}
td.TLst9r	{     /* rechts!! markierte Sortierungsspalte(orderBy) - nicht selectiert(radiobut) und nicht ausgewaehlt  in liste*/
  background-color: #e6e6e6;
  text-align:right;
}
td.TLst9sr	{     /* rechts!! ausgewaehlte Suchspalte in liste*/
  background-color:#e6e6e6;
  text-align:right;
}
td.TLst10	{     /* nicht selectiert(radiobut) und ausgewaehlt in liste*/
  background-color:#ffb300;/*JLI*/
  text-align:left;
}
td.TLst10r	{     /* rechts !!nicht selectiert(radiobut) und ausgewaehlt in liste*/
  background-color:#ffb300;/*JLI*/
  text-align:right;
}
td.TLst11	{     /* selectiert(radiobut) und ausgewaehlt in liste*/
  background-color:#ffb300;/*gelb*/
  text-align:left;
}
td.TLst11r	{     /* selectiert(radiobut) und ausgewaehlt in liste*/
  background-color:#666666;/*gelb*/
  text-align:right;
}

td.TLstTr	{   /* Tabelle Trenner Header inhalt oben top*/
  background-color:#99b8ff;
}
td.TLstTr1	{   /* Tabelle Trenner Header inhalt oben mitte */
  background-color:#efd076;
}

table.TbLst    {/*Rahmen aussen*/
  background-color: #ffffff;/*JLI*/
  border-color: #efd076;/*JLI*/
  border:1px solid #efd076;
  padding:2px;
}

/************ Eigenschaften fuer Markierung und Selection in Liste **********/

font.FLstNorm { /*  inhalt der liste keine Selectspalte */
  font-family:arial,tahoma;
  font-size:8pt;
  color:#111111;
  font-weight:normal;
}

font.FLstSort { /*  inhalt der liste Selectspalte keine Mark(Klick)Spalte */
  font-family:arial,tahoma;
  font-size:8pt;
  color:#111111;
  font-weight:normal;
}

font.FLstSearchMark { /*  Highlighted Text in sortierungsspalte aber nicht Mark(Klick)Splate */
  font-family:arial,tahoma;
  font-size:8pt;
  color:#faf3ee;
  background-color:#000067;/*JLI*/
}
span.FLstSearchMark { /*  Highlighted Text in sortierungsspalte aber nicht Mark(Klick)Splate */
  font-family:arial,tahoma;
  font-size:8pt;
  color:#faf3ee;
  background-color:#000067;/*JLI*/
}

td.TLstNorm	{     /* nicht sortspalte nicht Markspalte*/
  background-color:#ffffff;/*000067;000000;*/
  text-align:left;
}
td.TLstSort	{     /* sortspalte nicht Markspalte*/
  background-color:#ff0000;/*000067;000000;background-color: #e6e6e6;*/
  text-align:left;
}
td.TLstSortMark	{     /* sortspalte und Markspalte*/
  background-color:#ff00ff;/*000067;000000;*/
  text-align:left;
}

A.LLstNorm  /* Markspalte LinkText nicht sortspalte nicht markiert(ausgewaehlt) */
{
  font-family:arial,verdana;
  font-size:8pt;
  color:#000000;
  text-decoration:none;
}

A.LLstNorm:HOVER  {
  color:#ffff00;
  background-color:#AD9D5F;
}

A.LLstNorm:ACTIVE {
  color:#ff0000;
}

A.LLsLNorm:VISITED {
  color:#333333;
}
A.LLstSort  /* Markspalte LinkText sortspalte nicht markiert(ausgewaehlt) */
{
  font-family:arial,verdana;
  font-size:8pt;
  color:#ff0000;
  text-decoration:none;
}

A.LLstSort:HOVER  {
  color:#ffff00;
  background-color:#AD9D5F;
}

A.LLstSort:ACTIVE {
  color:#ff0000;
}

A.LLstSort:VISITED {
  color:#333333;
}

A.LLstSortMark  /* Markspalte LinkText sortspalte und markiert(ausgewaehlt) */
{
  font-family:arial,verdana;
  font-size:8pt;
  color:#ff00ff;
  text-decoration:none;
}

A.LLstSortMark:HOVER  {
  color:#ffff00;
  background-color:#AD9D5F;
}

A.LLstSortMark:ACTIVE {
  color:#ff0000;
}

A.LLstSortMark:VISITED {
  color:#333333;
}

/************ Ende der Eigenschaften fuer Markierung und Selection in Liste **********/

Select.SLst1 { /* selectBox fuer OrderBy und r2P */
  font-family:arial,tahoma;
  font-size:7pt;
  font-weight:bold;
  color:#000000;
  background-color:#ffffff;
  border-color:#B3B3B3;
  border-width:1px;
  border-style:solid;
}

input.ILstBut1  { /* Radio Button asc-desc */
  cursor:pointer;
}

input.ILstBut2	/* in CBox GO+Reset Button */
{
  border:1px;
  cursor:pointer;
  vertical-align:top;
  width:15px;
  height:15px;
  border-style:outset;
}

input.ILstBut2S	/* in CBox GO+Reset Button Selectiert*/
{
  border:1px;
  cursor:pointer;
  vertical-align:top;
  width:15px;
  height:15px;
  border-style:inset;
}

input.ILstButGo	/* in CBox GO Button */
{
 border:1px;
  cursor:pointer;
  vertical-align:top;
  width:15px;
  height:15px;
  border-style:outset;
}

input.ILstButGoS	/* in CBox GO Button Selectiert*/
{
  border:1px;
  cursor:pointer;
  vertical-align:top;
  width:15px;
  height:15px;
  border-style:inset;
}



input.ILstBut3	/* in Rnpf vor und zurueck */
{
  text-indent:2pt;
  color: #faf3ee;/*JLI*/
  border: #5a6361 2px solid;/*JLI*/
  background-color:#5a6361;
  font-family:arial,verdana;
  font-size:7pt;
  cursor:pointer;
  width:26px; /* 32 */
  height:18px;/*JLI*/
  font-weight:bold;  
  border-style:outset;
}

input.ILstBut3S	/* in Rnpf vor und zurueck Selectiert*/
{
  text-indent:2pt;
  color:#5a6361;/*JLI*/
  border-width:1px;/*JLI*/
  border-color:#5a6361;/*JLI*/
  background-color:#faf3ee;/*JLI*/
  font-family:arial,verdana;
  font-size:7pt;
  cursor:pointer;
  font-weight:bold;
  width:26px; /* 32 */
  height:18px;/*JLI*/
  /*  
  border-style:inset;
  */
}


input.ILstSearch    /* fuer eingabe der suche in ListObject */
{
  vertical-align:bottom;
  text-indent:3pt;
  color:#111111;
  border-width:1pt;
  border-color:#0a5a0c;
  background-color:#ffffff;
  font-size:7pt;
  width:50px;
  border-style:solid;
}

input.ILstSearchE    /* fuer eingabe der erweiterten suche in ListObject */
{
  text-indent:3pt;
  color:#111111;
  border-width:1px;
  border-color:#0a5a0c;
  background-color:#ffffff;
  font-size:8pt;
  width:250px;
  border-style:inset;
}

A.LLstUpDown  /* fuer Img Up-Down in Liste */
{
  text-decoration:none;
  cursor:pointer;
}

A.LLstUpDown:HOVER  {
  text-decoration:underline;
}

A.LLstUpDown:ACTIVE {
  text-decoration:underline;
}

A.LLstUpDown:VISITED {
  text-decoration:none;
}

A.LLst1S  /* LinkText in select spalte in liste nach select */
{
  font-family:arial,verdana;
  font-size:8pt;
  color:#000000;
  text-decoration:none;
}

A.LLst1S:HOVER  {
  /*color:#faf3ee;
  bakground-color:#AD9D5F;*/
}

A.LLst1S:ACTIVE {
  color:#664b30;
}

A.LLst1S:VISITED {
  color:#664b30;
}

A.LLst1S1  /* LinkText in select spalte in liste nach select und markiert und suche in dieser spalte*/
{
  font-family:arial,verdana;
  font-size:8pt;
  color:#664b30;
  text-decoration:none;
}

A.LLst1S1:HOVER  {
  color:#664b30;
  background-color:#AD9D5F;
}

A.LLst1S1:ACTIVE {
  color:#664b30;
}

A.LLst1S1:VISITED {
  color:#664b30;
}


A.LLst1  /* Text in select spalte in liste */
{
  font-family:arial,verdana;
  font-size:8pt;
  color:#664b30;
  text-decoration:none;
}

A.LLst1:HOVER  {
  color:#00ff00;
  background-color:#AD9D5F;
}

A.LLst1:ACTIVE {
  color:#009900;
}

A.LLstRnpf  /* Rnpf Seiten */
{
  font-family:arial,verdana,arial,tahoma;
  font-size:8pt;
  color:#664b30;/*JLI*/
  font-weight:normal;
  text-decoration:none;
}
A.LLstRnpf:HOVER
{
  color:#faf3ee;/*JLI*/
  text-decoration:underline;/*JLI*/
  background-color:#000067;/*JLI*/
}
A.LLstRnpf:ACTIVE
{
  color:#faf3ee;/*JLI*/
  background-color:#000000;/*JLI*/
}

input.LstEditText    /* CRO 20050706: Fuer ListviewEditing-Textfelder (normal)*/
{
  color:#664B30;
  border-width:1px;
  border-color:#000000;
  background-color:#ffffff;
  font-size:8pt;
  border-style:solid;
  margin-right:2px;
  vertical-align:top;
}

textarea.LstEditTextarea    /* CRO 20060203: Fuer ListviewEditing-TextAreas (normal)*/
{
  color:#664B30;
  border-width:1px;
  border-color:#000000;
  background-color:#ffffff;
  font-size:8pt;
  border-style:solid;
  margin-right:2px;
  vertical-align:top;
  font-family:arial,tahoma;
}

input.EditLstBut2	/* in CBox GO+Reset Button */
{
  text-indent:2pt;
  color: #faf3ee;/*JLI*/
  border:1px solid #5a6361;/*JLI*/
  background-color:#5a6361;/*JLI*/
  font-family:arial,verdana;
  font-size:7pt;
  cursor:pointer;
  width:42px;
  height:17px;
  font-weight:bold;
  border-style:outset;
}

input.EditLstBut2S	/* in CBox GO+Reset Button Selectiert*/
{
  text-indent:2pt;
  color: #5a6361;/*JLI*/
  border:1px solid #5a6361;/*JLI*/
  background-color:#faf3ee;/*JLI*/
  font-family:arial,verdana;
  font-size:7pt;
  cursor:pointer;
  font-weight:bold;
  width:42px;
  height:17px;
}
input.LstEditTextDisabled    /* CRO 20050706: Fuer ListviewEditing-Textfelder (nicht editierbar)*/
{
  color:#664B30;
  border-width:0px;
  border-color:#000000;
  background-color:transparent;
  font-size:8pt;
  border-style:solid;
  margin-right:2px;
  vertical-align:top;
}

input.LstEditTextEdited    /* CRO 20050706: Fuer ListviewEditing-Textfelder (editiertes Feld)*/
{
  color:#664B30;
  border-width:1px;
  border-color:#000000;
  background-color:#90EE90;
  font-size:8pt;
  border-style:solid;
  margin-right:2px;
  vertical-align:top;
}

textarea.LstEditTextareaEdited    /* CRO 20060202: Fuer ListviewEditing-TextAreas (Bearbeitet)*/
{
  color:#664B30;
  border-width:1px;
  border-color:#000000;
  background-color:#90EE90;
  font-size:8pt;
  border-style:solid;
  margin-right:2px;
  vertical-align:top;
  font-family:arial,tahoma;
}


input.LstEditTextEditedDisabled    /* CRO 20050706: Fuer ListviewEditing-Textfelder-Disabled (editiertes Feld)*/
{
  color:#664B30;
  border-width:0px;
  border-color:#000000;
  /*background-color:#90EE90;*/
  background-color:transparent;
  font-size:8pt;
  border-style:solid;
  margin-right:2px;
  vertical-align:top;
}

input.LstEditTextDelete    /* CRO 20050706: Fuer ListviewEditing-Textfelder (geloeschter Datensatz)*/
{
  color:#664B30;
  border-width:1px;
  border-color:#000000;
  background-color:#FF7A7A;
  font-size:8pt;
  border-style:solid;
  margin-right:2px;
  vertical-align:top;
}

textarea.LstEditTextareaDelete    /* CRO 20060203: Fuer ListviewEditing-TextAreas (delete)*/
{
  color:#664B30;
  border-width:1px;
  border-color:#000000;
  background-color:#FF7A7A;
  font-size:8pt;
  border-style:solid;
  margin-right:2px;
  vertical-align:top;
  font-family:arial,tahoma;
}

input.LstEditTextDeleteDisabled    /* HHE: Fuer ListviewEditing-Textfelder-Disabled  (geloeschter Datensatz)*/
{
  color:#664B30;
  border-width:0px;
  border-color:#000000;
  background-color:#FF7A7A;
  /*background-color:transparent;*/
  font-size:8pt;
  border-style:solid;
  margin-right:2px;
  vertical-align:top;
}
select.LstEditCombo    /* CRO 20050706: Fuer ListviewEditing-Comboboxen (normal)*/
{
  color:#664B30;
  border-width:1px;
  border-color:#000000;
  background-color:white;
  font-size:8pt;
  border-style:solid;
  margin-right:2px;
  vertical-align:top;
}

select.LstEditComboEdited    /* CRO 20050706: Fuer ListviewEditing-Comboboxen (editiertes Feld)*/
{
  color:#664B30;
  border-width:1px;
  border-color:#000000;
  background-color:#90EE90;
  font-size:8pt;
  border-style:solid;
  margin-right:2px;
  vertical-align:top;
}

select.LstEditComboDelete    /* CRO 20050706: Fuer ListviewEditing-Comboboxen (geloeschter Datensatz)*/
{
  color:#664B30;
  border-width:1px;
  border-color:#000000;
  background-color:#FF7A7A;
  font-size:8pt;
  border-style:solid;
  margin-right:2px;
  vertical-align:top;
}

div.LstEditSpan    /* CRO 20060130: Fuer ListviewEditing-Span (nicht editierbarer Text)*/
{
  font-family:arial,tahoma;
  font-size:8pt;
  color:#664B30;
  /*padding:3px;
  vertical-align:middle;*/
  margin-right:2px;
  vertical-align:top;
}

span.LstEditSpanDelete    /* CRO 20060130: Fuer ListviewEditing-Span (nicht editierbarer Text in geloeschtem Datensatz)*/
{
  font-family:arial,tahoma;
  font-size:8pt;
  color:#664B30;
  background-color:#FF7A7A;
  /*padding:3px;
  vertical-align:middle;*/
  margin-right:2px;
  vertical-align:top;
}

.TrLstHDelete {   /* CRO 20060130: Fuer ListviewEditing-Tabellenzeile (geloeschter Datensatz)*/
    height:21px;
    background-color:#FF7A7A;
}

.listEditDelIco /* CRO 20050707: Fuer ListviewEditing-Delete-Icon (Datensatz-loeschen-Icon)*/
{
  cursor:pointer;
  margin-left:2px;
  margin-right:0px;
}

td.LstEditNewDs /* CRO 20050708: Fuer ListviewEditing (neuer Datensatz normal) */
{
  background-color: #EFD373;
}
td.LstEditNewDsr /* CRO 20050708: Fuer ListviewEditing (neuer Datensatz rechts) */
{
  background-color: #aadddd;
  text-align:right;
}
td.LstEditNewDsc /* CRO 20050708: Fuer ListviewEditing (neuer Datensatz centered) */
{
  background-color: #aadddd;
  text-align:center;
}

span.LstEditMsg /* CRO 20050711: Fuer ListviewEditing (Meldungen) */
{
  color:#ff1111;
  /*margin-left:10px;*/
}
.lveCalIco
{
  border:0;
  vertical-align:middle;
  cursor: pointer;
}

tr.lveStreifen{
  height: 1px;
  background-color: #EFD373;
}

td.TLst4Selected	{   /* optionale Select Spalte (Mindestens eine Checkbox selektiert)*/
  /* background-color: #ffb300; */
    background-color: #634931; 
}

.LstEditTable {
  background-color:#006633;
  width:100%;
}