﻿/*Use the following colours
CustomserveGrey #666666
CustomserveBlue #283C83
*/

/*Reset*/
* {
    margin: 0;
    padding: 0;
}

/*Acuigen Standard Font Styles for Windows 8 Compatibilty follow*/
.Header {
    font-family: Segoe UI, Arial, Helvetica, Sans-serif;
    font-weight: 200;
    color: #000000;
}

    .Header:hover {
        -moz-opacity: .80;
        opacity: .80;
        filter: alpha(opacity=80);
        filter: “alpha(opacity=80)”;
    }

.SubHeader {
    font-family: Segoe UI, Arial, Helvetica, Sans-serif;
    font-size: 18pt;
    font-weight: 200;
    color: #000000;
    margin-bottom: 9pt;
}

    .SubHeader:hover {
        -moz-opacity: .80;
        opacity: .80;
        filter: alpha(opacity=80);
        filter: “alpha(opacity=80)”;
    }

.SubSecondary {
    font-family: Segoe UI, Arial, Helvetica, Sans-serif;
    font-size: 18pt;
    font-weight: 200;
    color: #000000;
    -moz-opacity: .60;
    opacity: .60;
    filter: alpha(opacity=60);
    filter: “alpha(opacity=60)”;
}

    .SubSecondary:hover {
        -moz-opacity: .80;
        opacity: .80;
        filter: alpha(opacity=80);
        filter: “alpha(opacity=80)”;
    }

.SmallSubHeader {
    font-family: Segoe UI, Arial, Helvetica, Sans-serif;
    font-size: 11pt;
    color: #000000;
    font-weight: 600;
}

    .SmallSubHeader:hover {
        -moz-opacity: .80;
        opacity: .80;
        filter: alpha(opacity=80);
        filter: “alpha(opacity=80)”;
    }

.SmallSecondary {
    font-family: Segoe UI, Arial, Helvetica, Sans-serif;
    font-size: 11pt;
    font-weight: 600;
    color: #000000;
    -moz-opacity: .60;
    opacity: .60;
    filter: alpha(opacity=60);
    filter: “alpha(opacity=60)”;
}

    .SmallSecondary:hover {
        -moz-opacity: .80;
        opacity: .80;
        filter: alpha(opacity=80);
        filter: “alpha(opacity=80)”;
    }

.Navigation {
    font-family: Segoe UI, Arial, Helvetica, Sans-serif;
    font-size: 11pt;
    color: #000000;
    -moz-opacity: .60;
    opacity: .60;
    filter: alpha(opacity=60);
    filter: “alpha(opacity=60)”;
}

    .Navigation:hover {
        -moz-opacity: .80;
        opacity: .80;
        filter: alpha(opacity=80);
        filter: “alpha(opacity=80)”;
    }

.ButtonStyle {
    font-family: Segoe UI, Arial, Helvetica, Sans-serif;
    font-size: 11pt;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #283c83;
    color: #ffffff;
    padding: 3px 8px 5px 8px;
    border-width: 0px 2px 2px 0px;
}

    .ButtonStyle:hover {
        background-color: #384c93;
        -moz-opacity: .80;
        opacity: .80;
        filter: alpha(opacity=80);
        filter: “alpha(opacity=80)”;
    }

.GridButtonStyle input {
    font-family: Segoe UI, Arial, Helvetica, Sans-serif;
    font-size: 8pt;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #283c83;
    color: #ffffff;
    padding: 1px 4px 2px 4px;
    border-width: 0px 0px 0px 0px;
}

.BodyText {
    font-family: Segoe UI, Arial, Helvetica, Sans-serif;
    font-size: 11pt;
    font-weight: 200;
    color: #000000;
}

.BodyTextSecondary {
    font-family: Segoe UI, Arial, Helvetica, Sans-serif;
    font-size: 11pt;
    font-weight: 200;
    color: #000000;
    -moz-opacity: .60;
    opacity: .60;
    filter: alpha(opacity=60);
    filter: “alpha(opacity=60)”;
}

#DivMiddle li {
    list-style: disc;
}
#DivMiddle ul{
        padding:0 0 0 40px;
        margin:11px 0 11px 0;
}

#DivBottom{
    padding-bottom:30px!important;
}

.Links {
    font-family: Segoe UI, Arial, Helvetica, Sans-serif;
    font-size: 11pt;
    font-weight: 200;
    color: #283C83;
    -moz-opacity: .60;
    opacity: .60;
    filter: alpha(opacity=60);
    filter: “alpha(opacity=60)”;
    text-decoration: none;
}

    .Links:hover {
        -moz-opacity: .80;
        opacity: .80;
        filter: alpha(opacity=80);
        filter: “alpha(opacity=80)”;
        text-decoration: underline;
    }

