/* blocker */
#Blocker {
    position: absolute;
    z-index: 2000;
    left: 0;
    top: 0;
    text-align: center;
}

/*  dock Menu */
.jqDockLabelText {
    background-color: white;
}

.jqDockLabel {
    white-space: nowrap;
    top: -20px !important;
    font-weight: bold;
    font-size: 14px;
}

#dockMenu {
    position: fixed;
    bottom: 0px;
    left: 0;
    z-index: 999999;
    display: none;
    background-color: #f0f0f0 !important;
}


.tooltip {
    display: none;
    background: transparent url(../images/white_arrow.png);
    font-size: 12px;
    height: 70px;
    width: 160px;
    padding: 25px;
    color: #000;
}

.dockMenuSlider {
    bottom: 0px;
    position: fixed;
    display: inline-block;
    width: 20px;
    cursor: pointer;
    z-index: 9999999;
}

.dockMenuSlider2 {
    cursor: pointer;
    position: fixed;
    bottom: 0px;
    left: 0px;
    display: inline-block;
    width: 20px;
}

/* FORMS */
#hideMeButton, .hideMeButton {
    position: absolute;
    left: -1000px;
}

._hrLine {
    background-color: #ccc;
    color: #ccc;
    height: 1px;
    border: 0px none;
    padding: 0px;
    margin: 0px;
}

.numericCellGrid {
    text-align: right;
    width: 100%;
    display: inline-block;
    white-space: nowrap;
}

.SimpleMenu {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    top: 0px !important;
}

.treeLabel {
    background: none repeat scroll 0 0 #D2E6FF !important;
    font-weight: bold;
    font-family: Tahoma;
    font-size: 11px;
    border-bottom: 0px solid #ccc;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 5px 0px 5px 5px;
    margin: 0px;
    overflow: hidden !important;
}

.RightBlockTitle {
    color: #1F4978;
    font-size: 16pt;
    padding-bottom: 3px;
    margin-left: 8px;
}

.RightBlockTable {
    margin-left: 5px;
    width: 98%;
}

    .RightBlockTable TD {
        padding: 3px;
    }

.FormRightIcon {
    text-align: right;
}

.FormButtonsBar {
    clear: both;
    background: #f5f5f5; /* url(../Images/buttons_bar2_bkg.gif) repeat-x;*/
    padding: 0px;
    padding-left: 10px;
    border-top: solid 1px #CCCCCC;
    border-bottom: solid 1px #CCCCCC;
}

.FormButtonsBarYellow {
    clear: both;
    background: #FFFFA7; /* url(../Images/buttons_bar2_bkg.gif) repeat-x;*/
    padding: 0px;
    padding-left: 10px;
    border-top: solid 1px #CCCCCC;
    border-bottom: solid 1px #CCCCCC;
}

.FormButtonsBar INPUT,
.FormButtonsBar SELECT {
    vertical-align: middle;
}

.FormButtonsBar .Left {
    float: left;
}

.FormButtonsBar .Right {
    text-align: right;
}

.FormButtonsBarClean {
    clear: both;
    padding-bottom: 4px;
}

.FormButtonsBarCleanLeft {
    float: left;
}

.FormButtonsBarCleanRight {
    text-align: right;
}

.GridFooter {
    clear: both;
    background: #ffffff; /*#f1f9ff;*/
    padding: 7px;
    font-size: 8pt;
    border-left: solid 1px #CCCCCC;
    border-bottom: solid 1px #CCCCCC;
    border-right: solid 1px #CCCCCC;
}

    .GridFooter .Left {
        float: left;
    }

    .GridFooter .Right {
        text-align: right;
    }

.FormRow {
    padding-top: 4px;
    padding-bottom: 4px;
}

.FormBody {
    padding: 10px;
    font-size: 8pt;
}

SPAN.Checkbox.Bold {
    font-weight: bold;
}

.Checkbox INPUT {
    vertical-align: middle;
}

.FormFooter {
    font-size: 9pt;
    padding: 7px;
    border-top: solid 1px #DFDFDF;
    background-color: #F0F0F0;
}

.FormFooterClean {
    font-size: 9pt;
    margin-top: 10px;
    padding: 10px 10px 0px 0px;
    border-top: solid 1px #DFDFDF;
}

.FormLabel150 {
    font-size: 8pt;
    width: 150px;
}

.FormLabel200 {
    font-size: 8pt;
    width: 200px;
}

.FormLabel {
    font-size: 8pt;
    width: 150px;
    font-weight: bold;
    vertical-align: top;
    text-align: right;
}

.FormSectionHeader {
    color: #1F4978;
    font-weight: bold;
}

.FormNotes {
    background-color: #FFFFCC;
    padding: 3px;
    border: solid 1px #CCCCCC;
    margin-top: 4px;
    min-height: 20px;
}

UL.VerticalButtons {
    margin: 0px;
    list-style: none;
    padding-left: 20px;
    float: right;
    width: 150px;
}

    UL.VerticalButtons LI {
        padding-top: 2px;
        padding-bottom: 2px;
    }

.FormBody fieldset {
    padding: 10px;
}

fieldset.EditForm {
    width: 99%;
    padding: 0px;
    padding-bottom: 5px;
    margin: 0px;
    position: relative;
    left: -1px;
}

.CollapsibleArea {
    padding: 3px;
}

LEGEND {
    font-weight: bold;
    color: #0153A4;
    margin-bottom: 5px;
}

INPUT.TextBox50 {
    border: solid 1px #909090;
    height: 18px;
    padding-left: 2px;
    padding-top: 1px;
    width: 50px;
}

INPUT.TextBox100 {
    border: solid 1px #909090;
    height: 18px;
    padding-left: 2px;
    padding-top: 1px;
    width: 100px;
}

