﻿/* General */
:root {
    --clr-pri: #044f8b;
}

body {
    font-family: Arial;
    font-size: 14px;
    color: #000000;
}

.flex {
    display: flex;
}

.align-center {
    align-items: center;
}

a {
    color: var(--clr-pri);
}

.loading {
    background-color: #fff;
    min-height: 80px;
    height: 100%;
    width: 100%;
}

svg {
    margin-right: 5px;
}
/*FIELDS*/
input[type="text"],
input[type="email"],
input[type="password"],
input.riTextBox {
    height: 20px;
    padding: 2px 5px;
    border-radius: 6px;
    border: none;
    outline: none;
    transition: box-shadow 0.2s;
    border: 1px solid #ccc;
}

    input[type="text"]:focus,
    input[type="email"]:focus,
    input[type="password"]:focus {
        box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
    }

select {
    height: 25px;
    border-radius: 8px;
    font-size: 12px;
    padding: 0 5px;
    outline: none;
    border: 1px solid #ccc;
    width: auto;
}

    select option {
        font-size: 13px;
    }

fieldset {
    border: 1px solid #B5C3D6;
    padding: 5px;
}

.RadUpload {
    width: auto !important;
}

    .RadUpload .ruFileWrap {
        height: auto;
    }


/*BTNS*/
input[type="submit"],
input[type="button"]:not([class*="Collapse"]),
button,
a[id^="grd"][id*="Button"]:not([class="rcCalPopup"]) {
    all: unset;
    background: var(--clr-pri);
    color: #fff !important;
    padding: 5px 12px;
    border-radius: 6px;
    cursor: pointer;
    line-height: initial;
    transition: background 0.2s;
    display: inline-block;
    margin: 5px 2px;
}

    input[type="submit"]:hover:not([class="rgSortDesc"]):not([class="rgSortAsc"]),
    input[type="button"]:not([class*="Collapse"]):hover,
    button:hover,
    a[id^="grd"][id$="Button"]:not([class="rcCalPopup"]):hover {
        background: #0c61a5;
    }

.RadGrid input[type="submit"] {
    padding: 5px 10px;
}

a[id$="Button"],
input[type="button"].ruBrowse {
    margin: 0;
}

input[class^="rg"][value=" "]:not([class="rgSortDesc"]):not([class="rgSortAsc"]) {
    display: none !important;
}

.RadGrid input[class="rgExpXLS"][value=" "], .RadGrid input[class="rgExpCSV"][value=" "] {
    display: initial !important;
    padding: initial !important;
}

    .RadGrid input[class="rgExpXLS"][value=" "]:hover {
        display: initial !important;
        background-color: unset !important;
        border: unset !important;
        background-position: 0 0;
        background-image: url(WebResource.axd?d=pHAZwVwhKeo2XUIf2P-SYEsmv1D58IBIgUSnOYRvGd2VJExtFEVzr-XTDtrvRdOru_LMrLdSGBmmJCWaBjA5mU-xQ1EcEc_JT1fsfhWCwCNYBrOgee53gCaDQgAweUP_pCtBdjYsEjFTFeC3tMO_MbRvH4sVSCsuMro5yA2yvnVDyk_c0&t=637721591562711014) !important;
        background-repeat: no-repeat;
    }

    .RadGrid input[class="rgExpCSV"][value=" "]:hover {
        display: initial !important;
        background-color: unset !important;
        border: unset !important;
        background-position: 0 -150px;
        background-image: url(WebResource.axd?d=pHAZwVwhKeo2XUIf2P-SYEsmv1D58IBIgUSnOYRvGd2VJExtFEVzr-XTDtrvRdOru_LMrLdSGBmmJCWaBjA5mU-xQ1EcEc_JT1fsfhWCwCNYBrOgee53gCaDQgAweUP_pCtBdjYsEjFTFeC3tMO_MbRvH4sVSCsuMro5yA2yvnVDyk_c0&t=637721591562711014) !important;
        background-repeat: no-repeat;
    }

.Image16 {
    width: 16px;
    height: 16px;
}

.Image32 {
    width: 32px;
    height: 32px;
}

/* Header */
.CMSDeskHeader {
    background-image: url(./Images/CMSDeskHeader.png);
    background-repeat: repeat-x;
    margin: 0px;
    height: 49px;
}

.SM_Header .HeaderTabs {
    width: auto !important;
}

.CMSDeskHeader .HeaderTabs {
    width: auto !important;
}



.HeaderVersion {
    color: #606060;
}

.IE7 .HeaderLeft {
    margin-left: -3px;
}

.RTL .HeaderLeft {
    right: 0px;
    background: url(./Images/logo.png) 100% 0% no-repeat;
}

.HeaderTabs {
    height: 27px;
    padding-top: 25px;
    margin: 0px -1px 0px 0px;
    position: absolute;
    left: 170px;
    width: 230px;
}

.Gecko .HeaderTabs, .Gecko3 .HeaderTabs {
    padding-top: 0px;
    top: 25px;
}

.IE8 .HeaderTabs {
    padding-top: 17px;
}

.IE7 .HeaderTabs {
    padding-top: 23px;
}

.IE6 .HeaderTabs {
    margin: 0px -3px 0px 0px;
}

.Safari .HeaderTabs {
    padding-top: 22px;
}

.RTL .HeaderTabs {
    margin: 0px 0px 0px 0px;
    right: 230px;
    left: auto;
}

.HeaderTabs SPAN {
    margin: 0px;
}


.IE7 .HeaderRight {
    padding: -2px 5px 3px 5px;
}

.RTL .HeaderRight {
    text-align: left;
}

.HeaderUser {
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
}

.HeaderUserInfo {
    font-family: Verdana;
    font-size: 11px;
}


.HeaderLink {
    font-family: Verdana;
    font-size: 11px;
    margin-right: 10px;
    color: #fff;
}

.RTL .HeaderLink {
    padding-right: 0px;
    margin-left: 10px;
}

#pnlSignOut {
    background: none !important;
}

a#lnkSignOut:hover span {
    text-decoration: underline;
}


.RTL .HeaderSignOutPnl {
    margin-left: auto;
    margin-right: 5px;
}

.HeaderSignOut {
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
}

.HeaderSeparator {
    height: 5px;
    overflow: hidden;
    background: url(./Images/Resizer.png) repeat-x top left;
    clear: both;
    display: none;
}

.LeftHeaderSeparator {
    height: 5px;
    overflow: hidden;
    background: url(./Images/Resizer.png) repeat-x top left;
    clear: both;
}


/* Content pages */

/* @Buttons */
/*
.ContentButton, .ShortButton, .LongButton, .XLongButton, .XXLongButton, .XShortButton, .SubmitButton, .ShortSubmitButton, .LongSubmitButton, .XLongSubmitButton, .XXLongSubmitButton, .XShortSubmitButton
{
    width: 90px;
    height: 22px;
    color: #fff;
    line-height: 15px;
    font-weight: bold;
    font-size: 12px;
    background: url(./Images/ContentButton.png) no-repeat top left;
    border: none;
    padding-bottom: 1px;
    margin: 0px 0px 0px 2px;
    vertical-align: top;
}

.XXLongButton
{
    width: 220px;
    height: 22px;
    color: #fff;
    line-height: 15px;
    font-weight: bold;
    font-size: 12px;
    background: url(./Images/XXLongContentButton.png) no-repeat top left;
    border: none;
    padding-bottom: 1px;
    margin: 0px 0px 0px 2px;
    vertical-align: top;
}

.XXXLongButton
{
    width: 420px;
    height: 22px;
    color: #fff;
    line-height: 15px;
    font-weight: bold;
    font-size: 12px;
    background: url(./Images/bg_button.png) repeat-x top left;
    border: none;
    padding-bottom: 1px;
    margin: 0px 0px 0px 2px;
    vertical-align: top;
}

.XXLongSubmitButton
{
    width: 220px;
    background: url(./Images/Design/Buttons/XXLongSubmitButton.png) no-repeat top left;
}

.XXLongButtonDisabled, .XXLongSubmitButtonDisabled
{
    background: url(./Images/Design/Buttons/XXLongButtonDisabled.png) no-repeat top left;
    color: #cbcbcb;
}
.Gecko3 .ContentButton, .Gecko3 .ShortButton, .Gecko3 .LongButton, .Gecko3 .XLongButton, .Gecko3 .XXLongButton, .Gecko3 .XShortButton, .Gecko3 .SubmitButton, .Gecko3 .ShortSubmitButton, .Gecko3 .LongSubmitButton, .Gecko3 .XLongSubmitButton, .Gecko3 .XXLongSubmitButton, .Gecko3 .XShortSubmitButton
{
    height: 20px;
    padding-bottom: 3px;
}

.Safari .ContentButton, .Safari .ShortButton, .Safari .LongButton, .Safari .XLongButton, .Safari .XXLongButton, .Safari .XShortButton, .Safari .SubmitButton, .Safari .ShortSubmitButton, .Safari .LongSubmitButton, .Safari .XLongSubmitButton, .Safari .XXLongSubmitButton, .Safari .XShortSubmitButton
{
    padding-bottom: 3px;
}

.RTL .ContentButton, .RTL .ShortButton, .RTL .LongButton, .RTL .XLongButton, .RTL .XXLongButton, .RTL .XShortButton, .RTL .SubmitButton, .RTL .ShortSubmitButton, .RTL .LongSubmitButton, .RTL .XLongSubmitButton, .RTL .XXLongSubmitButton, .RTL .XShortSubmitButton
{
    margin: 0px 2px 0px 0px;
}

.FieldLabel .ContentButton, .LargeTextAreaButton
{
    vertical-align: middle;
}

.LongButton
{
    width: 150px;
    background: url(./Images/LongContentButton.png) no-repeat top left;
}
*/

/* @End buttons */

/*
.ShortDropDownList
{
    width: 90px;
}

.VeryShortDropDownList
{
    width: 50px;
}

.LongDropDownList
{
    width: 153px;
}

.VeryLongDropDownList
{
    width: 215px;
}

.ContentDropdown
{
    width: 98px;
}
*/
/* ???? */
.FieldLabel .ContentButton {
    margin: 1px 5px 0px 0px;
}

.UniGridSearch .ContentButton {
    margin: 3px 5px 0px 0px;
}

.ContentCheckbox {
    display: block;
}

.ContentCheckBoxList {
}

.ContentRadioButtonList {
}

.ContentLabel {
}

.ContentLabelItalic {
    font-style: italic;
}


/* Tab control */
#RAD_SPLITTER_PANE_CONTENT_RadPanePanelBar {
    background-color: #003b6a;
}

    #RAD_SPLITTER_PANE_CONTENT_RadPanePanelBar #SectionPanel {
        background: none;
    }

    #RAD_SPLITTER_PANE_CONTENT_RadPanePanelBar ul.rpRootGroup {
        border: none;
    }

        #RAD_SPLITTER_PANE_CONTENT_RadPanePanelBar ul.rpRootGroup a.rpLink {
            background: none;
            border-color: #486e8d;
            padding: 6px 15px;
        }

            #RAD_SPLITTER_PANE_CONTENT_RadPanePanelBar ul.rpRootGroup a.rpLink.rpSelected {
                background: #399ceb;
            }

            #RAD_SPLITTER_PANE_CONTENT_RadPanePanelBar ul.rpRootGroup a.rpLink:hover {
                background: #1c78c1;
            }

            #RAD_SPLITTER_PANE_CONTENT_RadPanePanelBar ul.rpRootGroup a.rpLink * {
                background: none;
                border: none;
                padding: 0;
                color: #fff;
                font-size: 14px;
                line-height: 16px;
            }

            #RAD_SPLITTER_PANE_CONTENT_RadPanePanelBar ul.rpRootGroup a.rpLink img {
                display: none;
            }


