
table {
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000066;
	text-align: left;

	background-image: url(../images/indexTable_headersbg.gif);
	height: 15px;
}

td {
	padding: 5px 4px;
}
th {
	padding: 8px;	
}

thead, tfoot {
	background-color: #DDD;
}

tr.rowodd {

}

tr.roweven {
	background-color: #e5ecf9;
	width: 100px;
}

.sortcol {
	cursor: pointer;
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: right center;
}
.sortasc {
	background-color: #DDFFAC;
	background-image: url(up.gif);
}
.sortdesc {
	background-color: #B9DDFF;
	background-image: url(down.gif);
}
.nosort {
	cursor: default;
}



.scroll-table-head {
    width: 800px;
}

.scroll-table-body {
    width: 800px;
    height: 400px;				
}
.scroll-table-body td {
	padding-right: 20px;
	overflow: hidden;
}


a{
	color: #003399;
	font-weight: normal;
	text-decoration: underline;

}

a:link{
	color: #003399;
	text-decoration: none;
	font-weight: underline;

}


a:hover{
	color: #CC0000;

}
