﻿/* COMMON - Master Page */

* html #container {
    height: 100%;
}

html, body {
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    background-color: #484848;
    font-size: 11px;
    height: 100%;
    width: auto;
    padding: 0px !important;
    margin: 0px !important;
    color: #333;
}

.master_form {
    height: 100%;
    position: relative;
}

#header {
    height: 94px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background-image: url(../images/header_bg.gif);
    background-repeat: repeat-x;
    z-index: 5000;
}

#master_header {
    margin-bottom: 10px;
    height: 94px;
    width: 90%;
    min-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

#master_menu {
    float: left;
    width: 100%;
}

#master_breadcrumb {
    float: left;
    width: 100%;
}

#master_titlebar {
    width: 100%;
    height: 75px;
    margin-top: 3px;
    z-index: 0;
}

#master_content {
    width: 100%;
    padding-bottom: 60px;
}


#master_container {
    width: 90%;
    min-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    /*position: relative;*/
    border: none;
    z-index: 1;
    background-color:white;
    border-left: solid 1px black;
    border-right: solid 1px black;
}

#master_footer {
    height: 40px;
    width: 90%;
    min-width: 1000px;
    clear: both;
    position: relative;
    bottom: 15px;
    text-align: center;
    border-top: solid 1px #ccc;
    margin-top: 0;
    padding-top: 0;
    z-index: 1000;
}

#pageMessage {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    border: solid 1px #ccc;
    padding: 10px;
    font-size: 11px;
    color: Red;
    width: 250px;
    text-align: left;
    vertical-align: top;
    background-image: url(../images/info.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 55px;
    background-color: #fff;
}

.logo {
    width: 350px;
    height: 86px;
}

.menuDiv {
    float: left;
    width: 100%;
    height: 52px !important;
    padding: 0px !important;
}

