@CHARSET "ISO-8859-1";

/*This is for the Tab row style*/


.data tr:nth-child(2n) {
	  background-color: #E8E8E8;
}

.data tr:nth-child(2n-1) {
	  background-color: #C0C0C0;
}

.data tr h1 { font-size 1em;}

.data tr:hover {
	background-color: #0000FF;
	color:            #ffFFFF;
}