/*TAB SORTER */

.index table {
	border: 1px solid #99cc00;
	width: 100%;
}

.index table th{
	background-color: #99cc00;
	color: #fff;
	text-align: center;
	padding: 5px;
	border-left: 1px solid #fff;
}

.index table th a, .index table th a:link, .index table th a:visited{
	cursor: pointer;
	color: #fff;
	width: 150px;
	display: block;
}

.index table td{ 
	padding : 5px;
	border-left: 1px solid #fff;
}

.index tr.altrow{ 
	background-color: #DEEDF5; 
}

div.index table tr.altrow td.selected{
	background-color: #CEE3F0;
}

.index table th.desc{
	background-image:url('../img/desc.gif');
	background-position: 5px 20px;
	background-repeat: no-repeat;
	background-color: #8FBF00;
}

.index table th.asc{
	background-image:url('../img/asc.gif');
	background-position: 5px 20px;
	background-repeat: no-repeat;	
	background-color: #8FBF00;
}

th.actions{
	width: 100px;
}

th#th_id a{
	width: 30px;
}

th#th_area a{
	width: 30px;
}

th#th_cost_centre a{
	width: 40px;
}

th#th_post_code a{
	width: 70px;
}

th#th_town a{
	width: 120px;
}

th.actions{
	width: 100px;
}