.generalReportTableStyleHeader {  
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif;	
	color: #6699FF;
}

.generalReportTableStyleHeaderTotal {  
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif;	
	font-weight: bold; 
	color: #6699FF;
}

.generalReportTableStyleOddRow {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	color: #000000;
	background-color: #E3EEFB; 
	/*background-color: #EAF7FB;*/ 
}

.generalReportTableStyleEvenRow {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	color: #000000;
	background-color: #D1E4F8; 
	/*background-color: #F4FCFF;*/ 
}

.generalReportTableStyleTotalCell {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: bold; 
	color: #000000;
	background-color: #55AAFF; 
}

/*.generalReportTableStyleReportName {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-style: normal; 
	font-weight: bold; 
	color: #4D4D4D;
}
*/

.generalReportTableStyleReportName {
	font-family: Verdana, Arial, Helvetica; 
	font-size: 13px; 
	font-style: normal; 
	font-weight: bold; 
	color: #FF3300;
}

.generalReportTableStyleFirstColumn {
	text-align: left;
}

.generalReportTableStyleGeneralColumn {
	text-align: right;
}

.generalReportTableStyleClickAndListaEvenRow {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	color: #004080;
	/*background-color: #F4FCFF;*/ 
}

.generalReportTableStyleClickAndListaOddRow {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	color: #004080;
	/*background-color: #EAF7FB;*/	
}

.generalReportTableStyleClickAndListaTotalRow {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: bold; 
	color: #004080;
	/*background-color: #CCDFFF;*/	
}

.generalReportTableStyleEnteredCell {
	background-color: #3399FF;	
	font-style: bold; 
}

.toolbarButton {
	border-style: solid;
	border-width: 1px;
	border-color: white;
}

div.toolbarButton:hover {
	border-style: inset;
	border-width: 1px;
	border-color: gray;
	cursor: pointer;
	cursor: hand;
}
