
/*
Table Style - This is what you want
------------------------------------------------------------------ */
.table a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
        
}
.table a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
.table a:active,
.table a:hover {
	color: #bd5a35;
	text-decoration:underline;
}
.table {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	margin-left: 2px;
	border:#ccc 1px solid;
	width: 100%;
}
.table th {
	
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;

	background: #ededed;
	
}

.table tr td:first-child{
	
	
	border-left: 0;
}
.table tr td {
	/*padding:5px 5px 5px 5px;*/
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	
	background: #fafafa;

}
.table tr.even td{
	background: #f6f6f6;

}
.table tr:last-child td{
	border-bottom:0;
}