.TertiaryInfo {
    font-family: Segoe UI, Arial, Helvetica, Sans-serif;
    font-size: 9pt;
    font-weight: 400;
    color: #000000;
}

    .TertiaryInfo:hover {
        -moz-opacity: .80;
        opacity: .80;
        filter: alpha(opacity=80);
        filter: “alpha(opacity=80)”;
    }

    .TertiaryInfo p {
        margin-bottom: 6pt;
    }

.TertiaryInfoSecondary {
    font-family: Segoe UI, Arial, Helvetica, Sans-serif;
    font-size: 9pt;
    font-weight: 400;
    color: #000000;
    -moz-opacity: .60;
    opacity: .60;
    filter: alpha(opacity=60);
    filter: “alpha(opacity=60)”;
}

    .TertiaryInfoSecondary:hover {
        -moz-opacity: .80;
        opacity: .80;
        filter: alpha(opacity=80);
        filter: “alpha(opacity=80)”;
    }

.WarningMsg {
    font-family: Segoe UI, Arial, Helvetica, Sans-serif;
    font-size: 9pt;
    font-weight: 400;
    color: red;
    margin-bottom: 5px;
}

    .WarningMsg:hover {
        -moz-opacity: .80;
        opacity: .80;
        filter: alpha(opacity=80);
        filter: “alpha(opacity=80)”;
    }

.Msg {
    font-family: Segoe UI, Arial, Helvetica, Sans-serif;
    font-size: 9pt;
    font-weight: 400;
    color: black;
    margin-bottom: 5px;
}

    .Msg:hover {
        -moz-opacity: .80;
        opacity: .80;
        filter: alpha(opacity=80);
        filter: “alpha(opacity=80)”;
    }

.CSBlue {
    color: #283C83;
}

.CSGrey {
    color: #666666;
}

.clr {
    clear: both;
}


/*****************CS Maintainance manager message styles ********/
.CSMM_Global_HH, .CSMM_Client_HH {
    color: red;
    font-weight: bold;
    font-size: 9pt;
}

.CSMM_Global_MH, .CSMM_Client_MH {
    color: red;
    font-weight: bold;
    font-size: 9pt;
}

.CSMM_Global_LH, .CSMM_Client_LH, .CSMM_Refresh_H {
    color: red;
    font-weight: bold;
    font-size: 9pt;
}

.CSMM_Global_HM, .CSMM_Client_HM {
    color: blue;
    font-weight: bold;
    font-size: 9pt;
}

.CSMM_Global_MM, .CSMM_Client_MM {
    color: blue;
    font-weight: bold;
    font-size: 9pt;
}

.CSMM_Global_LM, .CSMM_Client_LM, .CSMM_Refresh_M {
    color: blue;
    font-weight: bold;
    font-size: 9pt;
}

.CSMM_Global_HL, .CSMM_Client_HL {
    color: black;
    font-size: 9pt;
}

.CSMM_Global_ML, .CSMM_Client_ML {
    color: black;
    font-size: 9pt;
}

.CSMM_Global_LL, .CSMM_Client_LL, .CSMM_Refresh_L {
    color: black;
    font-size: 9pt;
}

#CSMMContainer {
    margin-bottom: 10px;
    margin-left: 15px;
    margin-right: 15px;
    text-align: justify;
}


/*************************************************************************************************************/


body {
    font-family: Segoe UI, Arial, Helvetica, Sans-serif;
    font-size: 11pt;
    font-weight: 200;
    padding: 0;
    margin: 0;
}

#Header {
    margin-top: 13px;
    margin-bottom: 8px;
    margin-left: 16px;
    margin-right: 16px;
}

.topBanner {
    clear: both;
    margin-left: 16px;
    margin-right: 16px;
    height: 2px;
    background-color: #d9d9d9;
    z-index: 1000;
}

.pageContent {
    clear: both;
    width:calc(100% - 50px);
    margin-left: 25px;
    margin-right: 25px;
    float: left;
    padding-bottom: 20px;
}

#FooterSpace {
    height: 25px;
    float: left;
    width: 880px;
}

#FooterContainer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: White;
}

#Footer {
    border-top: 1px solid #666666;
    margin-left: 20px;
    margin-right: 20px;
    height: 20px;
    padding-left: 20px;
    padding-top: 5px;
    width: auto;
}

    #Footer a {
        text-decoration: none;
    }

