table.datagrid {    width: 100%;    border-collapse: collapse;}table.datagrid thead th { 	font-size: 130%;    text-align: left;    background-color: #006600;    background-repeat: no-repeat;    background-position: right center;    color: white;    font-weight: bold;    padding: .1em .7em;    font-size: .9em;    padding-right: 5px;    background-repeat: no-repeat;    background-position: 95% right;	margin:0 0 3em;}table.datagrid thead th a {    color: white;    text-decoration: none;    font-size: 1.0em;    background-repeat: no-repeat;    background-position: center right;    padding-right: 15px;}table.datagrid thead th.over {    background-color: #1D8E00;    cursor: pointer;}table.datagrid tbody td, table.datagrid tbody th {    text-align: left;    padding: .1em 0 .1em 1em;	margin:0 0 1em;    border-bottom: 1px solid #eee;}
