
body {
    background-color: #4d3124;
    margin: 0;
    font-variant: normal;
    font-style: normal;
    font-weight: normal;
    font-family: "Lucida Grande", Verdana, Arial, sans-serif
}

a {
    font-size: 10px;
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link {
    text-decoration: none;
    color: #000000;
}

a:visited {
    text-decoration: none;
    color: #03476F;
}

a:hover {
    text-decoration: none;
    color: #FFFFAA;
}

a:active {
    text-decoration: none;
    color: #FF0000;
}

img {
    border: 0;
}

table {
    border-collapse: collapse;
    font: normal 11px verdana, arial, helvetica, sans-serif;
    color: #313131;
    background: #CCA44A;
}

th {
    margin-left: 5px;
    color: #4d3124;
}

td {
    margin-left: 5px;
    color: #4d3124;
}

tr {
    border-radius: 15px;
}

tbody th, tbody td {
    vertical-align: top;
    text-align: left;
}

.datagrid table {
    border-collapse: collapse;
    text-align: left;
    width: 100%;
}

.datagrid {
    background: #fff;
    overflow: hidden;
    border: 1px solid #A65B1A;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.datagrid table td, .datagrid table th {
    padding: 3px 10px;
}

.datagrid table tbody td {
    color: #7F4614;
    border-left: 1px solid #D9CFB8;
}

.datagrid table tbody .alt td {
    background: #F0E5CC;
    color: #7F4614;
}

.datagrid table tbody td:first-child {
    border-left: none;
}

.datagrid table tbody tr:last-child td {
    border-bottom: none;
}

.datagrid table thead th {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A65B1A', endColorstr='#7F4614');
    background: #445B1A;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
}

.datagrid table thead th:first-child {
    border: none;
}


input {
    padding: 1px 2px 1px 3px;
    display: inline-block;
    text-align: left;
    font-size: 12px;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    border-color: black;
    border-style: solid;
    border-width: 1px;
    color: #feeeee;
    background-color: #907878;
}

input[type=hidden] {
    display: none;
}

input[type="button"], input[type="submit"] {
    display: inline-block;
    color: #e0e0e0;
    text-align: center;
    font-size: 12px;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    padding: 0 2px;
    border-color: black;
    border-style: solid;
    border-width: 1px;
    background-color: #907878;
}

input[type="button"]:hover, input[type="submit"]:hover {
    border-color: #454545;
}