/*************Services page specific and overrides*****************/
#ServicesPageContent {
    margin-left: auto;
    margin-right: auto;
    float: none;
    width: 900px;
    margin-top: 50px;
}

.ServiceOnButton {
    margin: 0 2px 10px 2px;
    width: 120px;
}

.ServiceOffButton, .aspNetDisabled {
    margin: 0 2px 10px 2px;
    background-color: #ebebeb;
    color: #707070;
    width: 120px;
}

    .ServiceOffButton:hover, .aspNetDisabled:hover {
        background-color: #ebebeb;
        -moz-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100);
        filter: “alpha(opacity=100)”;
    }

#ServicesPageContent .infoBox {
    float: left;
    padding-bottom: 0px;
}

#ServicesPageContent .SmallSubHeader {
    float: left;
}

.AudienceLabel {
    width: 240px;
    height: 30px;
    float: left;
}

    .AudienceLabel table {
        height: 100%;
        vertical-align: middle;
    }

.ServiceRowBox {
    margin: 5px 0 0 0;
    float: left;
    width: 880px;
    clear: both;
}

.ServiceButtonsBox {
    float: left;
    width: 630px;
}

#btnSelectWebgroups {
    margin: 10px 10px 20px 214px;
}

/*************General classes for centrally positioned 900px wide report areas*****************/
.centralReportPageContent {
    margin-left: auto;
    margin-right: auto;
    float: none;
    width: 900px;
    margin-top: 50px;
}

.centeredText {
    text-align: center;
}

/**********General classes for centrally positioned 320px wide input areas**************/
#centralInputBoxForm .pageContent {
    margin-left: auto;
    margin-right: auto;
    float: none;
    width: 320px;
    margin-top: 100px;
}

.centralInputBox {
    border: 2px solid #e5e5e5;
    padding: 20px 15px 15px 15px;
    margin-bottom: 35px;
}

    .centralInputBox div {
        display: block;
        margin-bottom: 18px;
    }

.centralInputBoxheader {
    position: relative;
}

    .centralInputBoxheader strong {
        display: inline-block;
        background-image: url('../Images/CustomServe logo 2011 Grey No Tag Half Size.gif');
        background-repeat: no-repeat;
        position: absolute;
        right: 0px;
        top: 0px;
        width: 110px;
        height: 20px;
        background-color: transparent;
    }

.rightAlignButton {
    width: 60px;
    margin-left: 10px;
    float: right;
}

/**********SignIn and retrieve password forms*********/

#SignInForm .pageContent, #RetrievePasswordForm .pageContent, #ChangePasswordForm .pageContent {
    margin-left: auto;
    margin-right: auto;
    float: none;
    width: 320px;
    margin-top: 100px;
}

.signinbox {
    border: 2px solid #e5e5e5;
    padding: 20px 15px 15px 15px;
    margin-bottom: 35px;
}

.signinboxheader {
    position: relative;
}

    .signinboxheader strong {
        display: inline-block;
        background-image: url('../Images/CustomServe logo 2011 Grey No Tag Half Size.gif');
        background-repeat: no-repeat;
        position: absolute;
        right: 0px;
        top: 0px;
        width: 110px;
        height: 20px;
        background-color: transparent;
    }

.signinbox div {
    display: block;
    margin-bottom: 18px;
}

.signinbox input {
    width: 280px;
    margin-top: 5px;
    border: 1px solid #d9d9d9;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}

    .signinbox input:focus {
        border: 1px solid #4d90fe;
    }

#LoginFieldSet, #ChangePasswordFieldset, #RetrievePasswordFieldset, .clearBox {
    width: 100%;
    border: 0px none #fff;
    padding: 0px;
    margin: 0px;
}

#SignInButton, #SubmitCommand, #CancelCommand {
    width: 60px;
    margin-left: 10px;
    float: right;
}

#WelcomeContainer {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
}

#ForgottenPasswordLink {
    line-height: 35px;
}

#RetrievePasswordButton {
    width: 140px;
    float: right;
}

/******Rounded box to group information**********/
.infoBox {
    border: 2px solid #e5e5e5;
    padding: 10px 10px 10px 10px;
    margin: 10px 20px 20px 0px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 15px;
}

/**********Menu************/
#MenuContainer {
    position: relative;
    float: left;
    width: 97%;
    width: calc(100% - 28px);
    font-size: 0;
    margin-left: 12px;
    margin-right: 16px;
}

    #MenuContainer a {
        font-size: 0;
    }