INPUT.TextBox200 {
    border: solid 1px #909090;
    height: 18px;
    padding-left: 2px;
    padding-top: 1px;
    width: 200px;
}

TEXTAREA.TextBox200 {
    border: solid 1px #909090;
    padding-left: 2px;
    padding-top: 1px;
    width: 200px;
}

.HugeTextBox {
    font-family: Tahoma;
    font-size: 14pt;
    font-weight: normal;
    color: Black;
    border: solid 1px #909090;
    padding-left: 2px;
}

INPUT.HugeTextBox100 {
    font-family: Tahoma;
    font-size: 14pt;
    font-weight: normal;
    color: Black;
    border: solid 1px #909090;
    padding-left: 2px;
    width: 100px;
}

INPUT.HugeTextBox200 {
    font-family: Tahoma;
    font-size: 14pt;
    font-weight: normal;
    color: Black;
    border: solid 1px #909090;
    padding-left: 2px;
    width: 200px;
}

.ScrollableArea {
    height: 350px;
    overflow: auto;
    border: solid 1px #e5e5e5;
    padding: 3px;
}

.PreviewArea {
    border: solid 1px #e5e5e5;
    padding: 5px;
}

.ToolLink {
    padding: 5px 0px 5px 10px;
}

TEXTAREA {
    font-family: Tahoma,Arial;
    font-size: 8pt;
    resize:none;
}

.OrgStatsRow {
    height: 24px;
}

.OrgStatsGroup {
    height: 24px;
    padding-top: 5px;
    padding-left: 7px;
    color: Black;
    font-size: 8pt;
    margin-bottom: 1px;
    background: #E5F2FF;
    font-weight: bold;
}


.HostingPlanGroup {
    margin-bottom: 1px;
}

    .HostingPlanGroup .Header {
        clear: both;
        background: #E5F2FF;
        border-bottom: solid 1px #E0E5F0;
        padding: 2px;
        height: 20px;
    }

        .HostingPlanGroup .Header .Left {
            float: left;
            font-weight: bold;
        }

        .HostingPlanGroup .Header .GroupName {
            padding: 4px;
            font-weight: bold;
        }

        .HostingPlanGroup .Header .Right {
            text-align: right;
            padding-right: 5px;
        }

    .HostingPlanGroup .Quota {
        clear: both;
    }

        .HostingPlanGroup .Quota .Left {
            float: left;
            width: 200px;
            padding: 5px;
            text-align: right;
        }

        .HostingPlanGroup .Quota .Right {
            float: left;
            white-space: nowrap;
        }

        .HostingPlanGroup .Quota .Viewer {
            padding: 5px;
        }

.SideBar {
    padding-right: 10px;
}

    .SideBar TD {
        padding-bottom: 10px;
    }

.SideBarButton {
}

.NormalLink {
    cursor: pointer;
}

    .NormalLink.HoverLink {
        text-decoration: none;
    }

        .NormalLink.HoverLink:hover {
            text-decoration: underline;
        }

