@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: 10px;
    padding: 0;
    color: #333333;
    background-color: #ffffff;
    font-family: 'Segoe UI', Segoe, 'Open Sans', sans-serif;
    font-size: 13px;
}
p, ol, ul, li, table, td, th, div, span {
    color: #333333;
    font-family: 'Segoe UI', Segoe, 'Open Sans', sans-serif;
    font-size: 13px;
}
form, input, select, textarea {
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Segoe UI', Segoe, 'Open Sans', sans-serif;
    font-size: 13px;
}
textarea {
    white-space: pre-wrap;
}
img {
    border: 0;
}

a {
    color: #003399;
    text-decoration: none;
}
a:hover {
    color: #ff6600;
    text-decoration: underline;
}

div.h1 {
    padding-bottom: 5px;
    color: #000000;
    border-bottom: 1px #cccccc solid;
    font-family: 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 20px;
    font-weight: bold;
}

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: 13px;
    text-decoration: none;
}
.b {
    font-weight: bold;
}
.u {
    text-decoration: underline;
}
.bu {
    font-weight: bold;
    text-decoration: underline;
}

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;
}

a.fixed {
    color: #ff6600;
    text-decoration: underline;
}

a.link {
    color: #666666;
}
a.link:hover {
    color: #000000;
    text-decoration: underline;
}

.label {
    font-weight: bold;
    white-space: nowrap;
}
.label_required {
    color: #dd0000;
    font-weight: bold;
    white-space: nowrap;
}

.nowrap {
    white-space: nowrap;
}

.text_small {
    color: #999999;
    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;
}

.float {
    width: 80px;
    text-align: right;
}

.red {
    color: #ff3333;
}

.blue {
    color: #3333ff;
}

.spacer {
    padding-left: 10px;
    padding-right: 10px;
    color: #999999;
    font-weight: normal;
    font-family: 'Segoe UI', Segoe, 'Open Sans', sans-serif;
    font-size: 13px;
    text-decoration: none;
}

.mail {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.mail-content {
    background-color: #eeeeee;
    margin: 5% 1% 5% 1%;
    border: 1px solid #333333;
    width: 550px;
}
