body {
    background: #F6F7EF;
}

table, body, input, select, textarea {
    font-family: Arial, Tahoma, Verdana;
    font-size: 11px;
}

#content {
    width: 950px;
}

#menu {
    width: 100%;
    border: 1px solid #DCDDD6;
    background: #FFFFFF;
    height: 26px;
    top: 15px;
    left: 10px;
    position: absolute;
}

#tblMenu {
    height: 100%;
}

#tblMenu td {
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
}

#logo {
    text-align: right;
    padding: 5px;
}

.mnuOver {
    background: #E8F5CF;
    /*font-weight: bold; */
    color: #303030;
    cursor: hand;
}

.subMenu {
    top: 42px;
    visibility: hidden;
    background: #ffffff;
    position: absolute;
}

.subMenu td {
    width: 130px;
    border-bottom: 1px solid #DCDDD6;
}

.submnuOver {
    font-weight: bold;
}

.tblSubmenu td {
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
}

.tblSubmenu {
    border: 1px solid #DCDDD6;
}

.subMenu a, .subMenu a:link {
    color: #303030;
    text-decoration: underline;
}

#navigator {
    margin: 20px;
    background: #D6DFDA;
    top: 30px;
    position: relative;
    padding: 5px;
}

.tblForm td {
    padding: 3px;
}

.fake table td {
  padding: 0px;
}

.tblForm .c1 {
     width: 100px;
     text-align: right;
     padding-top: 6px;
     vertical-align: top;
     border-right: 1px solid #BFC0BA;
}

.tblForm .c2 {
    width: 770px;
}

.tblForm .seperator {
    padding: 0px;
    background: #BFC0BA;
    height: 1px;
}

#text {
    position: relative;
    top: 40px;
    left: 40px;
}

.grey {
    background-color: #D6DFDA;
    padding: 3px;
}

#tblFormList thead {
    font-weight: bold;
}

#tblFormList .right {
    text-align: right;
}

#tblFormList tbody td {
    background-color: #D6DFDA;
    padding: 3px;
}

#tblFormList tbody .seperator {
    background-color: #F6F7EF;
    height: 1px;
}

a, a:link, a:active, a:visited {
    color: #656565;
}