@charset
"UTF-8"
;
/* CSS Document */

/* colors: 
lightest nav blue: e9f4ff
nav border: dbe9f7
thick background stripe: 0dafeb
logo dark: 0161c3
logo light: b4d9fe
div light gray: efefef
div light gray border: dadada
*/
body {
    font-family: Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
}

a {
    color: #0161c3;
}

#logo {
    width: 800px;
    margin: 10px auto;
}

#nav {
    margin: 5px 0 10px;
    background-color: #e9f4ff;
    border-top: 1px solid #dbe9f7;
    border-bottom: 1px solid #dbe9f7;
    padding: 1px 0 2px;
    clear: both;
}

#nav ul {
    width: 800px;
    margin: 0 auto;
    padding: 0 0 0 5px;
}

#nav li {
    list-style-type: none;
    display: inline;
    text-transform: uppercase;
    font-size: 12px;
}

#nav li a {
    color: black;
    text-decoration: none;
    padding: 4px 10px;
    margin-right: 50px;
}

#nav li a#active {
    background-color: #dbe9f7;
}

#nav li#signIn {
    display: none;
}

#accountBox {
    font-size: 10px;
    float: right;
    margin-top: 15px;
}

#accountBox input {
    font-size: 11px;
}

#poweredBy {
    float: right;
}

#subnav {
    min-height: 27px;
    width: 800px;
    margin: 0 auto;
}

#subnav ul {
    text-align: right;
    margin: 0;
    padding: 0;
}

#subnav ul li {
    list-style-type: none;
    display: inline;
    font-size: 12px;
}

#subnav li a {
    color: black;
    text-decoration: none;
    padding: 0 10px;
    margin-right: 5px;
}

#subnav li a:hover {
    text-decoration: underline;
}

#main {
    width: 800px;
    vertical-align: top;
}

#wrapper {
    padding: 10px 0;
}

#wrapper h1, #wrapper h2 {
    color: #0161c3;
    letter-spacing: 0.085em;
}

#wrapper h1 {
    font-size: 24px;
    margin: 0 0 5px;
    padding: 0;
}

#wrapper h2 {
    font-size: 18px;
}

#wrapper h3, #wrapper h3 a {
    font-size: 14px;
    color: #666;
    font-weight: normal;
    margin: 0 0 25px 0;
    padding: 0;
}

.required {
    color: #ff0000;
    font-weight: bold;
    font-size: 11px;
    margin-left: 5px;
}

.error {
    background-color: #ffffff;
    color: #ff0000;
    font-weight: bold;
    border: 1px solid #dadada;
    padding: 5px;
    margin-bottom: 3px;
    font-size: 11px;
}

.alert {
    background-color: #ffffff;
    color: #0000ff;
    font-weight: bold;
    border: 1px solid #dadada;
    padding: 5px;
    margin-bottom: 3px;
    font-size: 11px;
}

.norecords {
    font-size: 16px;
    font-color: #666;
    text-align: center;
}

.box {
    background-color: #efefef;
    border: 1px solid #dadada;
    padding: 5px;
    margin-bottom: 3px;
    font-size: 11px;
    clear: both;
}

.box h2 {
    padding: 0;
    margin: 0 0 10px;
}

#notop {
    border-top: none;
}

.wizard div.box, form div.box {
    background-color: #efefef;
    border: 1px solid #dadada;
    padding: 20px 10px;
}

.wizard label {
    font-size: 12px;
}

.wizard label span {
    display: block;
    font-size: 18px;
    font-weight: bold;
}

form .submit {
    text-align: center;
    padding: 20px 0 8px;
}

form .submit input {
    margin: 0 10px;
}

form .recaptcha {
    text-align: center;
    padding: 20px 0 8px;
}

td.bluestripe {
    vertical-align: top;
}

td.bluestripe div {
    background-color: #0dafeb;
    height: 340px;
}

#footer {
    margin-top: 50px;
    background: url(../images/global/footerGradient.gif) top repeat-x white;
    padding-top: 50px;
    font-size: 11px;
    color: #888;
    text-align: center;
}

#footer ul li {
    list-style-type: none;
    font-size: 11px;
    line-height: 20px;
}

#footer ul li a {
    color: #888;
}

#footer ul li a:hover {
    text-decoration: none;
}

#footer td {
    vertical-align: top;
    width: 150px;
    text-align: left;
}

p.copyright {
    margin-top: 2em;
}

.campaignPayout, .campaignBounty {
    color: black;
}

.override {
    color: #bcbcbc;
    text-decoration: line-through;
}

.balanceBox {
    width: 140px;
    float: right;
    font-size: 11px;
    text-align: center;
    background-color: #efefef;
    border: 1px solid #dedede;
    padding: 3px;
}

.balanceBox span {
    font-size: 24px;
    color: #090;
    font-weight: bold;
    padding-top: 2px;
}

.balanceBox span a {
    color: #090;
    text-decoration: none;
}

