﻿
body {
    background-position: center top;
    background: #ffffff;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
    background-repeat: no-repeat;
}

html {
    overflow-y: scroll;
}

#divCaptcha, #divCaptcha2 {
    background-image: url('../images/scatter.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.print {
    width: 670px;
}

.hasPlaceholder {
    color: #C0C0C0;
}

.mediaplayer {
    border: thin double #000000;
    background-color: #CCCCCC;
}

.carousel img {
    padding-left: 2px;
    padding-right: 2px;
}

.market-images{
    display:inline;
    position:relative;
    top:0px;
    left:0px;
}

.faq {
    text-decoration: none;
    padding-bottom: 6px;
}

    .faq a {
        text-decoration: none;
    }

img {
    border: none;
}

a:link, a:visited {
    color: #333333;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #034af3;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}

th {
    text-align: left;
    cursor: default;
    padding-left: 6px;
}

table.center {
    margin-left: auto;
    margin-right: auto;
}

td.center {
    text-align: center;
}

table.collapse {
    border-collapse: collapse;
}

    table.collapse td, table.collapse th {
        padding: 0;
    }

td.right {
    text-align: right;
}

table.right {
    float: right;
}

table.spaced td {
    padding-bottom: 9px;
}

    table.spaced td .cmd, .cmd-green {
        height: 36px;
    }

td.top {
    vertical-align: top;
}

td.bottom {
    vertical-align: bottom;
}

tr.top td {
    vertical-align: top;
}


textarea, input[type="text"], select {
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
}




/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1 {
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    width: 1024px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #316C16;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-top-right-radius: 12px;
}

.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #FFFFFF;
    width: 100%;
    border-top-right-radius: 12px;
}

    .header h1 {
        font-weight: 700;
        margin: 0px;
        padding: 0px 0px 0px 20px;
        color: #f9f9f9;
        border: none;
        line-height: 2em;
        font-size: 2em;
    }

.main {
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

.search_help {
    float: right;
    position: absolute;
    top: 8px;
    left: 227px;
    vertical-align: middle;
    line-height: 0px;
}

    .search_help img {
        width: 16px;
        height: 16px;
    }

    .search_help:hover {
        background-color: #00FF00;
    }

.tight {
    border-collapse: collapse;
    border-spacing: 0px;
}

    .tight td {
        padding: 0px;
    }

div.menu {
    padding: 4px 0px 4px 8px;
    float: right;
}

    div.menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
    }


        div.menu ul li a:hover {
            color: #003399;
            text-decoration: none;
        }

        div.menu ul li a:active {
            color: #003399;
            text-decoration: none;
        }

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo {
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: #666666;
}

    .loginDisplay a:link {
        color: #666666;
    }

    .loginDisplay a:visited {
        color: #666666;
    }

    .loginDisplay a:hover {
        color: #666666;
    }

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}

.cmd-green {
    padding: 4px 9px;
    background-color: #87AE50;
    border: 3px solid #516F2A;
    color: #FFFFFF;
    font-weight: bolder;
    border-radius: 8px;
    box-shadow: 4px 4px 5px #888;
}

.cmd-red {
    padding: 4px 9px;
    background-image: url('../images/btn_bg_red.png');
    background-repeat: repeat-x;
    background-position: center;
    border: 3px solid #672F2F;
    color: #FFFFFF;
    font-weight: bolder;
    border-radius: 8px;
    box-shadow: 4px 4px 5px #888;
}

.cmd {
    padding: 4px 9px;
    background-image: url('../images/btn_bg_blu.png');
    background-repeat: repeat-x;
    background-position: center;
    border: 3px solid #145072;
    color: #FFFFFF;
    font-weight: bolder;
    border-radius: 8px;
    box-shadow: 4px 4px 5px #888;
}

    .cmd:hover {
        border: 3px solid #33CC33;
    }

    .cmd:disabled, .cmd-red:disabled {
        background-image: none;
        color: #CCCCCC;
        background-color: #999999;
        border: 1px solid #999999;
    }

a.cmd {
    color: #FFFFFF;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 12px;
    padding-right: 12px;
    text-decoration: none;
}

