.list tr.odd {
	background-color: #BFE4FF;	
}

.list tr.even {
	background-color: #80C9FF;
}
table.list {
	width: 780px;
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 1px;
	padding: 0px;
	border-spacing: 1px;
	background-color: #fff;
}

.list th {
	text-align: left;
	height: 20px;
	padding-left: 5px;
	margin: 0px;
	background-color: #00487D;
	font-size: 13px;
	color: #fff;
}

.list th.action {
	width:100px;		
}

.list tr {
	height: 20px;
	cursor: hand;
	cursor: pointer;
}

.list td {
	padding: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.list td.desc {
	padding: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-weight: bold;
}

.list tr.hover {
	background-color: #0066B3;
	color:#fff;
}

.list tr.selected {
	background-color: #00487D;
	color:#fff;
}

/*************** OTHER ***************/
a.action,visited,active {
	font-size: 12px;
	color: #000000;
}

a.action:hover {
}

