/************************/
/* Pre-defined elements */
/************************/

body {
   background-color: white;
   color: black;
   font-family: verdana, arial, sans-serif, verdana ce;
   margin: 0;
   padding: 0;
}

a {
   text-decoration: none;
}

a:hover {
   text-decoration: underline;
}

a:link {
   color: #336633;
}

a:active {
   color: #336633;
}

a:visited {
   color: #336633;
}

/* FIXME: this looks like an obsolete (incorrect) definition */
a. nobold {
   font-weight: normal;
}

input.button {
   background-color: white;
   color: #90b78c;
   border: 1px solid #90b78c;
   font-size: 9pt;
   font-weight: bold;
   font-family: verdana, arial, sans-serif, verdana ce;
}

/*******************/
/* IDs and classes */
/*******************/

.background {
   background-color: white;
}

.status {
   color: white;
}

/* FIXME: must i really define this for all pseudo classes? */
.status a, a:link.navigation, a:visited.navigation, a:active.navigation {
   color: white;
}

.navigation table {
   margin-bottom: 12px;
}

.pad {
    background-color: #90b78c;
}

.footer {
   background-color: #4e7c4e;
}

.preview {
    background-color: white;
    font-size: 9pt;
}

.preview .link {
   padding-top: 3px;
   font-size: 9pt;
}

.preview .keyword {
   color: #336600;
   font-weight: bold;
   text-transform: uppercase;
   letter-spacing: 1.8pt;
   vertical-align: baseline;
   font-size: 7pt;
   overflow: hidden;

}

.paragraph {
    background-color: white;
    font-size: 9pt;
}

.paragraph .keywords {
    font-size: 8pt;
    overflow: hidden;
}

.storytitle {
    color: #003300;
    font-size: 10.5pt;
    font-weight: bold;
}

.title {
    color: #003300;
    font-weight: bold;
}

.infobox, .linkbox, .imagebox, .votebox, .remotebox {
    background-color: #eaeaea;
    font-size: 9pt;
}

.linkbox .link {
   padding-top: 3px;
   font-size: 9pt;
}

.smalltext {
   font-size: 7.5pt;
}

.noresize {
   overflow: hidden;
}

.actionbutton {
   width: 120px;
   height 60px;
   margin-left: 9px;
   overflow: hidden;
}

.formEl {
    font-size: 9pt;
}

.disclaimer {
    color: #666666;
    font-size: 7pt;
}

.voteresult {
   background-color: #90b78c;
}

.forum {
   background-color: white;
   color: #003300;
   border-top: 1px solid #eaeaea;
   font-size: 9pt;
}

.offline {
   background-color: #eaeaea;
}

.moderate {
   background-color: white;
}

.comment {
   font-size: 9pt;
}

.date {
    font-size: 9pt;
}

