body {
    background: #0f591d url(../images/bar.png) 0 10px repeat-x;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    color: black;
    margin: 0;
    padding: 0;
    border: 0;
}

img {
    border: none;
    vertical-align: middle;
}

.floatleft {
    float: left;
    margin-right: 1em;
}

.floatright {
    float: right;
    margin-left: 1em;
}

.alignright {
    text-align: right;
}

.transcript {
    background-color: #cdd;
    border: 1px dashed black;
    padding: .5em;
    font-family: monospace;
    white-space: nowrap;
}

div.top {
    background: #000 url(../images/header.png) repeat-x;
    letter-spacing: -0.2px;
    margin: 0;
    padding: 0;
    position: relative;
    height: 117px;
}

div.top h1 {
    font-size: 225%;
    letter-spacing: -0.2px;
    margin: 0;
    margin-left: 100px;
    padding: 0;
    padding: .5em 0;
    padding: 0;
    padding-top: .5em;
    height: 65px;
}

div.top h1 a {
    text-decoration: none;
    color: #fff;
}
div.top h1 a:hover {
}

#footer {
    clear: both;
    background: #000 url(images/header.png) no-repeat;
    border-top: 3px solid #0f591d;
    color: #fff;
    margin: 0;
    padding: 0 80px;
    text-align: center;
    font-size: 80%;
    min-height: 34px;
}

#footer p {
    padding: 10px;
    margin: 0;
    font-weight: bold;
    font-family: Georgia, serif;
}
#footer p.up {
    float: right;
}
#footer p.up a {
    padding-right: 20px;
    /*
    background: url(images/top.gif) top right no-repeat;
    */
}
#footer a:link, #footer a:visited {
        color: #ddd;
        text-decoration: underline;
}
#footer a:hover, #footer a:active {
        color: #fff;
        text-decoration: none;
}

table.common {
    background-color: #aaa;
}
table.common th {
    background-color: #ddd;
    padding: 2px;
    white-space: nowrap;
}
table.common td {
    background-color: #eee;
    padding: 2px;
}
table.common th.label {
    background-color: #ddd;
    color: #042;
    text-align: center;
}
table.common th.buttons {
    background-color: #ddd;
    text-align: center;
}
table.common th.buttons input {
    background-color: #eee;
    font-weight: bold;
    border: 1px solid gray;
    margin-right: 1em;
}

table.loginbox {
    float: right;
}
table.loginbox th {
    background-color: #eee;
}

table.simpleform th {
    white-space: nowrap;
    text-align: left;
}
table.simpleform th.label {
    color: #042;
    text-align: center;
}
table.simpleform th.buttons {
    text-align: center;
}
table.simpleform th.buttons input {
    font-weight: bold;
    margin: 0 1em;
}
table.simpleform th input[type="submit"] {
    font-weight: bold;
}

p.news:before {
    content: 'NEWS: ';
    color: red;
    font-weight: bold;
}

a.tip {
    background: url(../icons/tip.png) no-repeat left center;
    padding-left: 18px;
}

.remark {
    font-size: 11px;
    font-style: italic;
    margin-left: 10px;
}
.remark:before {
    content: '(';
}
.remark:after {
    content: ')';
}

table.searchresults th.job-details {
    padding: 2px 100px;
}
table.searchresults th.comments {
    padding: 2px 150px;
}
table.searchresults td {
    vertical-align: middle;
}
table.searchresults td img {
    padding: 2px;
}

.cleared {
    clear: both;
}

div.betterlink {
    float: right;
    background-color: #ddf;
    border: 1px dashed #88f;
    padding: .5em;
    text-align: left ! important;
    color: purple;
}
div.betterlink input[type=submit] {
    font-weight: bold;
}

.forgotpwlink {
    text-align: right;
    font-style: italic;
    font-size: smaller;
}
.forgotpwlink a:before {
    content: '(';
}
.forgotpwlink a:after {
    content: ')';
}

/* eof */
