

table.list_table {
	margin: 6px auto;		
	color: #666; 
	background: white;
	word-wrap: break-word;
    border: 1px solid #eee;
}

table.list_table tr {
    font-family: arial;
    font-size: 12px;		
}

table.list_table tr.odd {
	background-color: white;
}

table.list_table tr.even {
	background-color: #F2F2F2;	
}

table.list_table th {
    padding: 0px 5px;	
	color:black;
	height: 36px;
	background:url(../images/boxtop.png) bottom repeat-x;
	background-color:#fff;	
	border: 1px solid #e8eaeb;
}

table.list_table td {
    padding: 0px 5px;
    color: #333; 
	height: 32px;
}

table.list_table th.sortable a {
	font-weight: bold;
	color: black;
	display: block;
	text-decoration: none;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: center right;	
}

table.list_table th.sortable a:hover {
	text-decoration: underline;
}

table.list_table th a.asc {
	background-image: url(../images/sort_up.png);
	background-repeat: no-repeat;
	background-position: center right;
}

table.list_table th a.desc {
	background-image: url(../images/sort_down.png);
	background-repeat: no-repeat;
	background-position: center right;
}

div.pagination {
	clear: both;
	margin: 3px auto;
    font-family: arial;
    font-size: 12px;				
}

div.pagination a.currentPage {
	color: red;
	text-decoration: none;
}