/*
    Copyright 2006 Dr. Detlef Groth, Schwielowsee, Germany.
     License: http://creativecommons.org/licenses/LGPL/2.1/
     System        : JSCOMPONENTS_JS : 
     Object Name   : $RCS_FILE$
     Revision      : $REVISION$
     Date          : Fri Nov 10 15:34:53 2006
     Created By    : Dr. Detlef Groth, Schwielowsee, Germany
     Created       : Fri Nov 10 15:34:53 2006

     Last Modified : <061118.1045>
     ID            : $Id$
     Source        : $Source$
     Description	
     Notes

  */
div.JSTableSort table th {
padding: 5px;
padding-left: 14px;
padding-right: 14px;
background-color: #666666;
}
div.JSTableSort table th.SortNumber, div.JSTableSort table th.SortString {
cursor: pointer ;
}

/*Kopfzeile Standard*/
div.JSTableStripe table th {
background-color: #aaaaff;
border: 1pt solid #000066;
}

/*Kopfzeile Absteigend*/
div.JSTableSort table th.SortAsc {
background-color: #ff0000;
background-image: url(up.gif);
background-repeat : no-repeat;
cursor: pointer ;

}
/*Kopfzeile Aufsteigend*/
div.JSTableSort table th.SortDesc {
background-color: #00ff00;
background-image: url(down.gif);
background-repeat : no-repeat;
cursor: pointer ;
}

/* "normale" Zeile*/

div.JSTableStripe table tr   {
	page-break-inside: avoid !important;
}

div.JSTableStripe table tr td  {
	border-top: 1pt solid #000066;
	border-bottom: 1pt solid #000066;
}

/*Andersfarbige Zeile*/
div.JSTableStripe table tr.even td {
	background-color: #eeeeff;
}

div.JSTableStripe table {
    border-style: 1px solid #000066;
    border-width: 1px;
    margin-top: 5px;
    border-collapse: collapse ;
}
div.JSTableStripe table td, th {
    padding: 0.4375rem;
    border-top: solid;
    border-left: solid;
    border-width: 0px;
}

img {
	margin: 0.4375rem 0rem;
}

td [class=name] {
	font-weight:bold; 
}

tfoot.th {
		 background-color: white;
}
