@import url('/css/validation.css');

body, #body /*for gadgets*/ {
    font-family: Trebuchet, "Trebuchet MS", Arial;
    font-size : 10pt;
    margin : 0 0 0 0;
    background: url('/img/header_background.png') repeat-x;
    color: #555555;
}

html {
    background: url('/img/login_background.png') no-repeat top center;
}

/**
 * Header
**/
.main_header {
    width: 930px;
    margin: 0 auto;
    position: relative;
}

.main_header .logo {
}

.main_header .motto {
    float: left; 
    color: #777777;
    font-size: 20px;
    font-weight: bold;
}

.main_header .motto .whatifs {
    color: #28a4cf;
    font-size: 24px;
}

a {
    text-decoration: none;
}

a img {
    border: none;
}

a.info {
    color: #007eb3;
    font-weight: bold;
}

a.info_icon {
    background: url('/img/icon_Info.png') no-repeat 0 0;
    font-size: 11px;
    height: 16px;
    padding: 3px 0px 3px 20px;
}

.button_image {
    cursor: pointer;
}

.bold {
    font-weight: bold;
}

textarea, input {
    font-family: Trebuchet, "Trebuchet MS", Arial;
    font-size : 9pt;
}