.error {
    background-image: url(../images/error_bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 1015px;
    height: 650px;
}

.hiddencol TH {
    display: none;
}

.branding_left {
    width: 250px;
    height: 245px;
}

.pageHeader {
    float: left;
    border-bottom: solid 2px #ffcf00;
    width: 98%;
    position: relative;
    text-align: left;
    padding: 4px;
    background-image: url(../images/title_bg.png);
    background-repeat: repeat-y;
}

.pageImage {
    height: 48px;
    width: 48px;
    float: left;
    border: solid 1px #ccc;
}

.pageText {
    float: left;
    text-align: left;
    height: 48px;
    vertical-align: middle;
    padding: 4px 0px 4px 8px;
}

.pageTitle {
    font-size: 18px;
    font-weight: bold;
    color: #777;
}

.pageDescription {
    font-size: 11px;
    color: #777;
}

.hr {
    border-bottom: solid 2px #ffcf00;
    height: 2px;
}

.watermark {
    color: #ccc;
    font-style: italic;
}

/* COMMON - Standard HTML Elements */

fieldset {
    border: solid 1px #ccc;
    margin: 5px;
    padding: 10px;
}

li {
    padding: 5px;
}

h2 {
    font-size: 14px;
    font-weight: bold;
    color: #666;
}

h3 {
    font-variant: small-caps;
    font-size: 16px;
    color: #333;
    text-align: left;
}

h4 {
    font-variant: small-caps;
    font-size: 14px;
    color: #333;
}

textarea, input, select, td, th, tr {
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    font-size: 11px;
}

.label {
    font-weight: bold;
    font-size: 11px;
}

.rowlabel {
    text-align: right;
    font-weight: bold;
    padding-right: 5px;
    font-size: 11px;
    vertical-align: middle;
}

.rowlabel_small {
    width: 35%;
    text-align: right;
    font-weight: bold;
    padding-right: 5px;
    font-size: 11px;
    vertical-align: middle;
    color: #333;
}

.rowlabel_tiny {
    text-align: right;
    font-weight: bold;
    text-indent: 5px;
    font-size: 9px;
    vertical-align: middle;
    color: #333;
}

.textbox {
    border: solid 1px #999;
    background-image: url(../images/textbox_bg.png);
    background-repeat: repeat-x;
    padding: 2px;
    margin: 3px;
    color: #333;
}

.textbox_readOnly {
    border: none;
    padding: 2px;
    margin: 3px;
    color: #333;
    background: transparent;
}


.rowlabel small {
    font-size: 8px;
    color: #aaa;
}

.loginButton {
    background-image: url(../images/login.gif);
    background-repeat: no-repeat;
    background-position: center center;
    height: 19px;
    width: 25px;
    border: none;
    background-color: #fff;
}

.formButton {
    border: solid 1px #999;
    font-weight: bold;
    width: 250px !important;
    height: 25px;
    color: #333;
    font-size: 11px;
    background-image: url('../images/formButton.gif');
    background-repeat: repeat-x;
}

.button {
    background-image: url(../images/button_100.png);
    border: none;
    background-color: #fff;
    background-repeat: no-repeat;
    width: 100px;
    height: 24px;
    vertical-align: middle;
    color: #ffcf00 !important;
    font-weight: bold;
    font-size: 11px !important;
}

.button150 {
    background-image: url(../images/button_150.png);
    border: none;
    background-color: #fff;
    background-repeat: no-repeat;
    width: 150px;
    height: 24px;
    vertical-align: middle;
    color: #ffcf00 !important;
    font-weight: bold;
    font-size: 11px !important;
}

.button200 {
    background-image: url(../images/button_200.png);
    border: none;
    background-color: #fff;
    background-repeat: no-repeat;
    width: 200px;
    height: 24px;
    vertical-align: middle;
    color: #ffcf00 !important;
    font-weight: bold;
    font-size: 11px !important;
}

.emptyDataText {
    padding: 5px;
    color: Maroon;
    font-style: italic;
}

.labelbold {
    font-size: 11px;
}

.taskButtonDiv {
    width: 480px;
    height: 28px;
    float: left;
    vertical-align: top;
}

.maxRowsText {
    font-weight: bold;
    padding-right: 5px;
    font-size: 10px;
    color: #ffcf00;
}

/* COMMON - Panel Grids */

.PanelGrid {
    width: 100%;
    margin: 0px;
    padding: 0px;
    border: none !important;
}

    .PanelGrid TR:hover {
        background-color: #eee;
        width: 100%;
    }

    .PanelGrid TD {
        border: none;
        border-bottom: solid 1px #ccc;
        font-size: 11px;
        padding: 5px;
        width: 100%;
    }

/* COMMON - Grid Navigator */

.gridNavigator_main {
    width: 100%;
    border-top: solid 1px #ffcf00 !important;
    background-image: url(../images/gridnav_bg.png);
    background-repeat: repeat-x;
}

    .gridNavigator_main div {
        line-height: 24px;
        height: 24px;
        vertical-align: middle;
    }

.gridNavigator_functions {
    float: left;
}

.gridNavigator_pages {
    float: right;
    margin-right: 5px;
}

.gridNavigator_records {
    text-indent: 5px;
    float: left;
}

.gridNavigator_navigation {
    float: right;
}

    .gridNavigator_navigation input {
        width: 18px;
        height: 18px;
        margin-top: 3px;
    }

.gridNavigator_selectAllButton, .gridNavigator_exportButton {
    display: none;
}

.gridNavigator_pageSize {
    float: left;
    vertical-align: middle;
}

.gridNavigator_rowsLabel {
    float: left;
    vertical-align: middle;
}

.gridNavigator_pageTextBox {
    font-size: 11px;
    text-align: center;
}

.gridNavigator_pageSizeList {
    font-size: 11px;
    vertical-align: middle;
    margin-top: 4px;
}

.gridNavigator_navigation_disabled {
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}

/* COMMON - Grids */

.gridView {
    border: none;
    padding: 0px;
    margin: 0px;
}

    .gridView TD {
        border: none;
    }

.SmartGrid {
    padding: 0px !important;
    margin: 0px !important;
    border-bottom: solid 1px #ccc !important;
    border-left: solid 1px #ccc !important;
}

.SmartGridEmptyGridText {
    color: Red !important;
    margin: 5px !important;
    font-style: italic !important;
    text-align: left !important;
    float: left;
    font-size: 11px !important;
}

.gridViewClean {
    border: none;
}

    .gridViewClean TD {
        border: none;
        border-bottom: solid 1px #ccc;
        border-radius: 5px;
        padding: 5px;
    }

    .gridViewClean TH {
        background-image: url(../images/toolbar_bg.png);
        border: none;
        border-bottom: solid 1px #ccc;
        background-repeat: repeat-x;
        padding: 3px;
    }

/* COMMON - Grid Header */

.gridHeader a, .gridHeader a:hover {
    font-size: 11px;
    color: #333;
    padding: 0px;
    font-weight: bold;
}

.gridHeader TH {
    border: none;
    border-bottom: solid 1px #ffcf00 !important;
    border-right: solid 1px #ccc !important;
    font-weight: bold;
    padding: 5px;
    background-image: url(../images/grid_column_header.png);
    background-repeat: repeat-x;
}

.invoiceHeader TH {
    border: none;
    border-bottom: solid 1px #ffcf00 !important;
    border-right: solid 1px #ccc !important;
}

/* COMMON - Grid Row/Alt Row */

.gridRow {
    background-color: #fff;
    font-size: 11px;
}
.gridRow:hover,.altRow:hover {
   padding: 3px;
    font-size: 11px;
    background-image: url(../images/hover_bg.png);
    background-repeat: repeat-x;
    border: solid 1px #ffecb8;
    border-bottom: solid 1px #ccc !important;
    color: #333;
    border-right: solid 1px #ccc !important;
    background-color: #ffecb8;  
}
.altRow {
    background-color: #eee;
    font-size: 11px;
}

    .altRow TD {
        padding: 0px;
        border: solid 1px #eee;
        padding: 3px;
        border-bottom: solid 1px #ccc;
        color: #333;
        border-right: solid 1px #ccc !important;
    }

.gridRow TD {
    padding: 0px;
    border: solid 1px #fff;
    padding: 3px;
    border-bottom: solid 1px #ccc;
    color: #333;
    border-right: solid 1px #ccc !important;
}

.centerAlign {
    text-align: center;
}

.rightAlign {
    text-align: right;
}

.leftAlign {
    text-align: left;
}

.centerAlign {
    text-align: center;
}

/* COMMON - Grid Footer */

.footerRow {
    background-color: #eee;
    border: solid 1px #eee !important;
}

    .footerRow TD {
        background-color: #eee;
        font-size: 11px;
        padding: 3px;
        border: solid 1px #eee;
        text-align: right;
    }

.rightBorder {
    border-right: solid 1px #ccc !important;
}

/* COMMON - Grid Hover */

.grid_itemHover TD, .grid_altItemHover TD {
    padding: 3px;
    font-size: 11px;
    background-image: url(../images/hover_bg.png);
    background-repeat: repeat-x;
    border: solid 1px #ffecb8;
    border-bottom: solid 1px #ccc !important;
    color: #333;
    border-right: solid 1px #ccc !important;
    background-color: #ffecb8;
}

/* COMMON - Content Panels */

.contentPanel {
    vertical-align: top;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.contentPanel_field {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

    .contentPanel_field TD {
        padding: 4px;
    }

.contentPanel_header {
    width: 100%;
    border: solid 1px #ccc;
    background-color: #333;
    background-image: url(../images/panel_header_bg.png);
    background-repeat: repeat-x;
    color: #ccc;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    padding: 4px;
}

.contentPanel_content {
    width: 100%;
    padding: 0px;
    font-size: 11px;
    text-align: left;
    min-height: 50px;
    vertical-align: top;
}

.contentPanel_function {
    font-size: 9px;
    background-image: url(../images/add.gif);
    background-position: left center;
    background-repeat: no-repeat;
    text-indent: 18px;
}

    .contentPanel_function a, .contentPanel_function a:visited {
        color: #ffcf00;
        font-weight: bold;
        padding: 0 5px 0 0;
    }

.tabButtons {
    width: 100%;
    text-align: left;
    margin-left: 10px;
    height: 22px;
}

.tabButtonDiv {
    text-align: left;
    margin-left: 5px;
    height: 22px;
    float: left;
}

.tabPanel {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    border-top: none;
}

.tabPanel_header {
    width: 100%;
    height: 22px;
    border-left: solid 1px #292c29;
    border-right: solid 1px #292c29;
    border-bottom: solid 1px #292c29;
    border-top: none;
    background-color: #292c29;
    background-image: url(../images/menu.png);
    background-repeat: repeat-x;
}

.formTable TD {
    padding: 7px;
}

.formLabel {
    width: 30%;
    text-align: right;
    font-weight: bold;
}

.formControl {
    width: 70%;
    text-align: left;
    padding-left: 5px;
}

/* HOME/ADMIN - MyAccount.aspx, */

.panelChart {
    border: solid 1px #eee !important;
}

#ajaxPanelProgress {
    position: absolute;
    right: -10px;
    top: 6px;
    height: 64px;
    width: 55px;
    vertical-align: middle;
}

    #ajaxPanelProgress img {
        position: absolute;
    }

    #ajaxPanelProgress div {
        top: 16px;
        right: 8px;
        position: absolute;
        color: #666;
        font-size: 12px;
        font-weight: bold;
        text-shadow: 1px 1px 1px #fff;
    }