.TabControlSelectedLeft, .RTL .TabControlSelectedRight {
    background-image: url(./Images/TabBorderLeftSelected.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    width: 5px;
    height: 22px;
    overflow: hidden;
    cursor: pointer;
}

.TabControlSelected {
    background-image: url(./Images/TabMidSelected.png);
    background-repeat: repeat-x;
    background-position: bottom;
    height: 24px;
    padding: 3px 5px 0px 5px;
    overflow: hidden;
    font-family: Tahoma;
    font-size: 13px;
    color: #004377;
    text-decoration: none;
    cursor: pointer;
}

.IE8 .TabControlSelected {
    height: 19px;
    padding: 11px 5px 0px 5px;
}

.IE7 .TabControlSelected {
    height: 22px;
    padding: 4px 5px 0px 5px;
}

.IE6 .TabControlSelected {
    height: 19px;
    padding: 4px 5px 0px 5px;
}

.Safari .TabControlSelected {
    padding: 5px 5px 0px 5px;
    height: 21px;
}

.TabControlLinkSelected {
    font-family: Tahoma;
    font-size: 14px;
    color: #004377;
    text-decoration: none;
    overflow: hidden;
}

.TabControlSelectedRight, .RTL .TabControlSelectedLeft {
    background-image: url(./Images/TabBorderRightSelected.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    width: 5px;
    height: 22px;
    overflow: hidden;
    cursor: pointer;
}

.TabControlLeft, .RTL .TabControlRight {
    /*background-image: url(./Images/TabBorderLeft.png); 	background-repeat: no-repeat; 	background-position: left bottom;*/
    width: 5px;
    height: 22px;
    overflow: hidden;
    cursor: pointer;
}

.TabControl {
    /*background-image: url(./Images/TabMid.png); 	background-repeat: repeat-x; 	background-position: bottom;*/
    height: 21px;
    line-height: 20px;
    padding: 3px 5px 0px 5px;
    overflow: hidden;
    font-family: Tahoma;
    font-size: 14px;
    color: #004377;
    text-decoration: none;
    cursor: pointer;
}

    .TabControl:hover {
        /*background-image: url(./Images/TabMidHover.png);*/
        background-repeat: repeat-x;
        background-position: bottom;
        height: 24px;
        padding: 3px 5px 0px 5px;
        overflow: hidden;
        font-family: Tahoma;
        font-size: 14px;
        color: #004377;
        text-decoration: none;
        cursor: pointer;
    }

.IE8 .TabControl:hover {
    height: 19px;
    padding: 11px 5px 0px 5px;
}

.IE7 .TabControl:hover {
    height: 22px;
    padding: 4px 5px 0px 5px;
}

.IE8 .TabControl {
    padding: 11px 5px 0px 5px;
}

.Safari .TabControl {
    padding: 6px 5px 0px 5px;
    height: 21px;
}

.IE7 .TabControl, .IE6 .TabControl {
    padding: 4px 5px 0px 5px;
}

.TabControlLink {
    font-family: Tahoma;
    font-size: 11px;
    color: #004377;
    text-decoration: none;
}

.TabControlRight, .RTL .TabControlLeft {
    /*background-image: url(./Images/TabBorderRight.png); 	background-repeat: no-repeat; 	background-position: right bottom;*/
    width: 5px;
    height: 22px;
    overflow: hidden;
    cursor: pointer;
}

.LeftTabControlRight {
    /*background-image: url(./Images/TabBorderRight.png); 	background-repeat: no-repeat; 	background-position: right bottom;*/
    height: 22px;
    overflow: hidden;
    cursor: pointer;
}


/* Tabs pages layout */
.TabsHeaderSeparator {
    height: 5px;
    overflow: hidden;
    background-color: #ffffff;
    border-bottom: solid 1px #b4c2bc;
    padding: 0px;
    margin: 0px;
}

.TabsPageHeader {
    background-color: #ffffff;
    height: 100%;
    width: 100%;
    overflow: hidden;
    top: 0;
}

.TabsEditMenu {
    background-color: #ffffff;
    border-bottom: solid 1px #cccccc;
}

.TabsEditMenuPadding {
    height: 40px;
}

.TabsPageFull {
    height: 100%;
}

.Title {
    font-weight: bold;
}

.TabsPageTitle {
    height: 68px;
    display: block;
}

.TabsPageTitleBreadcrumbs {
    height: 30px;
    display: block;
}

.TabsPageTabs {
    height: 29px;
    width: 2000px;
    overflow: hidden;
    clear: both;
}

.TabsLeft {
    float: left;
    width: 5px;
    height: 32px;
    overflow: hidden;
}

.RTL .TabsLeft {
    float: right;
}

.TabsTabs {
    float: left;
    padding-top: 0px;
    height: 29px;
    margin: 0px -1px 0px 0px;
    overflow: hidden;
    position: absolute;
    left: 7px;
}

.TabsTabsLeftMenu {
    float: right;
    padding-top: 0px;
    margin: 0px -1px 0px 0px;
    overflow: hidden;
    position: absolute;
    right: 5px;
}


.TabsPageBody .TabsTabs {
    left: 17px;
}

.TabsPageBody .TabsTabsTabs {
    left: 27px;
}

.VerticalTabsPageHeader .TabsTabs {
    left: auto;
}

.IE7 .TabsTabs {
    /*	background-image: url(./Images/TabsPanel.png); 	background-repeat: repeat-x; 	background-position: bottom;*/
    margin: 0px;
    line-height: 20px;
}

.Safari .TabsTabs {
    line-height: normal;
}

.TabsTabs .TabControlSelected {
    padding: 8px 5px 0px 5px; /*height: 29px;*/
}

.TabsTabs .TabControl:hover {
    padding: 8px 5px 0px 5px; /*height: 29px;*/
}

.MyMessages .TabsTabs .TabControlSelected {
    height: 28px;
}

.IE8 .TabsTabs .TabControlSelected {
    height: 21px;
}

.IE8 .TabsTabs .TabControl:hover {
    height: 21px;
}

.IE7 .TabsTabs .TabControl:hover {
    height: 22px;
    padding: 7px 4px 0px 5px;
}

.IE7 .TabsTabs .TabControlSelected, .IE6 .TabsTabs .TabControlSelected {
    padding: 7px 4px 0px 5px;
    height: 22px;
}

.Safari .TabsTabs .TabControlSelected {
    padding: 6px 5px 0px 5px;
    height: 21px;
}

.Safari .TabsTabs .TabControl:hover {
    padding: 8px 5px 0px 5px;
    height: 21px;
}

.TabsTabs .TabControl {
    padding: 8px 5px 0 5px;
}

.IE7 .TabsTabs .TabControl {
    padding: 7px 4px 0 5px;
}

.IE6 .TabsTabs {
    margin: 0px -3px 0px 0px;
}

.RTL .TabsTabs {
    float: right;
    margin: 0px 0px 0px -1px;
    position: absolute;
    right: 7px;
}

.IE6 .RTL .TabsTabs {
    margin: 0px 0px 0px -3px;
}

.ProductOptions {
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.RTL .TabsRightDialog {
    margin-right: auto;
    margin-left: 3px;
}

.TabsFullTabs {
    float: left;
    padding-top: 5px;
    height: 32px;
    overflow: hidden;
}

.RTL .TabsFullTabs {
    float: right;
}

.FullTabsLeft {
    display: none;
}

.FullTabsLeft, .TabsLeft {
    background-image: url(./Images/TabsPanel.png);
    background-repeat: repeat-x;
    background-position: top;
    float: left;
    width: 7px;
    height: 29px;
    overflow: auto;
    white-space: nowrap;
}

#wrapper .RadTabStrip_Office2007 .rtsLevel,
#wrapper .RadTabStrip_Office2007 .rtsLevel * {
    background: none;
    height: 29px;
}

    #wrapper .RadTabStrip_Office2007 .rtsLevel li a.rtsSelected,
    #wrapper .RadTabStrip_Office2007 .rtsLevel li a:hover {
        background: #399ceb;
        text-decoration: none;
    }

    #wrapper .RadTabStrip_Office2007 .rtsLevel li a:hover {
        background: #1c78c1;
    }

    #wrapper .RadTabStrip_Office2007 .rtsLevel span.rtsTxt {
        color: #fff;
        display: flex;
        align-items: center;
        font-weight: 600;
        font-size: 14px;
    }

.RTL .FullTabsLeft, .RTL .TabsLeft {
    float: right;
    width: 3px;
}

.RTL .TabsLeft {
    width: 0px;
}

.FullTabsRight, .TabsRight, .TabsRightDialog {
    background-repeat: repeat-x;
    background-position: bottom;
    height: 29px;
    margin: 0;
    background: #003b6a;
    border-bottom: 1px solid #486e8d;
}

#RAD_SPLITTER_PANE_TR_radPaneMiddleMenu .FullTabsRight {
    background-color: #044f8b;
}

#RAD_SPLITTER_PANE_TR_radPaneMiddleMenu .RadTabStrip_Office2007 .rtsLevel span.rtsTxt {
    font-size: 12px;
}

.UsersMassEmailTabs {
    background-image: url(./Images/TabsPanel.png);
    background-repeat: repeat-x;
    background-position: bottom;
    height: 24px;
    margin: 0px;
    width: 100%;
    padding-top: 5px;
}

.UsersOnline {
    display: block;
    margin-bottom: 20px;
}

.UsersMassEmailTabs .TabControlTable {
    margin-left: 5px;
}

.IE6 .FullTabsRight {
    overflow: hidden;
}

.RTL .FullTabsRight {
    margin: 0px 3px 0px 0px;
}

.TabsPageBody, .TabsPageBody2 {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
}

.Safari .TabsPageBody, .Safari .TabsPageBody2 {
    top: 0;
    position: absolute;
}

.TabsPageBody2 {
    background-color: #ffffff;
    margin-left: 10px;
}

.TabsPageScrollArea, .TabsPageScrollArea3, .ForumScrollArea {
    background-color: #ffffff;
    position: absolute;
    overflow: auto;
    top: 0;
}

.RTL .TabsPageScrollArea {
    right: 0px;
}

.TabsPageHeaderArea {
    height: 100%;
    position: absolute;
    border-left: solid 1px #a4b2bc;
    border-right: solid 1px #a4b2bc;
    border-bottom: solid 1px #a4b2bc;
    background-color: #ffffff;
    width: 99%;
}

.ForumScrollArea {
    width: 100%;
    height: 100%;
}

.TabsPageScrollArea {
    width: 100%;
    height: 100%;
}

#pnlOptions .TabsPageScrollArea {
    top: 99px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: auto;
    height: auto;
    position: absolute;
}


.TabsPageScrollArea2 {
    width: 100%;
    height: 99%;
    overflow: auto;
}

.TabsPageScrollArea3 {
    width: 100%;
    height: 99%;
}

.WebpartProperties .TabsPageScrollArea2, .WidgetsProperties .TabsPageScrollArea2 {
    height: 100%;
    width: 100%;
}

