h1 {
    font-size: 1.4em;
    color: #4B4545;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:25px;
}

#table.sortable_table, table.datagrid {
	font-family:Arial, Helvetica, sans-serif;
    width:800px;
}

table.datagrid thead th { 
    text-align: left;
    background-color: #4B4545;
    color: white;
    font-weight: bold;
    font-size: 1em;
}

 a {
    color: #111;
    text-decoration: none;
    font-size: 1em;
}

table.datagrid thead th.over, tr:hover td {
    background-color: #abba99;
}

table.datagrid thead th.over {
    cursor: pointer;
}

td {
	text-align: right;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

th {
	text-align: left;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
}


.copy {
    background-color: #fff;
}

.riot { 
    background-color: #eee;
    color: #4B4545;
    border-top: 1px solid #eee;
}

.kicks { 
    color: #4B4545;
    border-left: 1px dotted #ccc;
	text-align:right;
}
.color1 {
	background-color: #FFDDDD;
}
.color2 {
	background-color: #FFFFFF;
}

