/* Default styles */
 
body {
    background-color: #FFFFFF;
    color: #000000;
    font-family: arial, helvetica, verdana;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-size: 13px;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0px;
}

A:link      { color: #009999; }
A:visited   { color: #009999; }
A:active    { color: #EE0000; }

table {
    align: left;
    border-spacing: 0px;
    empty-cells: show;
    margin: 0px;
    padding: 0px;
    vertical-align: top;
}

tr {
    margin: 0px;
    padding: 0px;
}

td {
    color: #000000;
    empty-cells: show;
    font-family: verdana,arial, helvetica;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    vertical-align: center;
}

/* Table Cells */

td.content {
    font-size: 13px;
    padding-top: 10px;
    vertical-align: top;
}

td.list_content {
    background: #FFFFFF;
    border: solid 1px #CCCCCC;
    font-size: 12px;
    height: 21px;
    text-align: left;
    padding-left: 2px;
    padding-right: 6px;
    vertical-align: center;
}

td.list_content_alt {
    background: #EEEEEE;
    border: solid 1px #CCCCCC;
    font-size: 12px;
    height: 21px;
    text-align: left;
    padding-left: 2px;
    padding-right: 6px;
    vertical-align: center;
}

td.list_header {
    background: #CCCCCC;
    border-left: solid 1px #EEEEEE;
    border-right: solid 1px #999999;
    border-top: solid 1px #EEEEEE;
    border-bottom: solid 1px #999999;
    font-size: 13px;
    font-weight: bold;
    height: 20px;
    text-align: left;
    padding-left: 2px;
    padding-right: 6px;
    vertical-align: center;
}

td.menu {
    background-color: #00DDBB;
}

td.menu_selected {
    text-align: center;
    background-color: #CCFFCC;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    border-left: solid 1px #EEEEEE;
    border-top: solid 1px #EEEEEE;
    border-bottom: solid 1px #999999;
    padding-left: 4px;
}

td.menu_space {
    background-color: #00DDBB;
    border: 0px;
    font-size: 1px;
}

td.menu_unselected {
    text-align: center;
    background-color: #00DDBB;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    border-left: solid 1px #EEEEEE;
    border-top: solid 1px #EEEEEE;
    border-bottom: solid 1px #999999;
    padding-left: 4px;
}

td.statusbar {
    background-color: #00DDBB;
}

td.statusbar_blank {
    background-color: #FFFFFF;
}

td.titlebar {
    background-color: #009999;
    color: #FFFFFF;
}

/* Divs */

div.content_text {
    margin-bottom: 5px;
    font-size: 12px;
}

div.content_title {
    color: #009999;
    font-size: 24px;
    border-bottom: solid 2px #009999;
    margin-bottom: 10px;
}

div.scroll_list {
    border: solid 1px #CCCCCC;
    overflow: auto;
}

div.small_text {
    font-size: 10px;
}

div.titlebar_small_text {
    font-size: 17px;
    margin-left: 10px;
}

div.titlebar_large_text {
    font-size: 24px;
    margin-left: 10px;
}

/* End of File */