* {
    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
    }
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;
    background-color: #FFF;
    position: relative;
    height: 100%;
    overflow: auto
    }
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: #2684B2
    }
a:hover {
    text-decoration: underline
    }
.clearFix {
    clear: both
    }
button.rounded_button {
    border: none;
    background: none
    }
.rounded_button:hover {
    text-decoration: none;
    clear: both
    }
.rounded_button > span {
    float: left;
    font-family: "StagSansBook";
    color: #666;
    font-size: 12px;
    line-height: 14px;
    padding: 5px 10px;
    border: 1px solid #B7B7B7;
    cursor: pointer;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    background: #FFF;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E8E8E8));
    background: -moz-linear-gradient(top, #FFF, #E8E8E8)
    }
.rounded_button:active > span, .rounded_button.selected > span {
    background: #E8E8E8;
    background: -webkit-gradient(linear, left top, left bottom, from(#DEDEDE), to(#E8E8E8));
    background: -moz-linear-gradient(top, #DEDEDE, #E8E8E8)
    }
.rounded_button.highlighted > span {
    background: #FFF;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EAEAEA));
    background: -moz-linear-gradient(top, #FFF, #EAEAEA)
    }
.rounded_button.left > span {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none
    }
.rounded_button.right > span {
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
    }
.rounded_button.center > span {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-right: none
    }
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
    }
.error {
    color: red
    }
.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
    }
textarea.error, input.error {
    border-color: red;
    text-align: left;
    color: initial
    }
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
    }
span.dropdown {
    display: block
    }
span.dropdown > span > small.up_arrow {
    display: none
    }