#comp1 table {
	border: 1px solid #ccc;
	width: 100%;
}

#comp1 th {
	font-size:10px; 
	line-height:12px; 
	font-family:verdana; 
	padding:0px;
	color:#004990;
	text-align: left;
/* 	background-color: #eee; */
	background: url(/images/icon-table-sort.png) no-repeat 2px 8px;
	padding: 4px 4px 4px 14px;
}

#comp1 tr {
	background-color: #eee;
	padding: 4px;
}

#comp1 tr.altRow {
	background-color: #fff;
}

#comp1 td {
	padding: 0 2px;
}

#comp1 .rightAlign {
	text-align: right;
}



#comp1 .sortedASC {
	background: url(images/icon-table-sort-asc.png) no-repeat 2px 4px #eee;
}

#comp1 .sortedDESC {
	background: url(images/icon-table-sort-desc.png) no-repeat 2px 10px #eee;
}

#comp1 .tableHeaderOver {
	cursor: pointer;
	color: #354158;
}

#comp1 tr.over {
	background-color: #354158;
	color: #fff;
	cursor: pointer;
}

#comp1 tr.hide {
	display: none;
}