/* color definitions black white */
body {
   color: white;
   background-color: black; }

#leftColumn { border-color: #444; }
#mainMenu { border-color: #444; }

#leftColumnCloseButton { border-color: #888; }

#queryResultHeader { background-color: #000; }

.indexListTable,
.indexListTable th,
.indexListTable tr.total td {
   border-color: #888; }
.indexListTable td {
   border-color: #222; }

div.seriesInfoBox,
div.categoryInfoBox,
div.authorInfoBox {
   border-color: #888; }

/* styles for close buttons in index trees */
tr.indexLevel0 a.minusButton,
tr.indexLevel1 a.minusButton,
tr.indexLevel2 a.minusButton {
   background-color: #CCC;
   color: #000; }

/* most recently used series */
tr.indexMru td { background-color: #333; }

span.mediaObjectLabel,
span.authorAttrLabel {
   color: #888; }

a { color: white; }

input, textarea {
   color: white;
   background-color: #000;
   border-color: #888; }

select {
   color: white;
   background-color: #222;
   border-color: #888; }

div.popupFrame {
   border-color: #EEE #777 #777 #EEE;
   background-color: #222; }

a.popupMenuItem:hover {
   background-color: #444;
   border: 1px solid #888; }

table.borderGray th { border-color: #888; }
table.borderGray td { border-color: #222; }

table .trHover:hover { background-color: #222; }

table.queryParmsInfo td {
   border-color: #222; }

img.playerButton {
   border-color: #888; }

div.hr {
   border-color: #666;
   background-color: #888; }

.inlineConfirmationMessage { color: #FF4040; }

a.downloadButton {
   border-color: #888; }

a.button,
a.i_button,
a.pm_button {
   border-color: #444; }

/* make queryParmsInfoButton consistent
   with player buttons */

.queryParmsInfoButton a.i_button {
   border-color: #888; }

/* highlighting the active setting */
a.settingColor1 { background-image: url(images/markActiveButton_1.gif); }

/* a.subMenuItem:hover,
a.subMenuItemSelected:hover, */
a.subMenuItemSelected {
   background-image: url(images/markActiveButton_1.gif); }

/* image on startpage */
body.index #wrapper {
   background-image: url(images/index_eu_1.jpg); }

body.indexKellogg #wrapper {
   background-image: url(images/index_kellogg_1.jpg); }