/*------------------------------ 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 !important;
	background-color: #00a5df;		
}

table.overview th.sorted, th.notsorted:hover, table.overview th.sorted:hover
{
	/* Highlight sortable overview heading when mouse is over */
	background-color: #AAABB8;
}

table.overview td, table.overview th
{
	padding: 5px;	
	border: solid 1px White;
}

table.overview tr.record
{
	/*vertical-align: text-top;*/
	border-bottom: solid 1px #00a5df;
	background-color: #f2f2f2;
	/*cursor: pointer;*/
}

table.overview tr.record:hover
{
	background-color: #FFFFFF;
}

table.overview tr.record td
{
	border-bottom: solid 1px #00a5df;
	overflow: visible;
	width: auto;
}
