/* General styling goes in this file */
body, table {
    font: 11px/1.2 Verdana, Arial, Helvetica, sans-serif;
}
a {
    color: #0e62bf;
}
a:hover {
    text-decoration: none;
}
table.genericForm {
    border-collapse: separate;
    border: 1px solid;
    margin: 0 auto 0 auto;
}
table.menu {
    background-color: #800000;
    color: white;
    margin: 0;
    width: 100%;
}
table.menu td {
    border: 1px dashed #606060;
    text-align: center;
}
table.menu a.menu {
    background-color: #800000;
    color: #0ec2ff;
    font-weight: bold;
    margin: 5px;
    text-decoration: none;
}
table.menu a.menu:hover {
    text-decoration: underline;
}
table.menu a.admin {
    color: #ffc20e;
}
table.menu #clockObject {
    background: none;
    border: 0;
    color: white;
    font: 11px/1.2 Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-align: right;
}
.genericForm thead th {
    font-size: 10px;
    padding: 4px;    
    text-align: left;
}
.genericForm thead th.heading {
    font-size: 11px;
    padding: 4px;    
    text-align: center;
}
.genericForm thead td {
    border: 1px solid;
    padding: 4px;    
    text-align: right;
}
.genericForm tbody th,
.genericForm tfoot th {
    font-size: 10px;
    padding: 4px;
    text-align: right;
    vertical-align: top;
}
.genericForm tbody th .required {
    font-weight: bold;    
}
.genericForm tbody th .optional {
    font-weight: normal;
}
.genericForm tbody td {
    padding: 4px;
}
.genericForm tfoot td {
    border-top: 1px solid;
    padding: 8px;
    text-align: center;
}
.extendedInfo {
    width: 100%;
}
input, select {
        font-size: 9px;
        margin: 1px;
}
textarea {
        font-size: 12px;
        margin: 1px;
}
input.image {
    background: none;
    border: 0;
}
input.submit {
    font-weight: bold;
    padding: 2px;
}
input.radio {
    background: none;
    border: none;
}
select{
}

#errorMessageBox,
#successMessageBox {
    border: 2px solid;
    margin: 10px auto 10px auto;
    padding: 5px;
    width: 50%;
}
#errorMessageBox ul {
   text-align: left;
}

#successMessageBox {
    font-weight: bold;
    text-align: center;
}

.pageNavigation, .resultCount {
        clear: both;
        font-weight: bold;
        text-align: center;
        margin-bottom: 10px;
        margin-top: 30px;
}
.pageNavigation form {
    margin: 10px;
}
.pageNavigation a:link,
.pageNavigation a:visited {
        text-decoration: none;
}

td.command {
    text-align: center;
}
td.command ul {
    margin: 0 auto 0 auto;
    padding: 0;
    list-style:none;
    text-align: center;
}
td.command li {    
    display: inline;
    margin: 0px;
    padding:0;
    text-align: center;
    white-space: nowrap;
}
a.command {
    border: 1px solid;
    font-weight: normal;
    padding: 2px 5px 2px 5px;
    margin: 2px;
    text-decoration: none;
}

input, select, textarea {
    background: #f0f0f0;
    border: 1px solid #808080;
}
input:hover, select:hover, textarea:hover {
    background: #f6f6f6;
}
input:focus, select:focus, textarea:focus {
    background: #ffffff;
}

#bodyContent {
    text-align: center;
}
.footerBox {
    font-size: 9px;
    margin-top: 60px;
    text-align: right;
}
.footerBox a {
    text-decoration: none;
}
.footerBox span {
    background: #f0f0f0;
    border: 1px solid #e0e0e0;
    color: #303030;
    padding: 2px 5px 2px 5px;
}
