@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Segoe UI'), local('Segoe'), local('Open Sans'), local('OpenSans'), url(opensans.woff) format('woff');
}

html {
    height: 100%;
}
body {
    height: 100%;
    margin: 0;
    padding: 0;
    color: #333333;
    background-color: #ffffff;
    font-family: 'Segoe UI', Segoe, 'Open Sans', sans-serif;
    font-size: 12px;
}
p, ol, ul, li, table, td, th, div, span {
    color: #333333;
    font-family: 'Segoe UI', Segoe, 'Open Sans', sans-serif;
    font-size: 12px;
}
form, input, select, textarea {
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Segoe UI', Segoe, 'Open Sans', sans-serif;
    font-size: 12px;
}
select {
  box-sizing: content-box;
}
textarea {
    white-space: pre-wrap;
}
img {
    border: 0;
}

a {
    color: #003399;
    text-decoration: none;
}
a:hover {
    color: #ff6600;
    text-decoration: underline;
}

table.header {
    width: 100%;
    border-bottom: #cccccc 1px solid;
    background-color: #eeeeee;
}
table.header td {
    padding: 0;
    font-weight: bold;
}
table.header td a {
    color: #333333;
    text-decoration: none;
}
table.header td a:hover {
    color: #333333;
    text-decoration: underline;
}
div.header_logo {
    display: inline;
    float: left;
    border: 0;
    vertical-align: middle;
}
div.header_licence {
    display: inline;
    float: right;
    padding: 15px;
}

table.nav {
    width: 145px;
    padding: 0;
    border: 0;
}
table.nav_menu {
    width: 130px;
    margin-top: 10px;
    margin-left: 3px;
    padding: 0;
    border: 0;
    border-collapse: collapse;
}
td.nav_login {
    height: 50px;
    padding: 5px;
    color: #333333;
}
td.nav_category {
    padding: 3px;
    border-right: #909066 1px solid;
    border-bottom: #909066 1px solid;
    color: #000000;
    background-color: #c0c099;
    font-size: 12px;
    font-weight: bold;
}
td.nav_link {
    border: 0;
    padding: 0;
}
a.nav_link {
    display: block;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 3px;
    border-right: #eeeeee 1px solid;
    border-bottom: #eeeeee 1px solid;
    color: #333333;
    text-decoration: none;
}
a.nav_link:hover {
    display: block;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 3px;
    border-right: #999999 1px solid;
    border-bottom: #999999 1px solid;
    color: #000000;
    background-color: #dddddd;
    text-decoration: none;
}

div.footer {
    padding: 5px;
    border-top: #999999 1px solid;
    color: #666666;
    background-color: #cccccc;
    font-weight: bold;
    text-align: center;
}

div.title {
    padding: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-right: #666666 1px solid;
    border-bottom: #666666 1px solid;
    color: #ffffff;
    background-color: #999999;
    font-family: 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 17px;
    font-weight: bold;
}

div.section {
    padding: 5px;
    margin-right: 10px;
    color: #000000;
    background-color: #cccccc;
    font-weight: bold;
}
div.section_deleted {
    padding: 5px;
    color: #000000;
    background-color: #ffff99;
    font-weight: bold;
}
div.subsection {
    padding: 5px;
    background-color: #eeeeee;
}

div.h1 {
    padding: 5px;
    color: #000000;
    font-family: 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 14px;
    font-weight: bold;
}

div.http_add {
    padding: 10px;
    margin-bottom: 10px;
    border: #cccccc 2px dashed;
    text-align: center;
}
div.http_drop {
    color: #999999;
    font-size: 20px;
    text-align: center;
}

table.test {
    border-collapse: collapse;
    background-color: #cccccc;
}
table.test td {
    padding: 5px;
}

a.panel {
    display: block;
    margin-top: 0;
    padding: 10px;
    border: #cccccc 1px solid;
    color: #333333;
    text-decoration: none;
}
a.panel:hover {
    display: block;
    margin-top: 0;
    padding: 10px;
    border: #333333 1px solid;
    color: #000000;
    background-color: #cccccc;
    text-decoration: none;
}

.sort {
    color: #222222;
}
a.sort {
    color: #222222;
    text-decoration: underline;
}
a.sort:hover {
    color: #ffffff;
    text-decoration: underline;
}
table.sort {
    border-collapse: collapse;
}
table.sort th {
    padding: 5px 0 5px 5px;
    border: 1px #cccccc solid;
    color: #222222;
    background-color: #999999;
    font-weight: normal;
    text-align: left;
}
table.sort td {
    padding: 1px 3px 1px 3px;
    border: 1px #cccccc solid;
}