.TabsPageFixedMenu, .TabsPageFixedMenu2 {
    background-color: #ffffff;
    position: absolute;
    font-family: Tahoma;
    font-size: 11px;
    text-decoration: underline;
    border-left: solid 1px #a4b2bc;
    border-bottom: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    padding: 0px 10px 0px 10px;
    height: 42px;
    z-index: 2;
    width: 95%;
}

.TabsPageFixedMenu2 {
    width: 92%;
}

.Gecko3 .TabsPageFixedMenu2 {
    width: 91%;
}

.TabsPageMenuPadding {
    height: 40px;
}

.TabsPageContent {
    background-color: #ffffff;
    margin-bottom: 5px;
    width: 100%;
}

.IE7 .TabsPageContent {
    width: 97%;
}

.IE7 .WebPartZoneProperties .PageContent {
    width: 94%;
}

.PropertiesDialog {
    height: 100%;
    width: 100%;
}

.IE7 .PropertiesDialog .TabsPageContent {
    width: 97%;
}

.TabsLeftBorder {
    background-color: #f5f3ec;
    height: 100%;
    top: 0px;
    bottom: 0px;
    padding: 0px;
    position: absolute;
    width: 5px;
    border-right: solid 1px #a4b2bc;
}

.VerticalTabsBottom {
    height: 1100px;
    background-image: url(./Images/Vertical/Tabs.png);
    background-position: bottom left;
    background-repeat: repeat-y;
}

.RTL .VerticalTabsBottom {
    border-right: none;
    border-left: solid 1px #a4b2bc;
    background-image: url(./Images/Vertical/Tabs.png);
    background-position: bottom right;
}

.VerticalTabsTop {
    height: 0px;
    width: 109px;
    overflow: hidden;
    margin-left: 5px;
    border-right: solid 1px #a4b2bc;
}

.RTL .VerticalTabsTop {
    margin-left: auto;
    margin-right: 5px;
    border-right: none;
    border-left: solid 1px #a4b2bc;
}

.VerticalTabsTabs {
    margin-left: 0px;
}

.Safari .VerticalTabsTabs {
    margin-top: 2px;
}

.RTL .VerticalTabsTabs {
    border-left: none;
    margin-left: auto;
}

.VerticalTabsPageBody {
    padding: 5px 5px 0px 10px;
}

.Safari .VerticalTabsPageBody {
    margin-top: 12px;
}

.VerticalTabsPageHeader {
    padding: 0px 5px 0px 10px;
}

.Safari .VerticalTabsPageHeader {
    margin-top: 12px;
}

.RTL .VerticalTabsPageBody {
    padding: 5px 10px 0px 0px;
}

.VerticalTabsBody {
    height: 100%;
    width: 100%;
    position: absolute;
    overflow: auto;
}

.VerticalTabsPanel {
    height: 100%;
    width: 100%;
    position: absolute;
    overflow: hidden;
}

.IE7 .VerticalTabsPageContent, .IE6 .VerticalTabsPageContent {
    width: 98%;
}

.TabsPageContainer {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: absolute;
}

.TabsPageContainer2 {
    background-color: #f5f3ec;
    padding-left: 5px;
    height: 100%;
    width: 100%;
    position: absolute;
}

.TabsHeaderContainer {
    background-color: #fff;
    padding: 0px;
    overflow: auto;
}

.TabsHeaderContainerPadding {
    background-color: #ffffff;
    border-left: solid 1px #a4b2bc;
    border-right: solid 1px #a4b2bc;
    padding: 0px;
    overflow: auto;
    margin-left: 5px;
    margin-right: 5px;
}


/* Vertical tabs */
.TabsVertical .TabControlSelectedLeft {
    background-image: none;
    width: 0px;
    overflow: hidden;
    display: none;
    margin: 0px;
    padding: 0px;
    background-color: #ffb540;
    border-top: solid 1px #a4b2bc;
}

.TabsVertical .TabControlSelected {
    background-color: #ffffff;
    background-image: url(./Images/Vertical/TabMidSelected.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    border-right: none;
    margin: 0px;
    padding: 5px 3px 5px 8px;
    font-size: 11px;
    height: 13px;
    width: 126px;
    overflow: hidden;
    white-space: nowrap;
}

.TabsVertical #TabControlItem_0 {
    padding: 4px 3px 5px 8px;
}

.RTL .TabsVertical #TabControlItem_0 {
    padding: 4px 8px 5px 3px;
}

.RTL .TabsVertical .TabControlSelected {
    border-left: none;
    padding: 5px 8px 5px 3px;
    background-image: url(./Images/Vertical/TabMidSelected.png);
    background-position: bottom right;
}

.TabsVertical .TabControlLinkSelected {
}

.TabsVertical .TabControlSelectedRight {
    background-image: none;
    margin: 0px;
    padding: 0px;
    width: 0px;
    overflow: hidden;
}

.TabsVertical .TabControlLeft {
    /*background-color: #f0ede1; 	background-image: url(./Images/Vertical/TabMid.png); 	background-position: top;*/
    width: 0px;
    height: 0px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    display: none;
    border-top: solid 1px #a4b2bc;
}

.TabsVertical .TabControl {
    background-color: #9EC7FA;
    background-image: url(./Images/Vertical/TabMid.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    margin: 0px;
    padding: 5px 3px 5px 8px;
    width: 126px;
    height: 13px;
    line-height: normal;
    font-size: 11px;
    overflow: hidden;
}

.RTL .TabsVertical .TabControl {
    background-image: url(./Images/Vertical/TabMid.png);
    background-position: bottom right;
}

.TabsVertical .TabControl:hover {
    /*background-image: url(./Images/Vertical/TabMidHover.png);*/
    background-position: bottom left;
    background-repeat: no-repeat;
    background-color: Transparent;
    margin: 0px;
    width: 126px;
    height: 13px;
    padding: 5px 3px 5px 8px;
}

.RTL .TabsVertical .TabControl:hover {
    /*background-image: url(./Images/Vertical/TabMidHover.png);*/
    background-position: bottom right;
}

.RTL .TabsVertical .TabControl {
    border-left: solid 1px #a4b2bc;
    border-right: none;
    padding: 5px 8px 5px 3px;
}

.TabsVertical .TabControlLink {
}

.TabsVertical .TabControlRight {
    background-image: none;
    margin: 0px;
    padding: 0px;
    width: 0px;
    overflow: hidden;
}

.FieldLabelShift {
    padding-left: 15px;
}

.RTL .FieldLabelShift {
    padding-right: 15px;
}


/* 
---------------------------------------------------------------------------
ADMIN
---------------------------------------------------------------------------
*/

/* Header */
.SM_Header {
    background: var(--clr-pri);
    display: flex;
    justify-content: space-between;
    padding: 0 40px;
}


    .SM_Header #PanelRight table {
        color: #fff;
    }

    .SM_Header .club-selector {
        padding: 0 20px;
        border-right: 1px solid #3c729d;
    }

        .SM_Header .club-selector + td {
            padding-left: 20px;
        }

    .SM_Header .HeaderTabs {
        left: 220px;
        padding-top: 25px;
    }

.RTL .SM_Header .HeaderTabs {
    left: auto;
}

.Gecko .SM_Header .HeaderTabs, .Gecko3 .SM_Header .HeaderTabs {
    padding-top: 0px;
    top: 25px;
}

.IE8 .SM_Header .HeaderTabs {
    padding-top: 17px;
}

.IE7 .SM_Header .HeaderTabs {
    padding-top: 23px;
}

.Safari .SM_Header .HeaderTabs {
    padding-top: 22px;
}

.SM_HeaderLeft img {
    height: 70px;
}


.RTL .SM_HeaderLeft {
    float: right;
    background: url(./Images/LogoSiteManager.png) 100% 0% no-repeat;
}


.SM_HeaderBody {
}

.SM_HeaderContentSeparator {
    height: 0px;
    overflow: hidden;
    background: url(./Images/Resizer.png) repeat-x top left;
    clear: both;
}


/* Frame resizer */
.FrameResizer {
    background: url(./Images/ResizerButton.png) no-repeat top left;
    overflow: hidden;
    cursor: pointer; /*z-index: 1000;*/
    height: 33px;
    width: 9px;
    position: absolute;
    top: 48%;
    right: 0px;
    vertical-align: middle;
    z-index: 2000;
}

.RTL .FrameResizer {
    background: url(./Images/ResizerButton.png) no-repeat top left;
}

.FrameResizer img {
    position: absolute;
    bottom: 2px;
    right: 2px;
}

.ResizerBorder {
    display: none;
    font-size: 0px;
    position: absolute;
}

.RTL .FrameResizer {
    right: auto;
    left: 0px;
}

.VerticalFrameResizer {
    background: url(./Images/ResizerButton.png) no-repeat top left;
    overflow: hidden;
    cursor: pointer;
    height: 6px;
    width: 33px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 2000;
}

.VerticalResizerBorder {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    overflow: hidden;
    z-index: 1999;
    height: 5px;
    background: url(./Images/Resizer.png) repeat-x top left;
    background-position: 0 -1px;
    border-top: solid 1px #cccccc;
}

.RTL .VerticalFrameResizer {
    right: auto;
    left: 0px;
}

.VerticalFrameResizer img {
    position: absolute;
    bottom: 1px;
    right: 1px;
}

.RTL .AllFrameResizer {
    left: auto;
    right: 0px;
}

.AllFrameResizer {
    display: block;
    overflow: hidden;
    cursor: pointer;
    z-index: 1000;
    height: 9px;
    width: 9px;
    margin: 0px;
    padding: 1px;
    position: absolute;
    vertical-align: middle;
    z-index: 2000;
    left: 0;
    top: 0;
}

    .AllFrameResizer:hover .ResizerContent {
        display: inline;
    }

    .AllFrameResizer .ResizerContent {
        display: none;
    }

    .AllFrameResizer img {
        position: absolute;
        border: none;
    }


/* Content tree */
.TreeBody {
    background-color: #f9fcfd;
    height: 100%;
    width: 100%;
}

.TreeArea {
    width: 98%;
    height: 100%;
    overflow: auto;
    position: absolute;
    right: 7px;
    top: 0;
}

.RTL .TreeArea {
    right: auto;
    left: 4px;
}

.SelectNodeTree .TreeArea {
    right: auto;
    left: auto;
}

.TreeAreaTree {
    padding-left: 5px;
    padding-top: 5px;
}

.RTL .TreeAreaTree {
    padding-left: 0px;
    padding-right: 5px;
}

.TreeMenu {
    background-color: #add1ff;
    background-image: url(./Images/TreeMenuTopBackground.png);
    background-repeat: repeat-x;
    display: block;
    border-bottom: solid 1px #a4b2bc;
    padding-bottom: 4px;
}

.IE8 .TreeMenu {
}

.SettingsMenu {
    height: 50px !important;
}

.TreeMenuPadding {
    background-color: #add1ff;
    background-image: url(./Images/TreeMenuTopBackground.png);
    background-repeat: repeat-x;
    border-bottom: 1px solid #A4B2BC;
}

.MenuBox {
    position: relative;
    width: 92%;
    z-index: 2;
}

.TreeMenuContent {
    padding: 5px 5px 5px 5px;
}

.Gecko3 .TreeMenuContent {
    width: 238px;
}

.IE7 .TreeMenuContent, .IE8 .TreeMenuContent {
    width: 237px;
}