/*Modal Popup*/
.modalBackground {
    background-color: #f0f0f0;
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.modalBackgroundDark {
    background-color: #000;
    filter: alpha(opacity=30);
    opacity: 0.3;
}

/* Progress Panel */
.ProgressPanel {
    width: 350px;
}

.ProgressBarContainer {
    border-left: solid 1px #a0a0a0;
    border-right: solid 1px #a0a0a0;
    height: 11px;
    background: #e5e5e5 url(../Images/gauge_bkg.gif) center center repeat-x;
}

.ProgressBarIndicator {
    background: #e5e5e5 url(../Images/gauge_green.gif) center center repeat-x;
    height: 11px;
}

.ProgressPanelArea {
    padding: 10px;
}

.TreeNode {
    padding-left: 2px;
    padding-right: 2px;
    color: #000000;
}

.SelectedTreeNode {
    background-color: #d5d5d5;
}

/*
================================
WebserveCRM Styles
================================	
*/
/* Overriden DNN styles */
A {
    text-decoration: none;
    color: #0153A4;
}
    A:hover {
        text-decoration:underline;
    }

    A > IMG {
        border: none;
    }

    A.groupLink {
        color: #333333;
        font-family: Tahoma;
        font-weight: bold;
        text-decoration: none;
    }

.LogArea {
    font-family: Courier New;
    font-size: 8pt;
}

.Normal {
    font-size: 8pt;
}

.NormalGreen {
    color: Green;
}

.NormalRed {
    font-size: 8pt;
    color: Red;
}

.Centered {
    text-align: center!important;
}

/*
SELECT.NormalDropDown
{
	height: 18px;
	font-family: Tahoma;
	font-size: 8pt;
	border: solid 1px #909090;
	padding-left: 2px;
	padding-top: 1px;
}
*/

INPUT.NormalTextBox {
    height: 18px;
    border: solid 1px #909090;
    padding-left: 2px;
    padding-top: 1px;
}

SELECT.NormalTextBox {
    height: 22px;
    border: solid 1px #909090;
}

INPUT.HugeTextBox {
    font-family: Tahoma;
    font-size: 14pt;
    font-weight: normal;
    color: Black;
    border: solid 1px #909090;
    padding-left: 2px;
}

.Required {
    background-color: #709fcb;
    width: 230px;
}

INPUT.LoginTextBox {
    font-family: Tahoma;
    font-size: 14pt;
    font-weight: normal;
    padding: 3px;
    border: solid 1px #909090;
    padding-left: 2px;
}

.LoginLabel {
    font-family: Arial, Tahoma;
    font-size: 10pt;
    font-weight: bold;
}

INPUT.LoginButton {
    font-family: Tahoma;
    font-size: 9pt;
    background: #ffffff url(../Images/button_bkg2.png) left center repeat-x;
    border: solid 1px #8E8F8F;
    height: 31px;
    padding-left: 3px;
    padding-right: 3px;
}

    INPUT.LoginButton:hover {
        background: #ffffff url(../Images/button_hover_bkg2.png) left center repeat-x;
        border: solid 1px #3C7FB1;
    }

.HugeTextBoxWatermark {
    font-family: Tahoma;
    font-size: 20pt;
    font-weight: normal;
    color: #d0d0d0;
}

.NormalBold {
    font-size: 8pt;
    font-weight: bold;
}

.redColor {
    color: Red;
}

.ErrorText {
    font-size: 11px;
    font-weight: bold;
    color: red;
}

.Medium {
    font-size: 11pt;
    font-weight: normal;
}

.MediumBold {
    font-size: 11pt;
    font-weight: bold;
}

.Big {
    font-size: 14pt;
    font-weight: normal;
    color: Black;
}

A.Black {
    color: Black!important;
    text-decoration: none!important;
}

UL.LinksList {
    margin: 0;
    padding: 0;
    display: block;
}

    UL.LinksList LI {
        list-style: none;
        padding: 7px;
    }

.BigBold {
    font-size: 14pt;
    font-weight: bold;
    color: Black;
}

.Huge {
    font-family: Tahoma;
    font-size: 14pt;
    font-weight: normal;
    color: Black;
}

.SubHead {
    font-size: 11px;
    color: Black;
}

/* wsp styles */
.BlueBorder {
    border: solid 1px #C4D6BB;
    border-bottom: none;
    background-color: #edf9e8;
}

.Hint {
    text-decoration: none!important;
    border-bottom-style: double;
    border-bottom-width: 3px;
    border-bottom-color: #d0d0d0;
    cursor: pointer;
}

.HintActive {
    text-decoration: none!important;
    border-bottom-style: double;
    border-bottom-width: 3px;
    border-bottom-color: #d0d0d0;
    background-color: #efefef;
}

.Small {
    font-family: Tahoma;
    font-size: 8pt;
    color: #000000;
}

.SmallBold {
    font-family: Tahoma;
    font-size: 10px;
    font-weight: bold;
    color: #000000;
}

.DropdownMenu {
    border: solid 1px #e0e0e0;
    background-color: #f0f0f0;
}

.NormalError {
    font-family: Verdana;
    font-size: 12px;
    color: Red;
}

.BorderFillBox {
    background-color: #E5F2FF;
    border: solid 1px #86B9F7;
}

.RedBorderFillBox {
    background-color: #ffe1e1;
    border-right: #ff5254 2px solid;
    border-top: #ff5254 2px solid;
    border-left: #ff5254 2px solid;
    border-bottom: #ff5254 2px solid;
    padding: 50px;
    width: 200px;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.QuotaName {
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    padding-left: 8px;
}

.QuotaValue {
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    color: #0153A4;
}

.Toolbox {
    background-color: #E5F2FF;
}

    .Toolbox A {
        color: Black!important;
    }

.IconsBlock {
    padding: 5px;
}

.IconsTitle {
    background-color: #efefef;
    padding: 3px 5px 3px 5px;
    font-size: 10pt;
}

.Icon {
    width: 75px;
    height: 72px;
    padding: 4px;
    border: solid 1px transparent;
    text-align: center;
    vertical-align: top;
    font-size: 11px;
}

    .Icon:Hover {
        border-color: #99DEFD;
        background-color: #E9F8FE;
    }

    .Icon.Hover {
        border-color: #99DEFD;
        background-color: #E9F8FE;
    }

    .Icon A {
        text-decoration: none;
        color: #000000;
    }

.IconMenu {
    position: absolute;
    visibility: hidden;
    padding: 1px;
    border: solid 1px #99DEFD;
    background-color: #E9F8FE;
    font-size: 11px;
}

    .IconMenu UL {
        display: block;
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

        .IconMenu UL LI A {
            display: inline-block;
            width: auto;
            padding: 4px 8px 4px 8px;
            text-decoration: none;
            color: #000000;
        }

        .IconMenu UL LI:Hover {
            background-color: #B6D9FC;
        }

.Brick {
    background-color: white;
    font-family: Verdana;
    font-size: 11px;
}

    .Brick A {
        color: #0153A4!important;
    }

.ChartLegendElement {
    display: block;
    width: 7px;
    height: 7px;
    border: solid 1px #000000;
}

.ChartArea {
    border: solid 2px #e0e0e0;
    padding: 10px;
}

.Shevron {
    border: 1px solid transparent;
    padding: 0px 6px;
    margin: 1px 0px;
    font-family: Tahoma;
    font-size: 9pt;
    font-weight: bold;
    color: #002266;
    width: 100%;
}

.ShevronActive {
    background: transparent url(../images/shevron_bkg.gif) left bottom repeat-x;
    border: solid 1px #99DEFD;
    font-family: Tahoma;
    font-size: 9pt;
    font-weight: bold;
    padding: 0px 6px;
    margin: 1px 0px;
    color: #000000;
    width: 100%;
}

.ShevronLine {
    background: transparent url(../images/shevron_line.gif) left center repeat-x;
    width: 100%;
}

.SectionHeader {
    background-image: url(green_bkg.gif);
    background-repeat: repeat-x;
    margin-bottom: 3px;
    margin-top: 2px;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    border-bottom: solid 1px #C4D6BB;
    color: #005c4d;
}

/* Calendar */
.Calendar {
    border: solid 1px #909090;
    background-color: White;
}

    .Calendar TD {
        vertical-align: middle;
    }

.CalendarTitle {
    background-image: url(green_bkg.gif);
    background-repeat: repeat-x;
    height: 100%;
}

    .CalendarTitle TD {
        font-weight: bold;
        padding: 2px;
    }

.CalendarWeekend {
    background-color: #edf9e8;
}

.CalendarSelectedDate {
    background-color: #E5F2FF;
    font-weight: bold;
    color: White!important;
}

.CalendarDayHeader {
    background-image: url(green_bkg.gif);
    background-repeat: repeat-x;
    vertical-align: middle;
}

.ActivityBox {
    padding: 10px;
    margin-bottom: 10px;
    background-color: #f0f0f0;
}

/* STATUSES */
.YellowStatus {
    background-image: url(warning_bkg.gif);
    background-repeat: repeat-x;
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: bold;
    color: white;
    background-color: #ff9900;
    text-align: center;
    padding: 6px;
}

.RedStatus {
    background-image: url(error_bkg.gif);
    background-repeat: repeat-x;
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: bold;
    color: White;
    background-color: #ff3300;
    text-align: center;
    padding: 6px;
}
/* END STATUSES */

/* MESSAGE BOXES */
.MessageBoxNotBold {
    font-family: Tahoma;
    font-size: 8pt;
    color: #505050;
    margin: 0px 3px 5px 3px;
    padding: 5px 5px 5px 50px;
    text-align: left;
}

 .MessageBoxNotBold.OrangeCancellation {
        border: 1px solid #FFC651;
        background: #FFE7B5 url(../images/warning5.png) 6px center no-repeat;
        padding: 8px 8px 8px 25px;
        height: 10px;

    }

.MessageBoxNotBold.BlueCancellation {
        border: 1px solid #1385CB;
        background: #1385CB url(../images/refresh.png) 6px center no-repeat;
        color:#fff;
        padding: 8px 8px 8px 25px;
        height: 10px;

    }

.MessageBox {
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: bold;
    color: #505050;
    margin: 0px 3px 5px 3px;
    padding: 5px 5px 5px 50px;
    text-align: left;
}

    .MessageBox.Backordering {
        background: #ccc url(../images/iconLink.png) 6px center no-repeat;
        border: 1px solid #ccc;
    }

    .MessageBox.Green {
        background: #E2F7DC url(../images/iconInfo.png) 6px center no-repeat;
        border: 1px solid #B3DFA4;
    }
    .MessageBox.GsdGreen {
        background: #E2F7DC url(../images/information_big.gif) 6px center no-repeat;
        border: 1px solid #B3DFA4;
        background-size: 24px 24px;
    }

    .MessageBox.GreenBillingAddress {
        background: #E2F7DC url(../images/checked_green_16.gif) 6px center no-repeat;
        border: 1px solid #B3DFA4;
        padding: 5px 5px 5px 30px;
    }

    .MessageBox.GreenPromotion {
        background: #E2F7DC url(../images/promotions_24.png) 6px center no-repeat;
        border: 1px solid #B3DFA4;
    }

    .MessageBox.OrangePriceProtection{
        background: #FFE7B5;
        border: 1px solid #FDDF79;
    }

    .MessageBox.BlueSubSubscription {
        background: #9beef6;
        border: 1px solid #77bec5;
    }

    .MessageBox.GreySubscription {
        background: #f0f0f0;
        border: 1px solid #ccc;
    }

    .MessageBox.GreenFreePeriod {
        background: #E2F7DC url(../Icons/info2_16.png) 6px center no-repeat;
        border: 1px solid #B3DFA4;
    }

    .MessageBox.Yellow {
        background: #FFFFBA url(../images/warning_big.gif) 6px center no-repeat;
        border: 1px solid #FDDF79; 
    }

    .MessageBox.GsdYellow {
        background: #FFFFBA url(../images/warning_big.gif) 6px center no-repeat;
        border: 1px solid #FDDF79;
        background-size: 24px 24px;
    }

    .MessageBox.YellowSmall {
        background: #FFFFBA url(../images/warning_small.gif) 6px center no-repeat;
        border: 1px solid #FDDF79;
        font-weight: normal!important;
        padding:5px 5px 5px 30px;                
    }

    .MessageBox.Orange {
        border: 1px solid #FFC651;
        background: #FFE7B5 url(../images/productFamily_24.png) 6px center no-repeat;
        padding: 10px 10px 10px 50px;
    }

    .MessageBox.OrangeInfo {
        border: 1px solid #FFC651;
        background: #FFE7B5 url(../images/iconInfo.png) 6px center no-repeat;
    }

    .MessageBox.Grey {
        background: #f0f0f0 url(../images/iconInfo.png) 6px center no-repeat;
        border: 1px solid #ccc;         
    }

    .MessageBox.GreyInfo {
        background: #e6f2ff 6px center no-repeat;
        border: 1px solid #ccc;        
    }

    .MessageBox.Red {
        background: #FFE8E8 url(../images/error_big.gif) 6px center no-repeat;
        border: 1px solid #FFA8A8;
    }

    .MessageBox.GsdRed {
        background: #FFE8E8 url(../images/error_big.gif) 6px center no-repeat;
        border: 1px solid #FFA8A8;
        background-size: 24px 24px;
    }

    .MessageBox.RedInfo {
        background: #FFE8E8 6px center no-repeat;
        border: 1px solid #FFA8A8;
    }

    .MessageBox SPAN.description {
        font-weight: normal!important;
    }

    .MessageBox .TechnicalDetails {
        padding-top: 4px;
        font-weight: normal!important;
    }

.MessageBoxSection {
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: bold;
}
/* END MESSAGE BOXES */

/* POPUP styles */
/* Default DOM Tooltip Style */
.popupHint {
    border: 2px solid #C4D6BB;
    font-family: Verdana;
    padding: 3px;
    background-color: #F1F1FF;
}

.popupComments {
    border: 2px solid #C4D6BB;
    font-family: Verdana;
    font-size: 9px;
    padding: 3px;
    background-color: #F1F1FF;
}

/* TOOLBAR MENU */
.ToolbarMenuRootItem {
    font-family: Tahoma, Arial;
    font-size: 11px;
    font-weight: normal;
    padding: 2px 1px 3px 1px;
    text-decoration: none!important;
}

    .ToolbarMenuRootItem IMG {
        margin-right: 2px;
    }

.ToolbarMenuRootItemSelected {
    font-family: Tahoma, Arial;
    font-size: 11px;
    font-weight: normal;
    padding: 2px 1px 3px 1px;
    text-decoration: none !important;
    background-color: #edf9e8 !important;
}

    .ToolbarMenuRootItemSelected IMG {
        margin-right: 2px;
    }

/* END TOOLBAR MENU */
INPUT.Button1, INPUT.Button2, INPUT.Button3, Button.Button3 {
    font-family: Tahoma;
    font-size: 8pt;
    background: #ffffff url(../Images/button_bkg.png) left bottom repeat-x;
    border: solid 1px #8E8F8F;
    height: 23px;
    padding-left: 7px;
    padding-right: 7px;
}

INPUT.ManageMyAccount {
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #C3C3C3;
    padding: 3px;
    color: #FFFFFF;
    font-size: 12px;
    font-family: Tahoma;
    font-size: 14px;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    background-color: #8DAED9;
}

INPUT.ButtonYellow {
    background: #ffffff url(../Images/button_bkgyellow.png) left bottom repeat-x;
}

Input.CommentButton {
    font-family: Tahoma;
    font-size: 8pt;
    background: #fff url(../Images/tabs_bkg.gif) left bottom repeat-x;
    border: solid 1px #8E8F8F;
    height: 23px;
    padding-left: 7px;
    padding-right: 7px;
}

    Input.CommentButton:hover {
        background-image: url(../Images/button_hover_bkg.png);
        border: solid 1px #3C7FB1;
    }

INPUT.SmallButton {
    font-family: Tahoma;
    font-size: 8pt;
    background: #ffffff url(../Images/button_bkg.png) left center repeat-x;
    border: solid 1px #8E8F8F;
    padding: 3px;
}

    INPUT.Button1:hover, INPUT.Button2:hover, INPUT.Button3:hover, INPUT.SmallButton:hover, Button.Button3:hover {
        background-image: url(../Images/button_hover_bkg.png);
        border: solid 1px #3C7FB1;
    }

/* TABS */
.Tabs {
    background: transparent url(../Images/tabs_bkg.gif) bottom left repeat-x;
}

A.ActiveTab {
    display: inline-block;
    vertical-align: bottom;
    line-height: 25px;
    padding: 0 6px 0 6px;
    background-color: #ffffff;
    border: solid 1px #8E8E8E;
    border-bottom: none;
    color: #000000;
    text-decoration: none;
}

A.Tab {
    display: inline-block;
    vertical-align: bottom;
    line-height: 21px;
    padding: 0 6px 0 6px;
    background-color: #ffffff;
    background: #ffffff url(../Images/button_bkg.png) left bottom repeat-x;
    border: solid 1px #8E8E8E;
    color: #000000;
    text-decoration: none;
}

    A.Tab:Hover {
        display: inline-block;
        background: #ffffff url(../Images/button_hover_bkg.png) left bottom repeat-x;
        border-color: #3C7FB1 #3C7FB1 #8E8E8E #3C7FB1;
    }

/* END TABS */

/* FileLookup styles */
A.FileManagerButton {
    display: inline-block;
    padding: 2px;
    font-size: 8pt;
    color: #000000;
    text-decoration: none;
    border: solid 1px #f5f5f5;
}

    A.FileManagerButton:Hover {
        background: #ffffff url(../Images/button_hover_bkg2.png) left center repeat-x;
        border: solid 1px #3C7FB1;
    }

.FileManagerTreeNode {
    padding: 2px 2px 2px 1px;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 8pt;
    font-weight: normal;
    text-decoration: none!important;
}

.FileManagerTreeNodeSelected {
    padding: 2px 2px 2px 1px;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 8pt;
    font-weight: normal;
    background-color: #dcdcdc;
}

A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link {
    text-decoration: none;
    color: #003366;
}

A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited {
    text-decoration: none;
    color: #003366;
}

A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active {
    text-decoration: none;
    color: #003366;
}

A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover {
    text-decoration: none;
    color: black;
    background-color: #e0f4ff;
}

/* LOG RECORDS */
.LogRecord {
    border-bottom: solid 1px #efefef;
    font-size: 10px;
}

    .LogRecord .Time {
        width: 70px;
        background-color: #f5f5f5;
        float: left;
        padding: 2px;
    }

    .LogRecord .Information {
        color: black;
        padding: 2px;
    }

    .LogRecord .Warning {
        color: orange;
        padding: 2px;
    }

    .LogRecord .Error {
        color: red;
        padding: 2px;
    }

.FormSectionHeader {
    font-size: 9pt;
    font-weight: bold;
}

.PopupExtender {
    background-color: #ffffff;
    padding: 7px;
    border: solid 1px #c0c0c0;
}

/* STOREFRONT CATALOG */

.ProductBlock {
    background-image: url(../Images/Ecommerce/product_head_bg.gif);
    background-repeat: repeat-x;
    padding-top: 11px;
    width: 250px;
}

.WhiteSpacer {
    width: 20px;
    height: 20px;
    visibility: hidden;
    font-size: 5px;
}

.ProductInfo {
    border-left: solid 6px #E2E2E2;
    padding-left: 13px;
    text-transform: uppercase;
    color: #6A6A6A;
    font-family: Tahoma;
    font-size: 10pt;
    font-weight: bold;
    vertical-align: top;
    width: 100%;
}

.NormalText {
    font-size: 8pt;
    text-transform: none;
    font-weight: normal;
}

.PriceBlock {
    float: left;
    margin-top: 15px;
}

    .PriceBlock .Left {
        float: left;
    }

    .PriceBlock .Right {
        float: right;
    }

.ProductPrice {
    color: #46B030;
}

ul.HighLights {
    padding: 10px 0 0 0;
    margin: 0 0 0 15px;
    font-size: 8pt;
    font-weight: normal;
}

.QuickLabel {
    font-size: 10pt;
}

.QuickOutlineTbl {
    margin-bottom: 15px;
    width: 100%;
}

    .QuickOutlineTbl TD {
        padding: 5px 0px 5px 15px;
    }

.Width15Pcs {
    width: 15%;
}

.Width20Pcs {
    width: 20%;
}

.Width35Pcs {
    width: 35%;
}

.Width100Pcs {
    width: 100%;
}

.MarginTop5Px {
    margin-top: 5px;
}

.StrongHeaderLabel {
    font-size: 12pt;
    font-weight: bold;
}

.InventoryDescription {
    font-size: 10pt;
    text-align: justify;
}

.BlueLabel {
    background-color: #77ACE7!important;
}

.Scrollable500 {
    height: 500px;
    overflow: auto;
}

/* Action buttons */
UL.ActionButtons {
    list-style-type: none;
    margin-top: 5px;
    margin-left: 0px;
}

    UL.ActionButtons LI {
        margin-bottom: 12px;
    }

.ActionButton {
    padding: 3px 2px 3px 20px;
}

.ActionButtonApplySnapshot {
    padding: 3px 2px 3px 20px;
    background: transparent url(../images/VPS/apply2.png) left center no-repeat;
}

.ActionButtonRename {
    padding: 3px 2px 3px 20px;
    background: transparent url(../images/VPS/rename.png) left center no-repeat;
}

.ActionButtonDeleteSnapshot {
    background-color: Blue;
    padding: 3px 2px 3px 20px;
}

.ActionButtonDeleteSnapshotTree {
    padding: 3px 2px 3px 20px;
    background: transparent url(../images/VPS/delete4.png) left center no-repeat;
}

/* AJAX INDICATOR */

.ajaxprogress {
    background-color: #fff;
    display: block;
    position: absolute;
    padding: 2px 3px;
}

.ajaxcontainer {
    border: solid 1px #808080;
    border-width: 1px 0px;
}

.ajaxheader {
    border-color: #808080 #808080 #ccc;
    border-style: solid;
    border-width: 0px 1px 1px;
    padding: 0px 10px;
    color: #000000;
    font-size: 9pt;
    font-weight: bold;
    line-height: 1.9;
    font-family: arial,helvetica,clean,sans-serif;
}

.ajaxbody {
    background-color: #f2f2f2;
    border-color: #808080;
    border-style: solid;
    border-width: 0px 1px;
    padding: 10px;
}

@keyframes progress-bar-working {
    0% {
        background-color: black;
    }

    25% {
        background-color: gray;
    }

    100% {
        background-color: gray;
    }
}

#loading .progress-bar__container {
    display: none;
    margin: 0px auto;
    padding: 0 5px;
    width: 100px;
}

#loading .progress-bar {
    width: 100%;
    background-color: #f0f0f0;
    padding: 2px;
    border-radius: 3px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2);
}