#ctl00_RightMenu, #RightMenu {
    position: absolute;
    top: 0;
    right: 0;
}

    #ctl00_RightMenu .level3.DynamicMenu.dynamic, #RightMenu .level3.DynamicMenu.dynamic {
        right: 0px!important;
        left: auto!important;
        margin-right: 0!important;
    }

#BreadCrumbContainer {
    position: relative;
    float: left;
    margin-left: 25px;
    font-size: 8pt!important;
    padding-top: 8px;
    padding-bottom: 4px;
    clear: both;
}

#ctl00_ASMenu ul.dynamic, #ASMenu ul.dynamic {
    z-index: 30!important;
    background-color: white;
}

.Menu {
    height: 21px;
    font-size: 9pt;
    font-weight: 200!important;
    color: black;
    background-color: white;
}

    .Menu.aspNetDisabled {
        margin-left: 12px;
        height: 0px;
        font-size: 9pt;
        color: white;
        background-color: white;
    }

        .Menu.aspNetDisabled ul.level1 li {
            border-width: 0;
        }

.level1 li {
    border-color: #e5e5e5;
    border-style: solid;
    border-width: 0px 2px 2px 0px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: white;
}

.MenuItemStatic {
    color: black;
    margin: 3px 10px 3px 10px;
}

.static.MenuItemStatic.level1 {
    Margin: 0!important;
}

#ctl00_LeftMenu a.static, #ctl00_RightMenu a.static, #LeftMenu a.static, #RightMenu a.static, .MenuItemStatic {
    color: black;
    margin: 3px 10px 3px 10px;
}

.DynamicMenuItem {
    margin: 5px 10px 5px 10px;
}

.level1.MenuItemStatic.static {
    margin: 0px;
    display: none!important;
}

.level3.DynamicMenu.dynamic {
    margin: 0px 10px 5px 10px!important;
    border-width: 0px 2px 2px 0px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: white;
    color: black;
}

    .level3.DynamicMenu.dynamic a {
        color: black;
    }

.level3.DynamicMenuItem.aspNetDisabled, .level2.MenuItemStatic.aspNetDisabled {
    width: auto;
    background-color: white;
    color: #b3b3b3!important;
}

#BreadCrumbContainer a {
    color: #283C83;
}

    #BreadCrumbContainer a:visited {
        color: #283C83;
    }

.BreadCrumb .CurrentNode {
    color: #283C83;
}

#AccountMenu {
    float: right;
}

    #AccountMenu li a, #MenuContainer li a {
        font-size: 9pt;
        font-family: Segoe UI, Arial, Helvetica, Sans-serif;
        font-weight: 400;
        color: black;
        text-decoration: none;
        list-style-type: none;
        margin-left: 10px;
        margin-right: 10px;
    }

select option {
    font-family: Segoe UI, Arial, Helvetica, Sans-serif;
    font-size: 8pt;
}

.SmallButtonStyle {
    font-family: Segoe UI, Arial, Helvetica, Sans-serif;
    font-size: 9pt;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #283c83;
    color: #ffffff;
    padding: 3px 6px 3px 6px;
    border-width: 0px 2px 2px 0px;
}

    .SmallButtonStyle:hover {
        background-color: #384c93;
        -moz-opacity: .80;
        opacity: .80;
        filter: alpha(opacity=80);
        filter: “alpha(opacity=80)”;
    }


/**Filter warning dialogue**/
#FilterMessage {
    padding: 20px;
    font-size: 20px;
    z-index: 10;
    width: 400px;
    height: 250px;
    top: 100px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background-color: #eee;
    border: 2px solid black;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    display: none;
}
#FilterMessageButton{
    font-family: Segoe UI, Arial, Helvetica, Sans-serif;
    font-size: 11pt;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #283c83;
    color: #ffffff;
    padding: 3px 8px 5px 8px;
    border-width: 0px 2px 2px 0px;
}
#DontShowFilterWarningCheckBox{

}

/**FrameButton, FrameBox and FrameText styling, used for instance for comment selection box on analysis suite**/
.FrameButton {
   
    background-color: #E0E0E0;
    color: #000000;
    border: 1px solid gray;
    border-radius: 5px;
    padding:2px;
    font-family:Verdana,Arial,Helvetica;
    font-size:10px;
}

.FrameButton:hover{
    background-color: #CCCCCC;
    cursor:pointer;
}

.Framebox {
    border: 1px solid gray;
    padding: 5px;
    border-radius: 5px;
}

.Frametext {
    FONT-SIZE: 9px;
    color: black;
    font-family:Verdana,Arial,Helvetica;
}

table.Frametext {
}

.Frametext .checkbox {
    margin-right: 5px;
    margin-bottom:6px;
}
