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

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

/* 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: #FFF2E6; }

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

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

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