#loading .progress-bar__fill {
    display: block;
    height: 5px;
    border-radius: 3px;
    transition: width 200ms ease-in-out;
    animation: progress-bar-working 0.5s infinite alternate;
}

#loading .loading-text-error {
    color: red !important;
    min-width: 500px;
}

/* ACCORDION */
/*.AccordionHeader 
{ 
  background-image  : url(../Images/left_menu_hover_bkg.gif);
  background-repeat : no-repeat;
   color: #000; 
   padding: 4px; 
   cursor:pointer;
} 
*/


.AccordionHeader {
    margin-top: 1px;
    border: 1px solid #86b9f7;
    background-color: #9fcffc;
    padding: 2px;
    cursor: pointer;
}




.AccordionSelectedHeader {
    margin-bottom: 6px;
    border: 1px solid #86b9f7;
    background-color: #9fcffc;
    color: #000;
    /*background-image  : url(../Images/left_menu_hover_bkg.gif);
   background-repeat : no-repeat; */
    padding: 4px;
    font-weight: bold;
}

/***************************/
/*  This is very important */
/*  for left menu and for  */
/*  width for contents     */
/*  Change Width 80% to 90%*/
/*  padding Right from
                 30 to 10  */
/***************************/
.AccordionContents {
    width: 90%;
    position: relative;
    left: 1px;
    padding-bottom: 0px;
    padding-right: 10px;
    overflow: hidden;
}

