/* dark */
body {
  color: #b0b0b0;
}
#whitebox {
  background: #272727;
}

div#tabarea {
  background: #262626 url(dark3/mw_header_b.png) 0 0 repeat-x;
}
div#tabarea_l {
  background: url(dark3/mw_header_l_b.png) 0 0 no-repeat;
}
div#tabarea_r {
  height: 22px;
  background: url(dark3/mw_header_r_b.png) 100% 0 no-repeat;
}

#whitebox_t {
  background: #272727 url(dark3/mw_content_t.png) 0 0 repeat-x;
}

#whitebox_tl {
  background: url(dark3/mw_content_t_l.png) 0 0 no-repeat;
}

#whitebox_tr {
  background: url(dark3/mw_content_t_r.png) 100% 0 no-repeat;
}

#whitebox_m {
  border-left: 1px solid #272727;
  border-right: 1px solid #272727;
}

#whitebox_b {
  background: url(dark3/mw_content_b.png) 0 100% repeat-x;
}

#whitebox_bl {
  background: url(dark3/mw_content_b_l.png) 0 100% no-repeat;
}

#whitebox_br {
  background: url(dark3/mw_content_b_r.png) 100% 100% no-repeat;
}

.frame {
  border:1px solid #1d1d1d !important; padding:4px; background-color:#272727 !important;
}

table.DQedit {
  background: #232323;
}

/* menu */
a:link, a:visited {
  color: #f7f7f7;
}

a:hover {
  color: grey;
}

h3, div.module_menu h3, .componentheading, table.moduletable th {
  color: #666;
}

h3, .componentheading, table.moduletable th {
  color: #666;
}

div.module_menu {
  background: url(dark3/mw_box_br.png) 100% 100% no-repeat;
}

div.module_menu div {
  background: url(dark3/mw_box_bl.png) 0 100% no-repeat;
}

div.module_menu div div {
  background: url(dark3/mw_box_tr.png) 100% 0 no-repeat;
}

div.module_menu div div div {
  background: url(dark3/mw_box_tl.png) 0 0 no-repeat;
}

/* headers */
h1 {
  color: #c0c0c0;
}
h2 {
  color: #b0b0b0;
}
h3 {
  color: #b0b0b0;
}
h4 {
  color: #b0b0b0;
}
h5 {
  color: #b0b0b0;
}
h6 {
  color: #b0b0b0;
}

/* background */
#page_bg {
  background: #272727;
}

div#wrapper {
  background: #272727 url(dark3/mw_shadow_l.png) 0 0 repeat-y;
}

div#wrapper_r {
  background: url(dark3/mw_shadow_r.png) 100% 0 repeat-y;
}

div#header {
  background: url(dark3/mw_header_t.png) 0 0 repeat-x;
}

div#header_l {
  background: url(dark3/mw_header_t_l.png) 0 0 no-repeat;
}

div#header_r {
  background: url(dark3/mw_header_t_r.png) 100% 0 no-repeat;
}

div#footer {
  background: #272727 url(dark3/mw_footer_b.png) 0 100% repeat-x;
}

div#footer_l {
  background: url(dark3/mw_footer_b_l.png) 0 0 no-repeat;
}

div#footer_r {
  background: url(dark3/mw_footer_b_r.png) 100% 0 no-repeat;
  color: #666;
}
