			.t-line tr:nth-child(4n+1) td {  
				background-color: #EAF6FD;  
			}
			.t-line tr:nth-child(4n+2) td {  
				background-color: #EAF6FD;  
			}
			.t-line tr:nth-child(4n+3) td {  
				background-color: #EFEFEF;  
			}
			.t-line tr:nth-child(4n) td {  
				background-color: #EFEFEF;  
			}
			
			.t-line2 tr:nth-child(4n+2) td {  
				background-color: #EAF6FD;  
			}
			.t-line2 tr:nth-child(4n+3) td {  
				background-color: #EAF6FD;  
			}
			.t-line2 tr:nth-child(4n) td {  
				background-color: #EFEFEF;  
			}
			.t-line2 tr:nth-child(4n+1) td {  
				background-color: #EFEFEF;  
			}

.t-line2 td {
}

	#LeftArea {
		float: left;
	}
	#RightArea {
		overflow: scroll;
	}
	.fixedTable {
		border-collapse: collapse;
	}
	.fixedTable td {
		min-width: 30px;
		height: 19px;
	}