/* IKAROSnet Stylesheet
   (c) Ferber-Software GmbH 2001-2005
*/

/* allgemein */
html, body, table {
    font-family:Verdana,Tahoma,Arial,sans-serif;
    font-size:12px;
    color:black;
    background:#c0c0c0;	
}
h1 {
    font-size:16px;
}

h2, h3 {
    font-size:14px;
}

img {
        border:0;
}

a { text-decoration:underline; color:#00007f; }
a:link { color:#00007f; }
a:visited { color:#00007f;  }
a:hover { color:#00007f; background:white; }

th {
        vertical-align:middle;
        text-align:center;
        background:#9f9f9f;        
        white-space:nowrap;
}

th.sorted {
        background:#7f7f7f;
}       

tr.uneven {
        background:#fcf8bd;
	}

tr.even {
	background:#f2ec99;
	}

tr.common {
	background:#9f9f9f;
	}

/* Menüs */
.menu {
	background:#d0d0d0;	
}
table.menu {
        width:100%;
}
table.menu td {
        padding:5px;
}

/* files.jsp */
table.files td {
        white-space:nowrap;
}

table.files td.schuldner {
	text-align:left;
	}
table.files th.zahlungen_anzahl {
	text-align:left;
	}
table.files td.zahlungen_anzahl {
	text-align:right;
	}
table.files th.zahlungen_summe {
	text-align:left;
	}
table.files td.zahlungen_summe {
	text-align:right;
	}
table.files td.hf {
	text-align:right;
	}
table.files td.zinsen {
	text-align:right;
	}
table.files td.kosten {
	text-align:right;
	}
table.files td.gesamt {
	text-align:right;
	}
table.files td.waehrung {
	text-align:right;
	}

/* file.jsp */

table.file {
        width:100%;
}

table.file td {
        padding:0p;
        vertical-align:top;
        border:2px;
}

td.note {
	background:#fcf8bd;
}

table.file_details {
        width:100%;
        background:#fcf8bd;        
}

table.file_details tr {
        white-space:nowrap;
}        

table.file_details td {
        padding:2px 5px 2px 2px;
}

table.file_details td.item {
        font-weight:bold;
}

table.file_details td.value {
        font-style:italic;
}

table.file_chron {
        width:100%
}

table.file_chron tr {
        white-space:nowrap;
}       

table.file_chron td {
	text-align:right;
	background:#fcf8bd;
	}

table.file_chron td.datum {
	text-align:center;
}

table.file_chron td.text {
	text-align:left;
}

table.file_chron td.waehrung {
	text-align:left;
}

table.file_chron td.bearbeiter_kuerzel {
	text-align:left;
}


table.file_chron td.notizen {
	text-align:left;
	background:#e0e0e0;
	}

/* chron.jsp */

table.chron {
    width:80%;    
}

table.chron tr {
        white-space:nowrap;
}       

table.chron td {
	text-align:right;
	background:#fcf8bd;
	}

table.chron td.datum {
	text-align:center;
}

table.chron td.text {
	text-align:left;
}

table.chron td.waehrung {
	text-align:left;
}

table.chron td.bearbeiter_kuerzel {
	text-align:left;
}


table.chron td.notizen {
	text-align:left;
	background:#e0e0e0;
	}

/* filenote.jsp */

table.filenote {
    width:100%;    
}

table.filenote tr {
        white-space:nowrap;
}       

table.filenote td {
	background:#fcf8bd;
	}

/* demand.jsp */

table.demand {
        background:#a0a0a0;
}

table.demand tr {
        text-align:right;
}

table.demand td {        
        width:0%;
        white-space:nowrap;
}

table.demand td.Datum {
        text-align:left;
}
 
table.demand td.Bemerkung {
        text-align:left;
        width:auto;
}

table.demand tr {
        background:#fcf8bd;
}
/*
table.demand tr.Z {
        font-style:italic;
}*/

table.demand tr.S, tr.W {
        font-weight:bold;
        font-color:black;
        background:#f2ec99;       
}

pre {
    margin-top:1px;
    margin:bottom:1px;
}
