

#divHistory{
	/*border: solid 0px #F00;*/
	overflow-y: scroll;		
	padding: 0px 0px 0px 0px;
	/*background-color: var(--dialogBodyBackgroundColor);*/
	height: 490px;
	/*width:130px;*/

	/*scrollbar-color: red yellow;*/
	/*margin-right: 10px;*/
}

#tblHistory{
	/*overflow-y: scroll;*/
	border: solid 0px #000;
	/*font-family: "Verdana";*/
	font-size: 1rem;
	padding: 0;
	background-color: transparent;
	width: 100%;
	/*height: 100%; */
	/*max-height: 650px;*/
}
#tblHistory td{
	border: solid 1px transparent;	
	padding: 2px 3px 2px 3px;	
}
#tblHistory td:nth-child(1){
	/*background-color: #F4F4F4;*/
	text-align: right;
}

#tblHistory td.column1, #tblHistory td.column2{
	width:27px;
	text-align: right;
	/*max-height: 650px;*/
}

#tblHistory tr:nth-child(even) td{
	background-color:var(--rowEvenBackgroundColor);
}
#tblHistory tr:hover td{
	background-color: var(--rowHover);
}

#tblHistory td.pointer {
    background-image: url(/Contents/images/Pointer.white.10x10.png);
    background-position: left;
    background-repeat: no-repeat;
}

/* #tblHistory tr:hover:nth-child(odd) td{
	background-color: var(--rowHover);
} */
/* 
#tblHistory tr:hover:nth-child(even) td{
	background-color: var(--rowHover);
} */
