/********************************************/
table.grids {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc; 
	color: #333;
	empty-cells:show;
	border-collapse:collapse;
}

table.grids a {
	text-decoration: none;
	color: #868686;
	font-weight: bold;
}

table.grids a:hover {
	text-decoration: none;
	color: #ec4700;

}

table.grids tr th a {
	color: #369;
	border-bottom: 1px dotted #369;

}

table.grids tr th a:hover {
	color: #fff;
	background: #369;
}

table.grids thead tr th {
	text-transform: uppercase;
	background: #e2e2e2;
	font-size:13px;
}

table.grids tfoot tr th, table.grids tfoot tr td {
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
	border-right:  1px solid #ccc;
    border-bottom:  1px solid #ccc;
		empty-cells:show;
	border-collapse:collapse;
}

table.grids td{
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	font-size: 15px;
	empty-cells:show;
	border-collapse:collapse;
}

table.grids th {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	font-size:15px;
		empty-cells:show;
	border-collapse:collapse;
}

table.grids tr.odd th, table.grids tr.odd{
    background: #f7f7f7;
    border-collapse:collapse;
    empty-cells:show;
    border-collapse:collapse;
}

table.grids tr.even{
    background: #ffffff;
    border-collapse:collapse;
    empty-cells:show;
    border-collapse:collapse;
}
table.grids tr.even:hover{
    background: #FFF0DF;
}