table.borderless {
    padding: 0;
    border-collapse: collapse;
}

table.center {
    margin-left: auto;
    margin-right: auto;
}
img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
div.center {
    margin-left: auto;
    margin-right: auto;
}
div.center_all {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

table.left {
    float: left;
}
img.left {
    float: left;
}
div.left {
    float: left;
}

table.right {
    float: right;
}
img.right {
    float: right;
}
div.right {
    float: right;
}

.n {
    font-weight: normal;
    font-family: 'Segoe UI', Segoe, 'Open Sans', sans-serif;
    font-size: 12px;
    text-decoration: none;
}
.b {
    font-weight: bold;
}
.u {
    text-decoration: underline;
}
.bu {
    font-weight: bold;
    text-decoration: underline;
}

td.notitle {
}

body.padded {
    margin: 5px;
    padding: 5px;
}
table.padded {
    border-collapse: collapse;
}
table.padded td {
    padding: 3px;
}

.divider {
    margin-top: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #cccccc;
}

.box {
    padding: 5px;
    border: 1px solid #cccccc;
    text-align: center;
}

.page {
    padding: 5px;
    font-weight: bold;
}
.page_this {
    padding: 5px;
    background-color: #cccccc;
    font-weight: bold;
}

div.note {
    display: none;
    padding: 5px;
    color: #333333;
    font-weight: normal;
}
div.note_plus {
    float: left;
    width: 16px;
    height: 13px;
    background: url(plus.gif) left top no-repeat;
    vertical-align: top;
 }
div.note_minus {
    float: left;
    width: 16px;
    height: 13px;
    background: url(minus.gif) left top no-repeat;
    vertical-align: top;
}
div.note_header {
    padding-top: 3px;
    padding-bottom: 3px;
    color: #000000;
    background-color: #cccccc;
}

.suggestion_list {
    padding: 4px;
    border: 1px solid;
    background: #ffffff;
}
.suggestion_list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.suggestion_list a {
    color: #000080;
    text-decoration: none;
}
.suggestion_list span {
    color: #800040;
    text-decoration: none;
}
.suggestion_list .selected {
    color: #ffffff;
    background: #666666;
}
.suggestion_list .selected a {
    color: #ffffff;
}
.suggestion_list .selected span {
    color: #ffffff;
}

a.fixed {
    color: #ff6600;
    text-decoration: underline;
}

a.link {
    color: #666666;
}
a.link:hover {
    color: #000000;
    text-decoration: underline;
}

div.link_download {
    width: 90%;
    overflow: auto;
    padding: 5px;
    border: 1px solid #999999;
    color: #333333;
    background-color: #ddddff;
    font-family: 'Segoe UI', Segoe, 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 14px;
}
div.link_upload {
    width: 90%;
    overflow: auto;
    padding: 5px;
    border: 1px solid #999999;
    color: #333333;
    background-color: #ddffff;
    font-family: 'Segoe UI', Segoe, 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 14px;
}

div.send_header {
    padding: 5px;
    color: #000000;
    background-color: #cccccc;
    font-family: 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
}
div.send_footer {
    padding: 5px;
    color: #999999;
    border-top: thin dotted #999999;
    font-family: Courier New, Courier;
    font-size: 11px;
    line-height: 13px;
}

.label {
    font-weight: bold;
    white-space: nowrap;
}
.label_required {
    color: #dd0000;
    font-weight: bold;
    white-space: nowrap;
}

.nowrap {
    white-space: nowrap;
}

.input_error {
    color: #ff0000;
    background-color: #cccccc;
}

.item {
    background-color: #ffffff;
}
.item_upload {
    background-color: #ddffff;
}
.item_download {
    background-color: #ddddff;
}
.item_pending {
    background-color: #dddddd;
}
.item_blocked {
    background-color: #ffdddd;
}
.item_deleted {
    background-color: #ffffcc;
}
.item_summary {
    border: #cccccc 1px solid;
    background-color: #eeeeee;
}
.item_total {
    background-color: #eeeeee;
    font-weight: bold;
}

.text_small {
    color: #2f4e6f;
    font-size: 11px;
    line-height: normal;
}
.text_light {
    color: #999999;
}
.text_extralight {
    color: #cccccc;
}
.text_success {
    color: #0000ff;
    font-weight: bold;
}
.text_error {
    color: #ff0000;
    font-weight: bold;
}
.text_warn {
    color: #990033;
}
.text_note {
    color: #2f4e6f;
}
