/* CSS Document */
	#list {
	border-top: 1px dotted #666666;
	width: 99%;

	}

	#list tbody tr td {
		font-family: "Times New Roman", Times, serif;
		font-size: 12px;
		padding: 3px 8px;
	}
	
	#list tbody tr.selected td {
		background-color: #3d80df;
		color: #ffffff;
		font-weight: bold;
		border-left: 1px solid #346DBE;
		border-bottom: 1px solid #7DAAEA;
	}