/*spellchecker*/
.spell_popup_show {
    float: left;
    background-color: #DBEAF5;
    border: 1px #5B86A8 solid;
    position: absolute;
    z-index: 1;
    width: 180px;
    font: normal 12px Tahoma, Arial, Helvetica, sans-serif;
    cursor: default;
}

.spell_popup_hide {
    display: none;
}

.spell_spanDeactive {
    color: black;
    padding: 5px 5px 5px 5px;
    background-color: #DBEAF5;
}

.spell_spanActive {
    color: black;
    padding: 5px 5px 5px 5px;
    background-color: #F8FCFF;
}

.spell_backLayer {
    float: left;
    position: absolute;
    display: none;
    z-index: 1;
}
/*--spellchecker*/


DIV.hideVariationsPrice * .priceCell table {
    display: none;
}

.VerticalCell {
    width: 20px;
    background-color: #E3DEE0;
    border: 1px solid #CCCCCC;
    border-bottom: 1px solid white !important;
    cursor: pointer;
}

.VerticalText {
    height: 30px;
    width: 20px !important;
    margin: 0px;
    padding: 0px;
    padding-left: 2px;
    padding-top: 5px;
    white-space: nowrap;
    font-weight: bold;
    font-size: 10pt;    
    /* Vertical rotation and text direction cross-browser*/
    direction: rtl;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);    
    /******************************************************/
}

