/* green specific overrides */

body {
        background: #313131;
}

td.sectiontableheader {
  border-bottom: 1px solid #313131;
  border-right: 1px solid #313131;
}

div#grunge_middle {
        background: url(img/ex2_bg_m.png) 50% 152px repeat-y;
}

div#grunge_bottom {
        background: url(img/ex2_bg_b.png) 50% 100% no-repeat;
}

div#grunge_top {
        background: url(img/ex2_bg_t.png) 50% 0 no-repeat;
}

div#header {
        background: #000;
}

div#content_pad {
        border: 5px solid #000;
}

div#nav_menu {
        background: #000;
}

div#bannerimage {
        background: url(img/da.jpg) no-repeat;
}

div#content {
        background: #000;
}

div#userblocks td {
        background: #000;
}

div.moduletable input.inputbox {
        background: #111;
        border: 1px solid #333;
}

div.search input.inputbox {
        background: #313131;
        border: 1px solid #000;
}

div.moduletable,
div.moduletable-menu {
        background: #000;
}

input.text {
        width: 104px
}

input.password {
        width: 104px
}

input.submit {
        background: #000 url(img/ex2_butt.png) 0 0 repeat-x;
        border: 1px solid #333;
        padding: 2px 20px 2px 20px;
        margin: 0 5px 0 5px;
}

input.submit:hover {
        border: 1px solid #A6B760;
}

div#footer {
        background: #000;
        color: #666;
}

/** split menu definitions **/

div.moduletable-menu table td,
ul#mainlevel li,
ul.submenu li {
        background: url(img/ex2_menu.png) 0 2px repeat-x;
}

a.mainlevel:link,
a.mainlevel:visited,
a.sublevel:link,
a.sublevel:visited,
ul.submenu a:link,
ul.submenu a:visited {
        background: #000;
}

ul.submenu li.active_menu a:link,
ul.submenu li.active_menu a:visited,
ul.submenu li.active_menu a:hover,
a#active_menu {
        color: #A6B760;
}

#user4 {
        float: right;
        margin-top: 2px;
        margin-right: 6px;
        text-align: right;
        width: 300px;
}

.listcategories
{
display: inline;
float: left;
margin: 0px;
padding: 0px;
height: 50px;
display: block;
width: 50%;
 text-align: center;
 background-color: Black;
}

#multipage {
        margin: 5px;
        padding: 7px;
        border: 1px dashed #555F55;
        width: 150px;
        float: right;
        clear: right;
}
