/*+--------------------------------------------------+
  +  www.sappari.com
  +  public
  +  css
  +  februar 2005 ow
  +--------------------------------------------------+*/
  
/*+--------------------------------------------------+
  +  tabelle
  +--------------------------------------------------+*/
table.raster {
	background: rgb(230,230,230);
	border-collapse: collapse;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	width: 500px;
     /*border: 1px solid silver;caption-side: bottom;
      
    table-layout: fixed;*/
}
table.raster td, table.raster th {
    border: 1px solid white;
    padding: 3px;
}
table.raster th {
    background: #CCCCCC;/* rgb(180,180,180); */
    /* color: white; */
	padding-left: 5px;

	text-align: left;
}
  
table.header {
	background: #CCCCCC; /* rgb(255,210,210); */
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;

}
table.header td {
	/* background: #FFFFFF; */
}

/*+--------------------------------------------------+
  +  text
  +--------------------------------------------------+*/
td.pending {
	font-weight: bold;
	color: #FF6600;
}
td.closed {
	font-weight: bold;
	color: #00CC00;
}
  
.texttable {
	width: 500px;
	/* border-style: dotted; */
	/* border-width: 1px; */
}

.headertable {
	/* border-style: dotted; */
}

oldtd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	/*background-color: #e4e4e4; */
	background-color: #E6E6E6;
	border-style: solid;
	border-color: FFFFFF;
	border-width: 1px;
	padding: 3px;
}

oldth {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align:left;
	color: #000000;
	background-color: #CCCCCC;
	border-style: solid;
	border-color: FFFFFF;
	border-width: 1px;
	padding: 3px;
}

  

.body {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #CCCCCC}
.note {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #CCCCCC}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
}
.indented {clip: rect(   ); list-style-position: inside; list-style-type: none}
.noteHighlight {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #CCCCCC; font-weight: bold}

a:link {color: #AAAAFF}
a:visited {color: #BF80FF}
a:active {color: #66CCCC}

body {background-color: #FFFFFF}
.noteDark {
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #333333
}

.table-row {
  height: 18px;
}





texttable:td {
	color: #0000CC;
}


.bodyDark {
font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000
}