.GoToTop {
    text-align: center;
    padding: 6px;
    position: fixed;
    bottom: 10px;
    margin: 0;
    right: 10px;
    width: 72px;
    border: 1px solid #ccc;
    text-shadow: -1px -1px -1px #ffffff;
    background: #f7f7f7;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer;
    display: none;
    color: #333;
    font-family: verdana;
    font-size: 11px;
    z-index: 100;
}

.CommentArea {
    margin: 10px 0px;
    background-color: rgb(246, 246, 246);
    border: 1px solid rgb(204, 204, 204);
    border-image: initial;
    width: 100%;
}

/* FLAGS DROP DOWN */

.msDropDown div {
    display: inline-block;
    color: #000000;
    text-align: left;
}

.msDropDown {
    background-color: #fff;
    border: 1px solid #c3c3c3;
    padding: 2px 0 0 2px;
    width: auto;
    display: inline-block;
    position: absolute;
}

    .msDropDown .msDropDown_Child {
        border: 1px solid #ccc;
        display: none;
        width: auto;
        margin: 0;
        padding: 0;
        cursor: pointer;
        background-color: #FFFFFF;
        height: auto;
        overflow: hidden;
    }

    .msDropDown .msEnabled {
        cursor: pointer;
    }

    .msDropDown .msDisabled {
        cursor: default;
    }

    .msDropDown .msArrow {
        width: 16px;
        padding: 1px 1px 3px 0;
        position: relative;
        float: right;
    }

    .msDropDown .msDropdownTitle {
        width: auto;
        display: inline-block;
        float: left;
        padding-top: 2px;
        overflow: hidden;
    }

    .msDropDown img {
        border: 0;
    }

    .msDropDown a img.icon {
        padding-right: 2px;
    }

    .msDropDown .msDropDown_Child a {
        padding: 3px 0 3px 2px;
        text-decoration: none;
        display: block;
        height: auto;
        clear: both;
        margin: 0;
        width: 130%;
    }

        .msDropDown .msDropDown_Child a, .msDropDown .msDropDown_Child a:visited {
            color: #000000;
        }

            .msDropDown .msDropDown_Child a:hover {
                color: #000000;
                background-color: #66CCFF;
            }

            .msDropDown .msDropDown_Child a.selected {
                color: #000000;
                background-color: #66CCFF;
            }