.IE6 .TreeMenuContent {
    width: 238px;
}

.Safari .TreeMenuContent {
    width: 239px;
}

.TreeMenuContent div {
    overflow: hidden;
    white-space: nowrap;
}

.ContentTree {
    display: block;
    font-family: Verdana;
    font-size: 12px;
}

    .ContentTree span.Name, .SelectorTree span.Name {
        display: inline-block;
    }

    .ContentTree td {
        font-family: Verdana;
        font-size: 12px;
        vertical-align: top;
    }

        .ContentTree td .Image16 {
            width: 16px;
            height: 16px;
        }

.TreeFrame {
    border: none;
    border-right: solid 1px #ffffff;
}

.TreeBorder {
    position: absolute;
    right: 0px;
    top: 0;
    width: 7px;
    height: 100%;
    overflow: hidden;
    cursor: e-resize;
    z-index: 1000;
    background: url(./Images/HResizer.png) repeat-y top left;
}

.RTL .TreeBorder {
    right: auto;
    left: 0px;
}

.DDItem {
    clear: both;
    display: block;
}

.DDItemDragged {
    clear: both;
    background-color: #dddddd;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.ContentTreeItem .Name {
    padding: 1px 5px 2px 3px;
    color: #000000;
    margin-left: 1px;
    cursor: pointer;
}

.RTL .ContentTreeItem .Name {
    padding: 1px 3px 2px 5px;
    margin-left: auto;
    margin-right: 1px;
}

.ContentTreeSelectedItem .Name {
    color: #000000;
    background: url(./Images/TreeMenuActiveItem.png) no-repeat top left;
    padding: 0px 4px 0px 2px;
    margin-left: 1px;
    cursor: pointer;
    border: 1px solid #94b8da;
}

.RTL .ContentTreeSelectedItem .Name {
    padding: 0px 2px 0px 4px;
    margin-left: auto;
    margin-right: 1px;
}

.IE7 .RootNode .ContentTreeItem .Name, .IE7 .DialogTree .ContentTreeItem .Name {
    padding-bottom: 1px;
}

.ContentTreeItem img, .ContentTreeSelectedItem img {
    padding-bottom: 3px;
}

.Safari .ContentTreeItem img, .Safari .ContentTreeSelectedItem img {
    padding-bottom: 5px;
}

.ContentTree A, .ContentTree A:link, .ContentTree A:visited, .ContentTree A:hover, .ContentTree A:active {
    outline: none;
}

.ContentTree td .NodeLink {
    vertical-align: text-top;
    width: 9px;
    height: 9px;
    border: none;
    padding-left: 2px;
}

.ContentSelectNode {
    display: block;
    margin: 0px auto;
    height: 100%;
    font-family: Verdana;
    font-size: 12px;
}

.SelectNodeTreeo {
    clear: both;
    display: block;
    padding-top: 3px;
}

.EditBreadCrumbs {
    background-color: #f5f3ec;
    border-bottom: solid 1px #a4b2bc;
    padding: 1px 0px 1px 0px;
    margin: 0px;
}

    .EditBreadCrumbs .PageTitleBreadCrumbs {
        padding-left: 0px;
        padding-right: 0px;
        border: none;
        height: 28px;
        width: auto;
        overflow: auto;
    }

    .EditBreadCrumbs .PageTitleBreadCrumbsPadding {
        padding-top: 8px;
        padding-left: 10px;
        padding-bottom: 0px;
    }

.RTL .EditBreadCrumbs .PageTitleBreadCrumbsPadding {
    padding-left: 0px;
    padding-right: 10px;
}

.ContentEditMode {
    float: right;
    width: auto;
    padding: 4px 5px 1px 5px;
}

.RTL .ContentEditMode {
    float: left;
}


/* UniGrid */
.UniGridBody a {
    color: #000000;
}

.UniGridHead {
    text-decoration: none;
    color: #313131;
    background-color: #D7E9FF; /*background: #D0E1F6 url(./Images/Controls/UniGrid/Header.png) repeat-x top left;*/
    height: 27px;
}

.IE7 .UniGridHead {
    height: 26px;
    background: none;
}

.UniGridHead th {
    text-align: left; /*background: url(./Images/Controls/UniGrid/HeaderDivider.png) no-repeat top right;*/
    padding: 0px 12px 0px 10px;
    font-weight: bold;
}

/*For calendar selector*/
.UniGridHead td {
    /*background: url(./Images/Controls/UniGrid/HeaderDivider.png) no-repeat top right;*/
    padding: 0px 12px 0px 10px;
    font-weight: bold;
}

.IE7 .UniGridHead th, .IE7 .UniGridHead td {
    background: url(./Images/Controls/UniGrid/HeaderLong.png) no-repeat top right;
}

.IE7 .UniGridHead td {
    padding: 0px 12px 0px 10px;
}

.RTL .UniGridHead th {
    text-align: right;
    padding-right: 10px;
}

.RTL .UniGridHead {
    text-align: right;
}

.IE6 .UniGridHead th {
    text-decoration: none;
    color: #313131;
    background: url(./Images/Controls/UniGrid/Header.png) repeat-x top left;
    height: 25px;
    padding: 0px 20px 0px;
}

.IE6 .RTL .UniGridHead {
    float: right;
}

.UniGridHead a {
    text-decoration: none;
    color: #000000;
}

.UniGridGrid {
    width: 100%;
    border: 1px solid #b5c3d6;
}

.IE7 .UniGridGrid, .IE6 .UniGridGrid {
    width: 97%;
}

.UnigridSelection {
    text-align: center !important;
    padding: 0px 12px 0px 10px !important;
}

.RTL .UnigridSelection {
    text-align: center !important;
    padding-right: 10px !important;
}

.UniGridGrid td {
    padding-left: 10px;
    padding-right: 10px;
}

.Opera .UniGridGrid td, .Opera .UniGridGrid th, .IE7 .UniGridGrid td, .IE7 .UniGridGrid th {
    border-top: solid 1px #b5c3d6;
    border-bottom: solid 1px #b5c3d6;
    border-right: none;
    border-left: none;
}

    .Opera .UniGridGrid td td, .Opera .UniGridGrid th td, .IE7 .UniGridGrid td td, .IE7 .UniGridGrid th td {
        border: none;
    }

.OddRow {
    background-color: #edf3fc;
    height: 26px;
}

.IE6 .EvenRow, .IE7 .OddRow {
    height: 20px;
}

.ContentNewClasses .OddRow {
    background-color: #fff;
}

.ContentNewClasses .UniGridGrid td {
    border: none;
}

.EvenRow {
    height: 26px;
}

.IE7 .EvenRow {
    height: 20px;
}

.UniGridFooter {
    float: right;
    text-align: right;
    margin-top: 10px;
    background-color: #e6f1ff;
    padding: 5px;
}

.RTL .UniGridFooter {
    float: left;
    text-align: left;
}

.GridFooter {
    text-align: right;
    border-bottom: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    border-left: solid 1px #cccccc;
    padding: 3px;
}

.RTL .GridFooter {
    text-align: left;
}

.UniGridActionSeparator {
    border-left: solid 1px #cccccc;
    vertical-align: top;
    padding-bottom: 0px;
    overflow: hidden;
}

.RTL .UniGridActionSeparator {
    border-left: none;
    border-right: solid 1px #cccccc;
}

.SelectableItem {
    cursor: pointer;
    text-decoration: underline;
}

.ContentGrid {
    width: 100%;
    border: solid 1px #cccccc;
}

.ContentGridHead th {
    text-decoration: none;
    color: #000000;
    text-align: left;
}

.RTL .ContentGridHead th {
    text-align: right;
}

.ContentGridHead a {
    text-decoration: none;
    color: #000000;
}

.UnigridActionButton {
    width: 16px;
    height: 16px;
}
/* UniGrid pager */
.UniGridPager {
    text-decoration: none;
    color: #313131;
    background-color: #D7E9FF;
    border-left: 1px solid #b5c3d6;
    border-right: 1px solid #b5c3d6;
    border-bottom: 1px solid #b5c3d6;
    background: #D0E1F6 url(./Images/Controls/UniGrid/Header.png) repeat-x top left;
    height: 27px;
    line-height: 22px;
}

.WebPartForm .UniGridContent table {
    margin: 0px !important;
}

.WebPartForm .UniGridPager table {
    width: auto !important;
}

.WebPartForm .UniGridPager td {
    padding: 0px !important;
}

.UniGridClearPager .UniGridPager {
    border: 0px none;
    background-color: Transparent;
    background-image: none;
}

.UniGridPager a, .UniGridPager a:focus, .UniGridPager a:hover, .UniGridPager a:active {
    outline: none;
}

.IE7 .UniGridPager, .IE7 .UniGridGrid {
    height: 26px;
    width: 97%;
    background: none;
}

.UniGridPager th, .UniGridPager td {
    background: url(./Images/Controls/UniGrid/HeaderDivider.png) no-repeat top right;
    font-weight: bold;
}

.IE7 .UniGridPager th, .IE7 .UniGridPager td {
    background: url(./Images/Controls/UniGrid/HeaderLong.png) no-repeat top right;
}

.IE6 .UniGridPager th {
    color: #313131;
    background: url(./Images/Controls/UniGrid/Header.png) repeat-x top left;
    height: 25px;
}

.UniGridClearPager .UniGridPager th, .UniGridClearPager .UniGridPager td {
    background-color: Transparent !important;
    background-image: none !important;
}

.UnigridPagerSelectedPage, .UnigridPagerPage {
    display: block;
    float: left;
    text-align: center;
    text-decoration: none;
    height: 18px;
    line-height: 18px;
    padding: 0px 4px;
    margin: 0px 1px;
    border: 1px solid transparent;
}

    .UnigridPagerPage:hover {
        border: 1px solid #91bae5;
        background-color: #b2cef2;
    }

.UnigridPagerSelectedPage {
    border: 1px solid #91bae5;
    background-color: #b2cef2;
}

.RTL .UnigridPagerSelectedPage, .RTL .UnigridPagerPage {
    float: right;
}

.UnigridPagerFirst, .UnigridPagerLast, .UnigridPagerPrev, .UnigridPagerNext, .UnigridPagerDirectPage, .UnigridPagerPageSize {
    display: inline;
    text-decoration: none;
    font-weight: bold;
    float: left;
    width: 22px;
    height: 22px;
    margin: 2px 5px 0px 3px;
}

.UnigridPagerDirectPage {
    margin: 3px 5px 0px 3px;
    padding: 0px 5px;
}

.IE7 .UnigridPagerFirst, .IE7 .UnigridPagerLast, .IE7 .UnigridPagerPrev, .IE7 .UnigridPagerNext {
    margin: 3px 5px 0px 3px;
}

.IE7 .UnigridPagerDirectPage, .IE7 .UnigridPagerPageSize, .Gecko3 .UnigridPagerDirectPage {
    margin: 1px 5px 0px 3px;
}

.UnigridPagerPageSize {
    margin: 3px 5px 0px 3px;
    float: none;
}

.RTL .UnigridPagerFirst, .RTL .UnigridPagerLast, .RTL .UnigridPagerPrev, .RTL .UnigridPagerNext, .RTL .UnigridPagerDirectPage, .RTL .UnigridPagerPageSize {
    margin-left: 5px;
    margin-right: 3px;
}

.UnigridPagerFirst {
    background: url(./Images/Controls/UniGrid/First.png) no-repeat top left;
}

