html {
    height: 100%;
}
body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
    background-color: #ffffff;
}
p, ol, ul, li, form, table, td, th, div {
    font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
form, input, select, textarea {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

a {
    text-decoration: none;
    color: #003399;
}
a:hover {
    text-decoration: underline;
    color: #ff6600;
}

a.logo {
    text-decoration: none;
    color: #333333;
}
a.logo:hover {
    text-decoration: underline;
    color: #333333;
}
table.logo {
    border-collapse: collapse;
    background-color: #ffffff;
    border-bottom: #333333 1px solid;
}
table.logo td {
    padding: 0;
    font-weight: bold;
    color: #333333;
}

table.nav {
    width: 150px;
    background: #ffffff;
}
table.nav_menu {
    width: 130px;
    margin-top: 10px;
    margin-left: 5px;
    background: #73695a;
    border: #73695a 1px solid;
}
td.nav_login {
    height: 50px;
    padding: 5px;
    color: #333333;
    background: #dddddd;
}
td.nav_category {
    padding: 2px;
    color: #eeeeee;
    background: #666666 url(background_category.gif);
    border-bottom: #ffffff 1px solid;
    font-size: 10px;
    font-weight: bold;
}
td.nav_link {
    background-color: #dddddd;
    border-bottom: #ffffff 1px solid;
}
a.nav_link {
    margin-top: 0;
    display: block;
    padding: 5px;
    color: #333333;
    background-color: #dddddd;
    text-decoration: none;
}
a.nav_link:hover {
    margin-top: 0;
    display: block;
    padding: 5px;
    color: #000000;
    background-color: #4a8ee7;
    text-decoration: none;
}

div.footer {
    padding: 5px;
    font-weight: bold;
    color: #ffffff;
    background: #ff6600 url(background_footer.gif);
    border-top: #ff9966 1px solid;
}

div.title {
    padding: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: bold;
    color: #ffffff;
    background: #4a8ee7 url(background_title.gif);
    border-top: #6699ff 1px solid;
    border-bottom: #336699 1px solid;
}

div.section {
    padding: 5px;
    margin-right: 10px;
    font-weight: bold;
    color: #000000;
    background-color: #cccccc;
}
div.section_deleted {
    padding: 5px;
    font-weight: bold;
    color: #000000;
    background-color: #ffff99;
}
div.h1 {
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}

table.test {
    border-collapse: collapse;
    background-color: #cccccc;
}
table.test td {
    padding: 5px;
}

a.block {
    margin-top: 0;
    display: block;
    padding: 10px;
    border: #cccccc 1px solid;
    color: #333333;
    text-decoration: none;
}
a.block:hover {
    margin-top: 0;
    display: block;
    padding: 10px;
    border: #333333 1px solid;
    color: #000000;
    background-color: #cccccc;
    text-decoration: none;
}

.sort {
    color: #222222;
}
a.sort {
    text-decoration: underline;
    color: #222222;
}
a.sort:hover {
    text-decoration: underline;
    color: #ffffff;
}
table.sort {
    border-collapse: collapse;
}
table.sort th {
    padding: 3px;
    border: 1px #cccccc solid;
    font-weight: normal;
    text-align: left;
    color: #222222;
    background-color: #999999;
}
table.sort td {
    padding: 3px;
    border: 1px #cccccc solid;
}

table.borderless{
    border-collapse: collapse;
}

body.padded {
    margin: 5px;
    padding: 5px;
}
table.padded {
    border-collapse: collapse;
}
table.padded td {
    padding: 3px;
}

.box {
    padding: 5px;
    border: 1px solid #cccccc;
    text-align: center;
}

img.note {
    border: 0;
    vertical-align: middle;
}
div.note {
    position: absolute;
    visibility: hidden;
    padding: 5px;
    color: #333333;
    font-weight: normal;
}

div.address_book {
    background: #cccccc;
    border: 1px solid #333333;
}
table.address_book {
    border-collapse: collapse;
    background-color: #999999;
}
table.address_book td {
    padding: 2px;
}
div.address_list {
    background: #ffffff;
}
table.address_list {
    border-collapse: collapse;
    background-color: #ffffff;
}
table.address_list td {
    padding: 2px;
}

.suggestion_list {
    padding: 4px;
    border: 1px solid;
    background: #ffffff;
}
.suggestion_list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.suggestion_list a {
    text-decoration: none;
    color: #000080;
}
.suggestion_list .selected {
    background: #000080;
    color: #ffffff;
}
.suggestion_list .selected a {
    color: #ffffff;
}

a.fixed {
    text-decoration: underline;
    color: #ff6600;
}

a.link {
    color: #666666;
}
a.link:hover {
    text-decoration: underline;
    color: #000000;
}

div.link_download {
    width: 90%;
    overflow: auto;
    padding: 5px;
    border: 1px solid #999999;
    font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 13px;
    color: #333333;
    background-color: #ddddff;
}
div.link_upload {
    width: 90%;
    overflow: auto;
    padding: 5px;
    border: 1px solid #999999;
    font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 13px;
    color: #333333;
    background-color: #ddffff;
}

div.send_footer {
    padding: 5px;
    border-top: thin dotted #999999;
    font-family: Courier New, Courier;
    font-size: 10px;
    line-height: 13px;
    color: #999999;
}

.label {
    font-weight: bold;
}
.label_required {
    font-weight: bold;
    color: #dd0000;
}

.input_error {
    color: #ff0000;
    background-color: #cccccc;
}

.item {
    background-color: #ffffff;
}
.item_blocked {
    background-color: #ffdddd;
}
.item_uploaded {
    background-color: #ddffff;
}
.item_downloaded {
    background-color: #ddddff;
}
.item_deleted {
    background-color: #ffffcc;
}
.item_summary {
    border: #cccccc 1px solid;
    background-color: #eeeeee;
}
.item_total {
    font-weight: bold;
    background-color: #eeeeee;
}

.text_small {
    font-size: 10px;
    line-height: normal;
}
.text_light {
    color: #999999;
}
.text_extralight {
    color: #cccccc;
}
.text_success {
    font-weight: bold;
    color: #0000ff;
}
.text_error {
    font-weight: bold;
    color: #ff0000;
}
.text_warn {
    color: #ff0000;
}