.tabs {
    background-image: url('../images/blu_tab.png');
    background-position: center top;
    background-repeat: no-repeat;
    color: #FFFFFF;
    min-width: 80px;
    max-width: 168px;
    height: 33px;
    text-align: center;
    float: left;
    line-height: 33px;
    padding-left: 6px;
    padding-right: 6px;
    cursor: default;
    font-weight: bolder;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.tab-td {
    padding-left: 2px !important;
    padding-right: 2px !important;
}

.videotab {
    background-image: url('../images/blu_tab_vt.png');
    background-position: center top;
    background-repeat: no-repeat;
    width: 47px;
    height: 33px;
    text-align: center;
    float: left;
}

.maintab {
    border: thin solid #006600;
    width: 860px;
    border-top: thin solid #3F53A4;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    margin-left: 1px;
    margin-right: 1px;
    padding-left: 16px;
    padding-right: 16px;
    box-shadow: 8px 8px 8px #888;
}

.dialog {
    border: thin solid #006600;
    border-top: thin solid #3F53A4;
    border-radius: 12px;
    background-color: #ffffff;
    margin-left: 1px;
    margin-right: 1px;
    padding: 16px;
    box-shadow: 8px 8px 20px #888;
}

div.center {
    position: absolute;
    margin: auto;
}

.maintab table td {
    padding-left: 4px;
}

.lbl {
    font-weight: bolder;
    font-style: oblique;
    cursor: default;
}

#tblQuickCheck td {
}

.qclbl {
    font-weight: bolder;
    width: 45px;
    height: 20px;
    border: 1px solid #000000;
    text-align: center;
}

.qclbl2557 {
    font-weight: bolder;
    width: 90px;
    height: 20px;
    border: 1px solid #000000;
    text-align: center;
}

.qclbl.lcd {
    width: 45px;
}

.qclbl.desc {
    width: 345px;
    font-weight: normal;
    text-align: left;
    padding-left: 2px;
    color: #000;
}

.clickable {
    text-decoration: underline;
    cursor: pointer;
}

.titlerow {
    background-image: url('../images/btn_bg_blu.png');
    background-repeat: repeat-x;
    background-position: center;
    color: #FFFFFF;
    font-weight: bolder;
    cursor: default;
}

.nav-button a:link {
    color: #333333;
}

.nav-button:hover {
    color: #006600;
}

.fadeNotify {
    font-weight: bolder;
}

.aright {
    text-align: right;
}
.acenter {
    text-align: center;
}

.scrolling {
    border: 1px solid #000000;
    overflow: scroll;
    background-color: #EFEFEF;
    padding-left: 2px;
    padding-right: 4px;
    color: #333333;
}

.scrollinglbl {
    border: 1px solid #000000;
    overflow: scroll;
    background-color: #ffffff;
    padding-left: 2px;
    padding-right: 4px;
    color: #333333;
}

.datatable {
    background-color: #FFFFFF;
    border-collapse: collapse;
    margin: 0px;
}

    .datatable td {
        padding-left: 6px;
        border-bottom: 1px solid #686868;
    }

.helpbox {
    background-color: #FFFFCC;
    border: 2px solid #999999;
    width: 460px;
}

    .helpbox .title {
        background-image: url('../images/btn_bg_blu.png');
        background-repeat: repeat-x;
        background-position: center;
        color: #FFFFFF;
        font-weight: bold;
        width: 454px;
        padding: 3px;
    }

    .helpbox .helpfooter {
        text-align: right;
        margin-right: 8px;
    }

    .helpbox .helpcontent {
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 18px;
    }


.sorting_asc {
    background-image: url('../images/sort_asc.png');
    background-position: right center;
    background-repeat: no-repeat;
    background-color: #4C83B1;
    padding-right: 20px;
}

.sorting_desc {
    background-image: url('../images/sort_desc.png');
    background-position: right center;
    background-repeat: no-repeat;
    background-color: #4C83B1;
    padding-right: 20px;
}

.dataTables_info {
    display: none;
}

.title .lbl {
    position: relative;
    top: -3px;
    font-size: larger;
    color: #696969;
    text-decoration: none;
}

.title a.lbl:hover {
    color: #696969;
    text-decoration: underline;
}

.vl {
    background-color: #000000;
    width: 0px;
    border-collapse: collapse;
    padding: 0px;
    border: none;
}

.tableselect {
    padding: 0px;
    margin: 0px;
    border: 0px;
    position: relative;
    left: -3px;
}

.recaptchatable a, .recaptchatable a:hover {
    color: #696969 !important;
}