/* REWARDS - Rewards List */

.radioButtonList {
    width: 180px;
}

    .radioButtonList TD {
        white-space: nowrap;
        width: 100%;
        vertical-align: middle;
    }

        .radioButtonList TD INPUT {
            float: left;
        }

.rewardsDiv {
    border: solid 1px #aaa;
    height: 100px;
    overflow: auto;
    width: 258px;
}

.rewardListItem {
    float: left;
    background-repeat: no-repeat;
    width: 130px;
    height: 30px;
}

/* PROFILES - Profile Tables */

.profilePanel {
    border: none;
}

.profileTable {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

    .profileTable TD {
        text-align: left !important;
        font-size: 11px;
    }

.profileName, .profileDate {
    font-size: 11px !important;
    font-weight: normal !important;
    text-align: left;
    border-bottom: solid 1px #ccc;
    border-top: solid 1px #ccc;
    padding: 3px;
    background-color: #eee;
}

.profileEntry {
    font-size: 11px !important;
    font-weight: normal;
}

/* REPORTS - Project Tracker Report Table */
.projectTrackerTable {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

    .projectTrackerTable TH {
        text-align: right !important;
        text-decoration: underline;
        white-space: nowrap;
        padding: 5px;
    }

    .projectTrackerTable TD {
        padding: 3px;
        border-bottom: solid 1px #eee;
    }

/* COMMON - Validator */

#validation_box {
    position: absolute;
    top: 5px;
    width: 300px;
    right: 5px;
    z-index: 100001;
    height: 400px;
}

#validation_body ul {
    margin-left: 10px;
    list-style-type: disc;
    text-align: left !important;
}

