﻿/* DEFAULTS
----------------------------------------------------------*/
.AjaxLoadingPanel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #ffa;
    background-repeat: no-repeat;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

bodyx {
    background: #b6b7bc;
    font-size: .80em;
    font-family: "Trebuchet MS", "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #333333;
}

a:link, a:visited {
    color: #034af3;
    text-decoration: none;
}

a:hover {
    color: #1d60ff;
    text-decoration: underline;
}

a:active {
    color: #034af3;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}
/* top bar links */
.topBarLinks a {
    font-weight: bold;
    text-decoration: none;
}


    .topBarLinks a:link, .topBarLinks a:visited {
        text-decoration: none;
        color: Orange !important;
    }

    .topBarLinks a:hover {
        color: Blue !important;
        text-decoration: underline;
    }

    .topBarLinks a:active {
        text-decoration: none;
    }
/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-family: "Trebuchet MS","Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    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;
    margin: 0px;
}

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   
----------------------------------------------------------*/

.xxxxpage {
    height: 100%;
    background-color: #fff;
    margin-top: 3px;
    margin-bottom: auto;
    margin-left: 3px;
    margin-right: 3px;
    border: 1px solid #496077;
}

.header {
    /* position: relative;*/
    margin: 0px;
    padding: 0px;
    width: 100%;
}

    .header h1 {
        font-weight: 700;
        margin: 0px;
        padding: 0px 0px 0px 20px;
        color: #000000;
        border: none;
        line-height: 1.5em;
        font-size: 1.5em;
    }

.main {
    padding: 0px 0px;
    margin: 0px 0px 0px 0px;
    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;
}

.grayImage {
    filter: alpha(opacity=40);
}

.grayedLink {
    background-color: #d9d9d9 !important;
    color: #aaa !important;
}

    .grayedLink a:hover {
        background-color: #d9d9d9 !important;
        color: #aaa !important;
    }

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink {
    background-color: #3a4f63;
    width: 100%;
}

div.menu {
    padding: 4px 0px 4px 8px;
}

    div.menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
    }

        div.menu ul li a, div.menu ul li a:visited {
            background-color: #465c71;
            border: 1px #4e667d solid;
            color: #dde4ec;
            display: block;
            line-height: 1.35em;
            padding: 4px 20px;
            text-decoration: none;
            white-space: nowrap;
        }

            div.menu ul li a:hover {
                background-color: #bfcbd6;
                color: #465c71;
                text-decoration: underline;
            }

            div.menu ul li a:active {
                background-color: #465c71;
                color: #cfdbe6;
                text-decoration: none;
            }

/* FORM ELEMENTS   
----------------------------------------------------------*/
textarea {
    font-family: "Trebuchet MS", "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    font-size: 0.9em;
}

fieldset {
    margin: 1px 0px 1px 0px;
    padding: 1px;
    border: 1px solid #ccc;
    text-align: left;
}

    fieldset p {
        margin: 2px 12px 2px 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 2px 1px;
}

label {
    padding-right: 7px;
}

input.textEntry {
    xwidth: 200px;
    xborder: 1px solid #ccc;
    xmargin-bottom: 0px;
}

input.passwordEntry {
    width: 200px;
    border: 1px solid #ccc;
}

div.accountInfo {
    width: 330px;
    position: relative;
    left: 14%;
    margin-left: -165px;
    top: 0px;
}

.formlabels {
    text-align: right;
    width: 300px;
    font-size: larger;
}

/* dashboard Items Begins */
.more {
    position: absolute;
    right: 10px;
    margin-top: 1px;
    cursor: pointer;
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color: #ededed;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    /*border-radius:6px; */
    border: 1px solid #A4A4A4;
    display: inline-block;
    color: #444444;
    font-family: arial;
    font-size: 9.5px;
    font-weight: bold;
    padding: 2px 5px 1px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #ffffff;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

    .more:hover {
        position: absolute;
        right: 10px;
        margin-top: 2px;
        cursor: pointer;
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
        background: -moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
        background-color: #dfdfdf;
    }

/* dashboard Items Ends */
/* MISC  
----------------------------------------------------------*/
.tableDesignerFrame {
    margin: 0 10px 10px 10px;
    padding: 6px;
    border-left: 1px solid #888888;
    border-right: 1px solid #888888;
    border-bottom: 1px solid #888888;
    -moz-box-shadow: 5px 5px 5px #999;
    -webkit-box-shadow: 5px 5px 5px #999;
    box-shadow: 5px 5px 5px #999;
}




.dashzoneleft {
    float: left;
}

.dashzoneright {
    float: right;
}

.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay {
    font-size: 1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: black;
}



.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}


div.RadTabStripVertical .redtab {
    background: transparent url(images/firstTab.gif) no-repeat left top;
    width: 76px;
    padding-left: 13px !important;
    height: 36px;
    text-decoration: none;
    font: 11px/36px Arial;
    color: red !important;
}




.RadTreeView .ManageMenuSelected {
    text-decoration: underline;
}

.Dashboard_Manage {
    font-family: Arial, Helvetica, sans-serif;
}

.rdTitleBar{
    overflow:hidden;
}

.Dashboard_Title {
    text-align: left;
    padding-top: 6px;
    color: Black;
    font-size: 0.9em;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    max-width: 80% !important;
}

