* {
    font-family: verdana, arial, helvetica;
    font-size: 11px;
    color: #008900;
    line-height: 160%;
}

body, table {
    background: #FFFFFF;
    margin: 0;
}

#mainTable {
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    border: 0px #999999 solid;
    border-left-width: 1px;
    border-right-width: 1px;
}

#header {
    background: url(head_bg.jpg) repeat-x top left;
    height: 40px;
}

#headerMenu {
    background: url(bar_filler.gif) left bottom;
    height: 25px;
    font-weight: bold;
    border: 0px #999999 solid;
    border-bottom-width: 1px;
    color: #FFFFFF;
}

#footer  {
    background: url(foot_bg.jpg) repeat-x top left;
    border: 0px #999999 solid;
    border-top-width: 1px;
    height: 35px;
    font-weight: bold;
    color: #FFFFFF;
}

#footer span {
    color: #FFFFFF;
}

#menu {
    width: 20%;
    border-right: 1px #999999 solid;
    background: #CCCCCC url(menu_bg.jpg) bottom left no-repeat;
}

#content {
    width: 80%;
}

#menuFrame {
    width: 100%;
    height: 100%;
}

#contentFrame {
    width: 100%;
    height: 100%;
}

#tabResultFrame {
    width: 99%;
    height: 300px;
    border: 1px solid #999999;
}

#searchForm, #dataList {
    width: 100%;
    color: #c68e08;
    border-bottom-width: 1px;
    border: 0px #999999 solid;
    border-left-color: #CCCCCC;
    border-top-color: #CCCCCC;
    background: url(../gradien_short.jpg) repeat-x bottom left;
}

#dataList {
    border-bottom-width: 0;
    width: 100%;
    background-image: none;
    font-weight: normal;
}

#dataList2 {
    width: 100%;
    background-image: none;
    font-weight: normal;
}

a.mainMenu {
    display: block;
    background: url(menu_icon.png) no-repeat top left;
    margin: 5px;
    padding-top: 5px;
    padding-left: 35px;
    height: 35px;
}

a {
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: #008900;
    text-decoration: underline;
}

div.blockHeader {
    text-align: center;
    background: url(secthead_bg.jpg);
    border: 0px #999999 solid;
    border-bottom-width: 1px;
    color: #008900;
    padding: 7px;
    margin-bottom: 0;
    font-weight: bold;
}

div.padding {
    display: block;
    width: 10px;
    height: 10px;
}

input.text {
    font-weight: bold;
    color: #394a21;
}

input.button {
    font-weight: bold;
}

a.menu, a.menuSelected, a.menu:hover {
    display: block;
    margin: 0;
    padding-left: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 0;
    font-weight: bold;
    color: #008900;
    text-decoration: none;
}

a.menu:hover {
    color: #FFFFFF;
    background-color: #008900;
    text-decoration: none;
}

a.menuSelected {
    display: block;
    color: #FFFFFF;
    text-decoration: none;
    background: #999999;
}

.tab, .tabSelected {
    margin-left: 1px;
    margin-right: 1px;
    display: inline;
    color: #008900;
    border: 1px #999999 solid;
    border-bottom-width: 0px;
    border-right-color: #727272;
    background-image: url(secthead_bg.jpg);
    background-color: #CCCCCC;
	height: 25px;
    font-size: 80%;
}

.tabSelected {
    color: #999999;
    font-size: 11px;
}

td.alterCell, td.alterCell2 {
    background-color: #eaf4d0;
    border-bottom: 1px #CCCCCC solid;
}

td.alterCell2 {
    background-color: #FFFFFF;
}

.dataListHeader {
    height: 40px;
    background: url(../gradien_short.jpg) repeat-x center left;
    color: #c68e08;
    border-bottom: 1px #008900 solid;
}
