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

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

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

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

span.info {
    color: #6e6e6e;
}

label {
    color : #bebd23;
}

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

input.form_button {
    border: 1px solid #bebd23;
    background:  #f6f559 url( ../../../img/tools/themes/south/bgButton.png) no-repeat left bottom;
    color: #4f83bc;
}
input.form_button:hover {
    background:  #bebd23 url( ../../../img/tools/themes/south/bgButton_over.png) no-repeat left bottom;
    color: #4f83bc;
}

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

