html {
    font: normal 12px "Trebuchet MS", Verdana, "Lucida Grande", Georgia, Sans-Serif;
    text-align: center;
}

/* Links */
a, a:link, a:visited {
    color: #333;
    text-decoration: none;
}

a:hover, a:active {
    color: #222;
    text-decoration: underline;
}

/* Elements */
img {
    border: none;
}

span.info {
    color: #6e6e6e;
}

/* Form */
input {
    border: 1px solid #999999;
    background-color: #f5f5f5;
}
input:hover {
    background-color: #e5e5e5;
    border: 1px solid #777777;
}

input.form_button {
    border: 1px solid #383541;
    background-color: #333;
    color: white;
    background:  #333 url( ../../../img/tools/themes/grey/bgButton.png) repeat-x left top;
}
input.form_button:hover {
    background-color: #222;
    color: #eff8ff;
    background:  #333 url( ../../../img/tools/themes/grey/bgButton_over.png) repeat-x left top;
    border: 1px solid #383541;
}

/* Calendar */
.calendar td.selected a { background-color: #444; }
.calendar td a:hover, .timelist a:hover { background-color: #444; color:white; }
.calendarbox .calendarnav-previous, .calendarbox .calendarnav-next { background-color:#444; color:white; }
.calendarnav-previous:hover, .calendarnav-next:hover { background-color:#444; }

