.to {
	position:relative;
	padding:2.4em 0 0 0;
	width:520px;
	margin:0 auto;
}

.ti {
	overflow:auto;
	width:520px;
	height:81px;
}

.to thead tr {
	position:absolute;
	top:0;
	height:1.5em;
	left:0;
}

.to th, .to td {
	width:10em; 
	text-align:left;
}

.to th {
	font-weight: normal;
	padding: 2px 3px;
	text-align: left;
	background: #d5f8a5;
	color: #359b1d;
	text-transform: uppercase;
}
.to .dk {
	background:#fff;
}

/*

*/


/*
	ALTERNATING ROWS
	------------------
*/
tr.normalRow td {
	background: #fff;
	/*
	border-bottom: none;
	border-left: none;
	border-right: 1px solid #CCC;
	border-top: 1px solid #DDD;
	*/
	padding: 2px
}

tr.alternateRow td {
	background: transparent;
	/*
	border-bottom: none;
	border-left: none;
	border-right: 1px solid #CCC;
	border-top: 1px solid #DDD;
	*/
	padding: 2px
}
