/*
all.css
Open Electronic Dossier (OES)
11 Feb 2006
Copyright © 2006 M.T. Carrasco Benitez. Released under the GPL.
*/

body {
 background-color        : #fafafa            ;
 background-image        : none               ;
 color                   : black              ;
 font-family             : sans-serif         ;
 font-size               : 1em                ;
 text-align              : justify            ;
 margin-top              : 0.2em              ;
}

body:after {
 content                 : "__"               ;
 display                 : block              ;
 text-align              : center             ;
}

h1 {
 color                   : #123456            ;
 font-size               : 1em                ;
 text-align              : center             ;
}

h2 {
 margin-top              : 0                  ;
 margin-bottom           : 0                  ;
 color                   : #123456            ;
 font-size               : 1em                ;
}

h3 {
 color                   : #123456            ;
 font-size               : 1em                ;
}

p {
 margin-top              : 0                  ;
 margin-bottom           : 0.7em              ;
}

p.initial:first-letter {
 font-size               : 1.3em              ;
}

a:link {
 color                   : #0000FF            ;
 text-decoration         : none               ;
}

a:visited {
 color                   : #0000CC            ;
 text-decoration         : none               ;
}

a:hover {
 background-color        : #dddddd            ;
}

a:active {
 background-color        : #CCCCFF            ;
 text-decoration         : none               ;
 color                   : #000000            ;
}

em {
 color                   : #BB0000            ;
 font-style              : normal             ;
}

strong {
 color                   : #C00000            ;
}

code {
 color                   : #006699            ;
 font-family             : monospace          ;
 font-style              : normal             ;
 font-size               : 1.0em              ;
 font-weight             : bold               ;
}

sup {
 color                   : silver             ;
 font-family             : monospace          ;
 font-size               : 0.8em              ;
}

sub {
 color                   : silver             ;
 font-family             : monospace          ;
 font-size               : 0.8em              ;
}

table {
 background-color        : #fcfcfc            ;
 padding                 : 0.8%               ;
 border-collapse         : collapse           ;
}

table.center {
 margin-left             : auto               ;
 margin-right            : auto               ;
 text-align              : left               ;
}

table.centerall {
 margin-left             : auto               ;
 margin-right            : auto               ;
 text-align              : center             ;
}

th {
 border                  : 1px solid #888888  ;
 padding                 : 0.2em              ;
 font-family             : sans-serif         ;
 font-size               : 1em                ;
}

td {
 border                  : 1px solid #888888  ;
 padding                 : 0.2em              ;
 font-family             : sans-serif         ;
 font-size               : 1em                ;
}

ul.menu {
 margin-left             : 20%                ;
 margin-right            : auto               ;
}

ul.none {
 list-style-type         : none               ;
}

li {
 margin-bottom           : 0.3em              ;
 list-style              : square             ; 
}

dl {
 margin-top              : 0                  ;
 margin-bottom           : 0                  ;
 margin-left             : 0.5em              ;
}

dt {
 color                   : #009999            ;
}

dd {
 margin-bottom           : 0.3em              ;
 margin-left             : 1.2em              ;
}

blockquote {
 color                   : #005000            ;
 font-family             : serif              ;
 font-style              : normal             ;
 font-weight             : bold               ;
}

pre {
 background-color        : #fafafa            ;
 color                   : #500000            ;
 font-family             : monospace          ;
 font-style              : normal             ;
 margin-left             : 5%                 ;
 margin-right            : 5%                 ;
}

hr.foot {
 margin-left             : 48%                ;
 margin-right            : 48%                ;
 height                  : 1px                ;
}

form.inline {
 display                 : inline             ;
 color                   : #500000            ;
}

fieldset {
 border                  : 1px solid #999999  ;
 margin-bottom           : 0.4em              ;
 background-color        : #ffffff            ;
}

legend {
 border                  : 1px solid #999999  ;
 background-color        : #f0f0f0            ;
 font-size               : 0.7em              ;
}

table.topbar {
 margin-bottom           : 0.4em              ;
 padding                 : 1px 1px 1px 1px    ;
 width                   : 100%               ;
 border                  : 1px solid #999999  ;
 color                   : #ffffff            ;
 font-family             : monospace          ;
}

th.cw {
 width                   : 6em                ;
}

td.server {
 padding                 : 1px 3px 1px 3px    ;
 width                   : 8%                 ;
 background-color        : #880000            ;
 color                   : #ffff00            ;
 font-weight             : bold               ;
 font-size               : 1.7em              ;
 font-family             : monospace          ;
}

td.char {
 width                   : 1%                 ;
}

td.item {
 border                  : none               ;
}

td.title {
 border                  : none               ;
 text-align              : center             ;
 color                   : #000000            ;
 font-family             : monospace          ;
 font-weight             : bold               ;
 font-size               : 1.3em              ;
}

td.status {
 border                  : none               ;
 width                   : 2%                 ;
 text-align              : right              ;
 color                   : #008800            ;
 font-size               : 0.8em              ;
}

.center {
 text-align              : center             ;
}

.small {
 font-size               : 0.6em              ;
}

/* */