.UnigridPagerLast {
    background: url(./Images/Controls/UniGrid/Last.png) no-repeat top left;
}

.UnigridPagerPrev {
    background: url(./Images/Controls/UniGrid/Prev.png) no-repeat top left;
}

.UnigridPagerNext {
    background: url(./Images/Controls/UniGrid/Next.png) no-repeat top left;
}

.UnigridPagerFirst:hover {
    background: url(./Images/Controls/UniGrid/FirstOver.png) no-repeat top left;
}

.UnigridPagerLast:hover {
    background: url(./Images/Controls/UniGrid/LastOver.png) no-repeat top left;
}

.UnigridPagerPrev:hover {
    background: url(./Images/Controls/UniGrid/PrevOver.png) no-repeat top left;
}

.UnigridPagerNext:hover {
    background: url(./Images/Controls/UniGrid/NextOver.png) no-repeat top left;
}

.RTL .UnigridPagerFirst {
    background: url(./Images/Controls/UniGrid/Last.png) no-repeat top left;
}

.RTL .UnigridPagerLast {
    background: url(./Images/Controls/UniGrid/First.png) no-repeat top left;
}

.RTL .UnigridPagerPrev {
    background: url(./Images/Controls/UniGrid/Next.png) no-repeat top left;
}

.RTL .UnigridPagerNext {
    background: url(./Images/Controls/UniGrid/Prev.png) no-repeat top left;
}

.RTL .UnigridPagerFirst:hover {
    background: url(./Images/Controls/UniGrid/LastOver.png) no-repeat top left;
}

.RTL .UnigridPagerLast:hover {
    background: url(./Images/Controls/UniGrid/FirstOver.png) no-repeat top left;
}

.RTL .UnigridPagerPrev:hover {
    background: url(./Images/Controls/UniGrid/NextOver.png) no-repeat top left;
}

.RTL .UnigridPagerNext:hover {
    background: url(./Images/Controls/UniGrid/PrevOver.png) no-repeat top left;
}

.UnigridPagerDirectPage, .UnigridPagerPageSize {
    width: auto;
    margin-right: 6px;
    margin-left: 6px;
}

.UnigridPagerPages {
    padding-right: 5px;
    padding-left: 5px;
}

/* Field Editor */
.SectionTitle {
    font-weight: bold;
    display: block;
    padding-bottom: 6px;
}

.FieldEditorContent {
    overflow: auto;
    height: 343px;
    width: 489px;
    padding: 10px 5px 10px 5px;
    margin: 0px;
    border: 1px solid #a4b2bc;
    background-color: #fff;
}

.FieldEditorFooter {
    text-align: right;
    padding-top: 5px;
}

.RTL .FieldEditorFooter {
    text-align: left;
}

.FieldEditorErrorLabel {
    color: #ff0000;
    display: block;
    padding-bottom: 10px;
    margin-left: 216px;
    width: 490px;
}

.RTL .FieldEditorErrorLabel {
    margin-left: auto;
    margin-right: 216px;
}

.AttributesList {
    width: 180px;
    height: 365px;
    margin: 0px;
    margin-bottom: 5px;
}

.IE7 .AttributesList {
    height: 375px;
}

#AttributeListBoxPadding {
    padding-top: 0px;
}

.SourceFieldDropDown {
    width: 180px;
}

.SourceField {
    width: 180px;
    padding-left: 8px;
}

.RTL .SourceField {
    padding-left: 0px;
    padding-right: 8px;
}

.SuperSmallTextBox {
    width: 25px;
}

.VerySmallTextBox {
    width: 80px;
}

.SmallTextBox {
    width: 150px;
}

.LongTextBox {
    width: 200px;
}

.VeryLongTextBox {
    width: 500px;
}

.SmallDropDown {
    width: 155px;
}

.ExtraSmallDropDown, .DropDownFieldShort {
    width: 100px;
}

.DropDownFieldFilter {
    width: 205px;
}

.TextColumn {
    width: 150px;
}

.TextColumnSettings {
    width: 123px;
}

.FieldEditorCategoryItem {
    background-color: #bbccee;
}

.UniGridDropDown {
    width: 246px;
}


/* CMSDesk Ribbon */
.UniMenuLeftBorder {
    background-image: url(./Images/LeftBorder.png);
    background-repeat: no-repeat;
    background-position: bottom;
    height: 70px;
    width: 5px;
    float: left;
}

.UniMenuContent {
    /*background-image: url(./Images/Background.png);*/
    background-repeat: repeat-x;
    background-position: bottom;
    height: 60px;
    padding: 5px 0px 5px 0px;
    float: left;
}

.UniMenuRightBorder {
    background: url(./Images/RightBorder.png) no-repeat top right;
    height: 70px;
    width: 5px;
    float: left;
}

.UniMenuSeparator {
    width: 3px;
    height: 70px;
    float: left;
}

.UniMenuContent .BigButton {
    height: 50px;
    float: left;
    margin: 0px 2px 0px 0px;
    text-align: center;
    cursor: pointer;
}

.RTL .UniMenuContent .BigButton {
    margin: 0px 0px 0px 2px;
}

.UniMenuContent .LeftBigButton {
    height: 50px;
    float: left;
    width: 6px;
}

.UniMenuContent .BigButton:hover .LeftBigButton, .UniMenuContent .Selected .LeftBigButton {
    background: url(./Images/BigButtonActiveLeft.png) no-repeat top left;
}

.UniMenuContent .MiddleBigButton {
    height: 50px;
    float: left;
}

.UniMenuContent .BigButton:hover .MiddleBigButton, .UniMenuContent .Selected .MiddleBigButton {
    background: url(./Images/BigButtonActiveMiddle.png) repeat-x top center;
}

.UniMenuContent .RightBigButton {
    height: 50px;
    float: left;
    width: 6px;
}

.UniMenuContent .BigButton:hover .RightBigButton, .UniMenuContent .Selected .RightBigButton {
    background: url(./Images/BigButtonActiveRight.png) no-repeat top right;
}

.UniMenuContent .BigButton img {
    border: none;
    margin: 3px 0px 0px 0px;
    width: 24px;
    height: 24px;
}

.UniMenuContent .BigButton a {
    text-decoration: none;
    color: #004377;
    font-size: 12px;
}

.UniMenuContent .SmallButton {
    height: 21px;
    line-height: 21px;
    margin: 0px 0px 4px 0px;
    color: #004377;
    float: left;
    cursor: pointer;
}

    .UniMenuContent .SmallButton img {
        padding-bottom: 2px;
        padding-right: 3px;
        border: none;
        width: 16px;
        height: 16px;
    }

.RTL .UniMenuContent .SmallButton img {
    padding-right: auto;
    padding-left: 3px;
}

.UniMenuContent .SmallButton a {
    text-decoration: none;
    color: #004377;
    height: 19px;
    padding-left: 3px;
}

.RTL .UniMenuContent .SmallButton a {
    padding-left: auto;
    padding-right: 3px;
}

.UniMenuContent .SmallButton:hover .LeftSmallButton, .UniMenuContent .Selected .LeftSmallButton {
    background: url(./Images/SmallButtonActiveLeft.png) no-repeat top left;
}

.UniMenuContent .LeftSmallButton {
    height: 21px;
    width: 6px;
    float: left;
}

.UniMenuContent .SmallButton:hover .MiddleSmallButton, .UniMenuContent .Selected .MiddleSmallButton {
    background: url(./Images/SmallButtonActiveMiddle.png) repeat-x top center;
}

.UniMenuContent .MiddleSmallButton {
    height: 21px;
    float: left;
}

.UniMenuContent .SmallButton:hover .RightSmallButton, .UniMenuContent .Selected .RightSmallButton {
    background: url(./Images/SmallButtonActiveRight.png) no-repeat top right;
}

.UniMenuContent .RightSmallButton {
    height: 21px;
    width: 6px;
    float: left;
}

.UniMenuContent .ActionButtons {
    height: 50px;
    float: left;
}

.UniMenuContent .ReducedButtons {
    height: 50px;
    float: left;
}

.ReducedButtonsBorder {
    width: auto;
}

    .ReducedButtonsBorder .ContentMenuLeft {
        width: auto;
    }

.UniMenuContent .UniMenuDescription {
    text-align: center;
    color: #004377;
    font-size: 11px;
    clear: both;
    margin: 0px;
    margin-top: -5px;
    cursor: default;
}

.Gecko3 .UniMenuContent .UniMenuDescription {
    text-align: center;
    font-size: 11px;
    clear: both;
    margin-top: 0px;
}

.DisabledInfoPanel {
    padding: 5px 0px 5px 3px;
}

/*---------------------------------------------------------------------------------------------------------------*/


/* Overall */
.WhiteBox {
    background-color: #ffffff;
}

.StatusEnabled, .OperationSucceeded {
    color: #00aa00;
}

.StatusDisabled, .OperationFailed {
    color: #ee0000;
}

.PageStatus {
    border: solid 2px #ff0000;
    background-color: #ffe0e0;
    padding: 2px;
    margin: 1px;
    font-family: Verdana;
    font-size: 11px;
}

/* Regular pages layout */
.PageBody {
    /*margin: 10px 5px 10px 10px;*/
}

