/* == FILE ==================================================================
== name       : docs.css
== project    : BoarderZone: Development Documentation
== created    : Leon Poyyayil - 2008.04.05
== language   : CSS
== environment: HTML 4.01
== copyright  : (c) 1990-2010 by Leon Poyyayil (private), Switzerland
== license    : this is free software licensed under the GPL. see COPYING
========================================================================== */

/* definitions for links */
a          { color:#e7dead; text-decoration:underline; }
a:link     { color:#e7dead; text-decoration:underline; }
a:visited  { color:#e7dead; text-decoration:underline; }
a:active   { color:#ff0000; text-decoration:none; }
a:hover    { color:#ff0000; text-decoration:none; }
a:focus    { color:#ff0000; text-decoration:none; }

/* definitions the general document */
body       { color:#e7dead; font-family:courier new, monospace; background-color:#000000; }

/* definitions for 'classes' s */
.header    { font-size:16pt; font-weight:bold; }
.menu      { font-size:10pt; }
.menu-sel  { font-size:10pt; font-weight:bold; }
.copyright { font-size:8pt; }
.footer    { font-size:8pt; }
.errors    { font-size:10pt; font-weight:bold; color:#ff0000 }
.title     { font-size:12pt; font-weight:bold; }
.content   { font-size:10pt; }
.td-even   { background-color:#282828 }
.td-odd    {  }
.include   { color:#e7dead; font-family:courier new, monospace; background-color:#000000; }

/* definitions for elements */
table      {                                                  background-color:#000000 }
td         { font-size:10pt; }
th         { font-size:10pt; font-weight:bold;                background-color:#505050 }
input      { font-size:10pt; font-weight:bold; font-family:courier new, monospace; color:#000000; background-color:#e7dead }

/* == EOF ================================================================ */