.balanceBox span a:hover {
    color: black;
}

.blackGlass {
    border: 1px solid black;
    background: white;
}

.blackGlass td, .blackGlass th {
    padding: 4px 8px;
}

.blackGlass th {
    color: white;
    text-align: left;
    font-size: 14px;
    background: black url(../images/global/blackTableReflection.gif) repeat-x;
}

.blackGlass td {
    font-size: 12px;
}

.blackGlass td.number {
    text-align: right;
}

.blackGlass tr.odd {
    background-color: #efefef;
}

.blackGlass tfoot td {
    background-color: #dedede;
    font-weight: bold;
    border-top: 1px solid #bcbcbc;
}

.sideways th {
    text-align: left;
}

.tableTools {
    float: right;
}

/* tooltip-styled image preview */
a.preview {
    position: relative;
    z-index: 24;
}

a.preview:hover {
    z-index: 25;
    text-decoration: none;
    background:;
}

/* background:; is an IE hack, do not remove! */
a.preview span {
    display: none;
}

a.preview:hover span {
    width: 200px;
    border: 1px solid #e8e07f;
    display: block;
    position: absolute;
    top: 1em;
    left: 2em;
    vertical-align: middle;
    background: #fff799;
    font-weight: normal;
    color: black;
    text-align: left;
    padding: 3px;
    text-decoration: none;
}

a.preview:hover span.short {
    width: 125px;
}

a.preview:hover span.long {
    width: 350px;
}

#sidebar td {
    font-size: 12px;
    color: black;
    padding-bottom: 15px;
}

#sidebar h2 {
    text-align: center;
}

#sidebar .rewardTitle {
    color: #666;
    font-size: 14px;
}

#sidebar ul {
    list-style: none;
}

#sidebar li {
    margin-bottom: 5px;
}

table.formTable th {
    text-align: left;
}

dl.key dt {
    font-weight: bold;
    padding-bottom: 3px;
}

dl.key dd {
    margin-bottom: 20px;
    margin-left: 0px;
    line-height: 120%;
}

/* wizard navigation */
#wizardNav {
    float: left;
    background: url(../images/admin/wizardTabBg.gif) repeat-x bottom;
    font-size: 10px;
    line-height: normal;
    width: 100%;
}

#wizardNav ol {
    margin: 0;
    padding: 0 0 0 3px;
    list-style: none;
}

#wizardNav li {
    float: left;
    background: url(../images/admin/wizardTabL.gif) no-repeat left top;
    margin: 0 2px;
    padding: 0 0 0 5px;
}

#wizardNav a, #wizardNav span {
    display: block;
    background: url(../images/admin/wizardTabR.gif) no-repeat right top;
    padding: 5px 5px 4px 0;
    color: black;
    text-decoration: none;
    color: #666
}

#wizardNav #current span {
    padding-bottom: 5px;
    color: black
}

#wizardNav li.future {
    color: #666;
    background: none;
}

#wizardNav li.untab {
    background: none;
}

#wizardNav li.untab a {
    color: #666;
    text-decoration: none;
    background: none;
}

#wizardNav li.untab a:hover {
    text-decoration: underline;
}

#wizardNav li.untab span {
    background: none;
}

/* reporting form styles */
.report a {
    color: white;
    text-decoration: none;
    padding: 4px;
    font-size: 10px;
    text-transform: uppercase;
    background: url(../images/admin/silverButtonBg.gif) repeat-x #8c8c8c;
    border-left: 1px solid #8c8c8c;
    border-right: 1px solid #8c8c8c;
    font-weight: bold;
}

.report a.bar, .report table.quicklinks a {
    display: block;
    text-align: center;
}

.report {
    font-size: 12px;
}

.report h5 {
    font-size: 14px;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    margin: 3px;
    padding: 0;
    text-align: center;
}

.report td.section {
    border: 1px solid #dedede;
    background-color: #efefef;
}

input.attention {
    border: gold solid medium;
}

select {
    font-family:Helvetica,Arial,sans-serif;
    font-size: small;
    color:#666;
}

/* For tooltips - should match "preview" style */
#tt {
    position: absolute;
    display: block; /*background: url(images/tt_left.gif) top left no-repeat;*/
}

#tttop {
    display: block;
    height: 5px;
    margin-left: 5px; /*background: url(images/tt_top.gif) top right no-repeat;*/
    overflow: hidden;
}

#ttcont {
    display: block;
    margin-left: 5px;
    font-size: smaller;
    font-family: Helvetica, Arial, sans-serif;

    border: 1px solid #e8e07f;
    top: 1em;
    left: 2em;
    vertical-align: middle;
    background: #fff799;
    font-weight: normal;
    color: black;
    text-align: left;
    padding: 3px;
    text-decoration: none;

}

#ttbot {
    display: block;
    height: 5px;
    margin-left: 5px; /*background: url(images/tt_bottom.gif) top right no-repeat;*/
    overflow: hidden;
}