.validation_message {
    color: Blue;
    text-decoration: underline;
    cursor: help !important;
}

/* COMMON - Login */
#pnlMainContent {
    float: left;
}

#UcLogin1_defPanel {
    width: 400px;
    margin-right: auto;
    margin-left: auto;
}

.loadingGraphs {
    height: 150px;
    width: 100%;
    background-color: #fff;
    vertical-align: middle;
    line-height: 80px;
    text-align: center;
    font-size: 14pt;
    color: #aaa;
}

/* Deliverability */

.delivery {
    width: 100%;
}

/* Modal Dialog */

/* Modal Dialog Styles */

.modalDialog {
    width: 820px;
    background-color: #fff;
    border: 2px solid #444;
    z-index: 100000;
    height: 700px;
    overflow: scroll;
}

.modalClose {
    width: 120px;
    position: absolute;
    bottom: 5px;
    left: 5px;
}

.dialogHeader {
    width: 100%;
    border: solid 1px #ccc;
    background-color: #333;
    background-image: url(../images/panel_header_bg.png);
    background-repeat: repeat-x;
    color: #ccc;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    padding: 4px;
}

.dialogBody {
    width: 100%;
    height: auto !important;
    border-bottom: none;
    font-size: 11px;
    padding: 5px;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70); /* For IE8 and earlier */
    opacity: 0.7;
    cursor: wait;
}

.modalDialog_small {
    min-height: 175px;
    height: 175px;
    width: 400px;
    background-color: #fff;
    border: 2px solid #444;
    z-index: 100000;
}

.modalDialog_org {
    width: 400px;
    background-color: #fff;
    border: 2px solid #444;
    z-index: 100000;
}

.dialogHeader_small {
    width: 390px;
    border: solid 1px #ccc;
    background-color: #333;
    background-image: url(../images/panel_header_bg.png);
    background-repeat: repeat-x;
    color: #ccc;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    padding: 4px;
}

.dialogBody_small {
    text-align: center;
    width: 390px;
    height: auto !important;
    border-bottom: none;
    font-size: 11px;
    padding: 5px;
}