.carousel-wrapper {
    margin: 0px;
    padding: 0px;
    position: relative;
}


/** Carousel **/

.carousel {
    position: relative;
    overflow: hidden;    
}

    .carousel ul {
        width: 20000px;
        position: absolute;
        list-style: none;
        margin: 0px;
        padding: 0px;
        left: 0px;
    }

    .carousel li {
        float: left;
    }

/** Carousel Controls **/

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 200px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #777777;
    color: white;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-top-left-radius:30px;
    border-top-right-radius:30px;
    border-bottom-left-radius:30px;
    border-bottom-right-radius:30px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;
}

.carousel-control-prev {
    left: -45px;
}

.carousel-control-next {
    right: -45px;
}

    .carousel-control-prev:hover span,
    .carousel-control-next:hover span {
        display: block;
    }


#pnlPopupLogin {
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
}


/*

.rotate-90  
{
    display:block;
    font-weight:bold;    
    font-size:10pt;        
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);    
}
    
.origin-tl
{
    -o-transform-origin: top left;
    -moz-transform-origin: top left;
    -webkit-transform-origin: top left;
}

.fix-rotate-90 
{
    position: relative;
    left: 20px;
    bottom:0px;
    top:0px; 
    background-color:Red;
    min-width:300px;
    width:300px;
    overflow: hidden;
    float:left;
}


****************
http://www.aquim.com/web-article-223.html
http://www.aquim.com/web-article-226.html
http://stackoverflow.com/questions/5530375/css-adjusting-spacing-between-letter-according-to-container-width
****************
*/

/* Error Feedback Form */
.ErrorFeedback fieldset {
    border-bottom: none;
    border-right: none;
    border-left: none;
    padding: 0;
    background-color: #f6f6f6;
    border: 1px solid #ccc;
}

.ErrorFeedbackPopup fieldset {
    border: none;
    background: none;
}

.ErrorFeedback fieldset .body ul {
    padding: 0 10px;
    margin: 0;
}

.ErrorFeedback fieldset .body li {
    list-style: none;
    height: 30px;
}

.ErrorFeedback fieldset .body label {
    float: left;
    width: 150px;
    text-align: left;
    font-weight: bold;
    color: #444;
}

.ErrorFeedbackPopup fieldset .body label {
    width: 100px;
}

.ErrorFeedback fieldset .body input, .ErrorFeedback fieldset .body textarea {
    width: 350px;
    float: right;
    border: 1px solid #ccc;
}


.ErrorFeedback fieldset .body textarea {
    resize: none;
}

