/* ================================================================== 	*/
/* 																		*/
/* Stylsheet fuer die Tierwohl-Anwendung		                 			*/
/* $Author: MChodorowski $								 		*/
/* $Revision: 1.0 $														*/
/* $Date: 15.01.2014													*/
/* 																		*/
/* ================================================================== 	*/

.clsTableRowBold {
	background-color: #EEEEEE;	
	font-weight: bold;
}

.clsTableRowCapLev1 {
	background-color: #CECECE;	
}

.clsTableRowCapLev2 {
	background-color: #E2E2E2;	
}

.clsTableRowWhite {
	background-color: white;	
	border-bottom: 1px solid #DDDDDD;
}

.clsTableRowAnalysiert {
	background-color: #FFF600;	
}

.workflowItemSelected {
	background-color: #D0DBE6;
}

.clsCellRedFont {
	color: red;	
}

.clsCellGreenFont {
	color: green;	
}