.dialogBody_org {
    text-align: left;
    width: 390px;
    height: 330px;
    overflow: auto;
    border-bottom: solid 1px #ccc;
    font-size: 11px;
    padding: 5px;
}

.org_picker_node {
    margin-left: 5px;
    text-decoration: underline;
}

    .org_picker_node a {
        text-decoration: underline;
    }

/* Password Strength */

.ps_poor {
    margin-top: 2px;
    background: red;
    height: 16px;
    vertical-align: middle;
    line-height: 16px;
    font-weight: bold;
    width: 150px;
    border: solid 1px #000;
    color: #fff;
}

.ps_weak {
    margin-top: 2px;
    background: orange;
    height: 16px;
    vertical-align: middle;
    line-height: 16px;
    font-weight: bold;
    width: 150px;
    border: solid 1px #000;
    color: #000;
}

.ps_average {
    margin-top: 2px;
    background: yellow;
    height: 16px;
    vertical-align: middle;
    line-height: 16px;
    font-weight: bold;
    width: 150px;
    border: solid 1px #000;
    color: #000;
}

.ps_strong {
    margin-top: 2px;
    background: green;
    height: 16px;
    vertical-align: middle;
    line-height: 16px;
    font-weight: bold;
    width: 150px;
    border: solid 1px #000;
    color: #fff;
}

.ps_excellent {
    margin-top: 2px;
    background: blue;
    height: 16px;
    vertical-align: middle;
    line-height: 16px;
    font-weight: bold;
    width: 150px;
    border: solid 1px #000;
    color: #fff;
}

/* Screen Hiding */

.opaque_screen {
    display: none;
}

.clear_screen {
    display: block;
}

/* Numeric Up/Down */

.nd_up {
    float: left;
    width: 21px;
    height: 10px;
    font-size: 1px;
    background-image: url(../images/up.png);
    border: none;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 3px;
}

.nd_down {
    float: left;
    width: 21px;
    height: 10px;
    font-size: 1px;
    background-image: url(../images/down.png);
    border: none;
    background-repeat: no-repeat;
    background-position: center center;
}

.numeric_updown {
    height: 20px;
    width: 21px;
    float: left;
}

/* Context Tab */

#contextTab {
    background-image: url(../images/context_tab.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    right: -59px;
    top: 224px;
    height: 154px;
    width: 35px;
    text-align: center;
    cursor: pointer;
}

#contextMenu {
    border: solid 1px #ccc;
    border-right: none;
    background-color: #fff;
    width: 300px;
    height: 300px;
    position: absolute;
    z-index: 100000;
    right: -25px;
    top: 225px;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    filter: alpha(opacity=95); /* For IE8 and earlier */
    opacity: 0.95;
}

.contextMenu_Title {
    border-bottom: solid 1px #ccc;
    font-size: 11px;
    font-weight: bold;
    color: #000;
    padding-bottom: 4px;
}

.contextMenu_Body {
    font-size: 11px;
    font-weight: normal;
    color: #000;
    padding-top: 5px;
}

/* Fix for Smart Grid - HACK for IE 9 only (that's what \0/IE9 is for)*/

.SmartGridDiv {
    height: 100% \0/IE9;
}

.tabText, .tabText_Select {
    float: left;
}

.tabR, .tabR_Select {
    float: left;
    width: 3px !important;
}


/* Tab Buttons */

.contentPanel_content .tabButtons {
    width: 100%;
    display: block !important;
    height: 24px;
    margin-bottom: -1px;
}

    .contentPanel_content .tabButtons div {
        float: left;
        padding: 0px 3px 0px 0px;
    }

.tabButtons .tabButton_active {
    border: solid 1px #ccc;
    border-bottom: solid 1px #fff;
    z-index: 1000;
    font-weight: bold;
    background-color: #fff;
    width: 150px;
    cursor: pointer;
    font-size: 12px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-top-left-radius: 3px; /* Firefox 1 to Firefox 12 */
    -moz-border-top-right-radius: 3px; /* Firefox 1 to Firefox 12 */
    height: 24px;
}

.tabButtons .tabButton_inactive {
    border: solid 1px #ccc;
    background-color: #eee;
    width: 150px;
    cursor: pointer;
    color: #666;
    font-size: 12px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-top-left-radius: 3px; /* Firefox 1 to Firefox 12 */
    -moz-border-top-right-radius: 3px; /* Firefox 1 to Firefox 12 */
    height: 24px;
}

