html, body, h1, ul, div {
        margin: 0;
        padding: 0;
}

html, body { width: 100%; height: 100%; }

h1[class="header"] {
    position: relative;
    top: 0px;
    width: 906px;
    height: 157px;
    background-image: url(../images/header.png);
    overflow: visible;
    z-index: 2;
    margin-bottom: -33px;
}
ul * {
    text-align: left;
    list-style-type: none;
    text-decoration: none;
}
ul li {
        text-indent: 15px;
}
ul * a:link { color: #5555FF; }
ul * a:visited { color: #AAAAFF; }
ul[class="left_menu"] {
    float: left;
    margin-top: -52px;
    margin-right: 3px;
    padding: 12px;
    padding-top: 40px;
    width: 147px;
    height: 100%;
    list-style-type: none;
    color: #8d96Ac;
    text-align: right;
    background: url(../images/sidebar.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-color:#2e364d;
    z-index: 0;
    left: 0px;
    font-family: Helvetica, Arial, Times New Roman;
    font-size: 13px;
}
ul[class="left_menu"] li {
    margin-left: 5px;
    margin-right: 5px;
    text-align: right;
}
ul[class="left_menu"] li[class="boxed"] {
    padding-right: 30px;
    margin-right: -19px;
    background: url(../images/box2.png);
    background-repeat: no-repeat;
    background-position: right;
}
ul[class="left_menu"] li[class="blueboxed"] {
    padding-right: 30px;
    margin-right: -19px;
    background: url(../images/box2.png);
    background-repeat: no-repeat;
    background-position: right;
}
ul[class="left_menu"] li[class="boxed"]:hover {
    padding-right: 30px;
    margin-right: -19px;
    background: url(../images/box1.png);
    background-repeat: no-repeat;
    background-position: right;
}
ul[class="left_menu"] * td { text-align: right; }
ul[class="left_menu"] * a:link { color: #FFFFFF; }
ul[class="left_menu"] * a:visited { color: #FFFFFF; }
ul[class="left_menu"] * a:hover { color: #efbe38; }

ul[class="right_menu"] {
    float: right;
    margin-top: -52px;
    margin-left: 3px;
    padding: 12px;
    padding-top: 40px;
    width: 144px;
    height: 100%;
    list-style-type: none;
    text-align: left;
    background-color: #FFFFFF;
    overflow: hidden;
    font-family: Helvetica, Arial, Times New Roman;
    font-size: 12px;
}
ul[class="right_menu"] li {
    text-indent: 5px;
}

body {
        background: url(../images/background_gradient.png) repeat-x #c8c4c3;
}
form {
       margin-top: 16px;
       margin-bottom: 16px;
       padding-right: 10px;
       padding-bottom: 13px;
}
input {
       font-family: Helvetica, Arial, Times New Roman;
       font-size: 11px;
       font-stretch: wider;
}
table[id="bordered"] {
       border: 1px solid #535a6d;
       border-radius: 8px;
       -moz-border-radius: 8px;
}
table[class="hor-zebra"] {
        font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
        font-size: 12px;
        margin: 0;
        text-align: left;
        border-collapse: collapse;
}
table[class="hor-zebra"] th {
        font-size: 14px;
        font-weight: normal;
        padding: 10px 8px;
        color: #039;
}
table[class="hor-zebra"] td {
        padding: 8px;
        color: #669;
}
table[class="hor-zebra"] tr {
        background: #FCE6B7;
}
table[class="hor-zebra"] tr[class="odd"] {
        background: #f6f5cf;
}
div[class="container"] {
    position: relative;
    padding-top: 52px;
    width: 906px;
    height: 1500px;
    background-color: #f8f5cf;
    z-index: 0;
    font-family: Helvetica, Arial, Times New Roman;
    font-size: 14px;
}
div[class="main_content"] {
    margin: 0px;
    padding: 0px;
    width: 560px;
    color: #4e4737;
    overflow: hidden;
}
