/* header */
#header {
    background-color: #003366;
    color: white;
    font-size: 14px;
    padding: 5px;
}

#header .t1 {
    font-size: 18px;
    color: white;
    font-weight: bold;
}

#header .t2 {
    font-size: 14px;
    color: white;
}

#header a:link {
    color: white;
}

#header a:visited {
    color: white;
}

#header a:hover {
    color: yellow;
}

#header a:active {
    color: yellow;
}

/* footer */
#footer {
    text-align: center;
    font-size: 14px;
}

/* left panel */
#lpanel {
    float: left;
    width: 8em;
    padding: 0.5em 0.5em;
    line-height: 150%;
    text-align: center;
    background-color: #e0e0ff;
    margin-top: 5px;
}

#lpanelheader {
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.4em;
    background-color: #003366;
    color: white;
}

#lpanel a {
    color: #0000ff;
}

#lpanel a:visited {
    color: #000080;
}

/* content */
#content {
    padding: 1em;
    padding-top: 0.5ex;
    margin-left: 9em;
    margin-right: 1em;
    min-height: 40ex;
}

#content h1 {
    color: blue;
}

#content a {
    color: blue;
}

#content a:visited {
    color: #000080;
}

#content1 {
    margin: 1em;
    min-height: 40ex;
}

/* table */
.viewtable {
    border: 1px solid blue;
    border-collapse: collapse;
    min-width: 20em;
}

th {
    background-color: #c0c0ff;
}

th.sortable a {
    color: #0000c0;
    text-decoration: none;
}

th.order1:after {
    content: ' \25B2';
}

th.order2:after {
    content: ' \25BC';
}

.viewtable tr.even {
    background-color: #d0d0ff;
}

.viewtable tr th {
    border-bottom: 1px solid black;
    padding: 0.1em 0.5em;
}

.viewtable tr td {
    padding-left: 0.5em;
    padding-right: 0.5em;
    border-left: 1px dotted #000080;
    border-right: 1px dotted #000080;
}

.rowtypea {
    background-color: #000080;
    color: white;
    font-weight: bold
}

.rowtypea a {
    color: white;
    text-decoration: none;
}

.rowtypeb {
    background-color: #ffffc0;
}

/* form */
.forminput {
    font-family: Tahoma, sans-serif;
    text-align: center;
    background-color: #f8f8ff;
    color: black;
    border: 1px solid black;
    width: 8em;
}

.smallinput {
    font-family: Tahoma, sans-serif;
    text-align: center;
    background-color: #f8f8ff;
    color: black;
    border: 1px solid black;
}

.leftinput {
    font-family: Tahoma, sans-serif;
    background-color: #f8f8ff;
    color: black;
    border: 1px solid black;
    padding: 2px;
}

.subbutton {
    font-family: Tahoma, sans-serif;
    text-align: center;
    background-color: #003366;
    color: white;
}

/* common */
body {
    background-color: white;
    color: black;
    font-family: Tahoma, sans-serif;
    margin: 0px;
}

.error {
    color: red;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

/* news */
.news-byline {
    color: #222222;
    font-size: 0.625em;
    line-height: 1.25em;
}

.news-attachments {
    color: #676760;
    font-size: 0.875em;
}
