#grid-table
{
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 12px;
    margin:10px 0px;
    text-align: left;
    border-collapse: collapse;
}
#grid-table th
{
    font-size: 13px;
    font-weight: normal;
    padding: 8px;
    background: #bbb;
    border-top: 4px solid #aaa;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    color: #000;
}
#grid-table td
{	
    padding: 8px;
    background: #eee;
    color: #669;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #ccc;
}
#grid-table tr:hover td
{
    background: #ddd;
    color: #333;
}

#grid-table td.action-links{
    text-align: center;
}
#grid-table td.action-links a{
}
#grid-table-alt
{
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 12px;
    margin:10px 0px;
    text-align: left;
    border-collapse: collapse;
}
#grid-table-alt th
{
    font-size: 13px;
    font-weight: normal;
    padding: 8px;
    background: #ddd;
    border-top: 4px solid #ccc;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    color: #333;
}
#grid-table-alt td
{	
    padding: 8px;
    background: #fff;
    color: #669;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #ccc;
}
#grid-table-alt tr:hover td
{
    background: #eee;
    color: #333;
}

#grid-table-alt td.action-links{
    text-align: center;
}
#grid-table-alt td.row-header {
	font-weight:bold;
	border-bottom: 2px solid #aaa;
	border-top: 2px solid #aaa;
}
	
#grid-table-alt .depth1 td
{	
	padding-left:30px;
    border-bottom: 1px solid #aaa;
	
}
#grid-table-alt tr.row-total td
{	
    background: #eee;
	color:#666666 ;
	border-top: 2px solid #ccc;
	
}


.grid-table-stats
{
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 12px;
    text-align:right;
    margin:10px 50px 10px 20px;
    border-collapse: collapse;
   clear:both;	
}
.grid-table-stats th
{
    font-size: 13px;
    font-weight: normal;
    padding: 8px;
    background: #ddd;
    border-top: 4px solid #ccc;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    color: #333;
}
.grid-table-stats td
{	
    padding: 8px;
    background: #fff;
    color: #669;
    text-align:right;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #ccc;
}
.grid-table-stats tr:hover td
{
    background: #eee;
    color: #333;
}

.grid-table-stats td.action-links{
    text-align: center;
}
.grid-table-stats td.row-header {
	font-weight:bold;
	border-bottom: 2px solid #aaa;
	border-top: 2px solid #aaa;
}
	
.grid-table-stats .depth1 td
{	
	padding-left:0px;
    border-bottom: 1px solid #aaa;
	
}
.grid-table-stats tr.row-total td
{	
    background: #eee;
	color:#666666 ;
	border-top: 2px solid #ccc;
	
}
	
.grid-table-stats td:first-child {
	text-align:left;
	width:230px;
}