.DialogBody {
    margin: 0px;
    padding: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.RTL .PageBody {
    /*margin: 10px 10px 10px 5px;*/
}

.PageHeader {
    background-color: #ffffff;
}

.PageHeaderLine {
    padding: 10px;
    border-bottom: solid 1px #cccccc;
    display: block;
    background-color: #ffffff;
}

.Gecko .PageHeaderLine, .Safari .PageHeaderLine {
    /*height: 22px;*/
}

.Safari .PageHeaderLine {
    /*border-bottom: 0px;*/
}

    .Safari .PageHeaderLine table {
        border: 1px;
    }

.BizFormRecord {
    margin: -20px -12px 15px;
}

    .BizFormRecord td {
        padding: 0px 10px 0px 10px;
    }

.PageContentLine {
    padding: 10px 0px 10px 10px;
    border-bottom: solid 1px #cccccc;
    display: block;
    background-color: #ffffff;
}

.PageFooterLine {
    padding: 10px;
    border-top: solid 1px #cccccc;
    display: block;
    background-color: #E9F3FE;
    height: 22px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
}

.PageSeparator {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: solid 1px #cccccc;
    display: block;
    background-color: #ffffff;
}

.PageFooter {
    padding: 10px;
    display: block;
    background-color: #ffffff;
}

.PageFooterColor {
    padding: 10px;
    display: block;
    background-color: #f5f3ec;
}

.RightAlign {
    float: right;
}

.RTL .RightAlign {
    float: left;
}

.LeftAlign {
    float: left;
}

.RTL .LeftAlign {
    float: right;
}

.TextLeft {
    text-align: left;
}

.RTL .TextLeft {
    text-align: right;
}

.TextRight {
    text-align: right;
}

.RTL .TextRight {
    text-align: left;
}

.PageHeaderItem {
    float: left;
    padding-right: 25px;
}

.RTL .PageHeaderItem {
    float: right;
    padding-right: 0px;
    padding-left: 25px;
}

.PageHeaderItemRight {
    float: right;
    padding-left: 25px;
}

.RTL .PageHeaderItemRight {
    float: left;
    padding-left: 0px;
    padding-right: 25px;
}

.NewItemImage {
    vertical-align: middle;
    margin: 0px 5px 1px 0px;
}

.RTL .NewItemImage {
    vertical-align: middle;
    margin: 0px 0px 1px 5px;
}

.NewItemLink {
    color: Black;
    font-family: Tahoma;
    font-size: 11px;
    text-decoration: underline;
}

.NewItemLinkDisabled {
    color: #AAAAAA;
    font-family: Tahoma;
    font-size: 11px;
    text-decoration: underline;
}

.AlphabetFilter {
    background-color: #edf5ff;
    margin: -20px -12px 0px -12px;
    padding: 2px 10px 2px 10px;
    line-height: 28px;
    border-bottom: 1px solid #ccc;
}

    .AlphabetFilter a {
        text-decoration: none;
        font-weight: bold;
        text-align: center;
        display: block;
        width: 22px;
        height: 28px;
        padding: 0px 3px;
    }

        .AlphabetFilter .ActiveLink, .AlphabetFilter a:hover {
            background: url(./Images/AlphabetActiveBackground.png) no-repeat top center;
            color: #e57700;
        }

.PageContentFrame {
    font-family: Tahoma;
    font-size: 12px;
    padding: 0px 6px 15px 6px;
}

.PageContentTree {
    padding: 5px;
}

.NewPageDialog .PageContentFrame {
    padding: 0px 6px 0px 6px;
}

.CopyLayoutPanel {
    padding: 7px 10px 7px 10px;
    border-top: 1px solid #b1cff0;
}

/* Selection dialogs */
/*FCK - select bizforms*/

.InsertBizForm {
    font-size: 12px;
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
    border: 1px solid #CBC7B8;
    table-layout: auto;
}

.RTL .InsertBizForm {
    margin-left: auto;
    margin-right: 0px;
}

.InsertBizFormItem {
    font-size: 12px;
    padding-left: 4px;
    width: 400px;
    height: 25px;
    color: Black;
}

.RTL .InsertBizFormItem {
    padding-left: 0px;
    padding-right: 4px;
}

.InsertBizFormHeader {
    font-size: 12px;
    background-color: #EBEADB;
    text-decoration: none;
    height: 25px;
}

.InsertBizForm a {
    color: Black;
}

/*FCK - select user control*/

.PropertiesControlName {
    display: block;
    padding-bottom: 10px;
    font-size: 13px;
    font-weight: bold;
}

.PropertiesControlDescription {
    display: block;
    overflow: auto;
    height: 190px;
    margin: 0px;
}

.PropertiesContent {
    height: 100%;
    width: 300px;
    padding: 5px;
    margin: 0px;
    border: 1px solid #B5C3D6;
}



.BodyScrollArea {
    width: 100%;
    height: 100%;
    overflow: auto;
    position: absolute;
}

.invoiceTable {
    border-collapse: collapse;
    margin-top: 1px;
    margin-left: 1px;
}

    .invoiceTable tr td {
        border-width: 2px 2px 2px 2px;
        border-style: solid;
        border-color: #000;
    }

        .invoiceTable tr td tr td {
            border: none;
        }

.invoiceTableBottom {
    padding: 0px;
    margin-left: 1px;
    border-collapse: collapse;
}

    .invoiceTableBottom tr td {
        border-width: 0px 2px 2px 2px;
        border-style: solid;
        border-color: #000;
    }

        .invoiceTableBottom tr td tr td {
            border: none;
        }

.headerBorder {
    border-top: solid 2px black;
    margin: 0px;
    padding: 0px;
    line-height: 1px;
}

thead tr th {
    padding: 0px 2px 5px 2px;
}

.bottomBorder {
    border: solid 2px black;
    margin: 0px;
    padding: 0px;
    line-height: 1px;
}

.productsList td {
    border: none;
}

.productsList td, .productsList th {
    padding: 2px;
}

@media print {
    .BodyScrollArea {
        overflow: visible;
        position: relative;
    }

        .BodyScrollArea .productsList td {
            page-break-after: auto;
        }

        .BodyScrollArea thead {
            border-top: 2px solid black;
            display: table-header-group;
            margin-top: 1px;
        }

        .BodyScrollArea tfoot {
            border-top: 2px solid black;
            display: table-footer-group;
        }

        .BodyScrollArea .invoiceTable {
            width: 660px !important;
        }

        .BodyScrollArea .invoiceTableBottom {
            width: 660px !important;
        }
}

.Opera .invoiceTableBottom {
    width: 639px !important;
}

/* Tree pages layout */
.TreePageHeader {
    height: 100%;
    overflow: hidden;
    padding-top: 3px;
}

.TreePageTitle {
    display: block;
}

/* -- Content section -- */
/* Content edit */

.ContentEditArea .EditingFormLabelCell {
    white-space: pre;
}

.ContentLinkButton {
    color: Black;
}

.EditMenuBody {
}

.ContentEditMenu {
    font-family: Tahoma;
    font-size: 11px;
    text-decoration: underline;
    border-bottom: solid 1px #cccccc;
    padding: 0px 10px 0px 10px;
    height: 42px;
    position: relative;
}

.ButtonPanel {
    width: 98%;
    text-align: right;
    margin-right: 3px;
    padding-top: 7px;
}

.RTL .ButtonPanel {
    text-align: left;
    margin-left: 3px;
}

.ToolbarBody {
    background-color: #f5f3ec;
}

.ContentSaveLinkButton {
    color: Black;
    cursor: pointer;
}

.ContentGroupHeader {
    font-weight: bold;
    padding-top: 10px;
}

.ContentGroup {
    padding: 5px;
}


/* Content search */
.SearchResults {
    padding: 5px;
}

.SearchResultLink {
    color: #000000;
    text-decoration: none;
    border-width: 0px;
    line-height: 18px;
}

    .SearchResultLink:hover {
        text-decoration: underline;
    }

.FilterItem {
    width: 650px;
    padding: 2px 0px 2px 5px;
}

.FilterItemTitle {
    width: 100px;
    padding-right: 5px;
    float: left;
    margin-top: 3px;
}

.RTL .FilterItemTitle {
    float: right;
    padding-left: 5px;
}

/* Content menu */
.ContentMenu {
    background-color: #E9F3FE;
    background-repeat: repeat-x;
    background-image: url(./Images/ContentMenuBackground.png); /*ContentMenuBackground.png*/
    background-position: top left;
    display: block;
    border-bottom: solid 1px #a4b2bc;
    height: 100%;
    overflow: hidden;
    align: center;
}

.ContentMenuLeft {
    background-repeat: repeat-x;
    font-family: Verdana;
    font-size: 11px;
    display: block;
    height: 72px;
    padding: 2px 2px 0px 2px;
    float: left;
}

.RTL .ContentMenuLeft {
    float: right;
    border-right: none;
}

.ContentMenuGroup {
    float: left;
}

.Gecko .ContentMenuGroup {
    float: none;
}

.MenuItemLeft img {
    padding: 0px 7px 2px 8px;
}

.RTL .MenuIemLeft img {
    padding: 0px 8px 2px 7px;
}

.MenuItemLeftOver img {
    padding: 0px 7px 2px 8px;
}

.RTL .MenuItemLeftOver img {
    padding: 0px 8px 2px 7px;
}

.ContentMenuRight {
    font-family: Verdana;
    font-size: 11px;
    display: block;
    height: 50px;
    float: left;
    padding: 12px 5px 3px 5px;
}

.RTL .ContentMenuRight {
    float: right;
}

.MenuItemRight {
    width: 90px;
    height: 28px;
    padding: 3px 0px 3px 5px;
    cursor: pointer;
}

.RTL .MenuItemRight {
    padding: 3px 5px 3px 0px;
}

.MenuItemRight img {
    vertical-align: middle;
    padding-right: 5px;
}

.RTL .MenuItemRight img {
    padding-right: 0px;
    padding-left: 5px;
}

.MenuItemRightOver img {
    vertical-align: middle;
    padding-right: 4px;
}

.RTL .MenuItemRightOver img {
    padding-right: 0px;
    padding-left: 4px;
}

.ContentMenuLang {
    display: block;
    height: 25px;
    float: left;
    padding: 15px 5px 10px 5px;
}

.ContentMenuHelp {
    display: block;
    padding: 20px 5px 5px 5px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.RTL .ContentMenuHelp {
    top: 0px;
    left: 0px;
    right: auto;
}

.ContentMenuLanguage {
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
}

.ContentMenuLangDrop {
    vertical-align: middle !important;
}

.UserCustomFields .EditingFormButtonCell {
    padding-top: 15px;
}


/* Indent content under radiobutton */
.UnderRadioContent {
    padding: 0 0 5px 21px;
    display: table-cell;
    vertical-align: bottom !important;
}

/* Content footer */
.ContentFooter {
    background-color: #e9f3fe;
    display: block;
    height: 30px;
    overflow: hidden;
}

.FooterLeft {
    border-top: solid 1px #a4b2bc;
    float: left;
    width: 5px;
}

.RTL .FooterLeft {
    float: right;
}

.FooterTabs {
    height: 39px;
    float: left;
    margin: 0px -3px 0px 0px;
}

.RTL .FooterTabs {
    float: right;
    margin: 0px 0px 0px -3px;
}

.FooterRight {
    border-top: solid 1px #a4b2bc;
    height: 39px;
    text-align: right;
    padding: 7px;
    font-family: Tahoma;
    font-size: 11px;
    margin: 0px 0px 0px 3px;
}

.RTL .FooterRight {
    text-align: left;
    margin: 0px 3px 0px 0px;
}

.FooterStatus {
    color: #a4b2bc;
}



.LeftAlignedText {
    text-align: left;
}

.RTL .LeftAlignedText {
    text-align: right;
}

/* Permission matrix */
.PermissionMatrix {
    width: 100%;
    border: solid 1px #cccccc;
}

.Safari .PermissionMatrix {
    border: 1px solid #cccccc;
}

.MatrixCell {
    text-align: center;
}

.MatrixHeader {
    font-weight: bold;
    padding: 3px 5px 3px 5px;
}

.PermissionsListBox {
    width: 278px;
    height: 247px;
    border: 1px solid #B5C3D6;
}

.NodePermissions {
    padding: 0px;
    width: 560px;
}

.NodePermissionBox {
    margin: 7px;
}

.UniMatrixFilter {
    width: 170px;
    padding-top: 2px;
}

/* Regular table */
.RegularTable {
    border: solid 1px #cccccc;
}

.TableCell {
    text-align: center;
}

.TableHeader {
    font-weight: bold;
    padding: 3px 5px 3px 5px;
    text-align: center;
}

.TableRowHeader {
    font-weight: bold;
    text-align: left;
}

.RTL .TableRowHeader {
    text-align: right;
}

/* Calendar */
.CalendarIcon {
    cursor: pointer;
    margin: 0px 0px 0px 5px;
    padding: 0px;
}

.Gecko .CalendarIcon {
    position: relative;
    top: 3px;
}

.CalendarTable td {
    text-align: center;
}

.CalendarNextPrev {
    padding: 0px !important;
}

    .CalendarNextPrev a {
        display: block;
        height: 16px;
        padding-top: 10px;
        outline: none;
    }

    .CalendarNextPrev img {
        margin: 0px;
        padding: 0px;
        border: none;
    }

.CalendarDay a, .CalendarDaySelected a {
    display: block;
    height: 16px;
}

.CalendarAction {
    margin: 3px;
}

.CalendarBottom {
    padding: 10px 3px 10px 10px;
}

.CalendarDay {
    padding: 4px;
}

.CalendarDaySelected {
    background: #FFCB57 url("./Images/CMSModules/CMS_Content/Dialogs/highlightline.png") top left;
}

.CalendarBottomInfo {
    text-align: right;
    padding-right: 6px;
}

.ButtonRow {
    text-align: right;
}

.RTL .ButtonRow {
    text-align: left;
}

.ButtonRow div {
    padding: 20px 20px 10px 0;
}

.RTL .ButtonRow div {
    padding: 20px 0 10px 20px;
}

/* Content staging */
.ServerStatusEnabled {
    color: #00aa00;
}

.ServerStatusDisabled {
    color: #ee0000;
}

.DialogPosition {
    width: 550px;
    height: 300px;
    padding: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -150px 0 0 -275px;
    overflow: auto;
    color: #000;
    background: none;
    voice-family: "\"}\"";
    voice-family: inherit;
    margin: -162px 0 0 -287px;
}

.DialogPosition {
    left: auto;
    right: 50%;
    margin: -162px -287px 0 0;
}

.LogonTextBox {
    width: 180px;
}

.IE7 .LogonTextBox {
    margin: 0px;
}

.LogonDropDownList {
    width: 180px;
}

.LogonTitle {
    font-size: 15px;
    color: #ff5a00;
    text-align: center;
    font-weight: bold;
    padding-bottom: 15px;
}




.loginBox {
    padding: 40px;
    background: var(--clr-pri);
}

.LogonFormLogo img {
    display: block;
    margin: 0 auto;
}

.loginBox form {
    padding: 0px;
    margin: 0px;
}


.loginBox .LogonBottomLine {
    height: 58px;
}

.loginLine {
    width: 468px;
    margin: auto;
    text-align: right;
    color: #606060;
    padding: 20px 20px 0px 0px;
}

    .loginLine a {
        color: #606060;
    }


.LogonDialog {
    padding-left: 42px;
}

.loginBox .LogonData {
    width: max-content;
    margin: 0 auto 20px;
    color: #fff;
}

.loginBox .field-group {
    margin-bottom: 15px;
}

    .loginBox .field-group label {
        display: block;
        margin-bottom: 5px;
    }

.loginBox .LogonButtons {
    text-align: center;
}

    .loginBox .LogonButtons input {
        background: #3984c1;
        color: #fff;
    }

        .loginBox .LogonButtons input:hover {
            background: #58a0db;
        }

#FailureText {
    max-width: 500px;
    display: block;
    background: #bd5949;
    border-radius: 8px;
    margin: 20px auto;
    text-align: center;
    color: #fff;
}

    #FailureText:not(:empty) {
        padding: 10px;
    }

