/* darkstat 3
 *
 * stylecss.h: CSS stylesheet for web interface.
 * copyright (c) 2006 Ben Stewart.
 * colors broken in 2007 by Emil Mikulic.
 *
 * You may use, modify and redistribute this file under the terms of the
 * GNU General Public License version 2. (see COPYING.GPL)
 */

body           { background-color: #fff; z-index: 0; }
.content       { z-index: 1;
                 position: absolute; top:15px; left:10px; }
div.menu       { z-index: 2;
                 position: absolute; top:0; left:0;
                 width: 100%; background-color: #789;
                 border-bottom: 1px solid black;
                 font-size:11px; }
ul.menu        { list-style: none; margin:0; padding:2px 0 3px 0; }
ul.menu li     { list-style: none; display: inline; margin:0;
                 padding:2px 0 3px 0;
                 border-right:1px solid white; }
ul.menu li.label
               { padding-left:10px; padding-right:10px; color:#000; }
ul.menu li a   { color: white; text-decoration: none;
                 border-bottom: none; padding:2px 15px 3px 15px; }
ul.menu li a:hover
               { background-color: #9ab; }
h1, h2, h3, h4, h5, h6
               { margin-top:10px; margin-bottom:5px; color: #000000;
                 font-family: Arial, sans-serif; font-weight:bold; }
.pageheader    { border-bottom: 2px dotted black; }
table          { border-left: 1px solid #aaa;
                 border-top: 1px solid #aaa;
                 border-right: 0; border-bottom: 0;
                 border-spacing: 0; }
td, th         { border-bottom: 1px solid #aaa;
                 border-right: 1px solid #aaa;
                 border-top: 0; border-left: 0;
                 padding: 0.1em 0.1em 0.1em 0.1em; }
th             { font-weight: bold; }
body, td, th, p, input, textarea
               { font-family: Tahoma, Verdana, sans-serif;
                 font-size: small; }
tt             { font-family: Courier New, monospace;
                 font-size: small; }
a:hover        { border-bottom: 1px dotted #666; }
a              { text-decoration: none; color: #666; }
div.outergraph { float:left; }
div.graph      { border: 1px solid #000;
                 margin:0 5px 0 5px; }
div.graphtitle { text-align:center;
                 font-weight:bold; margin:0 5px 12px 5px; }
div.graph div.bar_in     { background: #678; }
div.graph div.bar_out    { background: #abc; }

#graph_reload { border:1px solid black;
 padding:2px 10px 2px 10px; margin-left:5px; color:black; }

#graph_reload:hover { background:#9ab; color:black; }
