/* not used */

.tvEvenRow
{
	background-color: #ECF8FB;
}
.tvEvenRow_row_disabled
{
	background-color: #ECF8FB;
	color: gray;	
	cursor: default;
}


.tvEvenrow_2_val
{
	background-color: #FFFFCC;
}

.tvOddRow
{
	background-color: #b9c4cb; /*//#cee9f9;*/
}
.tvOddRow_row_disabled
{
	background-color: #b9c4cb; /*//#cee9f9;*/
	color: gray;	
	cursor: default;
}


.tvEvenRow_2
{
	background-color: #ECF8FB;
}

.tvOddRow_2
{
	background-color: #b9c4cb;
}