.loginBox .LogonButtonTd {
    vertical-align: top;
    padding-top: 6px;
}

.loginBox .LanguageSelectorTd {
    vertical-align: top;
    padding-top: 9px;
}

/* CMSForm */
.EditingFormInfo {
    margin-bottom: 10px;
    display: block;
    padding: 3px;
}

.EditingFormError {
    margin-bottom: 10px;
    display: block;
    padding: 3px;
    color: #ff0000;
}

.FormWarning {
    display: block;
    padding: 3px;
    color: #ff0000;
    text-align: center;
    font-weight: bold;
}

.LabelWarning {
    display: block;
    color: #ff0000;
    text-align: right;
    padding-right: 15px;
}

.EditingFormErrorLabel {
    color: #ff0000;
    display: block;
    padding-bottom: 10px;
    text-align: left;
}

/* Document Type Edit - Form */
.AvailableFieldsTitle {
    display: block;
    font-weight: bold;
    padding-bottom: 5px;
}

.FieldsList {
    width: 150px;
    height: 200px;
}

.RightColumn {
    padding-left: 5px;
}

.RTL .RightColumn {
    padding-left: 0px;
    padding-right: 5px;
}

.GenerateButtonPadding {
    padding: 5px 0px 10px 0px;
}

.ClassFieldsButtonPanel {
    margin: 8px 0px 6px;
}

/* Select path control */
.TreeBox {
    overflow: auto;
    height: 250px;
    width: 470px;
    padding: 5px;
    margin-bottom: 15px;
    border: 1px solid #cccccc;
}

/* Selectors */
.SelectorTextBox {
    width: 200px;
}

.SelectorDropDown {
    width: 203px;
}

.SelectorError {
    color: #ff0000;
}

.LargeTextAreaTextBox {
    width: 245px;
    height: 30px;
    font-size: 12px;
    vertical-align: middle;
}

.FullTextArea {
    width: 100%;
}

.IE7 .FullTextArea {
    width: 99%;
}

/* Select image dialog */
.PageHeaderContainer {
    margin-top: 37px;
    height: 42px;
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    display: block;
    background-color: #ffffff;
    text-align: right;
}

.SpellChecked {
    border: solid 1px #ff0000;
}

.HorizontalBorder {
    position: absolute;
    right: 0px;
    width: 100%;
    height: 2px;
    background-color: #ebdcc5;
    border-top: solid 1px #a4b2bc;
    border-bottom: solid 1px #a4b2bc;
    overflow: hidden;
    z-index: 1000;
}

.HorizontalBorderSoft {
    position: absolute;
    right: 0px;
    width: 100%;
    height: 1px;
    background-color: #cccccc;
    border-bottom: solid 1px #888888;
    overflow: hidden;
    z-index: 1000;
}

/* Dropdown items - enabled/disabled */
.DropDownItemEnabled {
}

.DropDownItemDisabled {
    color: #cccccc;
}

/* Default value editor*/
.DefaultValueEditorPanel {
    width: 100%;
    height: 400px;
    overflow: auto;
    border: solid 1px #cccccc;
    margin-top: 3px;
}

.InheritCategory td {
    padding-bottom: 5px;
    padding-top: 10px;
}

.InheritWebPart td {
    padding-left: 15px;
}


/* Add operator */
.AddOperatorAlphabet {
    padding-bottom: 5px;
    padding-top: 10px;
}

    .AddOperatorAlphabet a {
        color: #0000ff;
    }

/* Properties */

/* Vertical aligning radiobuttons with labels */

.Gecko label {
    vertical-align: bottom;
}

input[type="radio"] {
    width: 20px;
    padding: 0px;
    vertical-align: middle;
    margin: 2px;
}

.Gecko input[type="radio"] {
    margin: 5px 0px 1px 0px;
}
/* End vertical aligning radios with labels*/


/* Image editor styles */
.RotationItem {
    border-bottom: 1px solid #5a5a5a;
}

.LabelResize {
    width: 110px;
}

.LabelConvert {
    width: 45px;
}

.LabelTrim {
    width: 40px;
}

.DisabledInfo {
    padding: 4px;
    border-bottom: solid 1px #000000;
    background-color: #ffffcc;
}


.UniGridHead {
    text-align: left;
}

pre {
    border: 1px solid Maroon;
    font-style: normal;
    overflow: auto;
    height: 120px;
    background-color: #FCFFBF;
    padding: 5px;
    font-size: 12px;
}



.List tr {
    height: 25px;
}

.List td {
    padding: 5px;
    text-align: center;
}

.buttonClose {
    margin: 10px 10px 10px 10px;
}

.ButtonTable {
    position: absolute;
    bottom: 10px;
}

.PageHeaderLinks {
    padding: 10px;
    display: block;
    background-color: #ffffff;
    border-left: 1px solid #A4B2BC;
    border-right: 1px solid #A4B2BC;
    margin-top: 0px;
    padding-top: 25px;
    padding-left: 5px;
    padding-right: 10px;
    height: 82%;
    width: 96%;
}

.PollEdit {
    width: 100%;
    background-color: #F5F3EC;
}

.PollsBox {
    background-color: #FFFFFF;
    border-bottom: 1px solid #A4B2BC;
    border-left: 1px solid #A4B2BC;
    border-right: 1px solid #A4B2BC;
    height: 82%;
    margin-top: 0;
    overflow: auto;
    position: absolute;
    display: block;
    width: 96%;
}

.LineErrorLabel {
    color: #ff0000;
    text-align: left;
}

/* Addresses */
.BlockContent {
    padding: 5px;
}

.BlockTitle {
    font-size: 13px;
    font-weight: bold;
    display: block;
}


/* Overall */
.Hidden, .HiddenButton, .HiddenLabel {
    display: none;
}



.RTL .PermissionMatrix td {
    border-left-style: none;
    border-right-style: none;
}

.SM-Administration-Permissions_Options {
}

.PermissionMessage {
    color: #f00;
    padding: 10px;
    display: block;
}

/* UI Profile */
.UIPermissionMatrix {
    border: solid 1px #ccc;
}

.UITreeArea {
    bottom: 0;
    overflow: auto;
    position: absolute;
    right: 7px;
    top: 65px;
    width: 98%;
}

.RTL .UITreeArea {
    right: auto;
    left: 7px;
}

.UIProfile_MenuActions {
    width: 220px;
    height: 49px;
    padding: 8px 10px;
    float: none;
    clear: both;
}

.UIProfile_MenuLine {
    width: 220px;
    height: 30px;
    float: none;
    clear: both;
}

.UIProfile_MenuItem {
    width: 105px;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
}

.UIProfile_MenuItem_Disabled {
    width: 105px;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    color: #ccc;
}

    .UIProfile_MenuItem_Disabled a {
        text-decoration: underline;
        cursor: pointer;
        color: #AAA;
    }

    .UIProfile_MenuItem_Disabled IMG, .UIProfile_MenuItem IMG {
        margin: 2px;
        text-align: center;
        float: left;
    }

.RTL .UIProfile_MenuItem_Disabled IMG, .RTL .UIProfile_MenuItem IMG {
    float: right;
}

.UIProfile_MenuSeparator {
    width: 10px;
    height: 30px;
}

.UITreeSelectButton {
    color: #9B9B9B;
    cursor: pointer;
}

    .UITreeSelectButton span {
        padding: 0px !important;
    }

        .UITreeSelectButton span:hover {
            text-decoration: underline;
        }

.UIPersonalizationTree .UniTreeNode {
    line-height: 18px;
}

    .UIPersonalizationTree .UniTreeNode span {
        padding: 0px 3px;
    }

.UIPersonalizationTreeArea {
    padding: 5px;
}

