/* OpenJob master stylesheet (css) file */

body { 
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-weight: normal;
    font-size: 10pt;
    background-color: #FFFFFF;
    color: #000000;
}

a:link    { color: #336699; text-decoration: none; }
a:visited { color: #6699CC; text-decoration: none; }
a:active  { color: #6699CC; text-decoration: underline; }
a:hover   { color: #FFFFFF; background-color: #6699CC; text-decoration: underline; }

.blue {
    color: #6699CC;
}

.green {
    color: #99CC66;
}

.gray {
    color: #999999;
}

.titleOpen {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-weight: bolder;
    font-size: 40px;
    color: #6699CC;
    letter-spacing: -4px;
}

.titleJob {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-weight: bolder;
    font-size: 40px;
    color: #99CC66;
    letter-spacing: -4px;
}

.titleInfo {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-weight: lighter;
    font-size: 32px;
    color: #999999;
}

.fineprint {
    font-size: 8pt;
    color: #666666;
}
