table.datagrid {
    width: 515px;
    border-collapse: collapse;
}

table.datagrid thead th { 
    background-color: #AAA;
    color: white;
    padding: 3px 3px 3px 5px;
    padding-right: 5px;
	font-weight: normal;
	border-style: solid;
	border-color: #DDD;
	border-width: 0 0 1px 1px;
}

table.datagrid thead th a {
    color: white;
    text-decoration: none;
    padding-right: 15px;
}

table.datagrid thead th.over {
    background-color: #999;
    cursor: pointer;
}

table.datagrid tbody td {
    padding: 3px;
}

table.datagrid tbody tr.alternate td, table.datagrid tbody tr.alternate th {
    background-color: #f1f1f1;
}

table.datagrid tfoot td, table.datagrid tfoot th { 
    background-color: #FFFEE3;
    color: #4B4545;
    padding: .5em;
    border-top: 2px solid #4B4545;
}

table.datagrid tfoot th { text-align: left; }

table.datagrid tfoot td {  }

.invisible { display: none; }
