* {
    font-family: Verdana, sans-serif;
    font-size: small;
}

body {
    text-align: center;
}

h1 {
    font-size: 160%;
}

h2 {
    font-size: 120%;
}

a, a:link, a:visited, a:active {
    color: #FE9003;
    text-decoration: none;
}

.hidden {
    display: none;
}

.tleft {
    text-align: left;
}

.tright {
    text-align: right;
}

.tcenter {
    text-align: center;
}

.ttop {
    vertical-align: top;
}

.pointer {
    cursor: pointer;
}

.bold {
    font-weight: bold;
}

a img {
    border: none;
}

div.clear {
    clear: both;
    height: 0;
    margin: 0;
    padding: 0;
    width: 0;
}

input, textarea, select {
    border: 1px solid black;
    padding: 1px;
}

input.full, textarea.full {
    width: 100%;
}

input.button {
    border: 1px solid black;
    background-color: #FE9003;
    color: #000000;
    font-weight: bold;
    padding: 4px;
    #padding: 4px 0px;
}

form table {
    width: 100%;
}

form table td {
    padding: 4px 10px;
}

#container {
    border: 2px solid #FE9003;
    margin: auto;
    text-align: left;
    width: 980px;
}

#header {
    border-bottom: 2px solid #FE9003;
    text-align: center;
}

#footer {
    margin: auto;
    margin-top: 20px;
    width: 980px;
}

#navigation {
    border-bottom: 2px solid #FE9003;
    background-color: #FE9003;
}

#navigation a {
    color: #000000;
    display: block;
    float: left;
    padding: 6px 12px;
}

#navigation a:hover {
    background-color: #FEBC44;
}

#welcome {
    padding: 0 10px;
    text-align: center;
}

#register, #login {
    padding: 20px 0;
}

#register {
    float: left;
    width: 50%;
}

#register form {
    margin-left: 40px;
}

#login {
    float: right;
    width: 45%;
}

#jobmenu {
    float: left;
    width: 20%;
}

#jobmenu div {
    margin: 4px;
}

#jobmenu a {
    display: block;
    font-weight: bold;
    padding: 6px 4px;
}

#jobmenu a.add {
    background: url('/img/add.png') no-repeat 5px 50%;
    padding-left: 25px;
}

#jobmenu a.hlable:hover, #jobmenu a.hled {
    background: url('/img/hl.png') no-repeat 5px 50%;
    padding-left: 25px;
}

#joblist {
    float: left;
    width: 80%;
}

#joblist .lgrey {
    background-color: #EEEEEE;
}

#joblist .title {
    float: left;
    font-size: 130%;
    font-weight: bold;
    margin: 0;
    padding: 4px 0;
    width: 75%;
}

#joblist .title .dates {
    color: #888888;
    font-size: 60%;
    font-weight: normal;
}

#joblist .title .expired {
    color: #FF3333;
    font-weight: bold;
}

#joblist .action {
    float: right;
    margin: 0;
    padding: 4px 0;
    width: 25%;
}

#joblist .desc {
    color: #444444;
    margin: 0;
    margin-bottom: 8px;
}

#joblist form textarea {
    height: 200px;
}

#joblist .head, #joblist .footer {
    padding: 10px 0;
}

#javascript_required {
    background-color: red;
    border: 3px solid black;
    font-weight: bold;
    margin-bottom: 20px;
}

#sysmsg {
    background-color: #FFFFFF;
    border: 2px solid #FE9003;
    left: 0px;
    padding: 10px;
    position: absolute;
    text-align: center;
    top: 0px;
    width: 500px;
    z-index: 99999;
}

#sysmsg .warning {
    margin-top: 20px;
    font-style: italic;
}

#sysmsg .buttons {
    margin-top: 20px;
}
