/*------------------------------ OVERVIEW ------------------------------ */

table.overview
{
	width: 100%;		
	border-collapse: separate;
	border-spacing: 0px;
	border: none;
	clear: left;
	
	/*	
	margin-top: 10px;
	margin-bottom: 10px;	
	*/
}

table.overview th
{	
	/*font-weight: bold;*/
	color: #FFFFFF;
	background-color: #f4f4f4;
	font-family: "gillsansnova-semibold";
	font-weight: normal;		
}

table.overview th.sorted
{
	background-color: #f4f4f4;
	color: #333;
}

table.overview th.notsorted:hover, table.overview th.sorted:hover
{
	/* Highlight sortable overview heading when mouse is over */
	background-color: #f4f4f4;
}

table.overview td, table.overview th
{
	padding: 8px;	
	border: solid 1px White;
}

table.overview tr.record
{
	vertical-align: text-top;
	background-color: #f8f8f8;
	/*cursor: pointer;*/
}

table.overview tr.record:hover
{
	background-color: #FFFFFF;
}

table.overview tr.record td
{
	overflow: visible;
	width: auto;
}
