/* Background */
body,
div#Footer { background-color: #eee; }

/* Header */
#Dashboard .document_container h3,
table.standard tr th,
#Header { background-color: #111; }

/* Bright */
#Dashboard .document_container h3 a,
table.standard tr th, table.standard tr th a { color: #fff }
table.standard tr th a:hover { background-color: transparent; text-decoration: underline; }
form#DocumentForm textarea.textinput:focus,
form#DocumentForm td.title div input:focus { background-color: #fff; }

/* Highlight */
table.standard tr:hover td,
a.active,
a:hover,
input:focus,
textarea:focus,
form#DocumentForm textarea.textinput,
table.standard tr td.even,
form#DocumentForm td.title div input { background-color: #f5f5f5; }

/* Mid */
form.standard,
form#DocumentForm td.title div,
form#DocumentForm ul.options,
form#DocumentForm .buttons { background-color: #e9e9e9; }

/* Trimmings */
form.standard { color: #333; border: 1px solid #d5d5d5; background: #efefef url('/images/shadow_5.gif') repeat-x top; }

/* Boxes */ 
.document_container .document_header,
.document_container h3,
.document_container,
.document { background-image: url(/images/box_theme_5.gif); background-color: transparent}