.UIPersonalizationTreeSmall, .UIPersonalizationTreeMedium, .UIPersonalizationTreeBig {
    /*position: absolute;*/
    overflow: auto;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.UIPersonalizationTreeSmall {
    top: 87px;
}

.UIPersonalizationTreeMedium {
    top: 113px;
}

.UIPersonalizationTreeBig {
    top: 139px;
}

.Gecko .UIPersonalizationTreeSmall {
    top: 89px;
}

.Gecko .UIPersonalizationTreeMedium {
    top: 116px;
}

.Gecko .UIPersonalizationTreeBig {
    top: 144px;
}

.PageContentFrame .SelectorFlatDescription {
    height: 65px;
}

.SelectorFlatDescription .ItemName {
    font-size: 13pt;
    padding-bottom: 10px;
    padding-top: 2px;
    font-weight: bold;
    font-family: Arial;
}

.SelectorTree {
    width: 300px;
    height: 700px;
    overflow: auto;
}

.PageContentFrame .SelectorTree {
    width: 250px;
}

.SelectorTree .TreeTree {
    padding-top: 8px;
}

.SelectorNoResults {
    padding-left: 5px;
    padding-top: 10px;
    text-align: left;
}

.RTL .SelectorNoResults {
    padding-right: 5px;
    padding-top: 10px;
    text-align: right;
}

.SelectorTable {
    width: 100%;
}

    .SelectorTable td {
        font-family: Verdana;
        vertical-align: top;
    }

.SelectorBorderGlue {
    width: 7px;
}

.SelectorTable .ItemSelectorArea {
    width: 100%;
}

.ButtonsArea {
    width: 100%;
    padding: 5px;
    background-color: #edf4f9;
    border-top: 1px solid #b0c4d0;
}


    .ButtonsArea td {
        text-align: right;
    }

.RTL .ButtonsArea td {
    text-align: left;
}

.SelectorFlatImage {
    padding: 15px;
    min-height: 64px;
    border: none;
}

.SelectorFlatText {
    display: block;
    margin: 3px;
    color: #004089;
}

.TreeItemImage {
    border: 0px none;
    vertical-align: middle;
    width: 16px;
    height: 16px;
}

.NotIncluded {
    display: none;
}

.AddedToDestination {
    color: Red;
    text-decoration: underline;
}

.RadioImport {
    display: block;
    padding-bottom: 5px;
}

.MenuBoxContent {
    position: absolute;
    left: -20px;
    width: 100%;
    z-index: 2;
}

.TreeMenuPaddingContent {
    height: 30px;
}

.ContentSpacer {
    margin-top: 45px;
}

.ScrollableList {
    height: 165px;
    padding: 5px;
    width: 99%;
    border: 1px solid #B5C3D6;
    overflow-y: scroll;
}

.SecurityMatrixCheckbox {
    text-align: center;
    white-space: nowrap;
}

#tooltip {
    position: absolute;
    z-index: 5000;
}

.tournoi_info {
    background-color: transparent;
    background-image: url("images/rightpane_title_bg.png");
    background-repeat: repeat-x;
    background-attachment: scroll;
    position: fixed;
    height: 27px;
    width: 100%;
    background-position: 0pt 0pt;
    text-indent: 9px;
    font-family: Arial,Verdana,sans-serif;
    font-weight: bold;
    padding-top: 7px;
    color: Silver;
    margin-top: -5px;
}

.clubmanager_rightpane_title {
    background-color: transparent;
    background-image: url("images/rightpane_title_bg.png");
    background-repeat: repeat-x;
    background-attachment: scroll;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9001;
    height: 27px;
    width: 100%;
    background-position: 0pt 0pt;
    text-indent: 9px;
    font-family: Arial,Verdana,sans-serif;
    font-weight: bold;
    padding-top: 7px;
    color: Silver;
}

.clubmanager_middlepane_title {
    background-color: transparent;
    background-image: url("images/rightpane_title_bg.png");
    background-repeat: repeat-x;
    background-attachment: scroll;
    position: absolute;
    left: 0px;
    height: 27px;
    width: 100%;
    background-position: 0pt 0pt;
    text-indent: 9px;
    font-family: Arial,Verdana,sans-serif;
    padding-top: 7px;
    font-weight: bold;
    color: Silver;
}

.buttonExportToExcel {
    background-color: transparent;
    background-image: url("images/excel.jpg");
    background-repeat: no-repeat;
    background-position: top right;
    padding-right: 30px;
}

.linkPdf {
    background-color: transparent;
    background-image: url("images/pdf.jpeg");
    background-repeat: no-repeat;
    background-position: top left;
    padding-left: 30px;
}

.linkPrint {
    background-color: transparent;
    background-image: url("images/printer.png");
    background-repeat: no-repeat;
    background-position: top left;
    padding-left: 30px;
}

.linkPrintRight {
    background-color: transparent;
    background-image: url("images/printer.png");
    background-repeat: no-repeat;
    background-position: top right;
    padding-right: 30px;
}

.buttonActivate {
    background-image: url(images/bullet_triangle.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    display: block;
    cursor: pointer;
}

.buttonDeactivate {
    background-image: url(images/square_red.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    display: block;
    cursor: pointer;
}

.linkEditMemberProfile {
    background-image: url(images/edit_member_profile.png);
    background-repeat: no-repeat;
    background-position: center;
}

.PageManagerInfo {
    background-color: #FFFFFF;
    border-bottom: 1px solid #A4B2BC;
    color: #000000;
    display: block;
    font-family: Verdana;
    font-size: 12px;
    padding: 4px 3px 3px 10px;
}

.PageTitle {
    color: #FF6600;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
}

.PageTitleHeader, .SubTitleHeader {
    background: url("images/PageTitleHeader.png") repeat-x scroll left top transparent;
    border-bottom: 1px solid #CCCCCC;
    display: block;
    padding: 5px 5px 2px;
    white-space: nowrap;
}

.PageContent {
    font-family: Tahoma;
    font-size: 12px;
    padding: 20px 12px 15px;
}

.PageTitleImage {
    height: 24px;
    padding: 0 5px 5px 0;
    vertical-align: middle;
    width: 24px;
}

.pdf_encoding_rules {
    background-image: url(images/pdf.jpg);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 55px;
    font-size: 15px;
    font-weight: lighter;
}

#NextPage {
    text-decoration: none;
    float: right;
}

#PrevPage {
    text-decoration: none;
    float: left;
}

#pager ul.pages {
    display: block;
    border: none;
    text-transform: uppercase;
    font-size: 10px;
    padding: 0;
}

    #pager ul.pages li {
        list-style: none;
        float: left;
        border: 1px solid #ccc;
        text-decoration: none;
        margin: 0 5px 0 0;
        padding: 5px;
    }

        #pager ul.pages li:hover {
            border: 1px solid #003f7e;
        }

        #pager ul.pages li.pgEmpty {
            border: 1px solid #eee;
            color: #eee;
        }

        #pager ul.pages li.pgCurrent {
            border: 1px solid #003f7e;
            color: #000;
            font-weight: 700;
            background-color: #eee;
        }

.GridRowOver {
    background: none #f9d99f;
}

    .GridRowOver td, .GridRowOver > td:first-child {
        border-left-color: #f9d99f;
        border-right-color: #f9d99f;
    }

.CustomGrid {
    border: 1px solid #688caf;
    background: #fff;
    color: #333;
}

    .CustomGrid .rgRow td, .CustomGrid .rgAltRow td, .CustomGrid .rgEditRow td, .CustomGrid .rgFooter td, .CustomGrid .rgFilterRow td, .CustomGrid .rgHeader, .CustomGrid .rgResizeCol, .CustomGrid .rgGroupHeader td {
        padding-left: 7px;
        padding-right: 7px;
    }

        .CustomGrid .rgHeader:first-child, .CustomGrid th.rgResizeCol:first-child, .CustomGrid .rgFilterRow > td:first-child, .CustomGrid .rgRow > td:first-child, .CustomGrid .rgAltRow > td:first-child {
            border-left: 0;
            padding-left: 8px;
        }

    .CustomGrid .rgRow td, .CustomGrid .rgAltRow td, .CustomGrid .rgEditRow td, .CustomGrid .rgFooter td {
        border: 1px solid;
        border-top: 0;
        border-right: 0;
        padding-top: 4px;
        padding-bottom: 3px;
        text-align: center;
    }

    .CustomGrid .rgRow td, .CustomGrid .rgAltRow td {
        border-color: #d0d7e5;
    }

.RadGridRTL_Office2007 .rgHeader, .RadGridRTL_Office2007 .rgResizeCol {
    text-align: right;
}

.CustomGrid .rgHeader {
    border: solid #5d8cc9;
    border-width: 0 0 1px 1px;
    padding-top: 5px;
    padding-bottom: 4px;
    background: 0 -2300px repeat-x #c3d8f1;
    text-align: left;
    font-weight: normal;
}

.Information {
}

.Warning {
    background-color: #FFFFDA;
}

.Error {
    background-color: #FFDADA;
}

.green {
    background-image: url(./Images/bullet_ball_glass_green.png);
    background-repeat: no-repeat;
    background-position: center;
}

.orange {
    background-image: url(./Images/bullet_ball_glass_yellow.png);
    background-repeat: no-repeat;
    background-position: center;
}

.red {
    background-image: url(./Images/bullet_ball_glass_red.png);
    background-repeat: no-repeat;
    background-position: center;
}

.card {
    background-image: url(./Images/Cards.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 16px;
    width: 18px;
}

.euro {
    background-image: url(./Images/Euro.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 14px;
    width: 18px;
}

.suspension {
    background-color: Red;
}

.nowrap {
    white-space: nowrap;
}

.inactivePlayer {
    background-color: #FFDADA;
}

.ecolePlayer {
    background-color: #FFFFDA;
}
/***********************************************************************************/
/***********************************************************************************/

.unavailabilityWrapper {
    width: 815px;
    height: 20px;
    /*border:1px solid;*/
    padding: 2px 0;
    margin: auto;
}

    .unavailabilityWrapper div.unavailabilityInfo {
        width: 200px;
        height: 100%;
        float: left;
        border: none;
        padding-right: 5px;
        text-align: center;
    }

    .unavailabilityWrapper div.unavailability {
        width: 3px;
        height: 100%;
        float: left;
        border: none;
        background-color: Red;
    }

    .unavailabilityWrapper div.allocated {
        width: 3px;
        height: 100%;
        float: left;
        border: none;
        background-color: Yellow;
    }

    .unavailabilityWrapper div.availability {
        width: 3px;
        height: 100%;
        background-color: Blue;
        float: left;
        border: none;
    }

    .unavailabilityWrapper div.separate {
        width: 14px;
        height: 100%;
        background-color: #FFF;
        float: left;
        border: none;
    }

    .unavailabilityWrapper div.courtTimeTableItem {
        width: 10px;
        height: 100%;
        background-color: #80B6E5;
        float: left;
        border: none;
    }

    .unavailabilityWrapper div.courtTimeTableAlternatingItem {
        width: 10px;
        height: 100%;
        background-color: #99EFFF;
        float: left;
        border: none;
    }

    .unavailabilityWrapper div.courtTimeTableItem:hover {
        background-color: #FFDA96;
    }

    .unavailabilityWrapper div.courtTimeTableAlternatingItem:hover {
        background-color: #FFDA96;
    }

    .unavailabilityWrapper div.availability:hover {
        background-color: #FFDA96;
    }

    .unavailabilityWrapper div.unavailability:hover {
        background-color: #FFDA96;
    }

    .unavailabilityWrapper div.allocated:hover {
        background-color: #FFDA96;
    }

    .unavailabilityWrapper div.time {
        width: 20px;
        height: 100%;
        float: left;
    }

    .unavailabilityWrapper div.remark {
        width: 140px;
        height: 100%;
        float: left;
        padding-left: 20px;
        text-align: center;
    }

    .unavailabilityWrapper div.otherTournoi {
        width: 140px;
        height: 100%;
        float: left;
        padding-left: 10px;
        text-align: center;
    }
/***************************************************************************/
/***************************************************************************/
tr.newWeek td {
    border-top: 1px solid #688CAF;
    padding-top: 5px;
}

tr.newWeek tr.rgRow td {
    border-top: none;
}
/***************************************************************************/
/***************************************************************************/
.meetingUnConfirmed {
    background-color: #ECBBBB;
}

.meetingPresent {
    background-color: #82FA58;
}

.meetingOngoing {
    background-color: lightyellow;
}
