/* ------------------
 styling for the tables 
   ------------------   */

.hor-minimalist-b
{
	line-height: 1.2em;
	font-size: 1.1em;
	background: #fff;
	width: 90
	border-collapse: collapse;
	text-align: left;
}
.hor-minimalist-b th
{
	font-size: 0.9em;
	font-weight: normal;
	color: #039;
	padding: 0.6em 0.5em;
	border-bottom: 2px solid #6678b1;
}
.hor-minimalist-b td
{
	border-bottom: 1px solid #ccc;
	color: #669;
	padding: 6px 8px;
}
.hor-minimalist-b tbody tr:hover td
{
	color: #009;
}

.resultList {
	border: 1px solid #C2C2C2;
	margin: 0px;
	padding: 1px;
	font-size: 12px;
	width: 96%;
	border-collapse: separate;
	border-spacing: 1px;
}

.resultList td{
	border: 1px solid #E2E2E2;	
	padding: 4px;
	padding-left: 5px;
	font-size: 12px;
	padding: 8px;
}

.resultList th {
	font-size: 12px;
	border: 0px;
	margin: 0px;
	padding:3px;
	margin: 0px;
	text-align: center;
	font-weight: bold;
	background: #49799B;
	border: 1px solid #c4c4c4;
	color:#fff;
	padding: 3px;
	
}

tr.odd {
	background-color: white;
}

tr.even{
	background-color: #F5F5F5;
}