ul.navigation {
    padding:0;
    margin:0;
    color:#fff;
    white-space:nowrap;
    list-style-type:none;
}

ul.navigation li {
    display:inline;
}

ul.navigation li a {
    padding:0.2em 1em;
    color: #2A5DB0;
    float:left;
    font-size: 16px;
    text-decoration: underline;
    font-family: Trebuchet MS;
}

ul.navigation li.active a {
    font-weight: bold;
    text-decoration: none;
    color: black;
}

legend {
    font-weight: bold;
    font-size: 16px;
    font-style: italic;
    margin-bottom: 20px;
}

label.required {
    font-weight: bold;
}

dl{
}

dd {
    margin-bottom: 10px;
    margin-left: 0px;
}

ul.errors{
    color: red;
    padding: 0px;
    margin: 0;
}

ul.faq {
    list-style-type: disc;
}

input[type="text"], input[type="password"] {
    width: 250px;
}

.text_tiny {
    width: 30px;
}

select {
    width: 255px;
}

/*#resumeTextArea{
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 0px;
    padding-top: 20px;
    margin-top: 0px;
    background: #f0f0f0;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 0px;
    line-height: 20px;
    background: url(images/pre_code_bg.gif) repeat-y left top;
    width: 650px;
    height: 700px;
    overflow: auto;
    overflow-Y: scroll;
    white-space: pre-wrap;       
    white-space: -moz-pre-wrap;  
    white-space: -pre-wrap;      
    white-space: -o-pre-wrap;    
    word-wrap: break-word;       
}*/

fieldset:hover {
    background-color: #D3E0E8;
}

#LoginInformation-label, #CompanyInformation-label, #PersonalInformation-label, #Resume-label, #JobInformation-label {
    display: inline;
    float: left;
}

/*#loading {
    visibility: hidden;
    position: fixed;
    filter:alpha(opacity=65);
    -moz-opacity: 0.65;
    opacity: 0.65;
    top:0px;
    left: 0px;
    background-color: yellow;
    color: black;
    text-align: center;
    font-size: 16px;
    z-index:150;
    font-weight: bold;
    width: 100%;
    height: 100%;
}*/

#loading {
    visibility: hidden;
    text-align: center;

/*    background-color:#CF4342;
    color:#fff;
    top:0px;
    right:0px;
    position:fixed;
    font-size: 15px;
    padding: 3px;
    z-index: 150;*/
}

.userinfo dt{
    float: left;
    clear: left;
    color: gray;
}

.userinfo dd {
    padding-left: 120px;
}

/*#description {
    width: 700px;
    height: 300px;
    font-family: Arial;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word; 
}*/

p.submenu{
    text-align: right;
}

p.submenu a{
    margin-left: 10px;
}

pre {
    font-family: Arial;
    overflow: auto;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
        overflow: hidden;
}

input.q {
  width: 130px;
}

a.pagelink {
    border: 1px solid silver;
    text-decoration: none;
    padding: 2px;
    margin-right: 7px;
}

a.pagelink:hover {
    background-color: #D4E0E8;
}