* {
    margin: 0;
    padding: 0
    }
@font-face {
    font-family: "StagSansBook";
    src: url(/static/fonts/stagsans-book-webfont.eot)
    }
@font-face {
    font-family: "StagSansBook";
    src: url(//:) format("no404"), url(/static/fonts/stagsans-book-webfont.woff) format("woff"), url(/static/fonts/stagsans-book-webfont.ttf) format("truetype"), url(/static/fonts/stagsans-book-webfont.svg#webfontTnrdYLBA) format("svg");
    font-weight: normal;
    font-style: normal
    }
@font-face {
    font-family: "StagSansLight";
    src: url(/static/fonts/stagsans-light-webfont.eot)
    }
@font-face {
    font-family: "StagSansLight";
    src: url(//:) format("no404"), url(/static/fonts/stagsans-light-webfont.woff) format("woff"), url(/static/fonts/stagsans-light-webfont.ttf) format("truetype"), url(/static/fonts/stagsans-light-webfont.svg#webfontPMkAhxJ8) format("svg");
    font-weight: normal;
    font-style: normal
    }
@font-face {
    font-family: "StagSansMedium";
    src: url(/static/fonts/stagsans-medium-webfont.eot)
    }
@font-face {
    font-family: "StagSansMedium";
    src: url(//:) format("no404"), url(/static/fonts/stagsans-medium-webfont.woff) format("woff"), url(/static/fonts/stagsans-medium-webfont.ttf) format("truetype"), url(/static/fonts/stagsans-medium-webfont.svg#webfontCYYxNof6) format("svg");
    font-weight: normal;
    font-style: normal
    }
@font-face {
    font-family: "StagSansBold";
    src: url(/static/fonts/stagsans-bold-webfont.eot)
    }
@font-face {
    font-family: "StagSansBold";
    src: url(//:) format("no404"), url(/static/fonts/stagsans-bold-webfont.woff) format("woff"), url(/static/fonts/stagsans-bold-webfont.ttf) format("truetype"), url(/static/fonts/stagsans-bold-webfont.svg#webfontCYYxNof6) format("svg");
    font-weight: normal;
    font-style: normal
    }
@font-face {
    font-family: "StagSansSemibold";
    src: url(/static/fonts/stagsans-semibold-webfont.eot)
    }
@font-face {
    font-family: "StagSansSemibold";
    src: url(//:) format("no404"), url(/static/fonts/stagsans-semibold-webfont.woff) format("woff"), url(/static/fonts/stagsans-semibold-webfont.ttf) format("truetype"), url(/static/fonts/stagsans-semibold-webfont.svg#webfontCYYxNof6) format("svg");
    font-weight: normal;
    font-style: normal
    }
html {
    font-size: 100%;
    text-align: center;
    height: 100%;
    width: 100%
    }
body {
    font: normal normal normal 13px/normal Segoe UI, Arial, Helvetica, sans-serif;
    color: #000;
    position: relative;
    min-height: 100%;
    min-width: 1160px;
    overflow: auto;
    background-color: #9C9C9C;
    background-repeat: no-repeat;
    background-image: -ms-linear-gradient(top, #D5D5D5 0%, #9C9C9C 100%);
    background-image: -moz-linear-gradient(top, #D5D5D5 0%, #9C9C9C 100%);
    background-image: -webkit-linear-gradient(top, #D5D5D5 0%, #9C9C9C 100%);
    background-image: linear-gradient(to bottom, #D5D5D5 0%, #9C9C9C 100%)
    }
input, textarea, select, button {
    font: normal normal normal 13px/normal Segoe UI, Arial, Helvetica, sans-serif
    }
img {
    -ms-interpolation-mode: bicubic
    }
a {
    text-decoration: none;
    color: #099EE1
    }
a:hover {
    text-decoration: underline
    }
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
    }
input[type="text"], input[type="password"], textarea, select {
    background-color: #EDF3DE;
    border: 1px solid #666;
    font-size: 13px
    }
input[type="text"], input[type="password"], textarea {
    padding-top: 0
    }
input[type="text"], input[type="password"], select {
    height: 20px
    }
input[type="submit"], input[type="button"] {
    font-size: 13px;
    height: 22px;
    vertical-align: baseline
    }
textarea[disabled], input[disabled] {
    background-color: #eee;
    border: 1px solid #888
    }
h2 {
    font-family: Segoe UI, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #099EE1;
    text-align: left
    }
.error {
    color: red
    }
textarea.error, input.error {
    border-color: red;
    text-align: left;
    color: initial
    }
.warning {
    color: green;
    font-weight: bold
    }
.help_box {
    border-radius: 5px 5px;
    padding: 5px 10px;
    line-height: 25px;
    background-color: #FC0;
    font-weight: bold
    }
.important_help_box {
    position: relative;
    float: left;
    left: 50%;
    clear: both
    }
.important_help_box > span {
    position: relative;
    float: left;
    left: -50%;
    display: block;
    border-radius: 5px 5px;
    padding: 5px 10px;
    line-height: 25px;
    background-color: #F33;
    font-weight: bold
    }
.important_help_box > span > a {
    text-decoration: underline;
    color: black
    }
tr.row_spacer {
    height: 20px
    }
#main_wrapper {
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%
    }
#body {
    position: relative;
    margin: 0 auto;
    width: 1160px;
    background-color: #FFF;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.4);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#A0A0A0')"
    }
#main_wrapper.large #body {
    width: auto;
    min-width: 1160px;
    max-width: 1600px
    }
#footer {
    position: relative;
    color: #666;
    padding: 0 34px;
    margin: 0 auto;
    height: 64px;
    background-color: #3C3C3C;
    color: #b2b2b2;
    font-size: 14px;
    clear: both;
    overflow: hidden
    }
#footer .legal, #footer a {
    margin-top: 22px;
    line-height: 20px
    }
#footer .legal {
    margin-right: 10px;
    float: right
    }
#footer a {
    margin-right: 10px;
    border-right: 1px solid #b2b2b2;
    padding-right: 10px;
    float: right;
    color: #b2b2b2;
    text-decoration: underline
    }
ul.tab {
    position: relative;
    list-style: none;
    margin-bottom: -1px
    }
ul.tab li {
    position: relative;
    float: left;
    margin: 0 5px
    }
ul.tab li a {
    position: relative;
    display: block;
    line-height: 30px;
    height: 30px;
    font-size: 1.25em;
    padding-left: 10px;
    margin-top: 10px;
    padding-right: 10px;
    border: 1px solid #DDD;
    color: #000;
    background: #DDD;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#F3F3F3));
    background: -moz-linear-gradient(top, #FFF, #F3F3F3);
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px
    }
ul.tab li.tab_warning a {
    color: red
    }
ul.tab li a.selected, ul.tab li a:hover {
    background: #FFF;
    filter: none;
    border-bottom: 1px solid #FFF;
    text-decoration: none
    }