.ErrorFeedback fieldset .body input {
    border: 1px solid #FCFCFC;
    background-color: #FCFCFC;
    border: 1px solid #ccc;
}

    .ErrorFeedback fieldset .body input.inputActive {
        border: 1px solid #909090;
        background-color: #FFF;
    }

.ErrorFeedbackPopup fieldset .body input, .ErrorFeedbackPopup fieldset .body textarea {
    width: 290px;
    background-color: #FFF;
}

.SendFeedback {
    width: 90%;
    cursor: pointer;
    border: 1px solid #ccc;
    font-size: 12pt;
    margin: 10px 10px;
    padding: 10px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

    .SendFeedback:Hover {
        background-color: rgb(239, 245, 249);
    }

.DropDownLook {
    padding: 0px;
    border-style: solid;
    border-color: #cccccc;
    border-width: 1px;
}

/* 
    Multiple checkbox drop down
    DropDownExtended.ascx 
*/

.DivClose {
    display: none;
    position: absolute;
    width: 220px;
    height: 220px;
    border-style: solid;
    border-color: #ccc;
    border-width: 1px;
    /*background-color:#99A479;*/
    background-color: #ccc; /*rgb(159, 207, 252);*/
    text-align: right;
}

.LabelClose {
    vertical-align: text-top;
    width: 210px;
    text-align: right;
    position: absolute;
    bottom: 0px;
    padding: 5px;
}

.DivCheckBoxList {
    display: none;
    background-color: White;
    width: 220px;
    position: absolute;
    height: 200px;
    /*overflow-y:auto; 
	overflow-x:hidden;*/
    border-style: solid;
    border-color: #ccc;
    border-width: 1px;
}

.CheckBoxList {
    position: relative;
    width: 220px;
    height: 10px;
    overflow: scroll;
    font-size: small;
}

ul.inlineList {
    padding: 0;
}

    ul.inlineList li {
        display: inline;
    }

.UsageForReselling {
    padding: 5px;
    margin: 5px;
}

#pnlNewAdvanceSearch {
    position: fixed !important;
    top: 50px !important;
}

.advSrcCondTblHeader {
background: #efefef url(../images/grid_header.gif) left top repeat-x;
border-top: solid 1px #CCCCCC;
border-bottom: solid 1px #CCCCCC;
border-right: solid 1px #CCCCCC;
border-left: solid 1px transparent;
text-align: left;
vertical-align: middle;
padding-left: 5px;
padding-right: 5px;
height: 22px;
font-family: Tahoma;
font-size: 8pt;
color: #000000;
font-weight: bold;
}

.classddlFieldname {
    font-weight: bold !important;
}

#newAdvSrcDisplayRule {
    background-color: #fff;
    /*border-left: 1px solid gray;
    border-right: 1px solid gray;*/    
}

#newAdvSrcDisplayRuleCont {
    /*border-right: #cdcdcd 1px solid;
    border-top: #cdcdcd 1px solid;
    border-left: #cdcdcd 1px solid;
    border-bottom: #cdcdcd 1px solid;*/
    background-color: #FFFFFF;
    padding-top: 10px;
    /*padding-bottom: 5px;*/
}

#newAdvSrcDisplayRuleTitle {
    padding: 3px 1px 3px 5px;
    color: #333333;   
    background-color: #FFFFFF; 
}

#pnlNewAdvSrcDisRule {
    background-color: #FCFCFC; 
}

.advSrcCondTblHeaderDisplayRule {
    background: #efefef url(../images/grid_header.gif) left top repeat-x;
    border-bottom: solid 1px #CCCCCC;
    text-align: left;
    vertical-align: middle;
    padding-left: 5px;
    padding-right: 5px;
    height: 22px;
    font-family: Tahoma;
    font-size: 8pt;
    color: #000000;
    font-weight: bold; 
}

.FormButtonsBar2{
clear: both;
background: #f5f5f5;
padding: 0px;
padding-left: 10px;
border-bottom: solid 1px #CCCCCC;
}

.newAdvSrcPeriods {
    color: #0153A4;
    cursor: pointer;
}

.newAdvSrcPeriods:hover {
    text-decoration: underline;
}

#newAdvSrcMultiSelectDDL {
    margin-top: 2%;
}
#pnlNewAdvSrcMultipleObjs {
    background-color: #FCFCFC; 
}

.AdvSrcFilterImg {
    cursor: pointer;
}

#grid_526 > tbody > tr> td > span {
    width: 100% !important;
}

.ajaxprogress:after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

    .storefrontUseInfo {
        background: url(../Icons/info2_16.png) 6px center no-repeat;
        width: 22px;
        height:22px;
    }


    #billingDateOptionsBox {
        width:100px;
    }

     #billingDateOptionsBox  .BOSelector {
         width:225px;
     }
     
.divGeneralErrors{
    padding-left: 5px;
    padding-bottom:20px;
    padding-right: 5px;
}

ul.confirmActionsList
{
    list-style-type: square !important;
}

.subscription-failed-provisioning-wrapper,
.asset-failed-provisioning-wrapper {
    background: #ffeaea;
    border: 1px solid #ff4949;
    height: 25px;
    margin: 5px;
}

.subscription-failed-provisioning-wrapper .subscription-failed-provisioning-message,
.asset-failed-provisioning-wrapper .asset-failed-provisioning-message {
    display: inline;
    float: left;
    padding-top: 3px;
    position: relative;
    right: 25px;
}

.subscription-failed-provisioning-wrapper .subscription-failed-provisioning-message .sprite-lock,
.asset-failed-provisioning-wrapper .asset-failed-provisioning-message .sprite-lock {
    vertical-align: -4px;
}