/* Copyright 2005-2009 Netskills, University of Newcastle */

div#toolbar {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 25px;
    background: transparent;
    color: white;
    text-align: right;

    padding: 0em 0.5em 0em 0em;
    font-family: "gill sans mt", sans-serif;
    font-weight: normal;
    text-decoration: none;
    font-size: small;
}

div#toolbar div {
    display: inline;
}

div#toolbar div#accountinfo span.username {
    font-weight: bold;
}

div#toolbar p {
    margin-top: 0px;
}

div#toolbar a {
    color: #83c398;
    text-decoration: none;
}
div#toolbar a:hover {
    color: white;
    text-decoration: underline;
}

div#toolbar img {
    border: none;
    margin: 0px 0px 0px 0px;
}