.tabButtons .tabButton_inactive_new {
    border: solid 1px #ccc;
    background-color: #eee;
    width: 150px;
    cursor: pointer;
    color: #666;
    font-size: 12px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-top-left-radius: 3px;
    -moz-border-top-right-radius: 3px;
    height: 24px;
    background-image: url(../images/icons/new.png);
    background-repeat: no-repeat;
    background-position: center left;
}

.contentPanel_content .tabViews {
    width: 100%;
    border: solid 1px #ccc;
    border-radius: 3px;
    background: white;
}

.tabViews .innerView {
    padding: 10px;
}

.tabViews fieldset, .tabViews .profileStatus, .tabViews .demographicQuestion TD, .tabViews .formItem {
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.gridView {
    border: none;
}

    .gridView TD {
        border: none;
        border-bottom: solid 1px #ccc;
        border-radius: 5px;
        padding: 5px;
    }

    .gridView TH {
        background-image: url(../images/toolbar_bg.png);
        border: none;
        border-bottom: solid 1px #ccc;
        background-repeat: repeat-x;
        padding: 3px;
    }

.alignRight {
    text-align: right !important;
}

.horizontal-padding .tabText, .horizontal-padding .tabText_Select {
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
}

.fancybox-outer {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
}

.cvs-fancybox-header {
    font-size: 18px;
    font-weight: bold;
}

.fancybox-wrap {
    z-index: 5001; /* Header has z-index of 5000 */
}

    .fancybox-wrap .containerHeader {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        -moz-border-top-right-radius: 0;
        -moz-border-top-left-radius: 0;
        box-shadow: 0px 0px 0px #999;
    }

#contextTab {
    display: none;
}

/* BOOTSTRAP BEGIN */
.osx-sidemenu {
    padding: 0 0 0 0;
    background-color: #484848;
    color: white;
    height: 600px;
}

    .osx-sidemenu a {
        color: white;
    }

    .osx-sidemenu .nav-pills > li > a {
        border-radius: 0;
        border: 0 solid #484848;
    }

.nav-tabs > li > a {
    margin: 0 0 0 0;
}

.osx-sidemenu .nav-tabs > li.active > a,
.osx-sidemenu .nav-tabs > li.active > a:hover,
.osx-sidemenu .nav-tabs > li.active > a:focus {
    border: 0 solid #484848;
}

.osx-sidemenu .nav-tabs a:hover,
.osx-sidemenu .nav-tabs a:focus {
    background-color: #2C5E87;
}

.osx-sidemenu .nav-tabs {
    border: 0 solid red;
}

.osx-sidemenu ul {
    margin: 0 0 0 0 !important;
}

.osx-sidemenu li {
    padding: 0 0 0 0;
}

.osx-content {
    background-color: #FCFCFC;
    height: 600px;
    overflow: auto;
    padding: 10px 15px 10px 15px;
}

.osx-wrapper {
    height: 600px;
    background-color: #484848;
}

.contentPanel_content {
    padding: 10px 10px 10px 10px;
}

#ctl00_cphMain_cpProjectInfo .contentPanel_content {
    padding: 0px 0px 0px 0px;
}

.right-label label {
    margin-left: 10px;
}

.legend-lite {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

.fieldset-lite {
    border-width: 0;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.form-group .textbox {
    border: 1px solid #cccccc;
    background-image: none;
    padding: 6px 12px;
    margin: 0;
    color: #555555;
}

.btn-group .btn-primary {
    background-color: #ccc;
    border-color: #aaa;
}

    .btn-group .btn-primary.active {
        background-color: red;
        border-color: red;
    }
/* BOOTSTRAP END */

#ctl00_cphMain_cpEditProject_ucProjectDetails_cpProjectTriggers input[type='text'],
#ctl00_cphMain_cpQuotaGroupTriggers_Table1 input[type='text'] {
    width:100px !important;
}

.cvr-legend {
    background: lightYellow;
    border: 1px solid #ccc;
    clear: both;
    border-radius: 4px;
    float: left;
    padding: 2% 2%;
    width: 100%;
}

.cvr-legend div
{
    margin: 1% 0 0;
}

.cvr-legend div > b
{
    color:#428bca;
}

.cvr-legend div > b:hover
{
    cursor:pointer;
}