table.simple_table,table.simple_table{
    border:1px solid #000;
    border-collapse:collapse;
    margin:0;
    padding:0;
    width:100%;
}
table.simple_table td,table.simple_table th{
    padding:.6em .5em;
    vertical-align:middle;
    font-weight:normal;
    text-align:left;
}
table.simple_table td *,table.simple_table th *{
    vertical-align:middle;
}

table.simple_table thead th,table.simple_table tfoot td{
    text-transform:uppercase;
    background:#666;
    color:#fff;
}

table.simple_table tfoot td
{
text-align: center;
}
table.simple_table tbody td{
    background:#eee;
}
table.simple_table tbody th{
    background:#999;
}
table.simple_table tbody tr.odd td{
    background:#fff;
}
table.simple_table tbody tr.odd th{
    background:#ddd;
}
table.simple_table th.sorted{
    background:#888;
}
table.simple_table td.sorted{
    background:#dde;
}
table.simple_table tbody tr.odd td.sorted{
    background:#eef;
}
table.simple_table th a:link,table.simple_table tfoot td a:link{
    color:goldenrod;
    font-weight:bold;
    text-decoration: none;
}
table.simple_table th a:visited,table.simple_table tfoot td a:visited{
    color:goldenrod;
    font-weight:bold;
    text-decoration: none;
}
button,.button
{

text-transform:none!important;
font-size:100%;
line-height:130%;
background-color:#f5f5f5;
border:1px solid #dedede;
border-top:1px solid #eee;
border-left:1px solid #eee;
text-decoration:none;
font-weight:bold;
cursor:pointer; 
vertical-align: middle; 
padding:0.1em 0.2em;
}
.button{
padding:0.3em 0.6em;
margin:0.1em;
display:block;
float:right;
color:black;
}
.button img
{
position:relative;
left:-0.3em;
}
.button#submit, button#submit 
{
color:#529214;
}
button#submit:hover,.button#submit:hover 
{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;

}
button *,.button *{vertical-align: middle;border:none;} 
#navlist{display:block;padding:0 0 0.5em 0;margin:0;}
#navlist li
{
    display: inline;
    list-style-type: none;
    padding-right: 20px;
}
