﻿body
{
    margin: 2px 5px;
    height: 100%;
    overflow: auto;
    font-size: 9pt;
    font-family: Arial, Tahoma, Verdana;
    color: #333333;
}
#outer
{
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    background-color: #ffffff;
    overflow: auto;
}
#inner
{
    top: 0px;
    bottom: 0px;
    left: 50%;
    margin-left: -380px;
    position: absolute;
    width: 760px;
    background-color: #ffffff;
    text-align: center;
}
#top
{
    height: 140px;
    position: absolute;
    width: 320px;
    top: 40px;
    left: 50%;
    margin-left: -160px;
    text-align: center;
}
#logo
{
    width: 298px;
    height: 80px;
    position: absolute;
    top: 20px;
    left: 0px;
}
#slogan
{
    width: 320px;
    height: 30px;
    position: absolute;
    text-align: center;
    top: 110px;
    left: -10px;
}
#slogan h1
{
    font-size: 12pt;
    font-weight: bold;
    color: #999999;
}
#middle
{
    height: 102px;
    width: 560px;
    top: 192px;
    position: absolute;
    left: 50%;
    margin-left: -280px;
}
#menuLinks
{
    width: 500px;
    height: 72px;
    position: absolute;
    top: 0px;
    left: 0px;
}
.menuLinkItem
{
    float: left;
    padding: 8px;
    font-weight: bold;
}
.menuLinkItem a, .menuLinkItem a:visited, .menuLinkItem a:active, .menuLinkItem a:link
{
    text-decoration: none;
    color: #0C4F7F;
}
.menuLinkItem a:hover
{
    text-decoration: underline;
    color: #0C4F7F;
}
#search
{
    width: 560px;
    height: 72px;
    position: absolute;
    top: 30px;
    left: 0;
    background-color:#dcdcdc;
    -webkit-border-radius: 4px; -moz-border-radius: 4px;
    
}
#leftSearch
{
    width: 13px;
    height: 72px;
    float: left;
}
#bodySearch
{
    width: 540px;
    height: 72px;
    float: left;
}
#rightSearch
{
    width: 7px;
    height: 72px;
    float: left;
}
#queryContainer
{
    float: left;
    text-align: left;
    position: relative;
    top: 10px;
    left: 0px;
    width: 416px;
}
.color
{
    color: #0C4F7F;
}
#goSearch
{
    float: left;
    position: relative;
    top: 28px;
    left: 10px;
    width: auto;
}
#findJob
{
    font-weight: bold;
}
#findAdvance
{
    text-align: left;
}
.findAdvance a, .findAdvance a:visited, .findAdvance a:active
{
    font-size: 7.5pt;
    color: #0C4F7F;
    text-decoration: none;
}
.findAdvance a:hover
{
    text-decoration: underline;
}
.jobCount
{
    padding-top: 20px;
    font-size: 12pt;
    font-weight: bold;
    color: #999999;
}
.bold
{
    font-weight: bold;
}
#bottom
{
    height: auto;
    top: 302px;
    position: absolute;
    left: 0px;
    background-color: #ffffff;
    width: 100%;
}
#contentArea
{
    padding: 10px 0px 10px 0px;
    width: 100%;
    padding-bottom: 40px;
    text-align: center;
    top: 20px;
}
#footer
{
    font-size: 7.5pt;
    color: #333333;
    margin-top: 40px;
    text-align: center;
    /*border-top: solid 1px #cccccc;*/
    padding-top: 20px;
}
#footer a
{
    color: #333333;
    text-decoration: none;
}
#footer a:hover
{
    color: #666666;
    text-decoration: underline;
}
#mask
{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9000;
    background-color: #333;
    display: none;
}
#boxes .window
{
    position: absolute;
    width: 440px;
    height: 240px;
    display: none;
    z-index: 9999;
    padding: 6px;
}
#boxes #dialog
{
    width: 240px;
    height: 270px;
    background-color: #ffffff;
    border: solid 2px #cccccc;
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
#maskQuestion
{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9000;
    background-color: #333;
    display: none;
}
#qboxes .window
{
    position: absolute;
    width: 440px;
    height: 240px;
    display: none;
    z-index: 9999;
    padding: 6px;
}
#qboxes #questionSearch
{
    width: 240px;
    height: 270px;
    background-color: #ffffff;
    border: solid 2px #cccccc;
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.advancedItem
{
    padding: 2px 0px 2px 0px;
    color: #0C4F7F;
}
.boldBigBlue, .boldBigBlue h2
{
    font-size: 16pt;
    font-weight: bold;
    color: #0C4F7F;
}
.clear
{
    clear: both;
}
.boldBig
{
    font-size: 12pt;
    font-weight: bold;
}
.longDropDownList
{
    width: 196px;
    border: solid 1px #333333;
    padding: 1px 1px 1px 1px;
    color: #333333;
    background-color: #ffffff;
}
.textBox
{
    width: 400px;
    border: solid 1px #333333;
    padding: 2px;
    color: #333333;
    background-color: #ffffff;
}
.smallTextBox
{
   width: 190px;
    border: solid 1px #333333;
    padding: 2px;
    color: #333333;
    background-color: #ffffff;
}

