@import url('../default/index.css');



body {
    background: #377b00 url(images/background.png) 0 top repeat-x;
    width: 900px;
    margin: auto;
    font-size: 10pt;
}

table {
   font-size: 10pt; 
}

.view tr:hover {
    background: black;
    color: white;
    opacity: 0.5;
    filter: alpha(opacity=50, style=2);
}

.view tr.header:hover {
    background: none;
    color: black;
    opacity: 1;
    filter: alpha(opacity=100, style=2);
}


#MainMenu {
    background: url(images/menu_background.png) 0 top no-repeat;
    width: 200px;
    height: 300px;
    margin-left: -40px;
    margin-top: -15px;
    padding-top: 15px;
    padding-right: -30px;
}
#MainMenu a {
    padding-left: 35px;
    color: white;
    font-size: 11pt;
    margin: 0px;
    width: 160px;
}
#MainMenu a:hover {
    text-decoration: none;
    background: black;
    opacity: 0.5;
    filter: alpha(opacity=50, style=2);
}



#header {
    background: white url(images/header.png) 0 top no-repeat;
    padding-left: 30px;
    padding-right: 30px;
    height: 200px;
}
#header .buttons {
    text-align: right;
}
#header .buttons a {
    background: #f6f6f6 url(images/button.png) 0 0 no-repeat;
    color: #858585;
    padding: 7px 15px 7px 15px;
    font-size: 12pt;
    text-decoration: none;
    width: 137px;
    line-height: 38px;
}

#login_row {
    text-align: right;
}
.body {
    background: #ffcc00 url(images/body.png) 0 top no-repeat;
    min-height: 533px;
}
.main_board {
    padding: 5px 20px 5px 20px;
    color: #025c00;
    font-size: 11pt;
    width: 100%
}

.public_links_view {
    background: url(images/menu_background.png) 0 top no-repeat;
    width: 200px;
    margin-left: -40px;
    padding-top: 15px;
    padding-right: -30px;
    padding-bottom: 15px;
}
.public_links_view a {
    padding-left: 35px;
    color: white;
    font-size: 10pt;
    margin: 0px;
    width: 160px;
    text-decoration: none;
}
.public_links_view div:hover {
    background: black;
    opacity: 0.5;
    filter: alpha(opacity=50, style=2);
}

#WLoginForm form {
    background: transparent;
}


#footer {
    background: #ffcc00 url(images/footer.png) 0 bottom no-repeat;
    min-height: 180px;
    text-align: right;
    padding-right: 20px;
    color: #333;
}
#footer a {
    color: #333;
}