.Dashboard_Delete {
    text-align: left;
    padding-top: 10px;
    margin-top: 10px !important;
    padding-bottom: -10px;
    float: left;
    color: Black;
    font-size: 0.9em;
    font-weight: bold;
}

.ChartCtr_DropDowns {
    font-size: 10px;
}

.kpiInfoBar {
    padding: 2px 10px 5px 10px;
    margin: 10px 1px 10px 0px;
    border: 1px solid #999999;
    text-align: left;
    font-weight: normal;
    vertical-align: text-top;
    background: url(/images/backgrounds/yellow42.gif) repeat-x;
    background-color: #F9D70A;
    display: block;
}

.kpiInfoBarGrabber {
    padding: 2px 10px 5px 10px;
    margin: 5px 1px 10px 0px;
    border: 1px solid #999999;
    text-align: left;
    font-weight: normal;
    vertical-align: text-top;
    background-color: #f4e214;
    background: #fefcea; /* Old browsers */
    background: -moz-linear-gradient(top, #fefcea 0%, #f1da36 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefcea), color-stop(100%,#f1da36)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fefcea 0%,#f1da36 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fefcea 0%,#f1da36 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fefcea 0%,#f1da36 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fefcea 0%,#f1da36 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f1da36',GradientType=0 ); /* IE6-9 */
    height: auto;
    overflow: visible;
}

.kpiInfoBar div {
    /*  vertical-align: top;*/
}

.GridAutosize .rgMasterTable /* this stop rad grid from being 100% wide*/ {
    width: auto !important;
}





/*ipod style drop down menu on dash elements*/


.menuFrameOuter {
    background-color: #E6E6E6;
    padding-top: 2px;
}

.menuFrameInner {
    margin: 3px;
    background-color: #C0C0C0;
}

.signout {
    padding: 3px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 1em;
}

.signoutButton {
    color: #000000;
    font-size: 0.8em;
}

.TTDockDetails .menuFrame {
    background-color: #C0C0C0;
    padding: 0;
    margin: 0;
}

.TTItemPanel {
    border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #C0C0C0;
    font-size: 1.1em;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 5px;
    background-color: #F9F9F9;
    font-weight: bold;
    text-align: left;
    width: 145px;
}

    .TTItemPanel a:link, .TTItemPanel a:visited, .TTItemPanel a:active {
        color: #3366FF;
        text-align: center;
    }

    .TTItemPanel a:hover {
        color: #FF6600;
        text-decoration: underline;
    }

    .TTItemPanel img {
        padding-right: 5px;
    }

/*

.TTDockDetails a:link, .TTDockDetails a:visited
{
    color: #3399FF !important;
}

.TTDockDetails a:hover
{
    text-decoration: underline;
    color: #FF6600 !important;
}

.TTDockDetails a:active
{
    color: #3333CC;
}
*/


/*ipod style drop down menu User Menu*/
/*.TTUserDropDown a:link, .TTDockDetails a:visited
{
    color: #FF9900 !important;
}

.TTUserDropDown a:hover
{
   
    text-decoration: underline;
}

.TTUserDropDown a:active
{
--  color: #3333CC;
}
*/


.datagridHeader {
    font-size: 12px !important;
}

    .datagridHeader a:link, a:visited {
        color: #034af3;
        text-decoration: none;
    }

    .datagridHeader a:hover {
        color: #1d60ff !important;
        text-decoration: underline !important;
    }

    .datagridHeader a:active {
        color: #034af3;
    }

    .datagridHeader img {
        padding: 0 3px 3px 0;
    }


.videoThumbnail {
    border: 1px solid #C0C0C0;
    padding: 5px;
}

.videoThumbnailInner {
    border: 1px solid #CCCCCC;
}

.videoDesc {
    font-size: 0.85em;
    color: #999999;
}

.PaymentLeftDiv {
    margin-left: 15px;
    margin-top: 20px;
    float: left;
    width: 25%;
    height: 100%;
}

.PaymentRightDiv {
    float: left;
    margin-left: 15px;
    margin-top: 20px;
    width: 65%;
    height: 100%;
}

.MainPaymentDiv {
    width: 100%;
    float: left;
    margin-top: 15px;
}

.premiumBanner {
    padding: 2px 10px 5px 10px;
    margin: 0px 0px 0px 0px;
    border: 1px solid #999999;
    text-align: left;
    font-weight: normal;
    vertical-align: text-top;
    background: url(/images/backgrounds/yellow42.gif) repeat-x;
    background-color: #F9D70A;
}

.tabFrame {
    margin: 0 0px 10px 0px;
    padding: 6px;
    border-left: 1px solid #888888;
    border-right: 1px solid #888888;
    border-bottom: 1px solid #888888;
    -moz-box-shadow: 5px 5px 5px #999;
    -webkit-box-shadow: 5px 5px 5px #999;
    box-shadow: 5px 5px 5px #999;
}
/* tootips */
.ttHeader {
    padding: 5px 5px 0px 5px;
    font-weight: bold;
}

.ttText {
    padding: 5px;
}

.iconFont20 {
    font-size: 16pt !important;
    margin-right: 5px;
    font-weight: normal !important;
}

.iconFont15 {
    font-size: 11pt !important;
    margin-right: 5px;
    font-weight: normal !important;
}

.shareIcon {
    font-size: 8pt !important;
    margin-left: 5px;
    font-weight: normal !important;
    color: #555;
}

.chart-range{
    float:left;
}