/* screen.css */
td,body,th,input,select,textarea {
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 11px;
}
body {
    margin: 0;
    width: 100%;
    background: black;
    color: gray;
}
input,select,textarea {
    color: black;
    background: #dddddd;
}
#title {
    background: gray;
    color: #dddddd;
    vertical-align: bottom;
    padding: 5px;
    border-top: 5px gray solid;
}
#menu {
    font-size: 10px;
    font-weight: bold;
    background: black;
    color: #dddddd;
    padding: 2px;
    border-top: 1px gray solid;
    border-bottom: 1px gray solid;
}
#content {
    line-height: 150%;
    color: #eeeeee;
    padding: 2px;
    margin-left: 110px;
}
/*
#content {
    line-height: 150%;
    margin-left: 110px;
    padding: 2px;
    color: #222222;
    background: white;
}
#content a {
    color: black;
}
#content a:hover {
    background: white;
    color: red;
    text-decoration: none;
}
*/
#navigation {
    width: 120px;
    padding: 2px;
    white-space: nowrap;
}
#footer {
    font-size: smaller;
    margin-left: 110px;
    margin-right: 160px;
    padding: 2px;
}
div.Document {
    width: 500px;
}
h1 {
    font-size: 24px;
}
h2 {
    font-size: 18px;
    line-height: 150%;
}
h3 {
    font-size: 12px;
    padding: 2px;
    border: 1px gray solid;
}
h4 {
    font-size: 11px;
    display: inline;
}
hr {
    height: 1px;
    color: gray;
}
p.action {
    font-size: 10px;
    font-weight: bold;
}
p.error {
    color: white;
    font-weight: bold;
    padding: 10px;
    border: 1px gray solid;
}
p.info {
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 9px;
    line-height: 120%;
    margin-top: 0;
}
p.recordset {
    font-size: 10px;
    font-weight: bold;
    color: white;
}
p.subject {
    padding: 2px;
    border: 1px gray solid;
    font-weight: bold;
    margin-bottom: 0;
}
p#greeting {
    font-style: italic;
}
td {
    vertical-align: top;
}
td.event_date {
    white-space: nowrap;
}
th {
    padding: 2px;
    border: 1px gray solid;
}
tr.even {
    background: black;
}
a {
    text-decoration: underline;
    color: white;
}
a:visited {
    color: #dddddd;
}
a:hover {
    text-decoration: none;
    background: black;
    color: #eeeeee;
}
#menu a, #navigation a {
    color: #dddddd;
    text-decoration: none;
    padding: 1px;
}
p.recordset a {
    color: #dddddd;
    text-decoration: none;
    padding: 1px;
}
p.recordset a:hover {
    text-decoration: underline;
}
#menu a:hover {
    color: black;
    background: white;
}
.pollbar {
    background: white;
}
.calday {
    font-size: 18px;
    line-height: 100%;
    margin: 0;
    padding: 0;
    text-align: right;
}
.day {
    height: 80px;
    padding: 2px;
    border: 1px gray solid;
    line-height: 100%;
}
.today {
    color: red;
}

div.edit {
    margin: 5px;
}
p.editor {
    text-align: center;
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: gray;
}
p.editor a {
    text-decoration: none;
    border: 1px red double;
    padding: 1px;
    margin: 1px;
}
p.editor a:hover {
    background: black;
    color: white;
}

.inputform {
width:100%;
}
textarea {
width:90%;
}

.picbox, .picboxlong {
font-family: arial,helvetica,sans-serif;
font-size: smaller;
text-align: center;
margin: 1px;
padding: 1px;
width: 110px;
height: 110px;
float: left;
border: 1px gray solid;
line-height: 100%;
overflow: auto;
}
.picboxlong {
height: 140px;
}