#navbar {
background: #588e03;
position: absolute;
top: 0px;
left: 8px;
right: 8px;
height: 25px;
}

#body {
background-image:url('image/top-gradient.png');
background-repeat: repeat-x;
background-color: #ffffff;
font-size: 12px;
font-family: Arial, SunSans-Regular, Sans-Serif;
color:#000000;
padding:0px;
margin-top:25px;
}

#header {
display:inline;
background-image:url('image/translatious-logo.png');
width:239px;
height:50px;
padding:0px;
margin:0px; 
float:left;
}

.clearer {
clear:both;
}

a, a:visited {
color: #336600;
text-decoration: underline;
}

a:hover {
color: #588e03;
text-decoration: none;
}

img.tour {
border: 3px solid #000000;
}

/* Sortable tables */
table.sortable a.sortheader {
    background-color:#eee;
    color:#666666;
    font-weight: bold;
    text-decoration: none;
    display: block;
}
table.sortable span.sortarrow {
    color: black;
    text-decoration: none;
}