/* General */
body.RTL, .RTL *
{
    direction: rtl;
}

body
{
    font-family: Arial;
    font-size: 12px;
    color: #000000;
}

a
{
    color: #000000;
}

td
{
    font-family: Arial;
    font-size: 12px;
    color: #000000;
}

img
{
    border: none;
}

select
{
    /*height: 20px; Safari issue with DDL and button align */
    font-size: 12px;
}

select option
{
    font-size: 13px;
}

fieldset legend
{
    font-weight: bold;
    margin-bottom: 3px;
}

.Image16
{
    width: 16px;
    height: 16px;
}

.Image32
{
    width: 32px;
    height: 32px;
}

.NoWrap, .NW
{
    white-space: nowrap;
}

.Clear
{
    clear: both;
    line-height: 0pt;
}

.Disabled
{
    cursor: default;    
}

.InlineIcon
{
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.CMSValidator
{
    color: Red;
}

/* Header */


.SM_Header .HeaderTabs
{
    width: auto !important;
}

.CMSDeskHeader .HeaderTabs
{
    width: auto !important;
}



.HeaderTabs
{
    height: 27px;
    margin: 25px -1px 0px 0px;
    position: absolute;
    left: 170px;
    width: 230px;
}

.Gecko .HeaderTabs, .Gecko3 .HeaderTabs
{
    margin-top: 0px;
    top: 25px;
}

.IE8 .HeaderTabs
{
    margin-top: 17px;
}

.IE7 .HeaderTabs
{
    margin-top: 23px;
}

.IE6 .HeaderTabs
{
    margin: 25px -3px 0px 0px;
}

.Safari .HeaderTabs
{
    margin-top: 22px;
}

.RTL .HeaderTabs
{
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    right: 230px;
    left: auto;
}

.HeaderTabs SPAN
{
    margin: 0px;
}



.HeaderUser
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
}

.HeaderSite
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
}

.HeaderSiteInfo
{
    font-family: Verdana;
    font-size: 11px;
}






.HeaderSeparatorEnvelope .HeaderSeparator
{
    height: 6px;
}

/* Content pages */

/* @Buttons */



.ButtonUploader span
{
    color: #ffffff;
    position: absolute;
    width: 90px;
    height: 22px;
    color: #fff;
    line-height: 15px;
    font-weight: bold;
    font-size: 12px;
    border: none;
    padding-top: 2px;
    margin: 0px 0px 0px 2px;
    vertical-align: top;
    text-align: center;
    left: 0px;
    right: 0px;
    top: 0px;
}



.LogonButton
{
    width: 99px;
    height: 26px;
    float: right;
    background: url(./Images/Others/LogonForm/LogonButton.png) no-repeat;
    border: none;
}


/* @End buttons */

.ShortDropDownList
{
    width: 90px;
}

.LongDropDownList
{
    width: 150px;
}

.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 */


.TabControlRight, .RTL .TabControlLeft
{
    height: 20px;
    overflow: hidden;
    cursor: pointer;
}

.TabControlTable
{
    height: 24px;
}

.IE8 .CMSDeskHeader .TabControlTable
{
    margin-top: 8px;
}

.IE8 .SM_Header .TabControlTable
{
    margin-top: 0px;
}

/* 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;
}

.TabsHeaderInline
{
    width: 100%;
    overflow: hidden;
}

.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;
}

.TabsPageBody .TabsTabs
{
    left: 17px;
}

.TabsPageBody .TabsTabsTabs
{
    left: 27px;
}

.VerticalTabsPageHeader .TabsTabs
{
    left: auto;
}

.IE7 .TabsTabs
{
    /*	background-image: url(./Images/Design/Controls/Tabs/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, .IE9 .TabsTabs .TabControlSelected
{
    height: 21px;
}

.IE8 .TabsTabs .TabControl:hover, .IE9 .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;
}

.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;
    left: auto;
}

.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, .TabsLeft
{
    background-image: url(./Images/Design/Controls/Tabs/TabsPanel.png);
    background-repeat: repeat-x;
    background-position: bottom;
    float: left;
    width: 7px;
    height: 29px;
    overflow: hidden;
}

.RTL .FullTabsLeft, .RTL .TabsLeft
{
    float: right;
    width: 3px;
}

.RTL .TabsLeft
{
    width: 0px;
}



.UsersMassEmailTabs
{
    background-image: url(./Images/Design/Controls/Tabs/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: 100%;
    position: relative;
    top: -4px;
}

.IE7 .WebPartZoneProperties .PageContent
{
    width: 94%;
}

.PropertiesDialog
{
    height: 100%;
    width: 100%;
}

.IE7 .PropertiesDialog .TabsPageContent
{
    width: 97%;
}

.IE9 .PropertiesDialog .TabsPageContent
{
    padding-bottom: 270px;
}

.TabsLeftBorder
{
    background-color: #f5f3ec;
    height: 100%;
    top: 0px;
    bottom: 0px;
    padding: 0px;
    position: absolute;
    width: 5px;
    border-right: solid 1px #a4b2bc;
}


.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;
}

.RTL .VerticalTabsTabs
{
    border-left: none;
    margin-left: auto;
}

.VerticalTabsPageBody
{
    padding: 0px 3px 0px 10px;
}

.VerticalTabsPageHeader
{
    padding: 0px 5px 0px 10px;
}

.Safari .VerticalTabsPageHeader
{
    margin-top: 12px;
}

.RTL .VerticalTabsPageBody
{
    padding: 5px 10px 0px 5px;
}

.VerticalTabsBody
{
    height: 100%;
    width: 100%;
    position: absolute;
}

.Separator .VerticalTabsPanel
{
    background: transparent url(./Images/Design/Controls/FrameResizer/Horizontal/Resizer.png) repeat-y scroll top;
    background-position: right top;
}

.RTL .Separator .VerticalTabsPanel
{
    background-position: left top;
}

.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 #TabControlItem_0
{
    padding: 4px 3px 5px 8px;
}

.RTL .TabsVertical #TabControlItem_0
{
    padding: 4px 8px 5px 3px;
}



.TabsVertical .TabControlLinkSelected
{
}

.TabsVertical .TabControlSelectedRight
{
    background-image: none;
    margin: 0px;
    padding: 0px;
    width: 0px;
    overflow: hidden;
}

.TabsVertical .TabControlLeft
{
    /*background-color: #f0ede1; 	background-image: url(./Images/Design/Controls/Tabs/Vertical/TabMid.png); 	background-position: top;*/
    width: 0px;
    height: 0px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    display: none;
    border-top: solid 1px #a4b2bc;
}






.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-image: url(./Images/Design/Backgrounds/CMSDeskHeader.png);
    background-repeat: repeat-x;
    margin: 0px;
}

.RTL .SM_Header
{
}

.SM_Header .HeaderTabs
{
    left: 170px;
    margin-top: 25px;
}

.RTL .SM_Header .HeaderTabs
{
    left: auto;
}

.Gecko .SM_Header .HeaderTabs, .Gecko3 .SM_Header .HeaderTabs
{
    margin-top: 0px;
    top: 25px;
}

.IE8 .SM_Header .HeaderTabs
{
    margin-top: 17px;
}

.IE7 .SM_Header .HeaderTabs
{
    margin-top: 23px;
}

.Safari .SM_Header .HeaderTabs
{
    margin-top: 22px;
}


/* Frame resizer */
.FrameResizer
{
    background: url(./Images/Design/Controls/FrameResizer/Horizontal/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/RTL/Design/Controls/FrameResizer/Horizontal/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;
}



.VerticalResizerBorder
{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    overflow: hidden;
    z-index: 1999;
    height: 5px;
    background: url(./Images/Design/Controls/FrameResizer/Vertical/Resizer.png) repeat-x top left;
    background-position: 0 0px;
    border-top: solid 1px #cccccc;
    border-bottom: 1px solid #8d8d8d;
}

.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: 7px;
}

.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/Design/Backgrounds/TreeMenuTopBackground.png);
    background-repeat: repeat-x;
    display: block;
    border-bottom: solid 1px #a4b2bc;
    padding-bottom: 4px;
}

.IE8 .TreeMenu
{
}

.SettingsMenu
{
    height: 50px !important;
}

.MenuBox
{
    position: relative;
    width: 91%;
    z-index: 2;
}

.MenuSubBox
{
    width: 100%;
}

.TreeMenuContent
{
    padding: 5px 5px 5px 5px;
}

.Gecko3 .TreeMenuContent
{
    width: 238px;
}

.Gecko4 .TreeMenuContent
{
    width: 237px;
}

.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 .Name
{
    text-decoration: none;
}

.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/Design/Controls/FrameResizer/Horizontal/Resizer.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 .Info
{
    color: #888888;
    font-style: italic;
}

.ContentTreeItem .NodeName
{
    margin-left: 1px;
    padding: 2px 10px 2px 5px;
    color: #000000;
    cursor: pointer;
}

.TreeNodeTable
{
    padding-top: 2px;
}

.RTL .ContentTreeItem .Name
{
    padding: 2px 5px 2px 10px;
    margin-left: auto;
    margin-right: 1px;
}

.RTL .ContentTreeSelectedItem .Name
{
    padding: 2px 5px 2px 10px;
    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, .Listing 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;
}

.RefreshTreeIconContainer
{
    position: fixed;
    right: 8px;
    top: 1px;
    cursor: pointer;
}

.RefreshTreeIcon
{
    visibility: hidden;
    padding: 3px;
    background-color: #dfdfdf;
    border: 1px solid #8d8d8d;
}

.RTL .RefreshTreeIconContainer
{
    left: 8px;
    right: auto;
}


/* PanelMenu */
table.PanelMenuWrapper
{
    margin: 0 auto;
}

.PanelMenu
{
    font-family: Arial;
    line-height: 18px;
    margin: 25px 0 35px 0;
}
.RTL .PanelMenu
{
    text-align: right;
}
.PanelMenu .Column
{
    float: left;
    display: block;
}
.RTL .PanelMenu .Column
{
    float: right;
}


/* PanelMenuCategory */
.PanelMenuCategory
{
    width: 300px;
    margin: 8px;
    border: solid 1px #FFFFFF;
    cursor: pointer;
}
.PanelMenuCategory .CategoryImage
{
    margin: 7px 4px;
    width: 24px;
    height: 24px;
    float: left;
}
.RTL .PanelMenuCategory .CategoryImage
{
    float: right;
}
.PanelMenuCategory .CategoryMenu
{
    margin: 4px;
    line-height: 18px;
    float: left;
}
.RTL .PanelMenuCategory .CategoryMenu
{
    float: right;
}
.PanelMenuCategory .CategoryMenu ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}
.PanelMenuCategory .CategoryTitle
{
    color: #101A42;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
}
.PanelMenuCategory .CategoryTitle:hover
{
    text-decoration: underline;
}
.PanelMenuCategory .CategoryAction
{
    color: #0066CC;
    text-decoration: none;
    white-space: nowrap;
}
.PanelMenuCategory .CategoryAction:hover
{
    text-decoration: underline;
}


/* UniGrid */
.IE7 .ABTestOverViewList .UniGridMain
{
    width: 100% !important;
}

.UniGridMain
{
    width: 100%;
}


.UniGridGrid .UniGridHead .AC
{
    padding-left: 0px;
}

.RTL .UniGridGrid .UniGridHead .AC
{
    padding-right: 0px;
    padding-left: 10px;
}

.UniGridGrid .UniGridHead .EmptyAC
{
    padding-left: 0px;
    padding-right: 4px;
}

.RTL .UniGridGrid .UniGridHead .EmptyAC
{
    padding-right: 0px;
    padding-left: 4px;
}

.MenuPanel
{
    cursor: pointer;
    padding-left: 4px;
    height: 26px;
    vertical-align: middle;
}

.RTL .MenuPanel
{
    padding-left: auto;
    padding-right: 4px;
}

.ActionsHeader td
{
    border-width: 0px;
}

.UniGridGrid .ActionsHeader .ActionsCell
{
    padding: 0px;
    border-width: 0px;
}

.UniGridGrid .ActionsHeader .ActionsCellText
{
    padding-left: 5px;
    border-width: 0px;
    background: none;
}

.RTL .UniGridGrid .ActionsHeader .ActionsCellText
{
    padding-left: auto;
    padding-right: 5px;
}

.ActionsHeader tr
{
    border: none;
}

.ActionsHeader td
{
    border-style: none;
    background: none;
}

.IE7 .UniGridMain, .IE6 .UniGridMain
{
    width: 97%;
}

.IE7 .DashboardWidget .UniGridMain, .IE7 .EditingFormTable .UniGridMain
{
    width: 100%;
}

.UniGridBody a
{
    color: #000000;
}

.IE7 .UniGridHead
{
    height: 26px;
    background: none;
}

.IE8 .UniGridHead, .IE9 .UniGridHead
{
    height: auto;
    min-height: 27px;
}

/*For calendar selector*/

.RTL .UniGridHead td, .RTL .UniGridHead th
{
    background-position: top left;
}

.UniGridHead th
{
    text-align: left;
}

.IE7 .UniGridHead th, .IE7 .UniGridHead td
{
    background-color: #D0E1F6;
    background-image: url(./Images/Design/Controls/UniGrid/HeaderLong.png) !important;
    background-position: top right;
}

th.UniGridActions
{
    background-image: none !important;
}

.IE7.RTL .UniGridHead th, .IE7.RTL .UniGridHead td
{
    background-position: top left;
}

.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/Design/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;
    text-align: left;
}

.UniGridHead .UniGridSortLabel
{
}

.UniGridSortUp
{
    background: url(./Images/Design/Controls/UniGrid/Actions/SortUp.png) no-repeat center;
}

.Safari .UniGridSortUp, .Safari .UniGridSortDown
{
    position: relative;
    top: 1px;
}


.UniGridGrid .ActionsColumn
{
    padding-left: 0px;
    padding-right: 0px;
}

.Opera .UniGridGrid td td, .Opera .UniGridGrid th td, .IE7 .UniGridGrid td td, .IE7 .UniGridGrid th td
{
    border: none;
}

.IE6 .EvenRow, .IE7 .OddRow
{
    height: 20px;
}

.IE8 .EvenRow, .IE8 .OddRow
{
    border: 1px solid #cccccc;
}

.ContentNewClasses .OddRow
{
    background-color: #fff;
}

.RTL .EvenRow, .RTL .OddRow
{
    text-align: right;
}

.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;
    margin-left: 3px;
    padding-bottom: 3px;
}

.RTL .UniGridActionSeparator
{
    border-left: none;
    border-right: solid 1px #cccccc;
    margin-right: 3px;
}

.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;
}
.RTL .UnigridActionButton
{
    margin: 0px 1px 0px 3px;
}

.ContextMenuButton input, .ContextMenuButtonActive input
{
    padding: 1px;
}

.UnigridActionMenu:hover input, .UnigridActionMenuActive input, .ContextMenuButton:hover input, .ContextMenuButtonActive input
{
    border: solid 1px #cccccc;
}

/* UniGrid pager */

.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: auto;
    background: none;
}

.PermissionMatrix .UniGridPager
{
    border: 0px none;
}

.UniGridPager th, .UniGridPager td
{
    background: url(./Images/Design/Controls/UniGrid/HeaderDivider.png) no-repeat top right;
    font-weight: bold;
    border: 0px none !important;
}

.IE7 .UniGridPager th, .IE7 .UniGridPager td
{
    background: url(./Images/Design/Controls/UniGrid/HeaderLong.png) no-repeat top right;
    padding: 0px;
}

.RTL .UniGridPager th, .RTL .UniGridPager td
{
    background-position: top left;
}

.IE6 .UniGridPager th
{
    color: #313131;
    background: url(./Images/Design/Controls/UniGrid/Header.png) repeat-x top left;
    height: 25px;
}

.UniGridClearPager .UniGridPager th, .UniGridClearPager .UniGridPager td, .UniGridPagerNoSeparator, .UniGridPagerNoSeparator th, .UniGridPagerNoSeparator td
{
    background-color: Transparent;
    background-image: none;
}

.IE7 .UniGridClearPager .UniGridPager th, .IE7 .UniGridClearPager .UniGridPager td, .IE7 .UniGridPagerNoSeparator, .IE7 .UniGridPagerNoSeparator th, .IE7 .UniGridPagerNoSeparator td
{
    background-image: none;
}


.UnigridPagerSelectedPage, .UnigridPagerPage
{
    display: block;
    text-align: center;
    text-decoration: none;
    height: 18px;
    line-height: 18px;
    padding: 0px 4px;
    margin: 0px 1px;
    border: 1px solid transparent;
}


.RTL .UnigridPagerSelectedPage, .RTL .UnigridPagerPage
{
    float: right;
}

.UnigridPagerFirst, .UnigridPagerLast, .UnigridPagerPrev, .UnigridPagerNext, .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/Design/Controls/UniGrid/First.png) no-repeat top left;
}
.UnigridPagerLast
{
    background: url(./Images/Design/Controls/UniGrid/Last.png) no-repeat top left;
}
.UnigridPagerFirst:hover
{
    background: url(./Images/Design/Controls/UniGrid/FirstOver.png) no-repeat top left;
}
.UnigridPagerLast:hover
{
    background: url(./Images/Design/Controls/UniGrid/LastOver.png) no-repeat top left;
}
.UnigridPagerPrev:hover
{
    background: url(./Images/Design/Controls/UniGrid/PrevOver.png) no-repeat top left;
}
.UnigridPagerNext:hover
{
    background: url(./Images/Design/Controls/UniGrid/NextOver.png) no-repeat top left;
}
.RTL .UnigridPagerFirst
{
    background: url(./Images/Design/Controls/UniGrid/Last.png) no-repeat top left;
}
.RTL .UnigridPagerLast
{
    background: url(./Images/Design/Controls/UniGrid/First.png) no-repeat top left;
}
.RTL .UnigridPagerFirst:hover
{
    background: url(./Images/Design/Controls/UniGrid/LastOver.png) no-repeat top left;
}
.RTL .UnigridPagerLast:hover
{
    background: url(./Images/Design/Controls/UniGrid/FirstOver.png) no-repeat top left;
}
.RTL .UnigridPagerPrev:hover
{
    background: url(./Images/Design/Controls/UniGrid/NextOver.png) no-repeat top left;
}
.UnigridPagerDirectPage, .UnigridPagerPageSize
{
    width: auto;
    margin-right: 6px;
    margin-left: 6px;
}
.UnigridPagerPages
{
    padding-right: 5px !important;
    padding-left: 5px !important;
}

/* 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: 350px;
    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;
}

.FilterTextBox
{
    width: 189px;
}

.LongFilterTextBox
{
    width: 303px;
}

.VeryLongTextBox
{
    width: 500px;
}

.SmallDropDown
{
    width: 155px;
}

.ExtraSmallDropDown, .DropDownFieldShort
{
    width: 100px;
}

.DropDownFieldFilter
{
    width: 305px;
}

.TextColumn
{
    width: 150px;
}

.TextColumnSettings
{
    width: 123px;
}

.FieldEditorCategoryItem
{
    background-color: #bbccee;
}

.FieldEditorPrimaryAttribute
{
    background-color: #ffffaa;
}

.UniGridDropDown
{
    width: 246px;
}


/* CMSDesk Ribbon */
.UniMenuContent
{
    height: 60px;
    padding-top: 5px;
    padding-bottom: 5px;
    float: left;
}

.RTL .UniMenuContent
{
    float: right;
}

.RTL.IE7 .UniMenuContent
{
    float: left;
}



.UniMenuContent .BigButton
{
    height: 45px;
    /*float: left;*/
    margin: 0px 2px 0px 0px;
    text-align: center;
    cursor: pointer;
}

.RTL .UniMenuContent .BigButton
{
    margin: 0px 0px 0px 2px;
    float: right;
}

.IE7 .UniMenuContent .BigButton
{
    height: 46px;
    float: left;
}

.UniMenuContent .LeftBigButton
{
    height: 50px;
    width: 2px;
}

.UniMenuContent .BigButton:hover .LeftBigButton, .UniMenuContent .Selected .LeftBigButton
{
    background: url(./Images/Design/Controls/UniMenu/BigButtonActiveLeft.png) no-repeat top left;
}

.RTL .UniMenuContent .BigButton:hover .LeftBigButton, .RTL .UniMenuContent .Selected .LeftBigButton
{
    background: url(./Images/Design/Controls/UniMenu/BigButtonActiveRight.png) no-repeat top right;
}

.UniMenuContent .MiddleBigButton
{
    text-align: center;
    height: 50px;
    padding: 0px 5px;
}

.UniMenuContent .RightBigButton
{
    height: 50px;
    width: 2px;
}

.UniMenuContent .BigButton:hover .RightBigButton, .UniMenuContent .Selected .RightBigButton
{
    background: url(./Images/Design/Controls/UniMenu/BigButtonActiveRight.png) no-repeat top right;
}

.RTL .UniMenuContent .BigButton:hover .RightBigButton, .RTL .UniMenuContent .Selected .RightBigButton
{
    background: url(./Images/Design/Controls/UniMenu/BigButtonActiveLeft.png) no-repeat top left;
}

.UniMenuContent .BigButton img
{
    border: none;
    margin: 3px 0px 0px 0px;
    width: 24px;
    height: 24px;
}



.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:hover .LeftSmallButton, .UniMenuContent .Selected .LeftSmallButton
{
    background: url(./Images/Design/Controls/UniMenu/SmallButtonActiveLeft.png) no-repeat top left;
}

.RTL .UniMenuContent .SmallButton:hover .LeftSmallButton, .RTL .UniMenuContent .Selected .LeftSmallButton
{
    background: url(./Images/Design/Controls/UniMenu/SmallButtonActiveRight.png) no-repeat top right;
}

.RTL .UniMenuContent .LeftSmallButton
{
    float: right;
}

.IE7 .UniMenuContent .LeftSmallButton
{
    float: none;
}

.UniMenuContent .SmallButton:hover .MiddleSmallButton, .UniMenuContent .Selected .MiddleSmallButton
{
    background: url(./Images/Design/Controls/UniMenu/SmallButtonActiveMiddle.png) repeat-x top center;
}

.UniMenuContent .MiddleSmallButton
{
    height: 21px;
    float: left;
}

.UniMenuContent .MiddleSmallButton
{
    float: right;
}

.UniMenuContent .SmallButton:hover .RightSmallButton, .UniMenuContent .Selected .RightSmallButton
{
    background: url(./Images/Design/Controls/UniMenu/SmallButtonActiveRight.png) no-repeat top right;
}

.RTL .UniMenuContent .SmallButton:hover .RightSmallButton, .RTL .UniMenuContent .Selected .RightSmallButton
{
    background: url(./Images/Design/Controls/UniMenu/SmallButtonActiveLeft.png) no-repeat top left;
}

.RTL .UniMenuContent .RightSmallButton
{
    float: right;
}

.UniMenuContent .ActionButtons
{
    height: 50px;
    /*float: left;*/
}

.UniMenuContent .ActionButtons table
{
    width: 100%;
}

.IE7 .UniMenuContent .ActionButtons table
{
    width: auto;
}

.RTL .UniMenuContent .ActionButtons
{
    /*float: right;*/
}

.IE7 .UniMenuContent .ActionButtons
{
    float: none;
}

.UniMenuContent .ReducedButtons
{
    height: 50px;
    float: left;
}

.RTL .UniMenuContent .ReducedButtons
{
    float: right;
}

.ReducedButtonsBorder
{
    width: auto;
}

.ReducedButtonsBorder .ContentMenuLeft
{
    width: auto;
}

/* Mass email selector */

.MassEmailSelector
{
    border: 1px solid #B5C3D6;
    border-top: none;
    margin: 5px 0px 0px;
}

.MassEmailSelector .MenuHeaderItem .HeaderInner, .MassEmailSelector .MenuHeaderItemSelected .HeaderInner, .ImageEditorMain .MenuHeaderItemSelected .HeaderInner, .ImageEditorMain .MenuHeaderItem .HeaderInner
{
    background: url(./Images/Design/Controls/UniGrid/ArrowBottom.png) no-repeat 0px 11px;
    padding-left: 13px;
}

.RTL .MassEmailSelector .MenuHeaderItem .HeaderInner, .RTL .MassEmailSelector .MenuHeaderItemSelected .HeaderInner, .RTL .ImageEditorMain .MenuHeaderItemSelected .HeaderInner, .RTL .ImageEditorMain .MenuHeaderItem .HeaderInner
{
    background: url(./Images/Design/Controls/UniGrid/ArrowBottom.png) no-repeat 210px 11px;
    padding-right: 13px;
}

.RTL .MassEmailSelector .MenuHeaderItem .HeaderInner, .RTL .MassEmailSelector .MenuHeaderItemSelected .HeaderInner
{
    background-position: 595px 11px;
}

.MassEmailSelector .MenuHeaderItemSelected, .ImageEditorMain .MenuHeaderItemSelected
{
    border-bottom: 1px solid #B5C3D6;
}

.MassEmailSelector .ContentInner
{
    padding: 10px;
}

.MassEmailSelector .UniSelector .LongButton
{
    margin: 0px 2px 0px 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;*/
}



.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;
}

.RTL .PageContentLine
{
    padding: 10px 10px 10px 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;
}

.ContentLine
{
    padding-bottom: 10px;
    border-bottom: solid 1px #cccccc;
    display: block;
    background-color: #ffffff;
}

.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;
}

.WebpartTabsPageHeader .TextRight
{
    vertical-align: top;
}

.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;
}

.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
{
    min-width: 120px;
}

.ContentLinkButton
{
    color: Black;
}

.EditMenuBody
{
}



.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 */


.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
{
    display: block;
    border-bottom: solid 1px #a4b2bc;
    height: 73px; /*overflow: hidden;*/
    width: 4000px; /*Mozne problemy v budoucnu, bylo 4000px - kontaktujte JakubaH*/
}

.ContentMenuSlider
{
    width: 15px;
    height: 74px;
    display: none;
    position: fixed;
}

.ContentMenuSlider.LeftSlider
{
    left: 0px;
    top: 0px;
    background-image: url(./Images/Design/Controls/UniMenu/ArrowLeft.png);
}

.ContentMenuSlider.RightSlider
{
    right: 0px;
    top: 0px;
    background-image: url(./Images/Design/Controls/UniMenu/ArrowRight.png);
}

.ContentMenuLeft
{
    background-repeat: repeat-x;
    font-family: Verdana;
    font-size: 11px;
    display: block;
    height: 72px;
    padding: 2px 2px 0px 2px;
    position: relative;
    white-space: nowrap;
}

.ContentMenuGroup
{
    float: left;
}
.RTL .ContentMenuGroup
{
    float: right;
}

.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 5px 5px;
}

.ContentMenuSplit
{
    float: left;
}

.RTL .ContentMenuSplit
{
    float: right;
}

.ContentMenuHelp
{
    display: block;
    padding: 20px 5px 5px 5px;
    position: fixed;
    top: 0px;
    right: 0px;
}

.RTL .ContentMenuHelp
{
    top: 0px;
    left: 0px;
    right: auto;
}

.EditMenuHelp
{
    padding-top: 5px;
}

.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 */


.FooterTabs
{
    height: 39px;
    float: left;
    margin: 0px -3px 0px 0px;
}

.RTL .FooterTabs
{
    float: right;
    margin: 0px 0px 0px -3px;
}

.FooterStatus
{
    color: #a4b2bc;
}

/* Installer */


.IE7 .InstallContent
{
    height: 324px;
}

.IE7 .InstallDBProgress
{
    padding: 3px 28px 7px 31px;
    height: 303px;
}

.IE8 .InstallDBProgress
{
    padding: 13px 28px 7px 31px;
    height: 303px;
}

.IE7 .InstallContentNewSite
{
    height: 341px;
}

.IE8 .InstallContentNewSite
{
    height: 325px;    
}

.Gecko3 .InstallContentNewSite, .Gecko4 .InstallContentNewSite, .Gecko5 .InstallContentNewSite, .Gecko6 .InstallContentNewSite, .Gecko7 .InstallContentNewSite, .Gecko8 .InstallContentNewSite, .Gecko9 .InstallContentNewSite
{
    height: 345px;
}

.InstallContentLicencing
{
    padding: 0px 46px 10px 43px;
    height: 340px;
}

.InstallContentPermission
{
    padding: 45px 46px 10px 43px;
}

.InstallerContent
{
    margin: auto;
    width: 600px;
    text-align: center;
    font-family: Arial;
    font-size: 12px;
}

.InstallerContent #wzdInstaller
{
    height: 375px;
}

.IE7 .InstallerContent #wzdInstaller
{
    height: 345px;
}
.InstallerFooter
{
    margin: auto;
    width: 598px;
    padding: 0 0 0 30px;
}

.InstallPermission
{
    color: Red;
    font-weight: bold;
    text-align: left;
}

.LeftAlignedText
{
    text-align: left;
}

.RTL .LeftAlignedText
{
    text-align: right;
}

.RTL .InstallPermission
{
    text-align: right;
}

.InstallWizard td
{
    margin: 0px;
    padding: 0px;
}

.InstallWizard tr
{
    height: 33px;
}

.InstallWizardNewSite tr
{
    height: 23px;
}

.InstallLicenseTextBox
{
    width: 536px;
    height: 150px;
}

.InstallWizard .connMessageError
{
    font-size: 13px;
}

.RTL .InstallWizard
{
    margin: auto;
    text-align: left;
}

.InstallCreateDBobjects
{
    vertical-align: top;
}

.InstallLog
{
    width: 534px;
    height: 90px;
    padding: 0;
    margin: 0;
}

.InstallWizard table
{
    padding: 0;
    margin: 0;
}

.RTL .InstallForm
{
    text-align: right;
}

.InstallPanel td.Center
{
    vertical-align: top;
}

.Safari .InstallPanel td.Center
{
    height: 5px;
}

.RTL .InstallPanel .Top .Left
{
    background-position: right top;
}

.RTL .InstallPanel .Top .Right
{
    background-position: right top;
}


.RTL .InstallPanel .Bottom .Left
{
    background-position: right bottom;
}

.RTL .InstallPanel .Bottom .Right
{
    background-position: right bottom;
}

.InstallFormTextBox
{
    width: 220px;
}

.InstallAccountName
{
    padding-left: 24px;
}

/* Permission matrix */
.PermissionMatrix
{
    width: 100%;
    border: solid 1px #cccccc;
}

.PermissionMatrix .Highlighted, .UIPermissionMatrix .Highlighted
{
    background-color: #FFFCD8;
}

.PermissionMatrix .ContentBefore, .UIPermissionMatrix .ContentBefore
{
    background-color: #D4F7D0;
    height: 26px;
}
.IE7 .PermissionMatrix .ContentBefore, .IE7 .UIPermissionMatrix .ContentBefore
{
    height: 20px;
}

.IE8 .PermissionMatrix .ContentBefore, .IE8 .UIPermissionMatrix .ContentBefore
{
    border: 1px solid #cccccc;
}

.Safari .PermissionMatrix
{
    border: 1px solid #cccccc;
}

.MatrixCell
{
    text-align: center;
}

.NodePermissionBox
{
    margin: 7px;
}
.UniMatrixFilter
{
    width: 170px;
    padding-top: 2px;
}

/* Regular table */
.RegularTable
{
    border: solid 1px #cccccc;
}

.TableCell
{
    text-align: center !important;
}

.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;
}

.RTL .CalendarIcon
{
    margin: 0px 5px 0px 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;
}

/* Order by control */
.ThenBy
{
    padding-top: 2px;
    display: block;
    margin-left: 2px;
    font-style: italic;
    color: Gray;
    font-size: 11px;
}

.ColumnDropDown
{
    width: 200px;
}

/* General export */
.AdvancedExport .HelpLink
{
    position: absolute;
    right: 4px;
}

.RTL .AdvancedExport .HelpLink
{
    position: absolute;
    right: auto;
    left: 4px;
}

.ColumnsCheckBoxList
{
    margin-top: 5px;
}

.Gecko4 .ColumnsCheckBoxList label, .Safari .ColumnsCheckBoxList label, .IE8 .ColumnsCheckBoxList label
{
    position: relative;
    top: -2px;
}

.Opera .ColumnsCheckBoxList label
{
    position: relative;
    top: 1px;
}

.ColumnControl
{
    margin-bottom: 5px;
}

.ColumnControl, .ColumnValidator
{
    margin-left: 7px;
}

.RTL .ColumnControl, .RTL .ColumnValidator
{
    margin-left: auto;
    margin-right: 7px;
}

.ColumnIndent
{
    height: 0px;
}

.IE8 .ColumnIndent
{
    height: 10px;
}

/* Color picker */
.ColorPicker
{
    margin-bottom: 0px !important;
}

.ColorPickerFormControl
{
    width: 200px;
}

.ColorPicker .ColorPickerIcon
{
    cursor: pointer;
    vertical-align: top;
}

.ColorPicker .ColorPickerTextBox
{
    width: 100px;
}

.ColorPicker .ColorPickerPreview
{
    text-align: center;
    width: 35px;
}

.ColorPicker .ColorPickerPreview div
{
    width: 30px;
    height: 16px;
    margin: 0px auto;
}

.ColorPickerOkBtn
{
    float: left;
    padding-left: 10px;
}

.RTL .ColorPickerOkBtn
{
    float: right;
    padding-left: auto;
    padding-right: 10px;
}

.ColorPickerCancelBtn
{
    float: right;
    padding-right: 10px;
}

.RTL .ColorPickerCancelBtn
{
    float: left;
    padding-left: 10px;
    padding-right: auto;
}

.RTL.Safari .ColorPickerSliderArrows
{
    left: 0px;
}

/* Watermark */
.WatermarkText
{
    color: #aeaeae;
}

/* Wizard */

.WizardBody
{
    margin: 0px;
    border: solid 1px #cccccc;
    width: 785px;
}

.WizardListBox
{
    width: 280px;
    height: 249px;
}

.WizardHeaderLine
{
    padding: 10px;
    border-bottom: solid 1px #cccccc;
    display: block;
    background-color: #ffffff;
}

.WizardStepHeader
{
    display: block;
    font-weight: bold;
    padding: 5px 0px 5px 0px;
    font-size: 13px;
}

.WizardStepDescription
{
    display: block;
    width: 700px;
    padding: 0px 0px 5px 0px;
}

.WizardFinishedStep
{
    display: block;
    color: black;
    padding-left: 12px;
    background-image: url(./Images/Design/Controls/Breadcrumbs/arrowright.png);
    background-position: left;
    background-repeat: no-repeat;
}

.RTL .WizardFinishedStep
{
    padding-left: 0px;
    padding-right: 12px;
    background-position: right;
}

.WizardStep
{
    width: 775px;
    height: 255px;
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    background-color: #eeeeee;
    padding: 10px 5px 10px 5px;
    overflow: auto;
}

.WizardStepFieldEditor
{
    width: 775px;
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    background-color: #eeeeee;
    padding: 10px 5px 10px 5px;
}

.WizardGlobalCheckbox
{
    padding: 45px;
}

.WizardProgress
{
    padding: 20px 0px 0px 20px;
    float: left;
}

.RTL .WizardProgress
{
    padding: 20px 20px 0px 0px;
    float: right;
}

.WizardProgressLabel
{
    width: 200px;
    text-align: center;
    color: Gray;
}

/* Global wizard design */

/* Header */
.GlobalWizard .Header
{
    height: 45px;
    margin: 10px;
}

.RTL .GlobalWizard .Header .Header
{
    padding-left: 0px;
    padding-right: 20px;
}

.RTL .GlobalWizard .Header .Description
{
    padding-left: 0px;
    padding-right: 20px;
}

.WizardLog
{
    height: 100%;
}

.FF3 .WizardLog
{
    height: auto !important;
}

/* Selector */


/* Wizard */
.GlobalWizard
{
    width: 900px;
}

.GlobalWizardButton
{
    width: 100px;
}

.GlobalWizard .Wizard
{
    width: 100%;
}

.NewsletterWizard
{
    width: 100%;
}


.KFGlobalWizardStep
{
    border-top: solid 1px #ebf5fa;
    padding: 30px 20px 30px 20px;
    background-color: #DFEDFF;
}

.KFGridList td
{
    padding-left: 5px;
    padding-right: 5px;
}

.KFGridList th
{
    height: 30px;
}


.RTL .NewsletterWizardStep
{
    padding: 20px 20px 0px 0px;
}

.NewsletterWizardSubject
{
    height: 40px;
}

.NewsletterFooterTable .NewsletterFooterCell
{
    border-bottom: 1px solid #CCCCCC;
    line-height: 15px;
    padding: 6px 10px;
}

.NewSiteWizardStep
{
    border-top: solid 1px #ebf5fa;
    border-top: solid 1px #ebf5fa;
    padding: 30px 10px 0px 30px;
    background-color: #DFEDFF;
    height: 320px;
    overflow: auto;
}

.RTL .NewSiteWizardStep
{
    padding: 30px 30px 0px 10px;
}

.GlobalWizardStepNoScroll
{
    padding: 30px 10px 0px 30px;
    background-color: #DFEDFF;
    height: 280px;
}

.RTL .GlobalWizard .Top .Center
{
    padding-left: 0px;
}


.ButtonRow
{
    text-align: right;
}

.RTL .ButtonRow
{
    text-align: left;
}

.RTL .ButtonRow div
{
    padding: 20px 0 10px 20px;
}


/* Sites */
.SiteStatusRunning
{
    color: #00aa00;
}

.SiteStatusOffline
{
    color: #ff8800;
}

.SiteStatusStopped
{
    color: #ee0000;
}

/* Sites */
.DocumentPublishedYes
{
    color: #00aa00;
}

.DocumentPublishedNo
{
    color: #ee0000;
}

/* 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;
}

.IE7 .LogonTextBox
{
    margin: 0px;
}

.LogonDropDownList
{
    width: 180px;
}

.IE6 .loginContainer
{
    background: url(./Images/Others/LogonForm/LogonFormIE6.gif) no-repeat;
}

.IE6 .loginBox
{
    background: none;
}

.loginBox form
{
    padding: 0px;
    margin: 0px;
}

.IE6 .loginBox .LogonFormLogo
{
    background: url(./Images/Others/LogonForm/LogoIE6.gif) no-repeat 23px 23px;
}

.loginBox .LogonBottomLine
{
    height: 58px;
}


.loginLine
{
    width: 468px;
    margin: auto;
    text-align: right;
    color: #606060;
    padding: 12px 20px 0px 0px;
}

.loginLine a
{
    color: #606060;
}



/* CMSForm */
.EditingFormInfo
{
    margin-bottom: 10px;
    display: block;
    padding: 3px;
}

.EditingFormError
{
    margin-bottom: 10px;
    display: block;
    padding: 3px;
    color: #ff0000;
}

.EditingFormErrorLabel
{
    color: #ff0000;
    display: block;
    padding-bottom: 10px;
    text-align: left;
}

.FormErrorLabel
{
    padding-top: 1px;
    color: #ff0000;
    display: block;
    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;
}

/* NewSite -  Data List*/

.NewSiteMasterItem, .NewSiteMasterSelectedItem
{
    vertical-align: top;
    width: 240px;
    height: 140px;
    text-decoration: none;
    cursor: pointer;
}

.NewSiteMasterItem
{
    background-color: #f0f0f0;
    border: solid 1px #cccccc;
}

.NewSiteMasterSelectedItem
{
    border: solid 1px #000000;
    background-color: #ffffff;
}

.NewSiteMasterTitle
{
    display: block;
    color: #0000ff;
    text-decoration: underline;
    font-weight: bold;
    padding: 5px;
    font-size: 13px;
}

.NewSiteMasterDescription
{
    color: #000000;
    text-decoration: none;
}

.NewSiteMasterTemplates
{
    overflow: auto;
    height: 360px;
    border: solid 1px #cccccc;
    background-color: #f8f8f8;
}



/* Select path control */
.TreeBox
{
    overflow: auto;
    height: 250px;
    width: 470px;
    padding: 5px;
    margin-bottom: 15px;
    border: 1px solid #cccccc;
}

/* New site wizard */
.NewSiteWizardStep
{
    width: 860px;
}

.NewSiteWizardBody
{
    margin: 0px;
    border: solid 1px #cccccc;
    width: 870px;
}

.NewSiteWizardStepDescription
{
    display: block;
    width: 795px;
    padding: 0px 0px 5px 0px;
}

.NewSiteWizardSiteTemplateDescription
{
    background-color: White;
    border: solid 1px #cccccc;
    height: 200px;
    width: 525px;
    overflow: auto;
}

/* Site export */
.ExportPanel
{
    width: 765px;
    height: 255px;
    border: solid 1px #cccccc;
    background-color: #eeeeee;
    padding: 10px 5px 10px 5px;
    overflow: auto;
}
.activityBarCell
{
    padding-left: 20px;
}
.RTL .activityBarCell
{
    padding-right: 20px;
    padding-left: 0px;
}

/* Selectors */
.SelectorTextBox
{
    width: 200px;
}

.SelectorDropDown
{
    width: 203px;
}

.SelectorError
{
    color: #ff0000;
}

.SiteSelector, .SiteSelector div
{
    display: inline;
}

.LargeTextAreaTextBox
{
    width: 245px;
    height: 30px;
    font-size: 12px;
    vertical-align: middle;
}

.FullTextArea
{
    width: 100%;
}

.IE7 .FullTextArea
{
    width: 99%;
}

.CalendarTextBox
{
    margin-left: 0px;
}

.RTL .CalendarTextBox
{
    margin-right: 0px;
}

/* Version history */
.VersionEditableRegionTitle, .VersionEditableWebPartTitle
{
    display: block;
    padding-bottom: 1px;
    font-weight: bold;
}

.VersionEditableRegionText, .VersionEditableWebPartText
{
    display: block;
    margin-bottom: 10px;
    padding: 3px;
    border: solid 1px #cccccc;
}

.FloatLeft, .RTL .FloatRight
{
    float: left;
    text-align: left;
}

.FloatRight, .RTL .FloatLeft
{
    float: right;
    text-align: right;
}

.AlignLeft, .RTL .AlignRight
{
    text-align: left;
}

.AlignRight, .RTL .AlignLeft
{
    text-align: right;
}

.ReportEditButtons
{
    float: right;
    padding-right: 40px;
    position: relative;
}

.RTL .ReportEditButtons
{
    float: left;
    padding-left: 40px;
    position: relative;
}

/* Admin controls*/

.RequireScript
{
    position: absolute;
    height: 98%;
    width: 98%;
    left: 1%;
    top: 1%;
    z-index: 1000;
    background-color: #ffffff;
    border: solid 2px #ff0000;
}
.Guide a, .Guide a:visited, .Guide a:link, .Guide a:active
{
    text-decoration: none;
    color: black;
    font-size: 14px;
    font-weight: bolder;
}
.Guide div
{
    padding-left: 33px;
    padding-bottom: 10px;
}
/* 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;
}

/* Ecommerce */
.Orders .OddRow, .Orders .EvenRow
{
    background: none;
}

/* Reporting */
.ReportBodyAnalytics h1, .ReportBodyEcommerce h1, .ReportBody h1
{
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    color: #ff6600;
    margin-top: 5px;
}

.ReportBody
{
    padding: 15px;
}

.DisplayReportBody
{
    padding-top: 8px;
    clear: both;
}

.ReportFilter
{
    padding-bottom: 10px;
}


.ReportBarGraphTable
{
    width: 100%;
}

.ReportBarGraphTable .ReportBarGraphLegend
{
    padding: 10px;
    border-top: solid 1px #ccc;
}

.ReportBarGraphTable .ReportBarGraphLegendTitle
{
    font-weight: normal;
    margin-right: 10px;
}

.ReportBarGraphTable .ReportBarGraphLegendItemEnvelope
{
    padding-left: 4px;
    padding-right: 6px;
}

.ReportBarGraphTable .ReportBarGraphLegendItem
{
    height: 10px;
    margin-right: 2px;
    margin-left: 2px;
    margin-top: 2px;
    width: 20px;
}

.ReportBarGraphTable .ReportBarGraphNameCell
{
    padding-top: 8px;
    padding-left: 15px;
    border-bottom: solid 1px #ccc;
    padding-bottom: 8px;
}

.ReportBarGraphTable .ReportBarGraphDataCell
{
    border-left: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    width: 80%;
    padding-top: 8px;
    padding-bottom: 8px;
}

.RTL .ReportBarGraphDataCell
{
    border-right: solid 1px #ccc;
    border-left: none;
}

.ReportBarGraphTable .ReportBarGraphNameCellFirst
{
    border-top: solid 1px #ccc;
}

.ReportBarGraphTable .ReportBarGraphDataItem
{
    height: 14px;
}

.ReportBarGraphTable .ReportBarGraphDataItemValue
{
    padding-left: 5px;
    padding-right: 5px;
}

.ReportBarGraphTable .ReportBarGraphTitle
{
    font-size: 10pt;
    color: #195EB3;
    font-weight: bold;
}


.ReportBarGraphTable .ReportBarGraphItem, .ReportbarGraphTable .ReportBarGraphItem1
{
    background-color: #1a87d5;
}

.ReportBarGraphTable .ReportBarGraphItem2
{
    background-color: #ffb135;
}

.ReportBarGraphTable .ReportBarGraphItem3
{
    background-color: #e53c04;
}

.ReportBarGraphTable .ReportBarGraphItem4
{
    background-color: #6291A8;
}

.ReportBarGraphTable .ReportBarGraphItem5
{
    background-color: #bfbfbf;
}

.ReportBarGraphTable .ReportBarGraphItem6
{
    background-color: #5f7696;
}

.ReportBarGraphTable .ReportBarGraphItem7
{
    background-color: #feeba9;
}

.ReportBarGraphTable .ReportBarGraphItem8
{
    background-color: #70c3ea;
}

.ReportBarGraphTable .ReportBarGraphItem9
{
    background-color: #b78878;
}

.ReportBarGraphTable .ReportBarGraphItem10
{
    background-color: #e8cbc2;
}



/* Analytics */
.AnalyticsPageTitleHeader
{
    padding: 0px 0px 0px 0px;
    border-bottom: solid 1px #cccccc;
    display: block;
}

.GraphTable
{
    margin: 0px;
    padding: 0px;
}

.GraphBar
{
    background-color: #4564CC;
    background-image: url(./Images/CMSModules/CMS_WebAnalytics/weekgraph.gif);
    background-repeat: repeat-y;
    background-position: left center;
    border: solid 1px #000000;
}

.GraphTypeButtonText
{
    background-image: url(./Images/CMSModules/CMS_WebAnalytics/normalPeriod.png);
    border: solid 1px #b5c3d6;
    border-right: none;
    width: 40px;
    height: 30px;
    cursor: pointer;
    padding: 2px;
}

.GraphTypeButtonTextSelected
{
    background-image: url(./Images/CMSModules/CMS_WebAnalytics/selectedPeriod.png);
    height: 30px;
    border: solid 1px #b5c3d6;
    border-right: none;
    background-color: #3274AB;
    color: White;
    width: 40px;
    cursor: pointer;
    padding: 2px;
}


.GraphTypeButtonLast
{
    border-right: solid 1px #bbbbbb !important;
}


.GraphTypeButtonImage
{
    background-image: url(./Images/CMSModules/CMS_WebAnalytics/typebackground.png);
    border: solid 1px #bbbbbb;
    border-right: none;
    width: 30px;
    height: 23px;
    cursor: pointer;
}

.GraphTypeButtonImageSelected
{
    background-image: url(./Images/CMSModules/CMS_WebAnalytics/typebackgroundselected.png);
    height: 23px;
    width: 30px;
    border: solid 1px #bbbbbb;
    border-right: none;
    background-color: #3274AB;
    color: White;
    cursor: pointer;
}



.ABTestingAnalyticsReport
{
    clear: both;
    text-align: center;
}


.GraphText
{
    font-family: Tahoma;
    font-size: 11px;
}

.GraphBarBox
{
    background-color: #f4f4f4;
    padding: 2px 0px 2px 0px;
    margin-bottom: 0px;
}

.GraphBarSelectedBox
{
    background-color: #ffeeee;
    padding: 2px 0px 2px 0px;
    margin-bottom: 0px;
}

.GraphBarSelectedBox .GraphBar
{
    background-image: url(./Images/CMSModules/CMS_WebAnalytics/weekgraphselected.gif);
    background-color: #c24e4e;
    border: solid 1px #000000;
}


/* Dropdown items - enabled/disabled */
.DropDownItemEnabled
{
}

.DropDownItemDisabled
{
    color: #cccccc;
}

/* Default value editor*/
.DefaultValueEditorPanel
{
    height: 600px;
    overflow: auto;
    border: solid 1px #cccccc;
    margin-top: 3px;
}

.InheritCategory td
{
    padding-bottom: 5px;
    padding-top: 10px;
}

.InheritWebPart td
{
    padding-left: 15px;
}

/* Web part configuration */

.WebPartForm .EditingFormControlTable
{
    margin-bottom: 0px;
}

.WebPartForm .EditingFormRow td
{
    padding: 10px 5px 7px 0px;
}

.WebPartForm .EditingFormRow td td
{
    padding: 2px;
}


.WebPartForm .EditingFormValueCell .RadioButtonList
{
    width: auto;
}

.WebPartForm .EditingFormCategoryTableContent
{
    margin-bottom: 0px;
    width: 100%;
}

.WebPartForm .EditingFormCategoryRow td
{
    padding: 7px 5px 5px 0px;
}

.WebPartForm .EditingFormCategoryRow td .HeaderActionsParentTable td
{
    padding: 0;
    line-height: 0;
}

.WebPartForm .EditingFormCategory
{
    font-size: 15px;
    font-family: Arial;
    font-weight: bold;
}

.WebPartForm .EditingFormLabelCell
{
    width: 200px;
}

.WebPartForm .EditingFormLabel
{
    display: block;
    padding-left: 20px;
}

.WebPartForm .RequiredFieldMark
{
    font-weight: bold;
    color: Red;
}

.WebPartForm .EditingFormLeftBorder
{
    padding: 0px;
    width: 1px;
    overflow: hidden;
}

.WebPartForm .EditingFormRightBorder
{
    padding: 0px;
    width: 1px;
    overflow: hidden;
}

.WebPartForm .ColorPicker
{
    width: 0px;
}

.WebPartForm .EditingFormButtonTable
{
    display: none;
}

.WebPartForm .FieldValueDescription
{
    color: Gray;
    font-size: 90%;
}

.WebPartLayoutMenu
{
    padding: 5px 0px;
}

.Chrome .WebPartLayoutMenu
{
    padding: 5px 0px !important;
}

.Safari .WebPartLayoutMenu
{
    padding: 4px 0px;
}

/*Web part properties documentation*/

.IE7 .DocumentationWebPartsProperties .CategoryTable
{
    width: 99%;
}

.IE7 .DocumentationWebPartsProperties .PropertiesTable
{
    width: 99%;
}

.DocumentationWebPartsDescription
{
    width: 100%;
    border: solid 1px #DDDDDD;
}

.DocumentationWebPartColumn
{
    width: 50%;
    border-right: solid 1px #DDDDDD;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-bottom: 1px solid #DDDDDD;
    height: 200px;
    padding: 3px;
}

.RTL .DocumentationWebPartColumn
{
    border-left: solid 1px #DDDDDD;
    border-right: none;
}

.DocumentationWebPartColumnNoLine
{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    vertical-align: top;
    border-bottom: 1px solid #DDDDDD;
    padding: 3px;
}

.IE7 .DocumentationWebPartsDescription
{
    width: 99%;
}

.DocumentationAdditionalText
{
    width: 100%;
    min-height: 435px;
    padding: 3px;
}

.IE7 .DocumentationAdditionalText
{
    width: 99%;
}

.DocumentationScrollableDiv
{
    overflow: auto;
    padding-left: 10px;
    padding-right: 10px;
}

/* Add operator */
.AddOperatorAlphabet
{
    padding-bottom: 5px;
    padding-top: 10px;
}

.AddOperatorAlphabet a
{
    color: #0000ff;
}

/* New menu item page template selection */
.PTSelection
{
}

.PTSelection .SelectorTable
{
    background-color: #ffffff;
}

.PTSelection .Table
{
    width: 100%;
}

.PTSelection .Row
{
    background-color: #f8fbfd;
}

.RTL .PTSelection .Row .RightBorder
{
    background-image: url(./Images/CMSModules/CMS_PortalEngine/WebpartProperties/left.png);
    background-repeat: repeat-y;
    background-position: left;
}

.RTL .PTSelection .Row .LeftBorder
{
    background-image: url(./Images/CMSModules/CMS_PortalEngine/WebpartProperties/right.png);
    background-repeat: repeat-y;
    background-position: right;
}

.PTSelection .HeaderRow
{
    line-height: 22px;
}

.NewPageDialog .PTSelection .Header
{
    padding: 8px 0px 8px 10px;
}

.Safari .NewPageDialog .PTSelection .Header
{
    padding: 8px 0px 6px 10px;
}

.PTSelection .LeftBorder
{
    padding: 0px;
    width: 13px;
    overflow: hidden;
}

.PTSelection .RightBorder
{
    padding: 0px;
    width: 13px;
    overflow: hidden;
}

.PTSelection .ItemSelector, .PTSelection .SelectorTree
{
    height: 365px;
    background-color: #ffffff;
}

.PTSelection .UniFlatContent
{
    height: 225px;
}

.PTSelection .ItemSelector .InheritedTemplate
{
    padding: 15px;
}

.PTSelection .SelectorFlatItems, .PTSelection .SelectorTree .TreeTree
{
    background-color: #ffffff;
}

.PTSelection .Row .Content
{
    margin: 10px;
}

.PTSelection .FooterRow .RightBorder
{
    background-image: url(./Images/CMSModules/CMS_PortalEngine/WebpartProperties/rightbottom.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}

.RTL .PTSelection .FooterRow .RightBorder
{
    background-image: url(./Images/CMSModules/CMS_PortalEngine/WebpartProperties/leftbottom.png);
    background-repeat: no-repeat;
    background-position: bottom left;
}

.PTSelection .FooterRow .LeftBorder
{
    background-image: url(./Images/CMSModules/CMS_PortalEngine/WebpartProperties/leftbottom.png);
    background-repeat: no-repeat;
    background-position: bottom left;
}

.RTL .PTSelection .FooterRow .LeftBorder
{
    background-image: url(./Images/CMSModules/CMS_PortalEngine/WebpartProperties/rightbottom.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}

.PTSelection .RadioPanel span
{
    padding-right: 12px;
}

.RTL .PTSelection .RadioPanel span
{
    padding-left: 12px;
}

/* Shopping cart content */

.OrderItemNameTextBox
{
    width: 400px;
}

.OrderItemPriceTextBox
{
    width: 60px;
}

.AsyncLogBackground
{
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 9000;
    background-color: #888888;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.AsyncLogArea
{
    position: absolute;
    height: 95%;
    width: 95%;
    top: 2%;
    left: 2%;
    border: solid 1px Gray;
    background-color: #ffffff;
    overflow: auto;
    z-index: 9001;
}

/* Properties */

/* Vertical aligning radiobuttons with labels */

.Gecko label
{
    vertical-align: bottom;
}
.Gecko .SiteHeaderLine label
{
    vertical-align: middle;
}
.SiteHeaderLine input[type="checkbox"]
{
    position: relative;
    top: 2px;
}
.IE7 .SiteHeaderLine input[type="checkbox"]
{
    top: 0px;
}
.Gecko .CheckBoxMovedLeft label
{
    vertical-align: baseline;
}
.Gecko .UniFlatSearchPanel label
{
    vertical-align: baseline;
}
input[type="radio"]
{
    width: 20px;
    padding: 0px;
    vertical-align: middle;
    margin: 2px;
}
.Gecko input[type="radio"]
{
    margin: 5px 0px 1px 0px;
}
.Safari.Chrome input[type="radio"]
{
    margin: 1px 0px 4px 0px;
    /*vertical-align: top;*/ /*Ten kdo to sem pridal rozbil styl new page v chromu - JakubH*/
}
/* End vertical aligning radios with labels*/


/* Image editor styles */
.EditorMenuMain
{
    vertical-align: top;
    width: 240px;
}


.RTL .ImageEditorMain
{
    border-left: 0px none;
    border-right: 1px solid #A4B2BC;
}


.HeaderInner
{
    cursor: pointer;
}

.ImageEditorSub
{
    padding: 5px 4px 5px 6px;
}

.ImageEditorSubEmpty
{
    display: none;
}



.IE7 .ImageEditorFrame
{
    margin-left: 0px;
}

.Safari .ImageEditorFrame
{
    padding: 8px;
}

.ImageEditorTextBox
{
    width: 80px;
}

.ImageEditorSub input[type=checkbox]
{
    margin-left: 0px;
}

.ImageEditorSub input[type=radio]
{
    margin-left: -3px;
    margin-top: -1px;
}

.ImageEditorSub select
{
    width: 83px;
}

.ImageEditorTable
{
    width: 100%;
}

.ImageEditorTable .Image
{
    width: 20%;
    text-align: center;
    vertical-align: middle;
    padding: 0px;
}

.IE7 .ImageEditorTable .Image input[type=image]
{
    margin: 0px;
    margin-bottom: -3px;
    padding: 0px;
}

.Divider
{
    background-color: #A4B2BC;
    height: 1px;
    line-height: 1px;
    padding: 0px;
}

.ImageEditorTable .ButtonResize
{
    text-align: right;
    padding-top: 5px;
    padding-right: 26px;
}

.ImageEditorTable a
{
    color: #000;
}

.ImageEditorTable a:hover
{
    text-decoration: none;
}

.ImageEditorTable .ButtonConvert
{
    text-align: right;
    padding-top: 5px;
    padding-right: 91px;
}

.ImageEditorInnerTable
{
    margin-left: -4px;
    padding-top: 5px;
    direction: ltr; /*Because table looks bad in rtl direction*/
}

.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;
}

/* MyDesk - Subscriptions */
.SubscriptionsGroup
{
    padding: 8px;
}

.SubscriptionsPanel
{
    padding-top: 22px;
}

/* MyDesk - MyProfile */
.Grid
{
    white-space: nowrap;
}

.Grid .InvoiceCell
{
    width: 100%;
}

.Grid .CreditChangeCell
{
    width: 100%;
}

.UniGridHead
{
    text-align: left;
}

.MessagingBox
{
    font-family: Tahoma;
}

.MessagingBox .SubjectField
{
    border: 1px solid #CCCCCC;
    width: 98% !important;
}

MessagingBox .TextareaItem, .MessagingBox .BodyField
{
    border: 1px solid #CCCCCC;
    height: 130px;
    width: 98%;
}

.MessagingBox .Info
{
    margin-bottom: 10px;
    display: block;
}

.MessagingBox .InfoCell
{
    width: 100%;
    padding-left: 5px;
}

.MessagingBox a
{
    color: #000000;
}

.MyMessages
{
    width: 100%;
    background-color: #F5F3EC;
}

.MyMessages .TabsContent
{
    background-color: #fff;
    margin-left: 5px;
    margin-top: 0px;
    padding-top: 25px;
    padding-left: 5px;
    padding-right: 10px;
    height: 82%;
    width: 96%;
    overflow: auto;
    position: absolute;
}

.RTL .MyMessages .TabsContent
{
    margin-left: auto;
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 5px;
}

.TabsHeaderContainerMyMessages
{
    background-color: #F5F3EC;
    border-left: 1px solid #A4B2BC;
    border-right: 1px solid #A4B2BC;
    overflow: auto;
    padding: 0px;
    height: 100%;
}

.TabsHeaderContainerMyMessages .TabsPageHeader
{
    background-color: #F5F3EC !important;
}

.MyMessages .TabsHeader
{
    background-color: #F5F3EC;
    padding-top: 2px;
    overflow: hidden;
}

.RTL .MyMessages .TabsHeader
{
    padding-left: 0px;
}

.MyMessages .TabLine
{
    border-bottom: solid 1px #a4b2bc;
    height: 32px;
    overflow: hidden;
}

.MessagingBox .FooterInfo
{
    margin-top: 10px;
}

.IE7 .MessagingBox .FooterInfo
{
    width: 97%;
}

.Unread
{
    font-weight: bold;
}

.MyMessages .MessageUserName, .MyMessages .MessageSubject, .MyMessages .MessageDate, .MyMessages th
{
    text-align: left !important;
    font-size: 12px;
}

.RTL .MyMessages .MessageUserName, .RTL .MyMessages .MessageSubject, .RTL .MyMessages .MessageDate, .RTL .MyMessages th
{
    text-align: right !important;
}

.MyMessages .MessageUserName, .MyMessages .MessageDate
{
    width: 20%;
}

.MyMessages .MessageSubject
{
    width: 60%;
}

.RTL .MessagingBox .FooterInfo
{
    text-align: left;
}

.NewPanel, .ViewPanel
{
    margin-bottom: 10px;
}

.ViewPanel .ViewMessageHeader, .NewPanel .NewMessageHeader
{
    background-color: #D7E9FF;
    background: url(./Images/Design/Controls/UniGrid/Header.png) repeat-x top left;
    border: 1px solid #b5c3d6;
    border-bottom: none;
    font-weight: bold;
    padding: 6px 12px;
    text-align: left;
}

.IE7 .ViewPanel .ViewMessageHeader, .IE7 .NewPanel .NewMessageHeader
{
    padding: 5px 12px 6px 12px;
}

.SendMessage .HeaderTable tr
{
    height: 20px;
}

.SendMessage .SubjectRow
{
    margin-top: 20px;
    margin-bottom: 5px;
}

.SendMessage .Buttons
{
    margin-top: 10px;
}

.PageContent .SendMessage .SubjectRow input.SubjectField
{
    width: 100% !important;
}

.PageContent .SendMessage .Body .BodyField
{
    width: 100% !important;
    height: 300px !important;
}

.NewPanel .SendMessage
{
    border: solid 1px #A4B2BC;
    padding: 10px 15px 10px 10px;
    margin-bottom: 10px;
}

.Gecko3 .NewPanel .SendMessage
{
    padding: 10px 13px 10px 10px;
}

.MessagingBox .Header
{
    background-color: #fff;
}

.MyMessages .List
{
    border: solid 1px #b5c3d6;
}

.MyMessages .SendMessage
{
    padding-top: 10px;
}

.List, .ViewMessage
{
    border: solid 1px #b5c3d6;
}

.ViewMessage
{
    padding: 10px;
}

.ViewMessage .Body
{
    padding: 5px 0px;
    margin-top: 10px;
}

.ViewMessage .FieldCaption, .SendMessage .FieldCaption
{
    padding-right: 10px;
    font-weight: bold;
}

.ViewMessage .FieldCaption
{
    vertical-align: bottom;
}

.RTL .ViewMessage .FieldCaption, .RTL .SendMessage .FieldCaption
{
    padding-left: 10px;
    padding-right: 0px;
}

.PostText 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;
}

.MyMessages .List td
{
    padding: 1px;
    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%;
}

.SplashScreenBottomCheck
{
    padding: 11px 35px 18px 35px;
    width: 480px;
}

.RTL .SplashScreenSubTitle
{
    padding: 0px 35px 10px 30px;
    text-align: left;
}

.SplashScreenImage
{
    padding-right: 10px;
    vertical-align: top;
}

.RTL .SplashScreenImage
{
    padding-left: 10px;
}

.SupportCell
{
    padding-right: 10px;
    vertical-align: top;
}

.RTL .SupportCell
{
    padding-left: 10px;
}

.SplashScreen a
{
    text-decoration: underline;
    color: #000000;
}

.AbuseSolved
{
    color: Green;
}

.AbuseRejected
{
    color: Red;
}

.Approved
{
    color: Green;
}

.NotApproved
{
    color: Red;
}

.ModalPanel
{
    background-color: #ffffff;
    padding: 10px;
    text-align: left;
    width: 400px;
}

.ModalBackground, .modalBackground
{
    z-index: 9998 !important;
    background-color: #888888;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.ReportComment
{
    width: 200px;
}

.AbuseBody .ReportComment
{
    width: 300px;
    height: 200px;
}

.DialogAbuseBody .ReportComment
{
    width: 397px;
    height: 215px;
    font-size: 12px;
}

.DialogAbuseBody .Messages
{
    padding: 10px 0px 10px 0px;
}

.DialogAbuseBody .Buttons
{
    padding-top: 10px;
}

.DialogAbuseBody .ErrorLabel
{
    padding: 0px !important;
}

/* Content rating */
.ratingStar
{
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar
{
    background-image: url(./Images/Design/Controls/ContentRating/FilledStar.png);
}

.emptyRatingStar
{
    background-image: url(./Images/Design/Controls/ContentRating/EmptyStar.png);
}

.savedRatingStar
{
    background-image: url(./Images/Design/Controls/ContentRating/SavedStar.png);
}

.UploaderUploaders div
{
    margin-bottom: 5px;
    padding-left: 5px;
    padding-top: 3px;
}

.UploaderAddLink
{
    padding: 5px;
}

.RatingControlCell
{
    width: 204px;
    padding-right: 64px;
}

.RTL .RatingControlCell
{
    padding-left: 64px;
    padding-right: 0px !important;
}

.Gecko3 .RatingControlCell
{
    width: 200px;
    padding-right: 64px;
}

.DefaultAvatarSelector
{
    border: solid 1px #cccccc;
    margin-bottom: 5px;
}

.DefaultAvatarSelector div
{
    height: 140px;
}


.DefaultAvatarSelectorTable
{
    width: 100%;
    text-align: left;
}


/* 
---------------------------------------------------------------------------
E-COMMERCE 
---------------------------------------------------------------------------
*/
.LineErrorLabel
{
    color: #ff0000;
    text-align: left;
}

.ShoppingCartMiniPreviewArea Table
{
    margin-left: auto;
}

/* Addresses */
.BlockContent
{
    padding: 5px;
}

.BlockTitle
{
    font-size: 13px;
    font-weight: bold;
    display: block;
}


/* Shopping cart */
.UnitsTextBox
{
    width: 50px;
}

.AddressPreview
{
    padding: 0px 5px 5px 5px;
    height: 100%;
}

.AddressPreviewLabel
{
    color: #000000;
    display: block;
}

.DiscountCouponPanel
{
    float: left;
}

.PricePanel
{
    float: right;
}

.CartStepInnerPanel
{
    margin: 10px;
}

.CartStepPanel
{
    padding-bottom: 10px;
}

.ShoppingCartIcon
{
    vertical-align: middle;
}

.ItemsNotAvailable
{
    color: Red;
}

.InvoiceCompanyAddressTitle
{
    display: block;
    font-weight: bold;
}

.PaymentGatewayDataContainer
{
}

.PaymentFormSeparator
{
    height: 10px;
}


.AddressPreviewWithTwoColumns td
{
    width: 46%;
}

.AddressPreviewWithThreeColumns td
{
    width: 29%;
}

.WishlistTable
{
    width: 100%;
}


.CartStepBody
{
    background-color: #E9F3FE;
}

.CartProductDetailLink
{
    color: Black;
    text-decoration: underline;
}

.CartAddItem
{
    padding: 10px;
    border-bottom: solid 1px #cccccc;
    display: block;
    background-color: #ffffff;
}

.PriceDetailSummaryTable
{
    border-bottom: 0px none #B5C3D6;
}

/* Shopping cart item selector */

.CartItemSelectorContainer
{
    padding-top: 5px;
}

.CartItemSelector
{
    overflow: auto;
    height: 360px;
    width: 98%;
    padding: 10px;
}

.AddToCartContainer
{
    float: right;
    padding-top: 10px;
    padding-right: 10px;
}

.AddToCartTextBox
{
    width: 25px;
}

.AddToCartButton
{
    width: 100px;
}

.AddToWishlist
{
    background-image: url('Images/ShoppingCart/AddToWishlist.gif');
    background-position: left -2px;
    background-repeat: no-repeat;
    padding-left: 18px;
    color: #000000;
    text-decoration: underline;
}

/* Product option selector */

.ProductOptionSelectorContainer
{
    padding-bottom: 20px;
}

.OptionCategoryName
{
    font-weight: bold;
}

.ProductOptionSelector
{
}

.OptionCategoryDescription
{
}

.PageContent .ProductOptionSelectorContainer
{
    padding: 0px;
}

.MyFriends .Panel
{
    padding: 10px 5px 10px 5px;
}

.RequestFriend
{
    text-decoration: underline;
}

/* 
---------------------------------------------------------------------------
POLLS
---------------------------------------------------------------------------
*/


.PollListActions td
{
    width: auto !important;
}

.PollsInfoLabel, .ActionsInfoLabel
{
    font-family: Tahoma;
    font-size: 11px;
    line-height: 14px;
    margin: 0 15px;
}

.IE9 .ActionsInfoLabel
{
    line-height: 17px;
}

.PollVoteButton
{
    width: 100px;
}

.PollAnswer
{
    padding: 3px 3px 3px 0px;
    overflow: auto;
}

.PollAnswerText
{
    display: block;
    margin-left: 5px;
}

.PollAnswerRadio
{
    display: block;
}

.PollAnswerCheck
{
    display: block;
}

.PollAnswerClearer
{
    clear: both;
    font-size: 0px;
    height: 1em;
}

.PollCount
{
    font-size: 11px;
    padding: 0px 5px 5px 5px;
}

/* Overall */
.Hidden, .HiddenButton, .HiddenLabel
{
    display: none;
}



/* Tree Items*/
.PostTree img
{
}

.ForumTree .PostTree td
{
    vertical-align: top;
}


.ThreadPost, .SubThreadPost, .RootPostItem, .ThreadPostSelected
{
    padding: 3px 3px 1px 3px;
    overflow: hidden;
    color: #000000;
}


/*On site management*/
.ForumManage
{
    border: solid 1px #CCCCCC;
    margin-top: 2px;
    padding: 3px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    background-color: #Eaf0f8;
    vertical-align: middle;
}

.ForumManage a
{
    margin-right: 10px;
}

.ForumManage input
{
    vertical-align: bottom;
}

.PostUnApproved
{
    color: Red;
}


.Post .AcceptedSolution
{
    background-color: #efffef;
}

.AcceptedSolutionArea
{
    color: Green;
    font-size: 14pt;
    width: 100%;
    margin-bottom: 5px;
}

.AcceptedSolutionArea td
{
    padding-left: 5px !important;
    padding-bottom: 5px !important;
}

.AcceptedSolutionArea .AcceptedSolutionText
{
    width: 100%;
}

.PostText blockquote
{
    border: solid 1px #d4d4d4;
    background-color: #eeeeee;
    padding: 4px;
    margin-left: 10px;
}

.PostText blockquote cite
{
    display: block;
    font-weight: bold;
}

/*Clear border for on site edit*/

.PostManageEdit .ForumNewPost
{
    border: none;
}

.PostManageEdit .ForumNewPost table
{
    border: none;
}

.PostManageEdit .ForumNewPost tr
{
    border: none;
}

.PostManageEdit .ForumNewPost td
{
    border: none;
}

.ForumFlat .Table .PostsTable .PostManageEdit .ForumNewPost td
{
    border: none;
}


.ForumGroup .Forum .ForumImageDefault, .ForumGroup .Forum .ForumImage, .ForumGroup .Forum .ForumImageLocked, .ForumFlat .ThreadTable .ThreadImageDefault, .ForumFlat .ThreadTable .ThreadImage, .ForumFlat .ThreadTable .ThreadImageLocked, .ForumFlat .ThreadTable .ThreadImageAnnouncement, .ForumFlat .ThreadTable .ThreadImageSticky
{
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
}

.ForumGroup .Forum .ForumImageDefault, .ForumGroup .Forum .ForumImage
{
    background-image: url(./Images/Design/Forums/Forum_default.gif);
}

.ForumGroup .Forum .ForumImageLocked
{
    background-image: url(./Images/Design/Forums/Forum_locked.gif);
}

.ForumFlat .ThreadTable .ThreadImageDefault, .ForumFlat .ThreadTable .ThreadImage
{
    background-image: url(./Images/Design/Forums/Thread_default.gif);
}

.ForumFlat .ThreadTable .ThreadImageLocked
{
    background-image: url(./Images/Design/Forums/Thread_locked.gif);
}

.ForumFlat .ThreadTable .ThreadImageAnnouncement
{
    background-image: url(./Images/Design/Forums/Thread_announcement.gif);
}

.ForumFlat .ThreadTable .ThreadImageSticky
{
    background-image: url(./Images/Design/Forums/Thread_sticked.gif);
}

/* 
---------------------------------------------------------------------------
BLOGS
---------------------------------------------------------------------------
*/
.CommentAction
{
    color: Gray;
}

.SmallBox
{
    font-weight: normal;
    color: Black;
}

.CommentActionSeparator
{
}

.CommentDate
{
    font-size: 12px;
    color: GrayText;
}

.CommentText
{
    font-size: 15px;
}

.CommentUserName
{
    font-family: Arial, Helvetica;
    font-weight: bold;
    font-size: 15px;
    color: #333;
}

.ButtonPadding
{
    padding-left: 40px;
}

.BlogPTitle
{
    font-family: Arial, Helvetica;
    font-weight: bold;
    font-size: 20px;
    color: #333;
    margin-bottom: 5px;
}


.BlogPTitle a
{
    color: Black;
}

.BlogPTitle a:visited
{
    color: gray;
}


.BlogPBody
{
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 5px;
}

.BlogPDate
{
    color: GrayText;
}

.BlogPDateWhole
{
    font-size: 12px;
}

.BlogPostHeaderBlog
{
    font-size: 25px;
}

.BlogCommentName, .BlogCommentEmail, .BlogCommentUrl, .BlogCommentComments, .BlogCommentApproved, .BlogCommentIsSpam, .BlogCommentInserted
{
    float: left;
    width: 80px;
}

.RTL .BlogCommentName, .RTL .BlogCommentEmail, .RTL .BlogCommentUrl, .RTL .BlogCommentComments, .RTL .BlogCommentApproved, .RTL .BlogCommentIsSpam, .RTL .BlogCommentInserted
{
    float: right;
}

.BlogBreakLine
{
    float: none;
    display: block;
}

.BlogPostName
{
    font-family: Arial, Helvetica;
    font-size: 20px;
    color: #333;
    margin-bottom: 5px;
}

.BlogPostName a
{
    color: black;
}

.BlogPostName a:visited
{
    color: gray;
}

.BlogPostDate
{
    font-size: 12px;
    color: Black;
}

.BlogPostDate a
{
    color: Black;
}

.BlogPostDate a:visited
{
    color: Gray;
}

.BlogPostText
{
    font-size: 15px;
    color: Black;
    margin-bottom: 5px;
}

.rss
{
}

.rss a
{
    color: black;
}

.PostCommentSeparatorLine
{
    height: 1px;
}

.BlogRequiredValidator
{
    margin-left: 80px;
}

/* 
---------------------------------------------------------------------------
GROUPS
---------------------------------------------------------------------------
*/

.CommunityJoinTheGroup table
{
    width: 100%;
    vertical-align: top;
}

.CommunityJoinTheGroup .ButtonsArea
{
    text-align: right;
}

.RTL .CommunityJoinTheGroup .ButtonsArea
{
    text-align: left;
}

.CommunityJoinTheGroup .InfoArea
{
    height: 50px;
    vertical-align: top;
}

.GroupInviteTable
{
    width: 100%;
    vertical-align: top;
}

.GroupInviteTable .LongTextBox, .GroupInviteTable .TextBoxField
{
    width: 100%;
}

/* CMSSiteManager - Administration - Permissions */
.RTL .PermissionMatrix td
{
    border-left-style: none;
    border-right-style: none;
}

.SM-Administration-Permissions_Options
{
}

.PermissionMessage
{
    color: #f00;
    padding: 10px;
    display: block;
}

/* 
---------------------------------------------------------------------------
TAGS
---------------------------------------------------------------------------
*/

.autocomplete_completionListElement
{
    visibility: hidden;
    margin: 0px;
    padding: 0px;
    border: 1px solid #A4B2BC;
    background-color: #fff;
    text-align: left;
    list-style-type: none;
}

.RTL .autocomplete_completionListElement
{
    text-align: right;
}

.autocomplete_highlightedListItem
{
    background-color: #ffff99;
    padding: 1px;
    cursor: pointer;
}

.autocomplete_listItem
{
    padding: 1px;
}

.DialogPager, .DialogMassActions
{
    padding-bottom: 10px;
}

/* Attachments */
.NewAttachment
{
    text-decoration: underline;
    font-family: Tahoma;
    font-size: 12px;
}

.NewAttachment img
{
    padding: 0px 4px 0px 0px;
}

.RTL .NewAttachment img
{
    padding: 0px 0px 0px 4px;
}

.IE .AttachmentsList .LoadingDiv img
{
    float: none !important;
}

.NewAttachmentLoading
{
    padding: 0px 4px;
    font-family: Tahoma;
    font-size: 12px;
}

.NewAttachmentDisabled
{
    text-decoration: underline;
    padding: 0px 4px;
    font-family: Tahoma;
    font-size: 12px;
}

.AttachmentsList
{
    border: 1px solid #cccccc;
    padding: 5px;
}

.ClearBorder .AttachmentsList
{
    border: 0px none;
    padding: 0px;
}

.AttachmentsList .New
{
    padding-bottom: 2px;
}

.AttachmentsList .New .IconDisabled
{
    float: left;
}

.RTL .AttachmentsList .New .IconDisabled
{
    float: right;
}

.AttachmentsList .Icon
{
    text-decoration: none;
    border: none;
    cursor: pointer;
    margin-bottom: -3px;
}

.AttachmentsList .OddRow .Icon
{
    border-right: 5px solid #EDF3FC;
}

.AttachmentsList .EvenRow .Icon
{
    border-right: 5px solid white;
}

.RTL .AttachmentsList .OddRow .Icon
{
    border-left: 5px solid #EDF3FC;
}
.RTL .AttachmentsList .EvenRow .Icon
{
    border-left: 5px solid white;
}

.AttachmentsList .UniGridGrid, .AttachmentsList .UniGridPager
{
    width: 100% !important;
}

.Unsorted .AttachmentsList .New, .UnsortedInfoPanel, .Unsorted .RelationshipList .New
{
    padding: 7px 0px 4px;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 10px;
}

.RTL .Unsorted .AttachmentsList .New, .RTL .UnsortedInfoPanel, .RTL .Unsorted .RelationshipList .New
{
    padding: 5px 0px 6px;
}

.UnsortedInfoPanel
{
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.Unsorted .AttachmentsList, .Version .AttachmentsList, .Unsorted .RelationshipList
{
    border: none !important;
    padding: 0px !important;
}

InfoPanel
{
}

.Unsorted
{
    font-family: Tahoma;
    font-size: 12px;
    padding: 0px 6px 15px;
}

.WebDAVIcon
{
    padding-left: 0px;
    vertical-align: middle;
    outline: none;
}

.RTL .WebDAVIcon
{
    padding-right: 5px;
}

/* Translation managment */
.FlagTooltip
{
    width: 330px;
}

.RTL .FlagTooltip *
{
    direction: rtl;
}

.FlagTooltip .Icon
{
    float: left;
    width: 50px;
    padding: 0px 5px 0px 5px;
}

.RTL .FlagTooltip .Icon
{
    float: right;
}

.FlagTooltip .Text
{
    float: right;
    width: 270px;
    padding: 5px 0px 5px 0px;
}

.RTL .FlagTooltip .Text
{
    text-align: right;
    float: left;
}

.Languages .NotAvailable
{
    color: Red;
}

.Languages .Outdated
{
    color: Orange;
}

.Languages .Translated
{
    color: #00AA00;
}

.DocumentFlags .NotAvailable
{
    border-left: 1px solid Red;
    border-top: 1px solid Red;
    background-color: Red;
}

.DocumentFlags .Outdated
{
    border-left: 1px solid Orange;
    border-top: 1px solid Orange;
    background-color: Orange;
}

.DocumentFlags .Translated
{
    border-left: 1px solid #00AA00;
    border-top: 1px solid #00AA00;
    background-color: #00AA00;
}

.UniSelectorDialogSearch
{
    padding-left: 15px;
}

.UniSelectorDialogItem
{
    margin-left: 5px;
}

.UniSelectorContent
{
    padding: 0px;
    margin: 0px;
    height: 400px;
    width: 100%;
    overflow: hidden;
}

.UniSelectorSpacer
{
    height: 5px;
}

.UniSelectorDialogGridArea
{
    padding: 10px;
}

.Safari .UniSelectorDialogGridArea .UniGridPager
{
    line-height: 20px;
}

.Safari .UniSelectorDialogGridArea .UniGridPager select
{
    height: auto;
}

.UniSelectorDialogGridPadding
{
}

.UniSelectorDialogGridArea .SelectableItem
{
    overflow: hidden;
}

.DDCue, .DDCueCtrl, .DDCueCtrlShift
{
    clear: both;
    padding-left: 20px;
    padding-right: 5px;
    background-image: url(./Images/Design/Controls/Tree/l.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    height: 20px;
}

.RTL .DDCue, .RTL .DDCueCtrl, .RTL .DDCueCtrlShift
{
    background-image: url(./Images/RTL/Design/Controls/Tree/l.gif);
    background-position: top right;
    padding-left: 5px;
    padding-right: 20px;
}

.DDCueLeft, .DDCueLeftCtrl, .DDCueLeftCtrlShift
{
    clear: both;
    height: 20px;
}

.RootNode .DDCueLeft, .RootNode .DDCueLeftCtrl, .RootNode .DDCueLeftCtrlShift
{
    padding-left: 20px;
}

.DDCueInside
{
    border: dashed 1px #000000;
    height: 20px;
    min-width: 100px;
}

.CopyHere, .MoveHere, .LinkHere
{
    display: none;
}

.DDCueCtrl .CopyHere, .DDCueLeftCtrl .CopyHere, .DDCue .MoveHere, .DDCueLeft .MoveHere, .DDCueCtrlShift .LinkHere, .DDCueLeftCtrlShift .LinkHere
{
    display: block;
}

.MoveHere
{
    background-image: url(./Images/CMSModules/CMS_Content/ContextMenu/Move.png);
}

.CopyHere
{
    background-image: url(./Images/CMSModules/CMS_Content/ContextMenu/Copy.png);
}

.LinkHere
{
    background-image: url(./Images/CMSModules/CMS_Content/ContextMenu/New/Link.png);
}

.MoveHere, .CopyHere, .LinkHere
{
    background-repeat: no-repeat;
    background-position: 2px 2px;
    padding: 3px 2px 2px 20px;
}

.RTL .MoveHere, .RTL .CopyHere, .RTL .LinkHere
{
    background-position: right top;
    padding: 3px 20px 2px 2px;
    margin: 2px 0px 0px 0px;
}

.NodeUpdating
{
    border: dashed 1px #ff0000;
    padding-left: 19px;
    height: 20px;
}

.RTL .NodeUpdating
{
    padding-left: 0px;
    padding-right: 19px;
}

.NodeUpdatingLeft
{
    border: dashed 1px #ff0000;
    padding-left: 0px;
    height: 20px;
}

.RootNode .NodeUpdatingLeft
{
    margin-left: 20px;
}

.RTL .RootNode .NodeUpdatingLeft
{
    margin-left: 0px;
    margin-right: 20px;
}

/* 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;
}

.UIPersonalizationTreeClear, .UIPersonalizationTreeSmall, .UIPersonalizationTreeMedium, .UIPersonalizationTreeBig
{
    position: absolute;
    overflow: auto;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.UIPersonalizationTreeClear
{
    top: 38px;
}

.UIPersonalizationTreeSmall
{
    top: 87px;
}

.UIPersonalizationTreeMedium
{
    top: 113px;
}

.UIPersonalizationTreeBig
{
    top: 139px;
}

.Gecko .UIPersonalizationTreeSmall
{
    top: 89px;
}

.Safari .UIPersonalizationTreeSmall
{
    top: 107px;
}

.Gecko .UIPersonalizationTreeMedium
{
    top: 116px;
}

.Safari .UIPersonalizationTreeMedium
{
    top: 133px;
}

.Gecko .UIPersonalizationTreeBig
{
    top: 144px;
}

.Safari .UIPersonalizationTreeBig
{
    top: 159px;
}

.FlatItem .SelectorEnvelope
{
    float: left;
    text-align: center;
    border: dashed 1px #e9e9e9;
    padding-top: 5px;
    margin: 5px;
    height: 158px;
    width: 150px;
}

.RTL .FlatItem .SelectorEnvelope
{
    float: right;
    text-align: center;
    border: dashed 1px #e9e9e9;
    padding-top: 5px;
    margin: 5px;
    height: 158px;
    width: 150px;
}

.SelectorEnvelope
{
    cursor: pointer;
}

.UniFlatContent
{
    overflow: auto;
}

.ScrollableContent
{
    height:400px;
    overflow: auto;
    position: relative;
}

/* @WebpartSelector */


.SelectorFlatItems .SelectorFlatText
{
    font-weight: bold;
}

.UniFlatSearchPanel .TextBoxField
{
    width: 45%;
    max-width: 400px;
}

.NewPageDialog .UniFlatPager
{
    padding: 5px 15px;
}

.PageContentFrame .SelectorFlatDescription
{
    height: 65px;
}

.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;
}

.SelectorBorder
{
    background: url(./Images/Design/Controls/FrameResizer/Horizontal/Resizer.png) repeat-y top left;
}

.SelectorBorderGlue
{
    width: 7px;
}

.SelectorTable .ItemSelectorArea
{
    width: 100%;
}

.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;
}

.VersionSelection
{
    padding: 5px 0px 5px 12px;
}

.RemovedFromSource
{
    text-decoration: line-through;
    color: Red;
}

.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;
}

/*
---------------------------------------------------------------------------
jQuery UI tabs
---------------------------------------------------------------------------
*/

.JqueryUITabs .ui-state-default
{
    background: transparent !important;
}

.JqueryUITabs .ui-tabs-nav
{
    background-image: url("./Images/Design/Controls/Tabs/TabsPanel.png") !important;
    background-position: center bottom;
    background-repeat: repeat-x;
    border: 0px !important;
    height: 24px;
    margin: 0px !important;
    padding: 3px 5px 0px !important;
}

.BreadTabs.JqueryUITabs .ui-tabs-nav
{
    background-image: url("./Images/Design/Controls/Tabs/BreadTabsPanel.png") !important;
}

.JqueryUITabs .ui-tabs-nav a
{
    font-weight: normal !important;
    cursor: pointer !important;
    padding: 0px !important;
    font-size: 11px !important;
    height: 24px;
}

.JqueryUITabs .ui-tabs-nav li
{
    border-style: none !important;
    border-color: inherit !important;
    border-width: 0px !important; /* background: !important;*/
    cursor: pointer;
    font-family: Tahoma;
    font-size: 11px;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    padding: 0px !important;
    text-decoration: none;
    top: 0px !important;
    margin: 0px !important;
    float: left !important;
}

.RTL .JqueryUITabs .ui-tabs-nav li
{
    float: right !important;
}

.JqueryUITabs .ui-tabs-panel
{
    border: 0px none !important;
    padding: 6px !important;
    background-color: #fff;
    height: 257px;
    overflow: hidden;
}

/*
.JqueryUITabs .ui-state-hover .JqueryUITabCenter
{
    background-image: url("./Images/Design/Controls/Tabs/Horizontal/TabMidHover.png") !important;
    background-position: center bottom;
    background-repeat: repeat-x;
}

.JqueryUITabs .ui-tabs-selected
{
    background-color: transparent !important;
}

.JqueryUITabs .ui-tabs-selected .JqueryUITabCenter
{
    background-image: url("./Images/Design/Controls/Tabs/Horizontal/TabMidSelected.png") !important;
    background-position: center bottom;
    background-repeat: repeat-x;
}

.JqueryUITabs .ui-tabs-selected .JqueryUITabLeft
{
    background-image: url("./Images/Design/Controls/Tabs/Horizontal/TabBorderLeftSelected.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    width: 6px;
    height: 24px;
}

.RTL .JqueryUITabs .ui-tabs-selected .JqueryUITabLeft
{
    background-image: url("./Images/Design/Controls/Tabs/Horizontal/TabBorderRightSelected.png");
}

.JqueryUITabs .ui-tabs-selected .JqueryUITabRight
{
    background-image: url("./Images/Design/Controls/Tabs/Horizontal/TabBorderRightSelected.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    width: 6px;
    height: 24px;
}

.RTL .JqueryUITabs .ui-tabs-selected .JqueryUITabRight
{
    background-image: url("./Images/Design/Controls/Tabs/Horizontal/TabBorderLeftSelected.png");
}

.RTL .JqueryUITabs .ui-tabs-selected .JqueryUITabCenter, .RTL .JqueryUITabs .ui-tabs-selected .JqueryUITabLeft, .RTL .JqueryUITabs .ui-tabs-selected .JqueryUITabRight
{
    float: right;
}

/* 
---------------------------------------------------------------------------
MEDIA LIBRARY
---------------------------------------------------------------------------
*/

.MediaLibraryTitleLine
{
    border-bottom: 1px solid #CCCCCC;
}

.MediaLibraryTree
{
    padding: 5px 0px;
}

.MediaLibraryImportForm
{
    float: left;
    width: 400px;
}

.RTL .MediaLibraryImportForm
{
    float: right;
}

.MediaLibraryImportPreview
{
    float: left;
    width: 300px;
}

.RTL .MediaLibraryImportPreview
{
    float: right;
}

.MediaProperties .ajax__tab_body
{
    padding: 10px;
}

.MediaProperties .ajax__tab_body input
{
    font-size: 13px;
}

.JqueryUITabs .MediaLibraryCustomTab
{
    overflow: auto;
    height: 270px;
    padding: 0px !important;
}

.MediaLibraryNewFolder .ajax__tab_header
{
    display: none !important;
}

.MediaLibraryNewFolder .ajax__tab_body
{
    padding: 0px !important;
}

.exportWizardContent
{
    padding: 0px 10px;
}

/*
---------------------------------------------------------------------------
DIALOGS
---------------------------------------------------------------------------
*/

.DialogMainBlock
{
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.DialogContent
{
    width: 100%;
    height: 100%;
    float: left;
}

.RTL .DialogContent
{
    float: right;
}

.DialogLeftBlock
{
    height: 100%;
    width: 236px;
    float: left;
    overflow: hidden;
}

.RTL .DialogLeftBlock
{
    float: right;
}

.DialogRightBlock
{
    height: 100%;
    margin-left: 243px;
    overflow: hidden;
    position: relative;
}

.RTL .DialogRightBlock
{
    margin-left: auto;
    margin-right: 243px;
}

.Safari .DialogRightBlock, .Opera .DialogRightBlock, .Gecko .DialogRightBlock
{
    margin-left: 0px;
    margin-right: 0px;
}

.DialogCompleteBlock
{
    width: 100%;
    height: 100%;
}

.DialogWebContent
{
    height: 65px;
    padding: 10px 10px 0px;
    position: absolute;
    top: 10px;
    left: 0px;
    right: 0px;
}

.DialogWebProperties
{
    border-top: 1px solid #A4B2BC;
    position: absolute;
    top: 85px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.DialogWebPropertiesTiny
{
    top: 60px;
}

.DialogWebUrlMaxBox
{
    width: 800px;
}

.DialogLinkWebProperties
{
    border-top: 1px solid #A4B2BC;
    position: absolute;
    top: 107px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.DialogProperties
{
    background-color: #fff;
    float: left;
    height: 296px;
    overflow: hidden;
    width: 100%;
    z-index: 10;
}

.RTL .DialogProperties
{
    float: right;
}

.DialogPropertiesFullSize
{
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.DialogPropertiesPreview
{
    position: absolute;
    overflow: auto;
    border: 1px solid #A4B2BC;
    padding: 5px;
    visibility: hidden;
}

.DialogItemUrlBox
{
    width: 94%;
    float: left;
}

.RTL .DialogItemUrlBox
{
    float: right;
}

.DialogItemUrlRefresh
{
    padding: 3px 3px 0px;
}

.IE6 .DialogResizerH
{
    max-height: 5px;
    background-attachment: fixed;
}

.DialogResizerArrowH
{
    background: url(./Images/Design/Controls/FrameResizer/Horizontal/Minimize.png) no-repeat center;
    width: 10px;
    height: 33px;
    line-height: 33px;
    font-size: 33px;
}


.RTL .DialogResizerV
{
    float: left;
}

.DialogResizerArrowV
{
    background: url(./Images/Design/Controls/FrameResizer/Vertical/Maximize.png) no-repeat center;
    width: 33px;
    height: 6px;
    line-height: 4px;
    font-size: 4px;
    cursor: pointer;
}

.DialogViewContent
{
    position: relative;
    width: 100%;
    height: 1500px;
    overflow: auto;
    overflow-x: hidden;
}

.DialogElementHidden
{
    display: none !important;
}

.DialogViewContentTop
{
    padding: 10px;
    width: 97%;
    height: 30px;
}

.DialogViewContentBottom
{
    height: 100px;
    padding: 0px 10px 10px;
}

.DialogLabel
{
    white-space: nowrap;
}

.DialogMediaLibraryBlock
{
    height: 80px;
    padding: 10px;
    border-bottom: 1px solid #ACB8C0;
}

.DialogMediaLibraryBlockMediaLibraryUI
{
    height: 10px;
    padding: 5px 10px 16px;
    background-color: #EDDDC9;
}

.DialogMediaLibraryBlock select
{
    width: 165px !important;
}

.DialogSiteDropdown
{
    width: 185px;
}

.DialogSearchBox
{
    height: 26px;
    float: none;
}

.DialogSearch
{
    display: table-cell;
    height: 26px;
    vertical-align: middle;
    padding-right: 3px;
    float: left;
}

.RTL .DialogSearch
{
    padding-left: 3px;
    padding-right: 0px;
    float: right;
}

.DialogSearchLabel
{
    display: table-cell;
    height: 26px;
    padding-right: 3px;
    padding-top: 4px;
    float: left;
}
.RTL .DialogSearchLabel
{
    padding-left: 3px;
    padding-right: 0px;
    padding-top: 4px;
    float: right;
}

.DialogListItem
{
    cursor: pointer;
    overflow: hidden;
    width: 200px;
}

.DialogListItemUnselectable
{
    cursor: default;
    display: inline;
}

.DialogListItemNameRow
{
    white-space: nowrap;
}

.DialogSelectedItem
{
    background-color: #FFF8CD;
}

.DialogTileItemBox
{
    width: 210px;
    height: 62px;
}

.DialogThumbnailItem
{
    border: solid 1px #ACB8C0;
    width: 170px;
    height: 136px;
    background-color: #FFF;
}

.RTL .DialogTileItemShadow, .RTL .DialogThumbnailItemShadow
{
    float: right;
    margin: 0px 0px 11px 11px;
    background-position: bottom left;
}

.DialogThumbnailItemBox
{
    width: 170px;
    height: 136px;
}

.DialogThumbnailItemInfo
{
    margin-left: 4px;
    font-size: 10px;
    overflow: hidden;
    padding: 2px 0px 2px 0px;
    text-align: center;
    white-space: nowrap;
    width: 160px;
}

.DialogTileItem td
{
    font-size: 10px;
    vertical-align: top;
}

.DialogTileSeparator
{
    background-color: #FFFFFF;
    float: right;
    height: 38px;
    position: absolute;
    right: 0;
    top: 0;
    width: 8px;
}

.DialogTileItemActions
{
    margin-top: -21px;
    text-align: right;
    padding: 0px 1px 1px;
    float: right;
}

.RTL .DialogTileItemActions
{
    float: left;
    text-align: left;
}

.DialogTileItemInfo
{
    font-size: 10px;
    height: 50px;
    overflow: hidden;
    white-space: nowrap;
    padding: 4px;
    width: 132px;
}

.DialogTileTitleBold
{
    font-weight: bold;
    font-size: 11px;
}

.RTL .DialogTileItemInfo
{
    float: right;
}

.DialogTileItemImage
{
    width: 48px;
    height: 48px;
    line-height: 48px;
    padding: 2px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    position: absolute;
}

.IE6 .TilesMultipleSelection, .IE7 .TilesMultipleSelection, .IE8 .TilesMultipleSelection
{
    left: 1px;
    bottom: 6px;
}

.RTL .TilesMultipleSelection
{
    left: auto;
    right: 4px;
}

.IE6 .ThumbMultipleSelection, .IE7 .ThumbMultipleSelection, .IE8 .ThumbMultipleSelection
{
    bottom: 8px;
}

.RTL .ThumbMultipleSelection
{
    left: auto;
    right: 4px;
}

.DialogTileItemImageContainer
{
    height: 52px;
    width: 52px;
    margin: 4px 5px 0px 4px;
    float: left;
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
}

.RTL .DialogTileItemImageContainer
{
    float: right;
}

.DialogThumbItemImageContainer
{
    height: 95px;
    width: 100%;
    margin: 4px 0px 0px 0px;
}

.DialogViewArea
{
    padding: 0px;
    margin: 0px;
}

.DialogTilesClear
{
    clear: both;
    line-height: 0px;
    font-size: 0px;
}

.DialogThumbnailItemImage
{
    height: 95px;
    line-height: 95px;
    text-align: center;
    width: 170px;
    display: table-cell;
    vertical-align: middle;
}

.DialogThumbnailItemImage td
{
    width: 170px;
    height: 95px;
}

.DialogTileItemInfoGreyText
{
    color: #9B9B9B;
}

.DialogThumbnailActions
{
    float: right;
    text-align: right;
    vertical-align: bottom;
    padding: 0 4px;
    margin-top: -26px;
}

.IE6 .DialogThumbnailActions, .IE7 .DialogThumbnailActions
{
    padding: 0 1px;
    margin-top: -21px;
}

.IE8 .DialogThumbnailActions
{
    padding: 0 1px;
    margin-top: -25px;
}

.RTL .DialogThumbnailActions
{
    float: left;
    text-align: left;
}

.DialogThumbnailUploadAction
{
    float: right;
    padding-top: 1px;
}

.RTL .DialogThumbnailUploadAction
{
    float: left;
}

.IE6 .DialogMassActionsContent
{
    margin-top: 0px;
}

.DialogMassActionsDropdown
{
    padding-left: 2px;
    display: inline;
}

.DialogTreeArea
{
    float: left;
    width: 236px;
}

.RTL .DialogTreeArea
{
    float: right;
}

.DialogTreeAreaSeparator
{
    width: 7px;
    height: 100%;
    float: left;
    background-color: #E2EEFB;
    background: url(./Images/Design/Controls/FrameResizer/Horizontal/Resizer.png) repeat-y top left;
}

.RTL .DialogTreeAreaSeparator
{
    float: right;
}

.DialogMediaLibraryTreeArea
{
    overflow: auto;
}

.DialogMediaLibraryTreeArea .ContentTree
{
    padding-top: 5px;
    width: 236px;
}

.DialogMediaLibraryTreeAreaSep, .DialogMediaLibraryTreeAreaSep DIV
{
    display: inline;
}

.DialogMediaLibraryTreeAreaSep .InfoLabel
{
    padding: 5px 12px 0px;
}

.RTL .DialogTreeArea .ContentTree, .RTL .DialogMediaLibraryTreeArea .ContentTree
{
    left: auto;
    right: 0px;
}

.DialogErrorArea
{
    padding: 10px 10px 0px;
}

.DialogListingInfo
{
    padding: 10px 10px 0px 10px;
}

.DialogListingInfo .ListingPath
{
    font-weight: bold;
}

.DialogListingInfo .ListingClose
{
    text-decoration: underline;
}

.DialogInfoArea
{
    padding: 10px;
}

.RTL .DialogMenu
{
    float: right;
}

.DialogMenuLine
{
    height: 5px;
    line-height: 5px;
    min-height: 5px;
    border-bottom: 1px solid #a4b2bc;
    background-color: #f0ede1;
}



.DialogMenu .MenuItemLeft span
{
    padding-top: 11px;
    display: block;
    float: left;
}

.RTL .DialogMenu .MenuItemLeft span
{
    float: right;
}

.DialogMenuInnerDiv
{
    width: 110px;
    height: 36px;
    color: #004377;
}

.DialogMenuInnerDiv img
{
    position: absolute;
    top: 0px;
    left: 0px;
}

.DialogMenuInnerDiv span
{
    position: absolute;
    margin: 11px 0 0 33px;
    top: 0px;
    left: 0px;
}

.RTL .DialogMenuInnerDiv span
{
    margin: 11px 33px 0 0;
    left: auto;
    right: 0px;
}

.DialogMenu .MenuItemLeft img
{
    padding: 0px 7px 2px 8px;
}

.RTL .DialogMenu .MenuIemLeft img
{
    padding: 0px 8px 2px 7px;
}

.DialogMenu .MenuItemLeftOver
{
    background-image: url(./Images/CMSModules/CMS_Content/Dialogs/addfolderover.png);
}

.DialogMenu .MenuItemLeftOver img
{
    padding: 0px 7px 2px 8px;
}

.RTL .DialogMenu .MenuItemLeftOver img
{
    padding: 0px 8px 2px 7px;
}

.RTL .MediaLibraryFolderActions
{
    padding: 5px 8px 5px 0px;
}

.FolderLinkHorizontal
{
    float: left;
    padding-right: 7px;
}

.RTL .FolderLinkHorizontal
{
    float: right;
    padding-right: 0px;
    padding-left: 7px;
}

.DialogsUploaderDisabled
{
    position: relative;
    width: 110px;
    height: 36px;
    color: #666 !important;
    cursor: default !important;
    background-image: url(./Images/CMSModules/CMS_Content/Dialogs/addfiledisabled.png) !important;
}

.DialogsUploaderDisabled img
{
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}

.DialogsUploaderDisabled span
{
    position: absolute;
    margin: 10px 0 0 33px;
    top: 0px;
    left: 0px;
}

.DialogsFolderDisabled
{
    background-image: url(./Images/CMSModules/CMS_Content/Dialogs/addfolderdisabled.png) !important;
    cursor: default !important;
    color: #666 !important;
}

.DialogsDeleteFolderDisabled
{
    background-image: url(./Images/CMSModules/CMS_Content/Dialogs/deletefolderdisabled.png) !important;
    cursor: default !important;
    color: #666 !important;
}

.DialogsFolderDisabledTitle
{
    font-family: Arial;
    font-size: 12px;
    left: 36px;
    position: absolute;
    bottom: 10px;
}

.DialogsFileDisabledTitle
{
    font-family: Arial;
    font-size: 12px;
    left: 35px;
    position: absolute;
    top: 10px;
}

.DialogMenu .DialogFileUploader
{
    padding: 2px 11px 0px 0px;
}

.RTL .DialogMenu .DialogFileUploader
{
    padding: 2px 0px 0px 11px;
}

.DialogMenu .DialogFileUploader .LoadingDiv img
{
    float: left;
    padding: 10px 5px 0px;
}

.DialogMenu .DialogFileUploader .LoadingDiv .innerLoadingDiv
{
    display: block;
    float: left;
    padding-top: 10px;
}

.DialogMenu .DialogFileUploader .LoadingDiv .UploadCancel
{
    display: block;
    float: left;
    padding: 12px 5px 0px;
}

.RTL .DialogMenu .DialogFileUploader .LoadingDiv img, .RTL .DialogMenu .DialogFileUploader .LoadingDiv .innerLoadingDiv, .RTL .DialogMenu .DialogFileUploader .LoadingDiv .UploadCancel
{
    float: right;
}

.DialogMenu .DialogFileUploader .LoadingDiv .UploadCancel img
{
    padding: 0px;
    float: none;
}

.ImageExtraClass
{
    position: absolute;
}

.ImageTooltip
{
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 3px;
    display: block;
}

.ViewHelp
{
    padding: 3px 5px 0px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.RTL .ViewHelp
{
    left: 0px;
    padding: 3px 0px 0px 5px;
    right: auto;
}

.DialogMenu .DialogMenuRight
{
    font-family: Arial;
    font-size: 12px;
    display: block;
    width: 350px;
    height: 41px;
    float: left;
    padding: 2px;
}

.RTL .DialogMenu .DialogMenuRight
{
    float: right;
}


.RTL .DialogMenu .MenuItemRight
{
    padding: 0px 8px 0px 0px;
    float: right;
}

.DialogMenu .MenuItemRight span
{
    padding-top: 11px;
    display: block;
    float: left;
}

.RTL .DialogMenu .MenuItemRight span
{
    float: right;
}

.DialogMenu .MenuItemRight img
{
    float: left;
    padding-right: 5px;
    padding-top: 6px;
}

.RTL .DialogMenu .MenuItemRight img
{
    float: right;
    padding-right: 0px;
    padding-left: 5px;
}

.DialogMenu .MenuItemRightOver
{
    background-image: url(./Images/CMSModules/CMS_Content/Dialogs/buttonover.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    font-weight: normal;
}

.DialogMenu .DialogMenuHelp
{
    display: block;
    width: 24px;
    height: 24px;
    float: right;
    padding: 11px 5px;
}

.RTL .DialogMenu .DialogMenuHelp
{
    float: left;
}

.DialogFooter
{
    border-top: solid 1px #A4B2BC;
    padding: 15px 15px 15px 0px;
}

.DialogPager
{
    float: left;
}

.RTL .DialogPager
{
    float: right;
}

.DialogPageSize
{
    float: right;
    text-align: right;
}

.RTL .DialogPageSize
{
    float: left;
    text-align: left;
}

.DialogGuidParams
{
    text-align: left;
}

.HTMLAnchorProperties, .HTMLEmailProperties
{
    margin: 10px;
}

.HTMLAnchorProperties .AnchorDropDownList
{
    margin: 4px 25px;
}

.HTMLAnchorProperties .AnchorRadioButton
{
    padding: 4px 0px 0px;
    display: block;
}

.YouTubeProperties
{
    width: 99%;
}

.YouTubeUrl
{
    width: 96%;
}

.YouTubePreview
{
    width: 100%;
    vertical-align: top;
}

.YouTubeBox
{
    width: 588px;
    height: 433px;
    overflow: hidden;
}

.YouTubeSizeBox
{
    float: left;
    text-align: center;
    font-size: 10px;
    color: #999999;
}

.RTL .YouTubeSizeBox
{
    float: right;
}

.YouTubeSize
{
    margin: 5px;
    border: solid 1px #999;
    cursor: pointer;
    background-color: #ddd;
}

.YouTubePreviewBox
{
    width: 580px;
    height: 425px;
    overflow: auto;
    border: 1px solid #A4B2BC;
    padding: 3px;
}

.YouTubeLoader
{
    position: relative;
    top: -210px;
    left: 200px;
    width: 200px;
    font-weight: bold;
    text-align: center;
}

.RTL .YouTubeLoader
{
    right: 175px;
    left: auto;
}

#tooltip
{
    position: absolute;
    z-index: 5000;
}

/* Icon selector */

.IconSelector
{
    width: 450px;
}
.IconSelector td
{
    padding: 0 !important;
}

.IconSelector .Media
{
    text-align: right;
}

.IconSelector .PredefinedIcons .Icon
{
    padding: 0px 10px 0px 10px;
}

.IconSelector .Row
{
    text-align: left;
}
.IconSelector .Cell
{
    text-align: center;
    vertical-align: bottom;
    padding: 0px 10px 0px 10px !important;
}
.IconSelector table
{
    margin: 0px 0px 0px 0px !important;
    padding-top: 10px 0px 10px 0px !important;
}

.SearchFieldsIndentPanel
{
    height: 15px;
}

.FontSelectorStyleTable
{
    margin: 20px;
}
.FontSelectorStyleColumnHeader
{
    font-weight: bold;
}
.FontSelectorSampleTable
{
    margin-left: 20px;
    width: 450px;
}
.FontSelectorSamplePanel
{
    float: right;
    width: 235px;
    height: 65px;
}
.FontSelectorTextSamplePanel
{
    line-height: 3em;
    height: 39px;
    width: 215px;
    overflow: hidden;
}
.FontSelectorTypeListBox
{
    height: 160px;
    width: 200px;
}
.FontSelectorStyleListBox
{
    height: 160px;
    width: 110px;
}
.FontSelectorTypeTextBox
{
    width: 198px;
}
.FontSelectorStyleTextBox
{
    width: 108px;
}
.FontSelectorWeightTable
{
    width: 180px;
}

.SHEditorDialogTable
{
    width: 95%;
    margin: 20px 10px 0 10px;
}

.SHEditorDialogTable col
{
    width: 130px;
}

.SHEditorDialogTable td
{
    height: 25px;
}

.SHEditorDialogTable td input[type="radio"]
{
    margin-left: 0;
    border-style: none;
}

.SHEditorDialogTable td input[type="checkbox"]
{
    margin-left: 5px;
}

.SHEditorDialogCodeTextBox
{
    border: none 0 #ffffff;
    margin: 1px 0 0 2px;
    overflow: visible;
}

/* Server checker */
.ServerCheckerIcon
{
    outline: none;
    vertical-align: text-bottom;
}

.ServerCheckerStatus
{
    vertical-align: baseline;
}

.ServerCheckerStatusLink
{
    color: Blue;
    text-decoration: underline;
    cursor: help;
}

.SelectActions
{
    padding-top: 5px;
}

/* Import configuration */
.DeletePackageImage
{
    vertical-align: top;
    margin: 0px 5px 1px 5px;
}

.RTL .DeletePackageImage
{
    vertical-align: top;
    margin: 0px 5px 1px 5px;
}

.DeletePackageLink
{
    color: Black;
    font-family: Tahoma;
    font-size: 12px;
    text-decoration: underline;
    vertical-align: top;
}

.TransformationFilterColumn
{
    padding-right: 25px;
}

.TransformationNewTable
{
    margin-top: 5px;
}

/* Settings configuration */
.SettingsForm table
{
    margin-bottom: 15px;
}

.SettingsForm > table
{
    width: 100%;
}

.SettingsForm div.UniGridContent table
{
    margin-bottom: 0px;
}

.SettingsForm table.HeaderActionsParentTable
{
    margin-bottom: 2px;
    width: 100%;
}

.SettingsForm table.UniGridGrid
{
    margin-bottom: 0px;
}

.SettingsForm .NewLink
{
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 0px 12px 12px 12px;
}

.SettingsForm .HeaderActionsParentTable
{
    margin-top: 10px;
}

.SettingsForm .Actions table
{
    margin-bottom: 0px;
}

.SettingsForm .NewLink img
{
    position: relative;
    top: 4px;
}

.SettingsForm .NewLink .NewLinkText
{
    position: relative;
    left: 8px;
}

.RTL .SettingsForm .NewLink .NewLinkText
{
    left: auto;
    right: 8px;
}

.SettingsForm .EditingFormControlTable
{
    margin-bottom: 0px;
}

.SettingsForm .EditingFormRow td
{
    padding-top: 10px;
    padding-right: 5px;
    padding-bottom: 7px;
}

.RTL .SettingsForm .EditingFormRow td
{
    padding-top: 10px;
    padding-left: 5px;
    padding-bottom: 7px;
}

.SettingsForm .EditingFormRow td td
{
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
}

.RTL .SettingsForm .EditingFormRow td td
{
    padding-top: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
}

.SettingsForm .EditingFormRow
{
    background-color: #f8fbfd;
}

.SettingsForm .EditingFormRow .EditingFormRightBorder
{
    background-image: url(./Images/CMSModules/CMS_PortalEngine/WebpartProperties/right.png);
    background-repeat: repeat-y;
    background-position: right;
}

.RTL .SettingsForm .EditingFormRow .EditingFormRightBorder
{
    background-image: url(./Images/CMSModules/CMS_PortalEngine/WebpartProperties/left.png);
    background-repeat: repeat-y;
    background-position: left;
}

.SettingsForm .EditingFormRow .EditingFormLeftBorder
{
    background-image: url(./Images/CMSModules/CMS_PortalEngine/WebpartProperties/left.png);
    background-repeat: repeat-y;
}

.RTL .SettingsForm .EditingFormRow .EditingFormLeftBorder
{
    background-image: url(./Images/CMSModules/CMS_PortalEngine/WebpartProperties/right.png);
    background-repeat: repeat-y;
    background-position: right;
}

.SettingsForm .EditingFormCategoryRow
{
    background-color: #edf4f9;
}

.SettingsForm .EditingFormCategoryRow > td
{
    padding: 0px 5px 0px 0px;
}

.RTL .SettingsForm .EditingFormCategoryRow > td
{
    padding: 0px 0px 0px 5px;
}

.SettingsForm .EditingFormCategoryTableHeader
{
    margin-bottom: 0px;
    width: 100%;
}

.SettingsForm .EditingFormCategoryTableContent
{
    margin-bottom: 0px;
    width: 100%;
}

.SettingsForm .EditingFormCategory
{
    font-size: 15px;
    font-family: Arial;
    font-weight: bold;
}

.SettingsForm .EditingFormLabelCell
{
    display: none;
}

.SettingsForm .EditingFormLabel
{
    display: block;
    padding-left: 20px;
}

.RTL .SettingsForm .EditingFormLabel
{
    padding-left: auto;
    padding-right: 20px;
}

.SettingsForm .RequiredFieldMark
{
    font-weight: bold;
    color: Red;
}

.SettingsForm .EditingFormLeftBorder
{
    padding: 0px;
    width: 1px;
    overflow: hidden;
}

.SettingsForm .EditingFormRightBorder
{
    padding: 0px;
    width: 1px;
    overflow: hidden;
}

.SettingsForm .EditingFormCategoryRow .EditingFormLeftBorder
{
    background-image: url(./Images/CMSModules/CMS_PortalEngine/WebpartProperties/lefttop.png);
    background-repeat: no-repeat;
    background-position: left top;
}

.RTL .SettingsForm .EditingFormCategoryRow .EditingFormLeftBorder
{
    background-image: url(./Images/CMSModules/CMS_PortalEngine/WebpartProperties/righttop.png);
    background-repeat: no-repeat;
    background-position: right top;
}

.SettingsForm .EditingFormCategoryRow .EditingFormRightBorder
{
    background-image: url(./Images/CMSModules/CMS_PortalEngine/WebpartProperties/righttop.png);
    background-repeat: no-repeat;
    background-position: right top;
}

.RTL .SettingsForm .EditingFormCategoryRow .EditingFormRightBorder
{
    background-image: url(./Images/CMSModules/CMS_PortalEngine/WebpartProperties/lefttop.png);
    background-repeat: no-repeat;
    background-position: left top;
}

.SettingsForm .EditingFormFooterRow .EditingFormRightBorder
{
    background-image: url(./Images/CMSModules/CMS_PortalEngine/WebpartProperties/rightbottom.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}

.RTL .SettingsForm .EditingFormFooterRow .EditingFormRightBorder
{
    background-image: url(./Images/CMSModules/CMS_PortalEngine/WebpartProperties/leftbottom.png);
    background-repeat: no-repeat;
    background-position: bottom left;
}

.SettingsForm .EditingFormFooterRow .EditingFormLeftBorder
{
    background-image: url(./Images/CMSModules/CMS_PortalEngine/WebpartProperties/leftbottom.png);
    background-repeat: no-repeat;
    background-position: bottom left;
}

.RTL .SettingsForm .EditingFormFooterRow .EditingFormLeftBorder
{
    background-image: url(./Images/CMSModules/CMS_PortalEngine/WebpartProperties/rightbottom.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}

.SettingsForm .ColorPicker
{
    width: 0px;
}

.SettingsForm .EditingFormFooterRow
{
    background-image: url(./Images/CMSModules/CMS_PortalEngine/WebpartProperties/bottom.png);
    background-position: bottom;
    background-repeat: repeat-x;
    height: 12px;
    padding: 0px;
    margin: 0px;
    line-height: 0px;
    overflow: hidden;
}

.SettingsForm .EditingFormButtonTable
{
    display: none;
}

.SettingsForm .FieldValueDescription
{
    color: Gray;
    font-size: 90%;
}

.ReportParametersWebPartTable
{
    width: 297px;
    margin-bottom: 0px;
    margin-left: -2px;
}

.ReportParametersWebPartPanel
{
    overflow: auto;
    width: 470px;
}

.HierarchicalTransformationFilterLabelWidth
{
    min-width: 150px;
}

.FormControlsWrapper
{
    width: 520px;
}

/* Field editor */

.FieldEditor .EditingFormLabelCell, .FieldEditor .FieldLabel
{
    padding-top: 4px;
    vertical-align: top;
    width: 155px;
    white-space: inherit;
}

.FieldEditor .EditingFormValueCell INPUT[type=radio]
{
    margin: 0px;
}

.FieldPanelLeft
{
    position: fixed;
    padding: 10px 0 0 10px;
    width: 218px;
    border-right: solid 1px #cccccc;
    height: 100%;
    z-index: 3;
    background: #f2f2f2 url(./Images/Design/Backgrounds/FieldEditorBackground.png) repeat-x top left;
}

.RTL .FieldPanelLeft
{
    padding: 10px 10px 0 0;
    border-left: solid 1px #cccccc;
    border-right: none;
}

.RTL.Safari .FieldPanelLeft
{
    right: 0px;
}

.GlobalWizardStep .FieldPanelLeft
{
    height: 390px;
}

.GlobalWizardStep.FieldEditorPanel
{
    overflow: hidden;
    padding: 0px;
}

.RTL.Safari .GlobalWizardStep .FieldPanelLeft
{
    right: 44px;
}

.FieldTopMenu
{
    position: fixed;
    background-color: White;
    width: 100%;
    border-bottom: solid 1px #cccccc;
    z-index: 2;
    height: 45px; /*background-color: #e4efff;*/
}

.GlobalWizardStep .FieldTopMenu
{
    width: 898px;
}

.FieldWrapperError .FieldTopMenu
{
    height: 70px;
}

.FieldTopMenuPadding
{
    padding: 10px 20px 0 250px;
}

.GlobalWizardStep .FieldTopMenuPadding
{
    padding: 10px 20px 0 240px;
}

.IE7 .FieldTopMenuPadding .ErrorLabel, .IE7 .FieldTopMenuPadding .InfoLabel
{
    display: inline;
}

.RTL .FieldTopMenuPadding
{
    padding: 10px 250px 0 20px;
}

.RTL .GlobalWizardStep .FieldTopMenuPadding
{
    padding: 10px 240px 0 20px;
}

.FieldEditor .FieldTopMenu .InfoLabel, .FieldEditor .FieldTopMenu .ErrorLabel
{
    padding-top: 10px;
}

.FieldPanelRightContentPadding
{
    padding: 50px 15px 15px 240px;
}

.RTL .FieldPanelRightContentPadding
{
    padding: 56px 261px 15px 15px;
}

.FieldWrapperError .FieldPanelRightContentPadding
{
    padding: 81px 15px 15px 261px;
}

.RTL .FieldWrapperError .FieldPanelRightContentPadding
{
    padding: 81px 261px 15px 15px;
}

.GlobalWizardStep .FieldPanelRightContentPadding
{
    padding: 46px 0px 0 230px;
}

.RTL .GlobalWizardStep .FieldPanelRightContentPadding
{
    padding: 46px 230px 0 0;
}

.GlobalWizardStep .FieldWrapperError .FieldPanelRightContentPadding
{
    padding: 70px 0 0 230px;
}

.GlobalWizardStep .FieldPanelRightWrapper
{
    padding-right: 10px;
}

.RTL .GlobalWizardStep .FieldPanelRightWrapper
{
    padding-left: 10px;
}

.RTL .GlobalWizardStep .FieldWrapperError .FieldPanelRightContentPadding
{
    padding: 70px 230px 0 0;
}

.FieldAnchor
{
    position: absolute;
    z-index: 100;
    margin-top: -80px;
}

.FieldWrapperError .FieldAnchor
{
    margin-top: -100px;
}

.FieldEditorBody
{
    height: auto;
}

.FieldEditorWizardBody
{
    height: auto;
    overflow: hidden;
}

.FieldEditorBody .PageContent
{
    padding: 0;
}

.FieldPanelRightWrapper
{
    padding: 10px 0 20px 10px;
}

.RTL .FieldPanelRightWrapper
{
    padding: 10px 10px 20px 0px;
}

.GlobalWizardStep .FieldPanelRightWizard
{
    height: 354px;
    overflow: auto;
}

.GlobalWizardStep .FieldWrapperError .FieldPanelRightWizard
{
    height: 330px;
}

.GlobalWizardStep .AttributesList
{
    height: 250px;
}

.FieldTableMenu
{
    vertical-align: top;
    margin-bottom: 10px;
}

.FieldTableMenu td
{
    vertical-align: top;
}

.FieldMenuButtons
{
    padding: 0px 7px;
    vertical-align: top;
}

.FieldMenuButtons input
{
    width: 24px;
    height: 24px;
    margin-bottom: 10px;
    display: block;
}

.FieldGrouppedButtons
{
    margin-bottom: 35px;
}

.FieldPanelLeft ul
{
    margin: 0;
    list-style-type: none;
    padding: 0;
}

.FieldPanelLeft ul li
{
    margin-top: 2px;
}

.FieldContentTable
{
    width: 100%;
    display: inline;
}

.GlobalWizardStep .FieldContentTable
{
    width: auto;
}

.RTL .GlobalWizardStep .FieldContentTable
{
    margin: 10px 10px 20px 0;
}

.FieldRightScrollPanel
{
    position: relative;
    z-index: 1;
}

.FieldTopMenuPadding .FloatRight
{
    height: 25px;
    position: relative;
}

.FieldTopMenuPadding .FloatRight a
{
    bottom: 5px;
    right: 0;
    position: absolute;
    width: 230px;
}

.RTL .FieldTopMenuPadding .FloatRight a
{
    right: auto;
    left: 0;
}

.FieldClassEditor .FieldAnchor
{
    margin-top: -110px;
}

.FieldClassEditor .FieldWrapperError .FieldAnchor
{
    margin-top: -170px;
}

.FieldClassEditorError
{
    height: 45px;
}

.FieldClassMenu
{
    height: 51px;
    position: relative;
    top: 0px;
    z-index: 10;
}

.FieldClassMenuWrapper
{
    border-bottom: 1px solid #CCCCCC;
    padding: 10px 0 10px 15px;
    position: fixed;
    width: 100%;
    background-color: white;
    height: 31px;
    top: 0px;
}

.RTL .FieldClassMenuWrapper
{
    padding: 10px 15px 10px 0;
}

.FieldPanelError
{
    margin: 20px;
}

.FieldEditor .MenuItemEditDisabled img
{
    padding: 0;
}

.ContentEditMenu .MenuItemEditDisabled
{
    padding-right: 10px !important;
}

.FieldBlockLabel
{
    display: block;
}

.FieldEditor .FieldBlockLabel
{
    padding-bottom: 4px;
}

.FieldEditor .EditingFormTable
{
    padding: 0px;
}

.FieldSimpleLabel
{
    padding-left: 3px;
    padding-bottom: 4px;
    display: block;
    font-weight: bold;
}

.FieldPanel
{
    margin-top: 5px;
    margin-bottom: 5px;
}

.FormControlTable
{
    width: 550px;
}

/* Master page */
.MasterPageLayout
{
    margin-left: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 88%;
    padding: 5px;
    border: solid 1px #cccccc;
}

.HTMLCode
{
    font-family: Courier New;
    font-size: 13px;
}
.HTMLTag
{
    color: #0000ff;
}
.HTMLTagContent
{
    color: #a31515;
}
.HTMLProperty
{
    color: #0000ff;
}
.HTMLPropertyName
{
    color: #ff0000;
}

/* Table relationship */
.TableRelationship .LeftTableColumn
{
    text-align: left;
}

.RTL .TableRelationship .LeftTableColumn
{
    text-align: right;
}

.TableRelationship .RightTableColumn
{
    text-align: right;
}

.RTL .TableRelationship .RightTableColumn
{
    text-align: left;
}

/* Recycle bin*/
.UniGridFilterDropDown
{
    width: 100%;
}


/* Tooltip */
.TooltipTitle
{
    font-weight: bold;
    padding: 3px 0px 2px 0px;
}

.RTL .TooltipTitle, .RTL .TooltipDescription
{
    clear: both;
    direction: rtl;
    text-align: right;
}

.RTL .TooltipImage
{
    float: right;
}

.ABTestingAnalyticsReport .ErrorLabel
{
    display: inline;
}

/* Metadata editor */
.MetaDataTable
{
    width: 100%;
    font-family: Tahoma;
    font-size: 12px;
}

.MetaDataEditorTd
{
    width: 80px;
}

.MetaDataTextBoxField
{
    width: 99%;
}

.MetaDataTextAreaField
{
    width: 99%;
    height: 100px;
}

/* Localizable TextBox */
.LocalizablePanel
{
    background-color: #eee;
    border-color: #aeaeae;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px 0;
    display: inline-block;
    top: 1px;
    padding: 1px 1px 1px 1px;
    position: relative;
}

.RTL .LocalizablePanel
{
    border-style: solid none solid solid;
    border-width: 1px 0px 1px 1px;
    padding: 1px 1px 1px 1px;
}

.LocalizableTop
{
    vertical-align: top;
    top: 0px;
}

.Gecko4 .LocalizableTop
{
    top: 1px;
}

.LocalizeField .ResourceSelector, .LocalizeField .LocalizeKeyPanel, .LocalizeField .InfoLabel
{
    margin-left: 27px;
}

.RTL .LocalizeField .ResourceSelector, .RTL .LocalizeField .LocalizeKeyPanel, .RTL .LocalizeField .InfoLabel
{
    margin-right: 27px;
}

.IE7 .LocalizablePanel
{
    height: 16px;
    top: 0px;
    display: inline;
}

.IE9 .LocalizablePanel, .Safari .LocalizablePanel, .Opera .LocalizablePanel
{
    top: 0px;
    height: 16px;
}

.IE8 .LocalizablePanel
{
    top: 3px;

}

.IE7 .LocalizablePanel.LocalizableTop, .Gecko3 .LocalizablePanel.LocalizableTop
{
    top: 1px;
}

.IE8 .LocalizablePanel.LocalizableTop, .IE9 .LocalizablePanel.LocalizableTop
{
    top: 0px;
}

.LocalizableIcon, .LocalizableIconLast
{
    cursor: pointer;
    margin: 0px;
    padding: 0px;
}

.LocalizableIconLast
{
    margin: 0px 0px 0px 3px;
}

.RTL .LocalizableIconLast
{
    margin: 0px 3px 0px 0px;
}

.LocalizableChecklist
{
    margin-bottom: 15px;
}

/* Project progress */
.ProgressBlock
{
    width: 100px;
}

.ProgressBlock .ProgressBar .Bar
{
    background-color: White;
    height: 12px;
    width: 60px;
    border: solid 1px silver;
    float: left;
    margin-right: 5px;
}

.RTL .ProgressBlock .ProgressBar .Bar
{
    float: right;
    margin-left: 5px;
}

.ProgressBlock .ProgressBar .Bar .Progress
{
    background-color: #50dd00;
    height: 100%;
    width: 50%;
}

.ProgressBlock .ProgressBar .Bar .ProgressValue
{
    float: left;
}

.RTL .ProgressBlock .ProgressBar .Bar .ProgressValue
{
    float: right;
}

.ClearBoth
{
    clear: both;
}

/* Project (Project task) status color */
.StatusColorBar
{
    height: 13px;
    border: solid 1px silver;
}

/* Modal dialogs */
.ModalBackground
{
    background-color: #888888;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.ModalPopupDialog
{
    background-color: #ffffff;
    border: solid 1px #888888;
}

.ModalPopupDialog .DialogPageBody .PageTitleBody .PageTitleHeader
{
    border-bottom: 1px solid #CCCCCC;
    display: block;
    padding: 5px 5px 1px;
    white-space: nowrap;
}


.ModalPopupDialog .PageFooterLine
{
    position: relative !important;
}

.ModalPopupDialog .DialogPageContent
{
    padding: 10px;
}

.ModalPopupDialog .PageFooterLine .Buttons
{
    text-align: right;
}

.RTL .ModalPopupDialog .PageFooterLine .Buttons
{
    text-align: left;
}


/* Newsletters */


.RangeDateTimePickerLabel
{
    padding-right: 3px;
    padding-left: 3px;
}

.EditingFormControlNestedControl .AttachmentsList .InfoLabel, .ErrorLabel
{
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.EditingFormControlNestedControl .RelatedDocuments
{
    border: 1px solid #cccccc;
    padding: 5px;
}

.AddRelatedDocumentsCurrentNode
{
    padding: 3px;
}

.WebAnalitycsMenuItemEdit
{
    padding-right: 10px;
}

.WebAnalitycsMenuItemImage
{
    margin: 0 5px 1px 0;
    vertical-align: middle;
}

.RTL .WebAnalitycsMenuItemImage
{
    margin: 0 0px 1px 5px;
}

/* API Examples */
.ExamplesHeaderLeft
{
    background-image: url("./Images/Others/APIExamples/logo.png");
    background-repeat: no-repeat;
    height: 38px;
    float: left;
    padding: 5px;
    width: 189px;
    overflow: hidden;
    margin: 0px;
}
.RTL .ExamplesHeaderLeft
{
    background-image: url("./Images/Others/APIExamples/logortl.png");
    float: right;
}
.MainExampleContainer .InfoLabel
{
    padding-bottom: 0;
}
.ExampleMassActionBtn
{
    float: right;
    padding: 5px;
}
.RTL .ExampleMassActionBtn
{
    float: left;
    padding: 5px;
}
.MainExampleContainer
{
    position: fixed;
    top: 36px;
    bottom: 250px;
    left: 0;
    right: 0;
    width: 100%;
}
.ExampleOuter
{
    width: 50%;
    height: 100%;
    min-height: 100%;
    float: left;
    position: absolute;
    top: 0px;
    bottom: 0px;
}
.RTL .ExampleOuter
{
    float: right;
}
.ExampleOuter.Left
{
    left: 0px;
    right: auto;
}
.ExampleOuter.Right
{
    left: auto;
    right: 0px;
}
.RTL .ExampleOuter.Left
{
    right: 0px;
    left: auto;
}
.RTL .ExampleOuter.Right
{
    right: auto;
    left: 0px;
}
.ExampleTitle
{
    display: block;
    margin: 13px 10px 0;
    padding: 0px 10px;
    font-weight: bold;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #CCCCCC;
    border-bottom: none;
    background: url("./Images/Design/Controls/UniGrid/Header.png") repeat scroll 0 0 #E9F3FE;
}
.ExampleInner
{
    border: 1px solid #ccc;
    margin: 0 10px;
    padding: 10px;
    overflow: auto;
    top: 40px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    position: absolute;
}
.ExampleInner .XXLongSubmitButton, .ExampleInner .XXLongButton, .ExampleInner .XXXLongSubmitButton, .ExampleInner .XXXLongButton
{
    padding-bottom: 3px;
    height: 20px;
}
.ExampleSection
{
    border-bottom: 1px solid #CCCCCC;
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
    color: #FF6600;
    margin: 18px 10px 12px 10px;
}
.ExamplePanel
{
    padding: 0;
}
.ExamplePanel .Example
{
    margin-bottom: 7px;
}
.ExamplePanel fieldset
{
    border: 0px none;
    margin-top: 8px;
    padding-bottom: 0;
    padding-top: 0;
}
.ExamplePanel fieldset > div
{
    padding: 0 3px 0 3px;
}
.ExamplePanel fieldset legend
{
    padding: 0 28px;
    margin-bottom: 4px;
    font-size: 13px;
}
.IE7 .ExamplePanel fieldset legend
{
    padding: 0 21px;
}
.ExamplePanel .ExampleNumber
{
    width: 23px;
    display: block;
    float: left;
    line-height: 21px;
    text-align: right;
}
.RTL .ExamplePanel .ExampleNumber
{
    float: right;
    text-align: left;
}
.ExamplePanel .InfoLabel, .ExamplePanel .ErrorLabel
{
    margin-left: 20px;
    margin-right: 20px;
    padding: 8px 6px;
    text-align: inherit;
}
.ExampleCodeOuter
{
    width: 100%;
    position: absolute;
    bottom: 10px;
    left: 0;
}
.ExampleCodeInner
{
    margin: 0 10px;
    padding: 0px;
}
.GraphTooltip
{
    border: darkgray 1px outset;
    width: auto;
    color: black;
    height: auto;
    background-color: lemonchiffon;
    margin: 3px 3px 3px 3px;
    padding: 3px 3px 3px 3px;
    text-align: justify;
    font-family: Arial;
    font-size: 12px;
    z-index: 999;
    position: fixed;
}

.ABTestOverViewList
{
    margin-top: 25px;
    margin-bottom: 10px;
    margin-right: 5px;
    margin-left: 5px;
}

.TestGraphLink
{
    color: #000000;
    font-family: Arial;
    font-size: 12px;
}

.UserEditAddItemDialogDateTimePickerDiv
{
    padding-right: 10px;
    padding-left: 10px;
}

.MacroTreeEditor
{
    width: 500px;
    height: 300px;
    overflow: auto;
    background: white;
    border: solid 1px grey;
    z-index: 10000;
}

/* Macro designer */
.MacroDesignerCue
{
    border: dashed 1px #ff0000;
    background-color: #ffffff;
    display: none;
    margin: 5px;
    min-height: 48px;
}
.MacroElementHandle
{
    height: 22px;
}
.MacroDesigner
{
    padding: 10px;
    width: 97%;
}
.MacroDesignerGroup
{
    border: solid 1px #999999;
    margin-top: 5px;
}
.MacroDesignerGroupActive
{
    border: dashed 1px red;
    margin-top: 5px;
}
.MacroDesigner .G
{
    background-color: #dddddd;
}
.MacroDesigner .G .G
{
    background-color: #ddffdd;
}
.MacroDesigner .G .G .MacroDesignerHeader
{
    border-bottom: solid 1px #aaddaa;
    background-color: #cceecc;
}
.MacroDesigner .G .G .G
{
    background-color: #ffdddd;
}
.MacroDesigner .G .G .G .MacroDesignerHeader
{
    border-bottom: solid 1px #ddaaaa;
    background-color: #eecccc;
}
.MacroDesigner .G .G .G .G
{
    background-color: #ddddff;
}
.MacroDesigner .G .G .G .G .MacroDesignerHeader
{
    border-bottom: solid 1px #aaaadd;
    background-color: #ccccee;
}
.MacroDesigner .G .G .G .G .G
{
    background-color: #ffffdd;
}
.MacroDesigner .G .G .G .G .G .MacroDesignerHeader
{
    border-bottom: solid 1px #ccccaa;
    background-color: #eeeecc;
}
.MacroDesigner .G .G .G .G .G .G
{
    background-color: #dddddd;
}
.MacroDesigner .G .G .G .G .G .G .MacroDesignerHeader
{
    border-bottom: solid 1px #aaaaaa;
    background-color: #cccccc;
}
.MacroDesignerChildGroups
{
    padding: 10px;
}
.MacroDesignerExpression
{
    padding-left: 5px;
    padding-right: 5px;
}
.MacroDesignerExpressionActive
{
    margin: -1px;
    border: dashed 1px red;
    padding-left: 5px;
    padding-right: 5px;
}
.MacroDesignerExpression MacroDesignerChildGroups
{
    padding: 5px;
}
.MacroDesignerHeader
{
    border-bottom: solid 1px #aaaaaa;
    background-color: #cccccc;
    color: #FFFFFF;
    cursor: move;
    height: 20px;
    padding: 1px 1px 2px 1px;
    white-space: nowrap;
}
.MacroDesignerMove
{
    cursor: move;
}
.MacroDesignerOperator
{
    padding: 5px;
}
.MacroDesignerButtons
{
    padding: 2px;
    cursor: pointer;
}
.MacroDesignerRemoveButton
{
    padding-left: 10px;
}

/* Object versioning */
.TableSeparator
{
    border-top: 1px solid #B5C3D6;
    border-bottom: 1px solid #B5C3D6;
}

.NoSideBorders
{
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
}

.VersionTab .InfoLabel, .VersionTab .ErrorLabel
{
    padding: 0px 0px 10px 0px !important;
}

.NoSideBorders .EvenRow, .NoSideBorders .OddRow, .NoSideBorders .UniGridHead
{
    border: 1px solid #B5C3D6;
}

.ObjectVersioning .NotIncluded, .ObjectVersioning .HTMLNotIncluded
{
    display: inline;
    visibility: hidden;
}

.IE7 .ObjectRecycleBin .TextRight
{
    padding: 0% 3%;
}

/* Contact management */
.ContentPanel
{
    margin: 5px 0px 5px 0px;
    width: 978px;
}

.AccountLabelLeft
{
    width: 110px;
}

.AccountLabelRight
{
    width: 90px;
}

.AccountControlLeft
{
    width: 340px;
}

.AccountControlRight
{
    width: 390px;
}

.MiddleButton
{
    text-align: center;
    padding-top: 5px;
}

.AddContactLabel
{
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
}

.AddContactSelector
{
    padding-top: 3px;
}

.ContactLabel
{
    width: 100px;
    /*vertical-align: top;*/
}

.ContactLabelDoubleHeight
{
    width: 100px;
    vertical-align: top;
    padding-top: 4px;
}

.ContactLabelShort
{
    width: 75px;
}

.ContactControlShort
{
    width: 240px;
}

.ContactControlShortRight
{
    width: 120px;
}

.ContactControl
{
    vertical-align: top;
    width: 340px;
}

.ContactControlRight
{
    width: 390px;
}

.CalendarPanelUniselectorDialog
{
    padding-bottom: 5px;
}

.GraphPreloaderInfoText
{
    padding: 12px;
}


.ActivityDetailsLabel
{
    width: 120px;
}

.ActivityCommentBox
{
    width: 650px;
}

.ActivityDetailsCommentBox
{
    width: 650px;
    height: 150px;
}

.ActivityPanel
{
    padding-bottom: 10px;
}

.FilterColumn
{
    width: 100px;
}

.FilterLabel
{
    padding-bottom: 5px;
    display: block;
}

.FilterPanel
{
    padding-bottom: 10px;
}

.PanelButton
{
    padding-top: 7px;
}

.PanelButton .SubmitButton
{
    margin-top: 7px;
}

.GoalsCheckBoxDiv
{
    margin-left: 40px;
}

.CampaignSubmitButton
{
    margin-left: 150px;
}

.ComboBox .TextBoxField
{
    width: 274px;
}

.ComboBoxColumn
{
    width: 294px;
}

.MergeDialog .SelectorColumn
{
    width: 386px;
}

.ResolveButton
{
    margin-left: 10px;
    margin-right: 10px;
}

.ComboBox button
{
    background-image: url(./Images/CMSModules/CMS_PortalEngine/Menu.png) !important;
    border: 0px !important;
    background-color: White !important;
    height: 18px !important;
    width: 16px !important;
    cursor: pointer;
    background-position: 3px 5px;
    background-repeat: no-repeat;
}

.ui-corner-all
{
    border-radius: 0px !important;
}

.MergeDialog .ContentPanel
{
    width: 655px;
}

.MergeDialog .ui-tabs .ui-tabs-nav
{
    position: fixed;
    width: 100%;
}

.MergeDialog .JqueryUITabs .ui-tabs-panel
{
    height: 100% !important;
    padding: 0px !important;
}

.MergeDialog .BodyPanel
{
    position: fixed;
    bottom: 43px;
    top: 65px;
    width: 100%;
    z-index: 1;
    overflow-x: hidden;
    overflow-y: auto;
}

.MergeDialog .PaddingPanel
{
    padding: 6px;
}

.MergeDialog .HeaderSeparator
{
    position: fixed;
    top: 63px;
    width: 100%;
    z-index: 5;
}

.CollisionPanel .LabelColumn
{
    width: 103px;
    height: 22px;
}

.PageReportRadioButtonsPanel
{
    margin-bottom: 18px;
}

.PageReportRadioButton
{
    padding-right: 25px;
}

a.ComboSelect
{
    background-color: White !important;
    color: Black !important;
    line-height: 1 !important;
    border-width: 0px !important;
    margin: 0px !important;
    padding: 0.3em 0.12em !important;
    font-family: MS Shell Dlg !important;
    font-size: 13.3px !important;
}

a.ComboSelect:hover
{
    background-color: #3399FF !important;
    color: White !important;
    border-width: 0px !important;
    margin: 0px !important;
    padding: 0.3em 0.12em !important;
    font-family: MS Shell Dlg !important;
    font-size: 13.3px !important;
}

ul.ComboSelector
{
    padding: 0px !important;
    border: 1px solid #CCCCCC;
}

/* Split mode styles */
.SplitToolbar
{
    padding: 0px 3px 0px 19px;
    background: #c5cbd0;
    border-bottom: 1px solid #81878c;
    height: 34px;
    line-height: 34px;
}

.SplitToolbar.Horizontal
{
    border-top: 1px solid #81878c;
    height: 33px;
    line-height: 33px;
}

.IE7 .SplitToolbar.Horizontal, .IE7 .SplitToolbar
{
    line-height: normal;
}

.SplitToolbar table .Button
{
    height: 26px;
    padding-left: 3px;
    padding-top: 1px;
    width: 32px;
    margin-top: 3px;
}

.SplitToolbar table .Button.Selected, .SplitToolbar table .Button:hover
{
    background: url("./Images/Design/Backgrounds/SplitViewSelected.png") top left no-repeat;
}

.RTL .SplitToolbar table .Button.Selected, .RTL .SplitToolbar table .Button:hover
{
    background: url("./Images/Design/Backgrounds/SplitViewSelected.png") top center no-repeat;
}

.RTL .SplitToolbar
{
    padding: 0px 19px 0px 3px;
}

.SplitToolbar table
{
    border-collapse: collapse;
}

.SplitToolbar .LangSelector
{
    width: 80%;
    margin-top: 5px;
}

.SplitToolbar.Vertical > .LeftAlign, .SplitToolbar.Vertical > .RightAlign
{
    width: 50%;
    vertical-align: middle;
}

.SplitToolbar .LeftAlign .Separator
{
    background-image: url("./Images/Design/Controls/UniMenu/Separator.png");
    width: 3px;
    height: 22px;
    float: left;
    margin-right: 1px;
    margin-top: 6px;
}

.SplitToolbar .LeftAlign img
{
    vertical-align: middle;
    cursor: pointer;
    padding-right: 5px;
    float: left;
}

.RTL .SplitToolbar .LeftAlign img
{
    float: right;
}

.SplitToolbar .LeftAlign .DropDownField
{
    width: auto !important;
    border: 1px solid #81878c;
}

.SplitToolbar .Close
{
    padding: 0px 0px 0px 5px;
}

.RTL .SplitToolbar .Close
{
    padding: 0px 5px 0px 0px;
}

.SplitToolbar .SplitToolbarSync
{
    margin-right: 20px;
    margin-left: 5px;
}

.RTL .SplitToolbar .SplitToolbarSync
{
    margin-right: 5px;
    margin-left: 20px;
}

.SplitToolbar .SplitToolbarHelpClose
{
    height: 33px;
}

.SplitToolbar .SplitToolbarSeparator
{
    background-image: url("./Images/Design/Controls/UniMenu/RightBorder.png");
    background-repeat: no-repeat;
    width: 3px;
    height: 25px;
    float: left;
    margin: 3px 0px 2px 0px;
}

.RTL .SplitToolbar .SplitToolbarSeparator
{
    float: right;
    margin-left: 0px;
    margin-right: 5px;
}

.SplitSeparator
{
    cursor: default !important;
    width: 10px;
    background: #c5cbd0;
    border-left: 1px solid #81878c;
    border-right: 1px solid #81878c;
}

/* Validation styles */
.Validation .Status
{
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    padding: 0px 5px 10px 5px;
}

.Validation .Status img
{
    vertical-align: bottom;
}

.Validation .Results
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 5px;
    display: block;
}

.Validation .Source strong
{
    color: red;
}

.CampaignReportSelector
{
    padding-right: 20px;
}

.CampaignRedFlag
{
    font-weight: bold;
    color: Red;
}

.CampaignGoal
{
    font-weight: bold;
    color: Green;
}

/* Categories */

.Categories
{
    position: relative;
    width: 100%;
}

.Categories .JqueryUITabs .ui-tabs-panel
{
    padding: 0px !important;
    height: 100% !important;
}

.Categories .DialogTreeArea td
{
    vertical-align: top;
    font-family: Verdana;
    font-size: 12px;
}

.Categories .TitleBreadCrumbSeparator
{
    height: 15px;
    padding: 0 7px;
}

.Categories .PageTitleBreadCrumbsPadding
{
    padding: 7px 10px;
    border-bottom: solid 1px #cccccc;
    display: block;
    width: 100%;
    height: 15px;
}

.Categories .DialogTreeArea
{
    padding: 3px 0 0 3px;
}

.RTL .Categories .DialogTreeArea
{
    padding: 3px 3px 0 0;
}

.Categories .MenuItemDisabled
{
    color: #AAA;
}

select
{
    height: 20px;
}

.PasswordStrengthText
{
    padding-top: 2px;
    padding-bottom: 1px;
}

.PasswStrenghtIndicator
{
    margin-bottom: 4px;
    max-width: 292px;
}

.PasswordStrengthHint
{
    color: #777;
}

.AutoCompleteHints li
{
    line-height: 20px;
    white-space: nowrap;
}

.ForumPostApprove
{
    padding: 10px;
}
.ForumPostApprove td
{
    vertical-align: top;
}
.ForumPostApprove .ItemLabel
{
    font-weight: bold;
    padding: 2px 20px 2px 2px;
}
.ForumPostApprove .PostText
{
    border: 1px solid #CCCCCC;
    height: 390px;
    overflow: auto;
    padding: 2px;
    width: 483px;
}
.ForumPostApprove .Post
{
    overflow: auto;
    padding: 3px;
    width: 480px;
}

.loginBox .LogonData
{
    height: 160px;
}

.loginBox .LogonData table
{
    margin: auto;
}

.loginBox .LogonData td
{
    font-size: 14px;
    width: 75px;
}

.loginBox .PasswordLabel
{
    width: 158px !important;
}

.IE7 .loginBox .PasswordLabel
{
    width: 170px !important;
    vertical-align: top;
    padding-top: 5px;
}

.loginBox .LogonData td.RedLabels
{
    font-size: 12px;
    padding-top: 12px;
}


.loginBox
{
}

.loginMargin
{
    margin: 0px auto auto;
    max-height: 600px;
    min-height: 310px;
    width: 496px;
    position: relative;
    padding-top: 146px;
}


.loginContainer, .SM .loginContainer
{
    background: url(./Images/Others/LogonForm/LogonForm.png) no-repeat;
    height: 327px;
    width: 496px;
}

.SM .loginContainer
{
    background: url(./Images/Others/LogonForm/SM/LogonForm.png) no-repeat;
}

.LogonTable
{
    width: 100%;
}

.LogonTextBox
{
    width: 180px;
    padding: 2px;
}

.LogonPageBody
{
    background: #50657a url(./Images/Others/LogonForm/Background.png) repeat-x;
    height: auto;
}

.OverBox
{
    height: 555px;
    width: 844px;
    background: url(./Images/Others/LogonForm/OverBox.png) center center no-repeat;
    left: 50%;
    margin: -300px auto auto -422px;
    position: absolute;
    top: 50%;
}

.loginBox .LogonButtons
{
    padding: 10px 28px 0px 28px;
}

.loginBox .LogonButtonTd
{
    vertical-align: top;
}

.loginBox .LanguageSelectorTd
{
    vertical-align: top;
    padding-top: 1px;
}

.loginBox .LanguageSelectorTd select
{
    padding: 2px;
    border: 1px solid #173774;
}

.Safari .loginBox .LanguageSelectorTd select, .Gecko .loginBox .LanguageSelectorTd select
{
    height: 25px;
}

.LogonDialog
{
    padding-left: 38px;
}

.loginBox .LogonFormLogo
{
    background: url(./Images/Others/LogonForm/Logo.png) no-repeat 31px 16px;
    width: 200px;
    height: 89px;
}


.loginBox .LogonData td.LogonTitle
{
    font-size: 16px;
    color: #5e5e5e;
    text-align: center;
    padding-bottom: 15px;
    font-weight: bold;
}

.loginLine
{
    width: 468px;
    margin: auto;
    text-align: right;
    color: white;
    padding: 22px 6px 0px 0px;
}

.loginLine a
{
    color: #606060;
}

.LogonPageBackground .TablePadding
{
    width: 368px !important;
}

/* Vertical menu */


.IE9 .SelectorTextBox, .IE8 .SelectorTextBox, .IE7 .SelectorTextBox
{
    height: 16px;
}

.IE9 .ExtraSmallDropDown, .IE8 .ExtraSmallDropDown, .IE7 .ExtraSmallDropDown
{
    height: 20px;
}

.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: #f9c879;
    background-image: url(./Images/Design/Controls/Tabs/Vertical/TabMidSelected.png);
    background-position: -1px bottom;
    background-repeat: no-repeat;
    border-right: none;
    border-left: 1px solid #b97524;
    margin: 0px;
    padding: 8px 3px 9px 7px;
    font-size: 11px;
    height: 13px;
    width: 126px;
    overflow: hidden;
    white-space: nowrap;
    color: #000000;
    font-family: Tahoma;
    cursor: pointer;
}

.RTL .TabsVertical .TabControlSelected
{
    border-left: none;
    padding: 8px 7px 9px 3px;
    background-image: url(./Images/RTL/Design/Controls/Tabs/Vertical/TabMidSelected.png);
    background-position: bottom right;
}

.VerticalTabsPanel
{
    height: 100%;
    width: 126px;
    position: absolute;
    overflow: hidden;
}
/*------------------------------------------*/
.TabsVertical .TabControl
{
    background-color: #e0e0e0;
    background-image: url(./Images/Design/Controls/Tabs/Vertical/TabMid.png);
    background-position: -1px bottom;
    background-repeat: no-repeat;
    margin: 0px;
    padding: 8px 3px 9px 7px;
    width: 126px;
    height: 13px;
    line-height: normal;
    font-size: 11px;
    overflow: hidden;
    font-family: Tahoma;
    cursor: pointer;
    color: #000000;
}

.IE7 .TabsVertical .TabControl
{
    border-right: 1px solid #8d8d8d;
}

.RTL .TabsVertical .TabControl
{
    background-image: url(./Images/RTL/Design/Controls/Tabs/Vertical/TabMid.png);
    background-position: bottom right;
}

.TabsVertical .TabControl:hover
{
    background-image: url(./Images/Design/Controls/Tabs/Vertical/TabMidHover.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-color: #fefefe;
    margin: 0px;
    width: 126px;
    height: 13px;
    padding: 8px 3px 9px 8px;
    border: none;
}

.IE9 .TabsVertical .TabControl
{
    line-height: 13px;
    padding: 8px 3px 9px 7px;
}

.IE9 .TabsVertical .TabControl:hover
{
    padding: 8px 3px 9px 8px;
}

.RTL .TabsVertical .TabControl:hover
{
    background-image: url(./Images/RTL/Design/Controls/Tabs/Vertical/TabMidHover.png);
    background-position: bottom right;
}

.RTL .TabsVertical .TabControl
{
    border-left: solid 1px #a4b2bc;
    border-right: none;
    padding: 8px 7px 9px 3px;
}

.RTL.IE9 .TabsVertical .TabControl
{
    border-left: solid 1px #a4b2bc;
    border-right: none;
    padding: 8px 8px 9px 3px;
}

.VerticalTabsBottom
{
    height: 1100px;
    background-image: url(./Images/Design/Controls/Tabs/Vertical/Tabs.png);
    background-position: bottom left;
    background-repeat: repeat-y;
    background-color: #e0e0e0;
}

.RTL .VerticalTabsBottom
{
    border-right: none;
    border-left: solid 1px #a4b2bc;
    background-image: url(./Images/RTL/Design/Controls/Tabs/Vertical/Tabs.png);
    background-position: bottom right;
}

.VerticalTabsTop
{
    height: 37px;
    width: 127px;
    margin-left: 0px;
    background-image: url(./Images/Design/Controls/Tabs/Vertical/TabTop.png);
    background-color: #e0e0e0;
}

.RTL .VerticalTabsTop
{
    margin-left: auto;
    margin-right: -1px;
    border-right: none;
    background-image: url(./Images/RTL/Design/Controls/Tabs/Vertical/TabTop.png);
}

/* Horizonatal sub menu */

.DashBoard .LightTabs .TabControl .TabControlLink
{
    color: #000000;
}

.LightTabs .TabControl
{
    line-height: 24px;
    overflow: hidden;
    font-family: Tahoma;
    font-size: 11px;
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    height: 24px;
    padding: 0px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    padding: 0 7px;
}

.LightTabs .TabControl:hover, .JqueryUITabs .ui-state-hover .JqueryUITabCenter
{
    background-image: url(./Images/Design/Controls/Tabs/Horizontal/SubTabs/TabMid.png);
    background-repeat: repeat-x;
    background-position: top;
    background-color: #e1e1e1;
    overflow: hidden;
    font-family: Tahoma;
    font-size: 11px;
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    padding: 0 7px;
    border-left: 1px solid #8d8d8d;
    border-right: 1px solid #8d8d8d;
    height: 24px;
}

.FullTabsRight, .TabsRight, .TabsRightDialog
{
    background-image: url(./Images/Design/Controls/Tabs/TabsPanel.png);
    background-repeat: repeat-x;
    background-position: bottom;
    background-color: #afafaf;
    height: 29px;
    margin: 0 0 0 7px;
}

.BreadTabs .FullTabsRight, .BreadTabs .TabsRight, .BreadTabs .TabsRightDialog
{
    background-image: url(./Images/Design/Controls/Tabs/BreadTabsPanel.png);
}

.LightTabs .TabControlLeft, .LightTabs .TabControlRight, .LightTabs .TabControl
{
    border-bottom: none;
}

.FullTabsLeft
{
    height: 29px;
}

.IE9 .LightTabs .TabControl:hover, .IE8 .LightTabs .TabControl:hover, .IE7 .LightTabs .TabControl:hover, .Safari .LightTabs .TabControl:hover
{
    height: 24px;
}

.LightTabs .TabControlSelected, .JqueryUITabs .ui-tabs-selected .JqueryUITabCenter, .JqueryUITabs .JqueryUITabCenter, .WidgetMyMessages .TabsHeader .TabControlSelected
{
    overflow: hidden;
    font-family: Tahoma;
    font-size: 11px;
    text-decoration: none;
    cursor: pointer;
    padding: 0 7px;
    height: 24px;
    color: #000000;
    background-image: url(./Images/Design/Controls/Tabs/Horizontal/SubTabs/TabMidSelected.png);
    background-position: top;
    border-left: 1px solid #8d8d8d;
    border-right: 1px solid #8d8d8d;
    cursor: pointer;
}

.JqueryUITabs .JqueryUITabCenter
{
    background: none;
    border-color: transparent;
    display: block;
    float: left;
    padding: 0px 7px;
    color: #000000;
}

.TabControlSelected
{
    background-image: url(./Images/Design/Controls/Tabs/Horizontal/TabMidSelected.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-color: #ffffff;
    border-left: 1px solid black;
    border-right: 1px solid black;
    overflow: hidden;
    padding: 3px 8px 0;
    cursor: pointer;
}

.LightTabs .TabControlTable, .WidgetMyMessages .TabsHeader .TabControlTable
{
    margin-top: 5px;
    height: 24px;
}

.LightTabs .TabControlSelectedLeft, .RTL .LightTabs .TabControlSelectedRight, .LightTabs .TabControlSelectedRight, .RTL .LightTabs .TabControlSelectedLeft, .JqueryUITabs .ui-tabs-selected .JqueryUITabLeft, .JqueryUITabs .ui-tabs-selected .JqueryUITabRight, .WidgetMyMessages .TabsHeader .TabControlSelectedLeft, .RTL .WidgetMyMessages .TabsHeader .TabControlSelectedRight, .WidgetMyMessages .TabsHeader .TabControlSelectedRight, .RTL .WidgetMyMessages .TabsHeader .TabControlSelectedLeft
{
    background: none;
    width: 2px;
    height: 24px;
    overflow: hidden;
    cursor: pointer;
    font-size: 0;
}

.JqueryUITabs .ui-tabs-selected .JqueryUITabLeft, .JqueryUITabs .ui-tabs-selected .JqueryUITabRight
{
    width: 3px;
}


.LightTabs .TabControlSelectedRight, .RTL .LightTabs .TabControlSelectedLeft
{
    background: none;
}


.LightTabs .TabControlRight, .RTL .LightTabs .TabControlLeft, .LightTabs .TabControlLeft, .RTL .LightTabs .TabControlRight
{
    height: 24px;
    width: 2px;
    font-size: 0;
    overflow: hidden;
    cursor: pointer;
}

.LightTabs .TabControlLeft, .RTL .LightTabs .TabControlRight
{
    width: 2px;
}

.IE7 .LightTabs .TabControlSelected, .IE7 .LightTabs .TabControl:hover, .IE7 .LightTabs .TabControl, .IE7 .WidgetMyMessages .TabsHeader .TabControlSelected, .IE7 .WidgetMyMessages .TabsHeader .TabControl:hover, .IE7 .WidgetMyMessages .TabsHeader .TabControl
{
    height: 24px;
    padding: 0 7px;
}

.HeaderSeparator
{
    border-bottom: 1px solid #8d8d8d;
    height: 5px;
    background-image: url(./Images/Design/Controls/Tabs/Horizontal/SubTabs/Separator.png);
    background-repeat: repeat-x;
    background-position: left bottom;
}

.Safari .HeaderTabs .TabControlSelected
{
    height: 21px;
}

.Safari .HeaderTabs .TabControlTable
{
    margin-top: 3px;
}

.Safari .HeaderTabs .TabControl
{
    padding: 0px 8px;
}

/* Object editation, properties */

fieldset
{
    border: 1px solid #cccccc;
    padding: 5px;
}

input[type=text], input[type="password"], select, textarea
{
    border: 1px solid #cccccc;
}

.PermissionsListBox
{
    width: 278px;
    height: 247px;
    border: 1px solid #cccccc;
}

/* Unigrid */

.UniGridHead
{
    text-decoration: none;
    color: #000000;
    background-color: #dfdfdf;
    background: url(./Images/Design/Controls/UniGrid/Header.png);
    background-position: top left;
    background-repeat: repeat-x;
    height: 27px;
}

.Opera .UniGridGrid td, .Opera .UniGridGrid th, .IE7 .UniGridGrid td, .IE7 .UniGridGrid th, .IE9 .UniGridGrid td, .IE9 .UniGridGrid th, .Gecko .UniGridGrid td, .Gecko .UniGridGrid th
{
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    border-right: none;
    border-left: none;
}

.OddRow
{
    background-color: #f7f7f7;
    height: 26px;
}
.UniGridHead
{
    background-color: #dfdfdf;
}

.UniGridHead td, .UniGridHead th
{
    background-image: url(./Images/Design/Controls/UniGrid/HeaderDivider.png);
    background-repeat: repeat-y;
    background-position: top right;
    padding: 0px 12px 0px 10px;
    font-weight: bold;
}

.UniGridHead th:last-child
{
}

th.UnigridSelection
{
    background-image: none;
}

.IE7 th.UnigridSelection
{
    background-image: url(./Images/Design/Controls/UniGrid/HeaderLong.png);
}

.UnigridSelection
{
    text-align: center !important;
    padding: 0px 12px 0px 10px !important;
    border-right: 1px solid #cccccc !important;
}

.RTL .UnigridSelection
{
    text-align: center !important;
    padding-right: 10px !important;
    border-left: 1px solid #cccccc !important;
}

.UniGridActions
{
    text-align: left !important;
    padding: 0px 10px 0px 10px !important;
    border-right: 1px solid #ccc !important; /*background: none;*/
}

.RTL .UniGridActions
{
    padding: 4px 10px 4px 10px !important;
    background: url(./Images/Design/Controls/UniGrid/HeaderDivider.png) repeat-y top left !important;
    text-align: right !important;
}

.AC.UniGridActions
{
    padding-left: 0px !important;
}

.RTL.AC.UniGridActions
{
    padding-right: 0px !important;
}

.RTL.IE7 .UniGridActions
{
    padding: 0px 10px 0px 10px !important;
}

.UnigridPagerPage:hover
{
    background-image: url(./Images/Design/Controls/UniGrid/Active.png);
    background-repeat: repeat-x;
    border: 1px solid #ba782a;
    background-color: #ffce80;
}

.UnigridPagerSelectedPage
{
    background-image: url(./Images/Design/Controls/UniGrid/Active.png);
    background-repeat: repeat-x;
    border: 1px solid #ba782a;
    background-color: #ffce80;
}

.UniGridPager
{
    text-decoration: none;
    color: #000000;
    border-left: solid 1px #cccccc;
    border-right: none;
    border-bottom: solid 1px #cccccc;
    background-image: url(./Images/Design/Controls/UniGrid/Header.png);
    background-repeat: repeat-x;
    background-position: top left;
    background-color: #dfdfdf;
    height: 27px;
    line-height: 22px;
    width: 100%;
}

.RTL .UniGridPager
{
    border-right: solid 1px #cccccc;
}


.IE7 .UniGridPager
{
    border-right: solid 1px #cccccc;
}

.UniGridGrid
{
    width: 100%;
    border: 1px solid #cccccc;
}

.IE7 .PermissionMatrix td, .IE9 .PermissionMatrix td, .Safari .PermissionMatrix td, .Opera .PermissionMatrix td, .Opera .PermissionMatrix th, .Gecko .PermissionMatrix td, .Gecko .PermissionMatrix th
{
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    border-right: none;
    border-left: none;
}

.PermissionMatrix .UniGridHead th
{
    padding: 0 10px !important;
}

.MatrixHeader
{
    font-weight: bold;
    padding: 3px 10px 3px 10px !important;
}

/* Media Library */

.Uploader .Uploader
{
    width: 280px;
}

.BreadTabs .FullTabsRight, .BreadTabs .TabsRight, .BreadTabs .TabsRightDialog
{
    background-color: #AFAFAF;
    background-image: url(./Images/Design/Controls/Tabs/BreadTabsPanel.png);
    background-position: center bottom;
    background-repeat: repeat-x;
    height: 29px;
    margin: 0 0 0 7px;
}

.BreadTabs .FullTabsLeft, .BreadTabs .TabsLeft
{
    background-image: url(./Images/Design/Controls/Tabs/BreadTabsPanel.png);
    background-position: left top;
    background-repeat: repeat-x;
    float: left;
    height: 28px;
    overflow: hidden;
    width: 7px;
    border-bottom: solid 1px #8d8d8d;
}

.DialogMenu
{
    border-bottom: solid 1px #8d8d8d;
    background-repeat: repeat-x;
    background-image: url(./Images/CMSModules/CMS_Content/Dialogs/menubg.png);
    background-position: top left;
    display: block;
    float: left;
    height: 45px;
    width: 100%;
    overflow: hidden;
}

.DialogMenu .MenuItemRight
{
    width: 102px;
    height: 36px;
    margin: 2px 3px;
    padding: 0px 0px 0px 8px;
    cursor: pointer;
    color: #000000;
    float: left;
}

.DialogMenu .DialogMenuLeft
{
    background-repeat: repeat-x;
    font-family: Arial;
    font-size: 12px;
    display: block;
    width: 236px;
    float: left;
    height: 41px;
    padding: 2px 0px 2px 3px;
    border-right: 1px solid #8d8d8d;
}

.DialogMenu .Smaller
{
    width: 128px;
}

.DialogMenu .MenuItemLeft
{
    background-image: url(./Images/CMSModules/CMS_Content/Dialogs/addfolder.png);
    background-repeat: no-repeat;
    cursor: pointer;
    width: 74px;
    height: 36px;
    margin: 2px;
    padding: 0px 0px 0px 36px;
    color: #000000;
    float: left;
    text-align: left;
}

.DialogMenu .DeleteFolder .MenuItemLeft
{
    background-image: url(./Images/CMSModules/CMS_Content/Dialogs/deletefolder.png);
}

.DialogMenu .MenuItemLeft:hover
{
    background-image: url(./Images/CMSModules/CMS_Content/Dialogs/addfolderover.png);
}

.DialogMenu .DeleteFolder .MenuItemLeft:hover
{
    background-image: url(./Images/CMSModules/CMS_Content/Dialogs/deletefolderover.png);
}

.InnerDiv
{
    color: #000000;
}

.MediaLibraryFolderActions
{
    line-height: 20px;
    height: 20px;
    padding: 5px 0px 5px 8px;
    border-bottom: 1px solid #8d8d8d;
    background-color: #ebebeb;
    background-image: url(./Images/Design/Backgrounds/MediaLibraryUnderMenu.png);
}

.DialogMenu .DialogFullScreen
{
    width: 175px;
    height: 41px;
    padding: 2px;
    position: absolute;
    right: 0px;
    background-image: url(./Images/Design/Backgrounds/MediaLibraryWatermark.png);
    background-position: 110px 0;
    background-repeat: no-repeat;
}

.DialogResizerVLine
{
    height: 5px;
    font-size: 0;
    border-top: 1px solid #8d8d8d;
    border-bottom: 1px solid #8d8d8d;
    background-image: url(./Images/Design/Controls/FrameResizer/Vertical/Resizer.png);
    background-repeat: repeat-x;
    background-position: center;
    width: 100%;
}

.DialogTileItemShadow
{
    width: 222px;
    height: 74px;
    float: left;
    margin: 0px 11px 11px 0px;
    background-image: url(./Images/Design/Controls/Dialogs/tiles_shadow.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    position: relative;
}

.DialogTileItem
{
    border: solid 1px #bfbfbf;
    width: 210px;
    height: 62px;
    background-color: #FFF;
    background-image: url(./Images/Design/Backgrounds/MediaLibraryTile.png);
    background-position: bottom left;
    background-repeat: repeat-x;
}

.TilesMultipleSelection
{
    position: absolute;
    bottom: 16px;
    left: 5px;
}


.DialogThumbnailItemShadow
{
    width: 182px;
    height: 148px;
    margin: 0px 11px 11px 0px;
    float: left;
    background-image: url(./Images/Design/Controls/Dialogs/thumbs_shadow.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    position: relative;
}

.RTL .DialogThumbnailItemShadow
{
    width: 172px;
}

.ThumbMultipleSelection
{
    position: absolute;
    bottom: 15px;
    left: 4px;
}

.DialogThumbnailItem
{
    background-image: url(./Images/Design/Backgrounds/MediaLibraryThumbs.png);
}

.UnigridPagerPrev
{
    background: url(./Images/Design/Controls/UniGrid/Prev.png) no-repeat top center;
}
.UnigridPagerNext
{
    background: url(./Images/Design/Controls/UniGrid/Next.png) no-repeat top center;
}

.DialogPager .UnigridPagerNext:hover
{
    background: url(./Images/Design/Controls/UniGrid/NextOver.png) no-repeat top left;
}

.RTL .DialogPager .UnigridPagerNext:hover, .DialogPager .UnigridPagerPrev:hover
{
    background: url(./Images/Design/Controls/UniGrid/PrevOver.png) no-repeat top left;
}

.RTL .DialogPager .UnigridPagerPrev:hover
{
    background: url(./Images/Design/Controls/UniGrid/NextOver.png) no-repeat top left;
}

.ui-tabs .ui-tabs-panel
{
    border-bottom: 1px solid #8d8d8d;
}

.JqueryUITabs .JqueryUITabLeft, .JqueryUITabs .JqueryUITabRight
{
    display: block;
    float: left;
    width: 3px;
    height: 24px;
    background-color: transparent !important;
}

.PanelMenuCategoryHover
{
    border: solid 1px #eba100;
    background-color: #fce495;
    background-image: url(./Images/Design/Backgrounds/SectionSelector.png);
    background-repeat: repeat-x;
}

.PanelMenuCategoryHover a.CategoryAction
{
    color: #0d3ba1;
}

.UniFlatSearchPanel
{
    padding: 8px 15px 0px 15px;
    height: 27px;
    border-bottom: solid 1px #cccccc;
    background: #dddddd url(./Images/Design/Backgrounds/TabDialogHeader.png) repeat-x;
}

.UniFlatPager
{
    padding: 8px 15px;
    height: 14px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.SelectorFlatDescription
{
    background: #f5f5f5;
    height: 100px;
    padding: 5px 15px 5px 15px;
}

.FlatItem .SelectorEnvelope:hover
{
    background: #fce495 url(./Images/Design/Backgrounds/SelectorHovered.png) repeat-y scroll 0 0;
    border: solid 1px #eba100;
}

.ButtonsArea
{
    width: 100%;
    padding: 10px;
    background: #dedede url(./Images/Design/Backgrounds/DialogFooterBackground.png) repeat-x scroll 0 0;
    border-top: 1px solid #cccccc;
    height: 22px;
}

.PTSelection .Header
{
    font-size: 15px;
    font-family: Arial;
    font-weight: bold;
    padding: 10px 0px 10px 10px;
    background-image: url(./Images/CMSModules/CMS_PortalEngine/PageTemplateSelection/top.png);
    background-repeat: repeat-x;
    background-color: #414b55;
    border-top: 1px solid #cccccc;
}

.PTSelection .HeaderRow .LeftBorder
{
    background-image: url(./Images/CMSModules/CMS_PortalEngine/PageTemplateSelection/top.png);
    background-repeat: repeat-x;
    background-color: #414b55;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
}

.PTSelection .HeaderRow .RightBorder
{
    background-image: url(./Images/CMSModules/CMS_PortalEngine/PageTemplateSelection/top.png);
    background-repeat: repeat-x;
    background-color: #414b55;
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

.RTL .PTSelection .HeaderRow .RightBorder
{
    border-right: none;
    border-left: 1px solid #cccccc;
}

.RTL .PTSelection .HeaderRow .LeftBorder
{
    border-left: none;
    border-right: 1px solid #cccccc;
}

.PTSelection .Header span
{
    color: #ffffff;
}

.PTSelection .RadioPanel
{
    background-image: url(./Images/CMSModules/CMS_PortalEngine/PageTemplateSelection/radiopanel.png);
    height: 35px;
    line-height: 31px;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    padding-left: 15px;
}

.PTSelection .UniFlatSearchPanel
{
    background: #f2f2f2 url(./Images/Design/Backgrounds/TempalteSearchHeader.png) repeat-x;
}

.UnigridPagerPageSize
{
    font-weight: normal;
}

.UniGridHead img
{
    margin-left: 3px;
    margin-bottom: 2px;
}


.ActionsMenu
{
    padding: 12px 8px 0px 7px;
}

.RTL .ActionsMenu
{
    padding: 12px 7px 0px 8px;
}

.PTSelection .Footer
{
    border-top: 1px solid #cccccc;
    margin-bottom: 5px;
}

.TemplateSelectorWrap
{
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

.DialogMassActionsContent
{
    padding-top: 18px;
}

.DialogMassActions
{
    border-top: 1px solid #8d8d8d;
}

.PermissionMatrix td.last-child
{
    border-bottom: none !important;
}

.MediaLibrary .VerticalFrameResizer
{
    bottom: 0px;
}

.DialogResizerV
{
    background: url(./Images/Design/Controls/FrameResizer/Vertical/ResizerButton.png) no-repeat center;
    height: 6px;
    width: 33px;
    font-size: 4px;
    line-height: 4px;
    z-index: 1000;
    clear: both;
    float: right;
    position: relative;
    top: -1px;
}

.RTL .DialogTileItemShadow
{
    width: 212px;
}

.RTL .DialogMenu .DialogFullScreen
{
    left: 10px;
    right: auto;
    background-position: 0 0;
}

.AttachmentsList
{
    min-height: 17px;
}
/*
.PermissionMatrix tr:last-child td
{
    padding: 3px 10px;
}   */

.PermissionMatrix .UniGridPager .UnigridPagerPages .UniGridPagerNoSeparator
{
    margin: 0 5px;
}

.RTL .DialogMenu .DialogMenuLeft
{
    border-right: 0px none;
    border-left: 1px solid #8d8d8d;
    float: right;
}

.UniGridSortDown
{
    background: url(./Images/Design/Controls/UniGrid/Actions/SortDown.png) no-repeat center;
}

.ListView
{
    margin-bottom: 20px;
}

.IE8 .TilesMultipleSelection
{
    bottom: 16px;
    left: 6px;
}

.IE7 .TilesMultipleSelection
{
    bottom: 16px;
    left: 6px;
}

.IE7 .DialogPager strong
{
    margin-top: 4px;
}

.IE7 .DialogPager a
{
    margin-top: -11px;
}

.IE7 .TilesView .DialogPager a, 
.IE7 .ThumbnailsView .DialogPager a 
{
    margin-top: 0px;
}

.IE7 .TilesView .UnigridPagerPages, 
.IE7 .ThumbnailsView .UnigridPagerPages 
{
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.IE7 .TilesView .UnigridPagerPrev,
.IE7 .ThumbnailsView .UnigridPagerPrev,
.IE7 .TilesView .UnigridPagerNext,
.IE7 .ThumbnailsView .UnigridPagerNext,
{
    margin-top: 2px!important;
    background-position: 0px 0px !important;
}

.IE7 .DialogPager .UnigridPagerPrev, .IE7 .DialogPager .UnigridPagerNext
{
    background-position: 0 7px;
}

.IE7.RTL .TilesMultipleSelection input
{
    float: right;
}

.IE7 .MediaView
{
    position: relative;
    width: 16px;
    height: 16px;
}

.RTL .UnigridPagerNext
{
    background: url(./Images/Design/Controls/UniGrid/Prev.png) no-repeat top left !important;
}

.RTL .UnigridPagerNext:hover
{
    background: url(./Images/Design/Controls/UniGrid/PrevOver.png) no-repeat top left !important;
}

.RTL .UnigridPagerPrev
{
    background: url(./Images/Design/Controls/UniGrid/Next.png) no-repeat top left !important;
}

.RTL .UnigridPagerPrev:hover
{
    background: url(./Images/Design/Controls/UniGrid/NextOver.png) no-repeat top left !important;
}

.DialogResizerH
{
    background: url(./Images/Design/Controls/FrameResizer/Horizontal/ResizerButton.png) no-repeat center;
    cursor: pointer;
    overflow: hidden;
    line-height: 33px;
    font-size: 33px;
    width: 10px;
    height: 33px;
    left: 233px;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    z-index: 1000;
    clear: both;
    margin-left: 1px;
}

.RTL .FlatSelectedItem .SelectorEnvelope
{
    float: right;
    text-align: center;
    padding-top: 5px;
    margin: 5px;
    height: 158px;
    width: 150px;
    border: solid 1px #eba100;
    background: transparent url(./Images/Design/Backgrounds/SelectorSelected.png) repeat scroll 0 0;
}

.FlatSelectedItem .SelectorEnvelope
{
    float: left;
    text-align: center;
    padding-top: 5px;
    margin: 5px;
    height: 158px;
    width: 150px;
    border: solid 1px #eba100;
    background: #fce393 url(./Images/Design/Backgrounds/SelectorSelected.png) repeat scroll 0 0;
}

.PTSelection .RadioPanel label
{
    position: relative;
    top: 2px;
}

.IE9 .PTSelection .RadioPanel label
{
    top: 3px;
}

.UniFlatSearchCheckBox label
{
    position: relative;
    top: -2px;
}

.IE7 .UniFlatSearchPanel .ContentLabel
{
    position: relative;
    top: -2px;
}

.SelectorFlatDescription .ItemName
{
    font-size: 13pt;
    padding-bottom: 10px;
    padding-top: 2px;
    font-weight: bold;
    font-family: Arial;
    color: #586979;
}

.RTL .DialogResizerArrowH
{
    background: url(./Images/RTL/Design/Controls/FrameResizer/Horizontal/Minimize.png) no-repeat center;
}

.RTL .DialogResizerH
{
    background: url(./Images/RTL/Design/Controls/FrameResizer/Horizontal/ResizerButton.png) no-repeat center;
    left: auto;
    right: 234px;
}

.WebPartForm .FormCategoryList, .WebPartForm .ReportFormCategoryList
{
    width: 126px;
    position: fixed;
    height: 100%;
    background: url(./Images/Design/Controls/Tabs/Vertical/WebPartTabs.png) repeat-y;
}

.RTL .WebPartForm .FormCategoryList, .RTL .WebPartForm .ReportFormCategoryList
{
    background: url(./Images/RTL/Design/Controls/Tabs/Vertical/WebPartTabs.png) repeat-y;
}

.WebPartForm .FormCategoryList ul li a, .ReportFormCategoryList ul li a
{
    display: block;
    color: #000000;
    background: url(./Images/Design/Controls/Tabs/Vertical/WebPartTab.png) no-repeat bottom right;
    padding: 5px 5px 8px 16px;
    text-decoration: none;
    font-size: 11px;
    font-family: Tahoma;
}

.RTL .WebPartForm .FormCategoryList ul li a, .RTL .WebPartForm .ReportFormCategoryList ul li a
{
    background: url(./Images/RTL/Design/Controls/Tabs/Vertical/WebPartTab.png) no-repeat bottom left;
    padding: 5px 16px 8px 0px;
}

.WebPartForm .FormCategoryList ul li a:hover, .WebPartForm .ReportFormCategoryList ul li a:hover
{
    background: white url(./Images/Design/Controls/Tabs/Vertical/WebPartTabHover.png);
    background-position: bottom right;
}

.RTL .WebPartForm .FormCategoryList ul li a:hover, .RTL .WebPartForm .ReportFormCategoryList ul li a:hover
{
    background: white url(./Images/RTL/Design/Controls/Tabs/Vertical/WebPartTabHover.png);
}

.WebPartForm .FormCategoryList ul, .WebPartForm .ReportFormCategoryList ul
{
    padding: 37px 0 0 0;
    margin: 0;
    background: white url(./Images/Design/Controls/Tabs/Vertical/WebPartTabTop.png) no-repeat;
}

.RTL .WebPartForm .FormCategoryList ul, .RTL .WebPartForm .ReportFormCategoryList ul
{
    background: white url(./Images/RTL/Design/Controls/Tabs/Vertical/WebPartTabTop.png);
}

.IE7 .WebPartForm .FormCategoryList ul li a, .IE7 .WebPartForm .ReportFormCategoryList ul li a
{
    padding-top: 3px;
}

.ButtonPanel
{
    width: 98%;
    text-align: right;
    margin-right: 3px;
    padding-top: 7px;
    background: url("./Images/Design/Backgrounds/ButtonArea.png") repeat-x scroll 0 0 #DDDDDD;
}

.WebPartForm .EditingFormCategoryRow
{
    background-color: #eaeaea;
}

.EditingFormCategoryTable
{
    margin-bottom: 0px;
    width: 100%;
}

.WebPartForm .EditingFormCategoryTableHeader, .DocumentationWebPartsProperties .CategoryTable, .SettingsForm .EditingFormCategoryTableHeader
{
    border: 1px solid #cccccc;
    margin-bottom: 0px;
    width: 100%;
}

.IE7 .WebpartProperties .ReportGraph .EditingFormCategoryTableHeader
{
    width:97%;
}

.IE7 .WebpartProperties .ReportGraph .EditingFormCategoryTableContent
{
    width:97%;
}

.IE7 .WebpartProperties .WebPartForm .ReportFormCategoryList
{
    z-index:-1;
} 


.DocumentationWebPartsProperties .CategoryTable
{
    height: 30px;
}

.EditingFormCategoryTable .EditingFormCategoryRow td, .SettingsForm .EditingFormCategoryRow td
{
    border-bottom: 1px solid #cccccc;
}

.EditingFormCategoryTableContent
{
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 12px;
    background-color: #f7f7f7;
}

.WebPartForm .EditingFormCategoryRow .EditingFormLeftBorder
{
    font-size: 15px;
}

.WebPartForm .EditingFormCategoryRow .EditingFormRightBorder
{
    font-size: 15px;
    line-height: 0;
}

.WebPartForm .EditingFormRow
{
    background-color: #f7f7f7;
}

.WebPartForm .EditingFormFooterRow
{
    height: 12px;
    padding: 0px;
    margin: 0px;
    line-height: 0px;
    overflow: hidden;
}

.WebPartForm .FormPanel .EditingFormFooterRow td
{
    background-color: #f7f7f7;
}

.WebPartForm .EditingFormFooterRow td
{
    background-color: #ffffff;
}


.WebpartTabsPageHeader .HeaderSeparator
{
    height: 4px;
}

.WebPartForm .EditingFormFooterRow .EditingFormRightBorder
{
}

.WebPartForm .EditingFormFooterRow .EditingFormLeftBorder
{
}

.WebPartForm .EditingFormRow .EditingFormRightBorder
{
}

.WebPartForm .EditingFormRow .EditingFormLeftBorder
{
}

.RTL .WebPartForm .EditingFormRow .EditingFormRightBorder
{
}

.RTL .WebPartForm .EditingFormRow .EditingFormLeftBorder
{
}

.RTL .WebPartForm .EditingFormCategoryRow .EditingFormLeftBorder
{
}

.RTL .WebPartForm .EditingFormCategoryRow .EditingFormRightBorder
{
}

.RTL .WebPartForm .EditingFormFooterRow .EditingFormRightBorder
{
}

.RTL .WebPartForm .EditingFormFooterRow .EditingFormLeftBorder
{
}

/*Newsletter*/

.WebPartForm .EditingFormCategoryTable
{
    border: 1px solid #cccccc;
    margin-bottom: 15px;
    width: 100%;
}

.UnigridActionMenu input, .ContextMenuButton input
{
    border-color: transparent;
    width: 16px;
    height: 16px;
}

.UnigridActionButton
{
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin: 0px 3px 0px 1px;
}

.MatrixLabel
{
    padding: 5px 10px !important;
}

.ContentCheckBox input
{
    position: relative;
    top: 3px;
}

.IE9 .ContentCheckBox input, .IE8 .ContentCheckBox input
{
    position: relative;
    top: 2px;
}

.IE7 .ContentCheckBox input
{
    position: static;
    top: 2px;
}

.AlphabetFilter
{
    background-color: #f7f7f7;
    margin: -20px -10px 0px -10px;
    padding: 4px 10px 4px 10px;
    line-height: 21px;
    border-bottom: 1px solid #cccccc;
}

.IE9 .AlphabetFilter
{
    line-height: 22px;
}

.AlphabetFilter a
{
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    display: block;
    width: 23px;
    height: 22px;
    border: 1px solid transparent;
}

.AlphabetFilter a:hover
{
    background: #ffd899;
    border: 1px solid #b97728;
}

.AlphabetFilter .ActiveLink
{
    color: #e3891e;
}



.IE9 .UserFilter .SelectorTextBox[readonly="readonly"], .IE8 .UserFilter .SelectorTextBox[readonly="readonly"], .IE7 .UserFilter .SelectorTextBox[readonly="readonly"]
{
    margin-left: 2px;
}

.UserFilter .SelectorTextBox[readonly="readonly"]
{
    margin-left: 1px;
}

.ContentNewClasses .UniGridGrid td, .ContentNewClasses .UniGridGrid tr
{
    border: none;
}

.RTL .DocumentationWebPartsProperties .CategoryRightBorder, .DocumentationWebPartsProperties .CategoryLeftBorder
{
    background-color: #eaeaea;
}

.DocumentationWebPartsProperties .CategoryTextCell
{
    width: 100%;
    background-color: #eaeaea;
    font-size: 15px;
    font-family: Arial;
    font-weight: bold;
    padding-left: 7px;
}

.DocumentationWebPartsProperties .HiderCell
{
    padding-right: 10px;
    text-align: right;
    background-color: #eaeaea;
}

.RTL .DocumentationWebPartsProperties .CategoryLeftBorder, .DocumentationWebPartsProperties .CategoryRightBorder
{
    background-color: #eaeaea;
}

.RTL .DocumentationWebPartsProperties .PropertyRightBorder, .DocumentationWebPartsProperties .PropertyLeftBorder
{
    border-left: 1px solid #cccccc;
    width: 5px;
}

.RTL .DocumentationWebPartsProperties .PropertyLeftBorder, .DocumentationWebPartsProperties .PropertyRightBorder
{
    border-right: 1px solid #cccccc;
    width: 5px;
}

.RTL .DocumentationWebPartsProperties .PropertyRightBottom, .DocumentationWebPartsProperties .PropertyLeftBottom
{
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.DocumentationWebPartsProperties .PropertyBottom .Center
{
    border-bottom: 1px solid #cccccc;
}

.RTL .DocumentationWebPartsProperties .PropertyLeftBottom, .DocumentationWebPartsProperties .PropertyRightBottom
{
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}
.DocumentationWebPartsProperties .PropertiesTable
{
    background-color: #f7f7f7;
    width: 100%;
}

.DocumentationWebPartsProperties .PropertyContent
{
    background-color: ##f7f7f7;
    padding-top: 7px;
    padding-bottom: 7px;
}

.DocumentationWebPartsProperties .PropertyBottom
{
    background-color: ##f7f7f7;
    height: 1px;
    padding: 0px;
    margin: 0px;
    line-height: 1px;
    overflow: hidden;
}

.DocumentationWebPartsProperties .PropertyRow
{   
    padding: 4px;
}

.PollGraph0, .PollGraph1, .PollGraph2, .PollGraph3, .PollGraph4, .PollGraph5, .PollGraph6, .PollGraph7, .PollGraph8, .PollGraph9
{
    background-image: url(./Images/Design/Controls/Polls/poll_bg.png);
    background-repeat: repeat-x;
    border: 1px solid #4ba1d9;
    height: 10px;
}

.PollGraph div[style="width:100%"]
{
    width: 99.1% !important;
}

.PollGraph
{
    border: solid 1px #cccccc;
    font-size: 12px;
    height: 1em;
    overflow: hidden;
    margin-bottom: 5px;
    margin-left: 4px;
}

.ProjectTaskTable .SubmitButton
{
    margin-top: 32px;
}

.Safari .ProjectTaskTable .SubmitButton
{
    margin-top: 24px;
}

.IE9 .ProjectTaskTable .SubmitButton
{
    margin-top: 24px;
}

.WebPartForm .ScrollableContent
{
    position: relative;
}

.NewsletterWizardStep
{
    padding: 20px 0 0 20px;
    background-color: #ffffff;
    height: 540px;
    overflow: auto;
    position: relative;
}

.WidgetTabsPageHeader .TextRight table
{
    position: relative;
    top: -3px;
}

.cke_panel_block .cke_panel_list .cke_panel_listItem a pre
{
    height: auto;
}

/*Search*/

.SearchResults
{
    padding: 15px;
    margin: 0 90px 0 17px;
    border: 1px solid #cccccc;
    background: url("./Images/Design/Backgrounds/Search.png") repeat-y scroll top right #f7f7f7;
}


.NewsletterWizard .Top
{
    background: url("./Images/Design/Backgrounds/WizardTop.png") repeat-x scroll top left #3e4954;
}

.GlobalWizard .Top .Center
{
    padding-right: 0px;
    width: 84%;
}

.GlobalWizard .Middle .Center
{
    border: 1px solid #cccccc;
    padding: 0;
}

.NewsletterHeaderTable
{
    /*  background-color: #E9F3FE;     border-left: solid 1px #CCCCCC;     border-right: solid 1px #CCCCCC;     border-top: solid 1px #CCCCCC;     margin-top: -1px;     */
    display: none;
}

.ButtonRow div
{
    padding: 18px 12px 18px 0;
    background: url("./Images/Design/Backgrounds/WizardBottom.png") repeat-x scroll bottom left #ffffff;
    border-top: 1px solid #cccccc;
}

.DialogPageBody .NewsletterWizardStep .PageTitle, .NewsletterWizardStep .PageTitle
{
    color: #586979;
}

.GlobalWizard .Header .Title
{
    width: 100px;
    border-right: 2px solid #ffc547;
    padding-left: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
}

.RTL .GlobalWizard .Header .Title
{
    border-right: none;
    border-left: 2px solid #ffc547;
    padding-left: 0px;
    padding-right: 20px;
}

.GlobalWizard .Header .Header
{
    padding-left: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    height: 20px;
}

.GlobalWizard .Wizard .ButtonRow div .SubmitButton, .Wizard .WizardButtons .SubmitButton, .GlobalWizard .StepButtonDisabled,
.GlobalWizard .WizardButtons .SubmitButton
{
    width: 137px;
    height: 29px;
    background: url("./Images/Design/Buttons/SubmitButtonBig.png") no-repeat scroll bottom left transparent;
    font-size: 13px;
    border: 1px solid transparent;
}

.Wizard .WizardButtons .SubmitButtonDisabled
{
    background: url("./Images/Others/Install/StepButtonDisabled.png") no-repeat scroll bottom left transparent !important;
}

.WizardButtons
{
    border-top: 1px solid #cccccc;
    padding: 18px 16px 18px 0px;
    text-align: right;
    background: url("./Images/Design/Backgrounds/WizardBottom.png") repeat-x scroll bottom left #ffffff;
}

.RTL .WizardButtons
{
    padding: 18px 0px 18px 16px;
    text-align: left;
}

.GlobalWizard .Top .Right
{
    margin: 0px;
    padding: 0px;
    width: 151px;
    height: 86px;
    line-height: 9px;
    background: url("./Images/Design/Backgrounds/WizardTopArrows.png") no-repeat scroll top right transparent;
}

.GlobalWizard .Wizard .ButtonRow div .SubmitButton:hover, .Wizard .WizardButtons .SubmitButton:hover
{
    background: url("./Images/Design/Buttons/SubmitButtonBigHover.png") no-repeat scroll bottom left transparent;
}

.AvatarSelectorPager
{
    margin-left: 5px;
}

.AvatarSelectorPager td
{
    padding: 0 3px;
}

.TabControlSelectedRight, .RTL .TabControlSelectedLeft, .TabControlSelectedLeft, .RTL .TabControlSelectedRight
{
    width: 2px;
    height: 20px;
    overflow: hidden;
    cursor: pointer;
    font-size: 0;
    padding: 0;
}

.PollTitle
{
    text-decoration: none;
    color: #ffffff;
    background: url("./Images/Design/Backgrounds/PollHeader.png") repeat-x scroll top left #343c45;
    display: block;
    font-weight: bold;
    padding: 12px 9px;
}

.PollControl
{
    color: #000000;
    background-color: #ffffff;
    display: block;
    height: 100%;
    border-bottom: 1px solid #cccccc;
}

.PollQuestion
{
    display: block;
    padding: 13px 3px 3px 8px;
    border: 1px solid #cccccc;
    border-bottom: none;
}

.PollAnswers
{
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    padding: 3px 3px 10px 3px;
}

.PollFooter
{
    border: 1px solid #cccccc;
    border-bottom: none;
    clear: both;
    padding: 7px;
    background: url("./Images/Design/Backgrounds/PollFooter.png") repeat-x scroll top left #dddddd;
}

.WebPartForm .EditingFormRow .UniGridGrid td
{
    padding-left: 10px;
    padding-right: 10px;
}

.UniGridGrid td
{
    padding: 0;
    padding: 3px 10px;
    height: 19px;
}

/*Setup*/

.InstallBody
{
    background: url("./Images/Others/LogonForm/Background.png") repeat-x scroll 0 0 #50657A;
}

.InstallerBody
{
    text-align: center;
    background: url(./Images/Others/Install/InstallWatermark.png) no-repeat center center;
    width: 974px;
    height: 726px;
    position: absolute;
    margin: -450px auto auto -498px;
    left: 50%;
    top: 50%;
}

.InstallPanel
{
    margin: 135px auto 0 200px;
    background: url(./Images/Others/Install/InstallPanel.png) no-repeat;
    width: 607px;
    height: 551px;
}

.InstallHeader
{
    font-size: 18px;
    font-weight: bold;
    color: #5e5e5e;
    text-align: center;
    padding: 13px 0px 0px 0px;
    display: block;
}

.IE8 .InstalHeader, .IE7 .InstalHeader, .IE9 .InstalHeader
{
    margin-top: 20px !important;         
}

.IE9 .InstalHeader
{    
    margin-top: 21px !important;         
}

.InstallContent
{
    padding: 0 27px 6px 27px;
    height: 324px;
}

.Safari .InstallContent
{
    padding-bottom: 4px;
}

.IE9 .InstallContent, .IE8 .InstallContent
{
    height: 321px;
}

.InstalHeader
{
    margin: 19px 0px 0px -35px;
    padding-right: 3px;
}

.IE9 .InstalHeader
{
    margin-top: 22px;
}

.InstallGroupTitle
{
    font-weight: bold;
    font-size: 14px;
    display: block;
    padding-bottom: 20px;
    color: #ffffff;
}

.InstallWizard
{
    margin: auto;
    width: 100%;
    text-align: left;
    padding: 0px 0px 10px 0px;
    margin-top: 20px;
}

.InstallWizard td
{
    font-size: 14px;
}

.StepButton
{
    background: url(./Images/Others/Install/StepButton.png) repeat-x;
    border: 1px solid #1f458d;
    height: 26px;
}

.ButtonsDiv
{
    float: right;
}

.HelpButton
{
    float: left;
    padding: 0px 10px 0px 0px;
}

.InstallFooter
{
    padding: 0px 32px 0px 32px;
}

.InstallSQLName td
{
    padding-top: 15px;
    padding-bottom: 8px;
}

.InstallSQLPwd td
{
    padding-bottom: 15px;
    padding-top: 8px;
}

.AppVersion
{
    text-align: right;
    padding: 5px 0px 0px 0px;
    color: #ffffff;
    float: right;
}

.InstallerError
{
    width: 607px;
    margin: auto;
    margin-top: 5px;
}

.InstallerBody .ErrorLabel
{
    color: #ff8569;
}

.InstallerBody .HelpLink
{
    color: #ffffff;
}

.InstallDBProgressLabel
{
    text-align: left;
    margin-top: 12px;
    margin-left: 32px;
}

.InstallProgress
{
    border: 1px solid #cccccc;
    overflow: auto;
    height: 246px;
    background: #ffffff;
}

.InstallDBProgress
{
    padding: 3px 31px 71px;
    height: 246px;
    width: 540px;
}

table.InstallWizardNewSite td
{
    font-size: 12px;
}

.InstallSelectedItem, .InstallItem:hover
{
    margin: 3px 3px 3px 4px;
    border: 1px solid #eba100;
    background: #fce395 url(./Images/Others/Install/SiteSelector.png) repeat-x;
    cursor: pointer;
}

.InstallItem
{
    margin: 3px 3px 3px 4px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    cursor: pointer;
    background: #e7e7e7 url(./Images/Others/Install/SiteToInstall.png) repeat-x;
}

.InstallDisabledItem
{
    margin: 3px 3px 3px 3px;
    color: #cccccc !important;
    border: 1px solid Silver;
    background-color: #ffffff;
    cursor: default;
}

.InstallContentNewSite
{
    padding: 0px 35px 4px 35px;
    height: 322px;
}

.SiteProgress
{
    border: 1px solid #cccccc;
    overflow: auto;
    height: 270px;
    background: #ffffff;
    width: 540px;
    margin-bottom: 10px;
}

.InstallSiteProgress
{
    height: 326px;
    text-align: left;
    margin-top: 12px;
    margin-left: 32px;
    margin-bottom: 9px;
}

.IE8 .InstallSiteProgress, .IE7 .InstallSiteProgress
{
    height: 320px;    
}

.Safari .InstallSiteProgress
{
    height: 320px;
}

.IE9 .InstallSiteProgress
{
    margin-bottom: 0px;
}

.CartStepHeader
{
    background: #414b55 url(./Images/CMSModules/CMS_Ecommerce/cartstepheader.png) repeat-x !important;
    color: #ffffff;
    padding: 8px 8px 7px 16px !important;
    font-weight: bold;
    font-family: Arial;
    font-size: 12px;
    border-bottom: 1px solid #000000;
}

.CartStepBody td
{
    border: 1px solid #cccccc;
    background: #fafafa;
}

.CartStepBody td .CartStepPanel td
{
    border: none;
}

.CartStepBody td .CartStepPanel td .UniGridGrid td
{
    border-bottom: 1px solid #cccccc;
}

.GlobalWizardStep
{
    padding: 30px 30px 0;
    background-color: #ffffff;
    height: 280px;
    overflow: auto;
}

.GlobalWizard .Top
{
    background: url("./Images/Design/Backgrounds/WizardTop.png") repeat-x scroll top left #3e4954;
}

.GlobalWizard .Top .Left
{
    margin: 0px;
    padding: 0px;
    width: 9px;
    height: 86px;
    line-height: 9px;
}

.GlobalWizard .Header .Description
{
    padding-left: 20px;
    vertical-align: top;
    color: #ffffff;
}

.Wizard td[align="right"]
{
    background: url("./Images/Design/Backgrounds/WizardBottom.png") repeat-x scroll bottom left #ffffff;
}

.NewsletterWizardStep td[align="right"]
{
    border: none;
    background: none;
}

.UserServer
{
    color: #000000;
}

.PollInfo
{
    display: block;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    padding: 3px 3px 3px 8px;
    color: red;
}

.PollResult
{
    display: block;
    border: 1px solid #cccccc;
    border-top: none;
    border-bottom: none;
    padding: 0px 3px 8px 8px;
}

.AppSupport
{
    color: #ffffff;
    text-align: left;
    width: 360px;
    float: left;
    padding: 5px 0 0;
}

.AppSupport a
{
    color: #ffffff;
}

.ActivityBar
{
    border: solid 1px #b5d249;
    height: 5px;
    width: 200px;
    background-image: url(./Images/Design/Controls/ActivityBar/activity.gif);
}


.InstallCompleted
{
    text-align: left;
}

.GlobalWizardStepPanel
{
    padding: 0px;
    background-color: #ffffff;
    height: 280px;
    overflow: auto;
}


.WizardBorder
{
    border: 0px solid #dddddd;
}

.LTR .WizardBorder #imTreeDiv
{
    border-left: none !important;
}

.GlobalItem
{
    width: 806px;
    margin: 3px 3px 3px 4px;
    border: 1px solid #cccccc;
    cursor: pointer;
    background: #ffffff url(./Images/Others/Install/SiteToInstall.png) repeat-x bottom left;
}

.GlobalSelectedItem, .GlobalItem:hover
{
    width: 806px;
    margin: 3px 3px 3px 4px;
    border: 1px solid #ffae02;
    background: #fea827 url(./Images/Others/Install/SiteSelector.png) repeat-x;
    cursor: pointer;
}

.ObjectTreeWrap
{
    width: 250px;
    overflow: auto;
    border-right: 1px solid #cccccc;
    height: 422px;
    padding-top: 8px;
}

.RTL .ObjectTreeWrap
{
    border-left: 1px solid #cccccc !important;
}

.ObjectWrap
{
    overflow: auto;
    height: 430px;
}

.ObjectWrap .UniGridGrid
{
    margin-top: 5px;
}

.ObjectContent
{
    padding: 0px 13px;
}

.ObjectWrap span
{
    display: block;
}

.ObjectWrap .UniGridGrid, .ObjectWrap .UniGridPager
{
    width: 96% !important;
}

.GlobalWizardStepPanel
{
    height: 430px !important;
}

.ObjectWrap .PageTitleImage, .ObjectWrap .PageTitle
{
    float: left;
}

.RTL .ObjectWrap .PageTitleImage,.RTL  .ObjectWrap .PageTitle
{
    float: right;
}

.Wizard .OddRow td[align="right"], .Wizard .EvenRow td[align="right"]
{
    background: none;
    border-right: 1px solid #cccccc;
}

.ObjectWrap .PageTitleBody
{
    background: url("./Images/Design/Backgrounds/PageTitleHeader.png") repeat-x scroll left top #CDCDCD;
}

.SplashScreenBody
{
    background: url("./Images/Others/LogonForm/Background.png") repeat-x scroll 0 0 #50657A;
}

.SplashScreen
{
    background: url("./Images/Others/Install/InstallWatermark.png") no-repeat scroll center center transparent;
    height: 726px;
    left: 50%;
    margin: -450px auto auto -498px;
    position: absolute;
    top: 50%;
    width: 974px;
}

.SplashScreenTable
{
    background: url("./Images/Others/SplashScreen/SplashScreen_bg.png") no-repeat scroll 0 0 transparent;
    height: 515px;
    margin: 135px auto 0 200px;
    width: 607px;
}

.SplashScreenTableBottom
{
    background: url(./Images/Others/SplashScreen/SplashScreen_bg_bottom.png) no-repeat;
    width: 607px;
    margin: 287px auto auto -287px;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 5px 0px 15px 0px;
}

.SplashScreen.SM .SplashScreenTableBottom
{
    background: url(./Images/Others/SplashScreen/SM/SplashScreen_bg_bottom.png) no-repeat;
}

.SplashScreenTableBottom table
{
    width: 607px;
}

.SplashScreenTitle
{
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    color: #5e5e5e;
    padding: 16px 20px 0 20px;
}

.SplashScreenSubTitle
{
    text-align: right;
    padding-right: 15px;
}

.SplashScreenBottomCheck label
{
    color: #ffffff;
    position: relative;
    top: -1px;
}

.SplashScreenTableBottom .LogonButton
{
    margin-right: 15px;
}

.NewSiteStepContainer
{
    background-color: White;
    height: 428px;
}

.PollControl .ErrorMessage
{
    color: Red;
    display: block;
    padding-left: 7px;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

.RTL .PollControl .ErrorMessage
{
    padding-right: 7px;
}

.CMSDeskHeader
{
    margin: 0px;
    height: 48px;
}

.IE7 .CMSDeskHeader
{
    margin: 0px;
    height: 46px;
}


.HeaderLink
{
    font-family: Verdana;
    font-size: 11px;
    margin-right: 10px;
}

.RTL .HeaderLink
{
    padding-right: 0px;
    margin-left: 10px;
}

.HeaderRight
{
    display: block;
    height: 25px;
    padding: 0px 5px 3px 5px;
    margin: 0px 0px 0px 3px;
    font-family: Tahoma;
}

.IE7 .HeaderRight
{
    padding: -2px 5px 3px 5px;
}

.RTL .HeaderRight
{
    text-align: left;
    margin: 0px;
}

.TabControlLink
{
    font-family: Tahoma;
    font-size: 11px;
    text-decoration: none;
}

.Safari .TabControlLink
{
    position: relative;
    top: 2px;
}

.TabControlLinkSelected
{
    font-family: Tahoma;
    font-size: 11px;
    text-decoration: none;
    overflow: hidden;
}

/* Frame resizer */
.FrameResizer
{
    overflow: hidden;
    cursor: pointer;
    z-index: 1000;
    height: 33px;
    width: 8px;
    position: absolute;
    top: 48%;
    right: 0px;
    vertical-align: middle;
    z-index: 2000;
}

.FrameResizer img
{
    position: absolute;
    bottom: 2px;
    right: 1px;
}

.ResizerBorder
{
    display: none;
    font-size: 0px;
    position: absolute;
}

.RTL .FrameResizer
{
    right: auto;
    left: 0px;
}

.UIHeaderSelector
{
    padding: 3px 6px 4px;
    margin-left: 8px;
}

.ContentButton, .ShortButton, .LongButton, .XLongButton, .XXLongButton, .XShortButton, .SubmitButton, .ShortSubmitButton, .LongSubmitButton, .XLongSubmitButton, .XXLongSubmitButton, .XShortSubmitButton
{
    width: 90px;
    height: 20px; /*line-height: 20px;*/
    font-weight: bold;
    font-size: 12px;
    border: none;
    padding-bottom: 1px;
    margin: 0px 0px 0px 2px;
    vertical-align: top;
    border-collapse: collapse;
}

.ExtraIcons
{
    text-align: right;
    padding-right: 2px;
}

.RTL .ExtraIcons
{
    text-align: left;
    padding-left: 6px;
}

.SM_Header .ExtraIcons
{
    position: absolute;
    right: 0px;
}

.IE7 .SM_Header .ExtraIcons
{
   top: 28px;    
}
.RTL .SM_Header .ExtraIcons
{
    left: 0px;
    right: auto;
}

.TabControl
{
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    padding: 3px 8px 0px;
}

.TabControl:hover
{
    border-left: 1px solid #22272c;
    border-right: 1px solid #22272c;
    padding: 3px 8px 0px;
}

.TabControlLeft, .TabControlRight
{
    width: 2px;
    font-size: 0px;
    padding: 0;
}

.HeaderSignOutPnl
{
    width: 76px;
    height: 18px;
    text-align: center;
    padding-top: 4px;
    margin-left: 5px;
    cursor: pointer;
    margin-top: -2px;
}

.Gecko .HeaderSignOutPnl
{
    margin-top: -4px;
}

.RTL .HeaderSignOutPnl
{
    margin-left: auto;
    margin-right: 5px;
}

.HeaderSignOut
{
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #004377;
}

.ContentFooter
{
    display: block;
    height: 30px;
    overflow: hidden;
}

.UniMenuRightBorder, .UniMenuLeftBorder
{
    width: 5px;
    height: 70px;
    float: left;
}

.RTL .UniMenuRightBorder, .RTL .UniMenuLeftBorder
{
    float: right;
}

.UniMenuContent .UniMenuDescription
{
    text-align: center;
    font-size: 11px;
    clear: both;
    margin: 0px;
    cursor: default;
}

.Gecko3 .UniMenuContent .UniMenuDescription
{
    text-align: center;
    font-size: 11px;
    clear: both;
}

.UniMenuSeparator
{
    height: 70px;
    width: 10px;
    float: left;
}

.RTL .UniMenuSeparator
{
    float: right;
}

.UniMenuContent .BigButton a
{
    display: block;
    text-decoration: none;
    font-size: 12px;
}

.UniMenuContent .SmallButton
{
    height: 21px;
    line-height: 21px;
    margin: 0px 2px 4px 0px;
    cursor: pointer;
}

.RTL .UniMenuContent .SmallButton
{
    margin: 0px 0px 4px 2px;
}

.UniMenuContent .SmallButton a
{
    white-space: nowrap;
    text-decoration: none;
    height: 19px;
    padding-left: 3px;
}

.RTL .UniMenuContent .SmallButton a
{
    padding-left: auto;
    padding-right: 3px;
}

.ContentTreeSelectedItem .Name
{
    padding: 2px 10px 2px 5px;
    margin-left: 1px;
    cursor: pointer;
}

.RTL .ContentTreeSelectedItem .Name
{
    padding: 2px 5px 2px 10px;
    margin-right: 1px;
}

.ContentTreeItem .Name
{
    padding: 2px 10px 2px 5px;
    color: #000000;
    margin-left: 1px;
    cursor: pointer;
}

.HeaderUserInfo
{
    font-family: Verdana;
    font-size: 11px;
    padding-left: 15px;
}

.HeaderSiteDrop
{
    vertical-align: middle;
    font-family: Verdana;
    font-size: 11px;
    height: 17px;
}

.IE8 .HeaderSiteDrop
{
    margin-top: -1px;
}

.Gecko .ContentButton, .Gecko .ShortButton, .Gecko .LongButton, .Gecko .XLongButton, .Gecko .XXLongButton, .Gecko .XShortButton, .Gecko .SubmitButton, .Gecko .ShortSubmitButton, .Gecko .LongSubmitButton, .Gecko .XLongSubmitButton, .Gecko .XXLongSubmitButton, .Gecko .XShortSubmitButton
{
    height: 20px;
    padding-bottom: 3px;
}

/* DO NOT CHANGE ORDER - Safari issue */
.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;
}

/* DO NOT CHANGE ORDER - Safari issue  */
.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: 2px;
    margin: 2px 2px 0px 2px;
}

.Safari .DialogMassActionsDropdown .SubmitButton
{
    margin: 0px 2px 0px 2px;
}

.FieldLabel .ContentButton, .LargeTextAreaButton
{
    vertical-align: middle;
}

.ContentButtonDisabled, .ShortButtonDisabled, .LongButtonDisabled, .XLongButtonDisabled, .XXLongButtonDisabled, .XShortButtonDisabled, .SubmitButtonDisabled, .ShortSubmitButtonDisabled, .LongSubmitButtonDisabled, .XLongSubmitButtonDisabled, .XXLongSubmitButtonDisabled, .XShortSubmitButtonDisabled
{
    padding-bottom: 3px;
}

.ContentMenuSplitSeparator
{
    width: 10px;
    height: 37px;
    float: left;
    margin-right: 1px;
    margin-top: 6px;
}

.RTL .ContentMenuSplitSeparator
{
    float: right;
    margin-left: 1px;
}

.FooterLeft
{
    float: left;
    width: 5px;
}

.RTL .FooterLeft
{
    float: right;
}

.FooterRight
{
    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;
}

.NodePermissions
{
    padding: 0px; /*width: 560px;*/
}

.Safari .PropertiesPanel .UniSelector .LongButton
{
    padding-bottom: 2px;
}

.PropertiesPanel, .FormPanel
{
    min-width: 560px;
    float: left;
}

.PropertiesPanel FieldSet
{
    min-width: 560px;
}

.RTL .PropertiesPanel, .RTL .FormPanel
{
    float: right;
}

.WebPartForm .FormPanel
{
    float: none;
}

.VerticalFrameResizer
{
    overflow: hidden;
    cursor: pointer;
    height: 7px;
    width: 33px;
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 2000;
}

.ImageEditorMain
{
    width: 240px;
}

.ImageEditorProperties
{
    margin-left: 0px;
    padding: 10px 10px;
    display: none;
    height: 530px;
    width: 96%;
}

.ImageEditorFrame
{
    margin-left: 0px;
    width: 0px;
    height: 0px;
}

.MassEmailSelector .MenuHeaderItemSelected, .MassEmailSelector .MenuHeaderItem, .ImageEditorMain .MenuHeaderItem, .ImageEditorMain .MenuHeaderItemSelected
{
    text-decoration: none;
    height: 26px;
    line-height: 26px;
    font-weight: bold;
    padding: 0 12px 0 10px;
}

.HeaderLeft
{
    width: 145px;
    height: 41px;
    top: 7px;
    left: 11px;
    padding: 0px 5px 5px;
    overflow: hidden;
    margin: 0px;
    position: absolute;
}

.IE7 .HeaderLeft
{
    margin-left: -3px;
    margin-top: -1px;
}

.RTL .HeaderLeft
{
    right: 11px;
    left: auto;
    padding: 0px 0px 5px 5px;
}

.SM_HeaderLeft
{
    height: 41px;
    float: left;
    padding: 0px 5px;
    width: 145px;
    overflow: hidden;
    margin: 7px 0px 0px 11px;
}

.RTL .SM_HeaderLeft
{
    float: right;
}

.SM_HeaderContentSeparator
{
    height: 5px;
    overflow: hidden;
    clear: both;
}

.PageFooterLine
{
    padding: 10px;
    display: block;
    height: 22px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
}

.DialogPageBody .PageTitleHeader
{
    padding: 5px 5px 1px 8px;
    display: block;
    white-space: nowrap;
}

.PageHeaderLine, .PageHeaderLineSub
{
    padding: 6px 10px;
    display: block;
    line-height: 15px;
}

.ContentEditMenu
{
    font-family: Tahoma;
    font-size: 11px;
    text-decoration: underline;
    border-bottom: solid 1px #cccccc;
    padding: 0px 0px 0px 10px;
    height: 37px;
    position: relative;
}

.CMSDeskProperties .ContentEditMenu
{
    height: 37px;
}

.EditMenuBody .ContentEditMenu
{
    height: 42px;
}

.ContentEditMenu table td, .ContentEditMenu table
{
    padding: 0px;
}

.Dialog_Tabs
{
    visibility: visible !important;
}

.Dialog_Tabs .ajax__tab_header
{
    background-image: url(./Images/Design/Controls/Tabs/TabsPanel.png);
    color: #000;
    font-family: Tahoma;
    font-size: 11px;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    padding: 3px 5px 0;
    text-decoration: none;
}

.Dialog_Tabs .ajax__tab_header span
{
    float: left;
}

.RTL .Dialog_Tabs .ajax__tab_header span
{
    float: right;
}

.RTL.Gecko .Dialog_Tabs .ajax__tab_header span
{
    float: none;
}

.Dialog_Tabs .ajax__tab_outer
{
    height: 24px;
    display: table-cell !important;
}

.RTL .Dialog_Tabs .ajax__tab_outer
{
    padding-right: 0px;
}

.Dialog_Tabs .ajax__tab_inner
{
    height: 24px;
    display: table-cell !important;
}

.RTL .Dialog_Tabs .ajax__tab_inner
{
    padding-left: 0px;
}

.RTL.IE6 .Dialog_Tabs .ajax__tab_inner, .RTL.IE7 .Dialog_Tabs .ajax__tab_inner, .RTL.Safari .Dialog_Tabs .ajax__tab_inner
{
    padding-right: 0px;
    padding-left: 0px;
}

.Dialog_Tabs .ajax__tab_tab
{
    font-size: 11px;
    padding: 0px 8px;
    vertical-align: middle;
    display: table-cell !important;
    overflow: hidden;
    margin-right: 6px !important;
    float: left;
    cursor: pointer;
}

.RTL .Dialog_Tabs .ajax__tab_tab
{
    margin-right: 0px !important;
    float: right;
}

.RTL.IE7 .Dialog_Tabs .ajax__tab_tab
{
    margin-right: 6px !important;
    float: none;
}
.RTL.Safari .Dialog_Tabs .ajax__tab_tab
{
    margin-right: 6px !important;
    float: right;
}

.Dialog_Tabs .ajax__tab_body
{
    padding: 6px;
    background-color: #fff;
    height: 250px; /*overflow: hidden;*/
}

.Safari .Dialog_Tabs .ajax__tab_body
{
    height: auto;
}
/*
.Dialog_Tabs .ajax__tab_hover .ajax__tab_outer
{
    padding-right: 0px !important;
}

.Dialog_Tabs .ajax__tab_hover.ajax__tab_active .ajax__tab_outer
{
    padding-right: 6px !important;
}

.Dialog_Tabs .ajax__tab_hover .ajax__tab_inner
{
    padding-left: 0px !important;
}

.Dialog_Tabs .ajax__tab_hover.ajax__tab_active .ajax__tab_inner
{
    padding-left: 6px !important;
}

.Dialog_Tabs .ajax__tab_active .ajax__tab_outer
{
    background-image: url(./Images/Design/Controls/Tabs/Horizontal/SubTabs/TabBorderLeftSelected.png);
    background-position: left bottom;
    background-repeat: no-repeat;
}

.Dialog_Tabs .ajax__tab_active .ajax__tab_inner
{
    background-image: url(./Images/Design/Controls/Tabs/Horizontal/SubTabs/TabBorderRightSelected.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}
*/
.Dialog_Tabs .ajax__tab_hover .ajax__tab_tab
{
    background-image: url(./Images/Design/Controls/Tabs/Horizontal/SubTabs/TabMid.png);
    border-left: 1px solid #8d8d8d;
    border-right: 1px solid #8d8d8d;
    padding: 0px 7px;
}

.Dialog_Tabs .ajax__tab_active .ajax__tab_tab
{
    background-image: url(./Images/Design/Controls/Tabs/Horizontal/SubTabs/TabMidSelected.png) !important;
    background-position: center bottom;
    background-repeat: repeat-x;
    display: table-cell !important;
    border-left: none;
    border-right: none;
    padding: 0px 7px;
    border-left: 1px solid #8d8d8d;
    border-right: 1px solid #8d8d8d;
}

.ExamplesHeaderLeft
{
    background-image: url("./Images/Others/APIExamples/logo.png");
    background-repeat: no-repeat;
    height: 41px;
    float: left;
    padding: 0px 5px;
    width: 145px;
    overflow: hidden;
    margin: 7px 0px 0px 11px;
}
.RTL .ExamplesHeaderLeft
{
    background-image: url("./Images/Others/APIExamples/logo.png");
    float: right;
}

.DialogSiteBlock
{
    height: 25px;
    padding: 13px 10px 6px;
}

.DialogTreeArea .ContentTree
{
    position: relative;
    height: 100%;
    overflow: auto;
    padding-top: 8px;
}

.CMSDeskProperties
{
    padding: 0px 3px 5px 10px;
}


/*#Forums#*/
.ForumModerationInfo
{
    text-align: center;
    margin: 5px;
    padding: 5px;
}

.ForumModerationInfoText
{
    margin: 15px;
    border: solid 1px #cccccc;
    padding: 35px;
    background-color: #fff6df;
}

.ForumSearchResultsInfo
{
    font-weight: bold;
    color: #737373;
    font-size: 13px;
    padding: 8px 20px;
    border: none;
    background: #f4f4f4 url(../CorporateSite/Images/bg_forumHeader.png) repeat-x top left;
}

.Forum .Unapproved
{
    background-color: #fff2cf;
}

.PostText blockquote
{
    border: solid 1px #d4d4d4;
    background-color: #eeeeee;
    padding: 10px 15px;
    margin-left: 10px;
}

.PostText blockquote cite
{
    display: block;
    font-weight: bold;
}

.PostExtendedActions
{
    border-top: solid 1px #eeeeee;
    margin-left: 8px;
    margin-top: 10px;
    padding-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 15px;
}

.PostExtendedActions span
{
    display: none;
}

.PostExtendedActions .SendMessage
{
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    background-image: url(../Default/Images/Design/Forums/sendmessage.gif);
    margin-right: 7px;
}

.PostExtendedActions .Friendship
{
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    background-image: url(../Default/Images/Design/Forums/friendship.gif);
}

pre
{
    border: 1px solid maroon;
    margin-left: 10px;
    padding: 10px 15px;
    background: #FCFFBF;
}


/*#Forums/Extended search#*/
.ForumSearchResults .Post td
{
    padding: 10px 10px 0px 0px !important;
}

.ForumExtendedSearch
{
    margin-top: 25px;
    margin-bottom: 20px;
}

.ForumLogonBox
{
    margin: 10px 0px 10px 0px;
    float: left;
}

.ForumSearchBox
{
    margin: 10px 0px 10px 0px;
    float: right;
}

.ForumSearchBox a
{
    color: black;
}

.ResultThread
{
    padding-left: 22px;
}

.ResultThread .AvatarImage
{
    margin-left: 0px !important;
}

.ResultThread .Badge
{
    margin-left: 6px !important;
}

.ResultThread .BadgeImage
{
    margin-left: 4px !important;
}

.ResultThread .ForumPost
{
    padding-left: 0px;
}

.DesignMode .ForumSearchBox, .DesignMode .ForumLogonBox
{
    float: none;
}

.Post .AcceptedSolution
{
    background-color: #efffef;
}

.AcceptedSolutionArea
{
    color: Green;
    font-size: 14pt;
    width: 100%;
    margin-bottom: 5px;
}

.AcceptedSolutionArea td
{
    padding-left: 5px !important;
    padding-bottom: 5px !important;
}

.AcceptedSolutionArea .AcceptedSolutionText
{
    width: 100%;
}

.ForumManage
{
    border: 1px solid #cccccc;
    margin: 6px 2px 2px 0px;
    padding: 2px 5px;
    background-color: #fffed5;
}

.ForumManage a
{
    color: #245a91;
    padding-right: 5px;
}

.PostManageEdit table
{
    border: none !important;
}

.PostManageEdit .ForumNewPost td
{
    border-bottom: none !important;
}

.ForumNewPost .SignatureAreaItem
{
    width: 500px;
    height: 50px;
}

.SignatureArea
{
    border-top: solid 1px #D7D7D7;
    font-size: 8pt;
    color: #a8a8a8;
    margin-top: 5px;
    padding: 5px;
}

.ForumTree .PostTree .SignatureArea
{
    width: 100%;
    border-top: solid 1px #D7D7D7;
    font-size: 8pt;
    color: #a8a8a8;
    margin-top: 5px;
    padding: 5px;
}

.AttachmentTableUpload input
{
    margin-right: 3px;
}


/*#Forums/Forum group#*/
.ForumGroup
{
    width: 100%;
}

.ForumGroup a
{
    color: #2f8dc3;
    text-decoration: underline;
}

.ForumGroup a:hover
{
    text-decoration: none;
}

.ForumGroup .Table
{
    width: 100%;
    background-color: #ffffff;
}

.ForumGroup .Table td
{
    padding: 6px;
    color: #737373;
}

.ForumGroup .Table .Header td
{
    font-weight: bold;
    color: #737373;
    font-size: 13px;
    padding: 8px 20px !important;
    border: none;
    background: #f4f4f4 url(../CorporateSite/Images/bg_forumHeader.png) repeat-x top left;
}

.ForumGroup .Table .Info td
{
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 20px !important;
    background: #010101 url(../CorporateSite/Images/bg_forumSubheader.png) repeat-x top left;
    height: 49px;
    vertical-align: top;
}

.ForumGroup .Table .GroupName
{
    display: block;
    font-weight: bold;
    font-size: 20px;
    padding: 3px 0px 0px 0px;
    color: #363636;
}

.ForumGroup .Table .GroupDescription
{
    display: block;
    color: #737373;
    padding-left: 0px;
    font-size: 11px;
}


.ForumGroup .Table .ForumInfo
{
    padding-top: 6px;
    padding-bottom: 6px;
}

.ForumGroup .Table .Threads
{
    text-align: center;
    width: 50px;
    border-left: 1px dotted #818181;
    border-right: 1px dotted #818181;
}

.ForumGroup .Table .Posts
{
    text-align: center;
    width: 50px;
    border-right: 1px dotted #818181;
}

.ForumGroup .Table .LastPost
{
    text-align: center;
    width: 200px;
}

.ForumGroup .Table .PostTime
{
    white-space: nowrap;
}

.ForumGroup .Table .PostUser
{
    white-space: nowrap;
    color: #000;
}

.ForumGroup .ForumOdd td
{
    background-color: #f8f8ff;
}

.ForumGroup .Forum .ForumName
{
    font-size: 15px;
    color: black;
}

.ForumGroup .Forum .ForumDescription
{
    display: block;
    padding-top: 5px;
}


/*#Forums/Forum flat view#*/
.ForumFlat .ActionLink, .ForumFlat .ActionLink a, .ForumTree .ActionLink, .ForumTree .ActionLink a, .ForumManage .ActionLink
{
    color: #245a91;
    display: inline;
    padding: 0px 2px;
}

.ActionLink:hover
{
    text-decoration: none !important;
}

.ForumFlat .Table, .ForumTree .Table
{
    width: 100%;
    background-color: #ffffff;
}

.ForumFlat .Table td
{
    padding: 10px;
    color: #737373;
}

.ForumFlat .Table .Info td, .ForumTree .Table .Info td
{
    background: #000000 url(../CorporateSite/Images/bg_forumHeaderBig.png) repeat-x top left;
    height: 53px;
    vertical-align: top;
    color: #737373;
    padding: 0px 20px !important;
}

.ForumTree .Table .Info td
{
    padding-left: 6px;
}

.ForumFlat .Table .ForumContent, .ForumTree .Table .ForumContent
{
    background-color: #ffffff;
    padding: 0px;
    margin: 0px;
}

.ForumFlat .Table .Posts
{
    border-right: dotted 1px #818181;
    border-left: dotted 1px #818181;
}

.ForumContent div.Posts
{
    border: none !important;
}

.ForumTree .Table .Posts
{
    border-right: dotted 1px #818181;
    border-left: dotted 1px #818181;
    border-bottom: dotted 1px #818181;
}

.Forum, .ForumContent, .ForumSearchResults
{
    background: url("/CMS/App_Themes/CorporateSite/Images/bg_contentBox.png") no-repeat top left;
}

.IE7 .Forum
{
    background: none;
}

.ForumFlat .Table .ForumName, .ForumTree .Table .ForumName
{
    display: block;
    font-weight: bold;
    font-size: 18px;
    padding: 8px 0px 0px 4px;
    color: #000;
}

.ForumFlat .Table .ForumDescription, .ForumTree .Table .ForumDescription
{
    display: block;
    color: #737373;
    padding-left: 6px;
    font-size: 13px;
}

.ForumFlat .Table .Informations td, .ForumTree .Table .Informations td
{
    font-weight: bold;
    border-right: solid 1px #cccccc;
    border-left: solid 1px #cccccc;
    border-bottom: solid 1px #bbbbbb;
    padding: 5px;
    background-color: #fffec0;
}

.ForumFlat .Table .Actions td, .ForumTree .Table .Actions td
{
    font-weight: bold;
    background-color: #e6e6e6;
    padding: 5px 20px;
}

.ForumFlat .Table .Actions .ActionLink, .ForumTree .Table .Actions .ActionLink
{
    color: #737373;
    text-decoration: underline;
    padding: 0px 5px 0px 5px;
}

.ForumFlat .Table .Actions, .ForumTree .Table .Actions
{
    color: #737373;
}

.ForumFlat .Table .Posts td
{
    padding: 0px;
}

.ForumFlat .Table .PostsTable, .ForumTree .Table .PostsTable
{
    width: 100%;
}

.ForumFlat .Table .PostsTable td, .ForumTree .Table .PostsTable td
{
    border-top: none;
    border-right: none;
    border-left: none;
}

.ForumFlat .Table .PostsTable .Content, .ForumTree .Table .PostsTable .Content
{
    padding-right: 8px !important;
}

.ForumFlat .Pager td
{
    background-color: #eeeeee;
    border: none;
    padding: 0px;
    height: 23px;
    font-weight: bold;
    text-align: center;
}

.ForumFlat .Pager a
{
    font-weight: bold;
    text-decoration: underline;
    color: #65a02f;
}

.ForumFlat .ThreadTable .Header td
{
    font-weight: bold;
    background-color: #f4f4f4;
    color: #737373;
    padding-top: 4px;
    padding-bottom: 4px;
    border: none;
}

.ForumFlat .ThreadTable .Author
{
    text-align: center;
    width: 200px;
    border-left: 1px dotted #818181;
}

.ForumFlat .ThreadTable .Posts, .ForumFlat .ThreadTable .Views
{
    text-align: center;
    width: 50px;
}

.ForumFlat .ThreadTable .Views
{
    border-right: dotted 1px #818181;
}

.ForumFlat .ThreadTable .LastPost
{
    text-align: center;
    width: 200px;
}

.ForumFlat .ThreadTable .PostTime
{
    white-space: nowrap;
}

.ForumFlat .ThreadTable .PostUser
{
    white-space: nowrap;
    font-weight: bold;
    color: #a7a7a7;
}

.ForumFlat .ThreadTable .ThreadInfo
{
    text-align: left;
    width: 30%;
}

.ForumFlat .ThreadTable .ThreadInfo .ThreadName
{
    text-decoration: underline;
    color: #66addf;
    font-size: 14px;
}

.ForumFlat .ForumBreadCrumbs
{
    font-weight: normal;
    font-size: 9pt;
    padding: 0px 5px 0px 5px;
    color: #737373;
}

.ForumFlat .ForumBreadCrumbs a
{
    color: #737373;
}

.ForumFlat .ForumContent .ForumNewPost
{
    border-left: solid 1px #e6e6e6;
    border-right: solid 1px #e6e6e6;
    border-bottom: solid 1px #e6e6e6;
}

.ForumNewPost .ItemLabel
{
    font-weight: bold;
    vertical-align: middle;
    padding: 5px;
}

.ForumNewPost .Button
{
    width: 100px;
}

.ForumNewPost .TextboxItem
{
    width: 500px;
}

.ForumNewPost .TextboxItemShort
{
    width: 300px;
}

.ForumNewPost .TextareaItem
{
    width: 500px;
    height: 200px;
}

.Post img
{
    border: 0px;
}

.PostAttachments
{
    border: 1px solid #cccccc;
    background: #eeeeee;
    padding: 5px;
    margin: 10px 0px;
}

.PostAttachments .PostAttachmentsList
{
    padding: 2px 0px;
}

.PostAttachments .PostAttachmentsHeader
{
    color: gray;
}

.PostAttachments .PostAttachmentsList a
{
    color: black;
}


/*#Forums/Attachments#*/
.ForumAttachments
{
    border-right: solid 1px #cccccc;
    border-left: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
}


.ForumAttachments .AttachmentTable
{
    border: solid 1px #cccccc;
    border-collapse: collapse;
    margin-top: 12px;
}

.ForumAttachments .AttachmentTable td
{
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
}

.ForumAttachments .AttachmentTable .AttachmentTableHeader
{
    background-color: #eeeeee;
}

.ForumAttachments .AttachmentTable .AttachmentTableHeader th, .AttachmentTable .AttachmentFileSize, .AttachmentAction
{
    text-align: center;
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    padding: 3px;
}

.ForumAttachments .AttachmentTable .AttachmentTableHeader .AttachmentFileName
{
    text-align: left;
}

.ForumAttachments .AttachmentTable .AttachmentTableFooter
{
    display: none;
}

.ForumAttachments .AttachmentTable .AttachmentTableUpload input
{
    height: 23px;
}

.ForumAttachments .AttachmentTable .AttachmentTableUpload .Button
{
    width: 100px;
}

.ForumAttachments .AttachmentTable .AttachmentTableFooter
{
    display: none;
}

.ForumAttachments .Title
{
    font-size: 16px;
    font-weight: bold;
}
.PostText
{
    display: block;
    margin: 5px 0px 5px 0px;
}

.PostIndent
{
    margin-left: 45px;
}

.ForumPost
{
    padding: 0px 14px 8px 19px;
}

.ForumPost .Content
{
    vertical-align: top;
}

.ForumPost .PostUser
{
    color: #66addf;
    font-size: 14px;
    font-weight: bold;
}

.ForumPost .PostUser:hover
{
    text-decoration: none;
}

.ForumPost .PostSubject
{
    font-weight: bold;
    font-size: 13px;
    padding: 2px 0px;
}

.ForumPost .PostActionLink
{
    color: #000;
    padding: 0px 5px;
    font-weight: normal;
    font-size: 12px;
}

.ForumPost .PostImage
{
    padding: 6px 0px;
}

.Result .PostImage
{
    padding: 0px;
}

.ForumPost .UserAvatar .AvatarImage
{
    width: 66px;
    height: 66px;
    margin: 7px 7px 2px 6px;
    border: 1px solid #818181;
}

.PostReply .UserAvatar .AvatarImage, .ForumSearchResults .UserAvatar .AvatarImage
{
    margin: 4px 15px 2px 6px;
}

.ForumPost .UserAvatar
{
    width: 75px;
}

.ForumPost .UserAvatar .Badge
{
    margin-left: 11px;
}

.ForumPost .UserAvatar .BadgeImage
{
    margin-left: 8px;
    margin-bottom: 3px;
}

.ForumPost .PostText img
{
    border: none;
}


/*#Forums/New post form#*/
.ForumContent .ForumNewPost
{
    padding: 5px;
    background-color: #F4F4F4;
}

.ForumNewPost .PostReply
{
    border: solid 1px #cccccc;
    margin: 5px 13px;
    background-color: #fff;
    padding: 10px;
}

.ForumNewPost .FormPadding
{
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.ForumNewPost .Title
{
    font-size: 17px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
    display: block;
    padding-left: 13px;
}

.ForumFlat .ForumNewPost .PostForm td
{
    border: none;
}

.ForumNewPost .ItemLabel
{
    font-weight: bold;
    vertical-align: middle;
    padding: 5px;
}

.PostForm .SubmitButton
{
    margin-right: 5px;
}

.PollsBox .PollVoteButton
{
    width: 100px;
}

.ForumExtendedSearch .DropDownList
{
    width: 507px;
}

.forumSearch
{
    padding: 40px 0px 0px 15px;
    float: right;
    margin-bottom: 15px;
}

.forumSearch a
{
    color: #66addf;
}

.forumSearch strong
{
    color: #737373;
}

.forum h1
{
    padding-left: 2px;
}

.ThreadImageDefault
{
    width: 30px;
    padding: 10px 5px 10px 15px !important;
}

.ThreadImageAnnouncement
{
    background: url(../CorporateSite/Images/Forums/thread_announcement.gif) 65% 50% no-repeat;
}

.ThreadImage
{
    background: url(../CorporateSite/Images/Forums/thread_default.gif) 65% 50% no-repeat;
}

.ThreadImageLocked
{
    background: url(../CorporateSite/Images/Forums/thread_locked.gif) 65% 50% no-repeat;
}

.ThreadImageSticky
{
    background: url(../CorporateSite/Images/Forums/thread_sticked.gif) 65% 50% no-repeat;
}

.ForumImageDefault
{
    padding: 6px 12px !important;
    width: 40px;
}

.ForumImage
{
    background: url(../CorporateSite/Images/Forums/forum_default.gif) 50% 50% no-repeat;
}

.ForumImageLocked
{
    background: url(../CorporateSite/Images/Forums/forum_locked.gif) 50% 50% no-repeat;
}

.ForumTree .PostTree td
{
    border: 0px;
}

.ForumTree .PostTree
{
    border: 0px;
}

.ForumTree .ForumPost
{
    padding-left: 6px;
    padding-right: 6px;
    border-bottom: solid 1px #cccccc;
}

.ForumTree .PostImage td
{
    vertical-align: top;
}

.ThreadPost, .ThreadPostSelected
{
    padding: 1px 5px 2px 1px;
    overflow: hidden;
}


.ThreadPost .Name
{
    padding: 1px 5px 2px 3px;
    margin-left: 1px;
}

.RTL .ThreadPost .Name
{
    padding: 1px 3px 2px 5px;
    margin-left: auto;
    margin-right: 1px;
}

.ThreadPostSelected .Name
{
    background-color: #cccccc;
    padding: 2px 4px 2px 2px;
    margin-left: 1px;
}

.RTL .ThreadPostSelected .Name
{
    padding: 2px 2px 2px 4px;
    margin-left: auto;
    margin-right: 1px;
}

.ThreadPost img, .ThreadPostSelected img
{
    padding-bottom: 3px;
}
/*#Forums/Latest posts#*/
.ForumPostsLatest
{
    margin-bottom: 15px;
}

.ForumPostsLatest h4
{
    font-size: 11px;
    margin: 0px 0px 10px;
}

.ForumPostsLatest a
{
    color: #000;
    text-decoration: none;
}

.ForumPostsLatest a:hover
{
    text-decoration: underline;
}

.TemplateSelectorWrap .TextBoxField
{
    height: 16px;
}

.IE .ImportStepConfiguration
{
    width: 400px;
}

.ViewTabs .Dialog_Tabs .Tab
{
    padding: 0px !important;
    height: 100% !important;
}

.ViewTabs .JqueryUITabs .ui-tabs-nav
{
    padding: 5px 6px 0 !important;
}

/* System section */

.LargeSystemPanel fieldset
{
    height: 174px;
}

.MediumSystemPanel fieldset
{
    height: 150px;
}

.SmallSystemPanel fieldset
{
    height: 60px;
}

.IE9 .SystemPanel fieldset
{
    min-height: 175px;
}

.SystemPanel fieldset, .LargeSystemPanel fieldset
{
    min-height: 170px;
    min-width: auto !important;
}

.RefreshList
{
    height: auto !important;
}

.IE8 .SystemPanel fieldset legend, .IE8 .SmallSystemPanel fieldset legend,.IE8 .MediumSystemPanel fieldset legend,.IE8 .LargeSystemPanel fieldset legend
{
    top: -.5em;   
    position: absolute !important;
}

.IE8 .SystemPanel fieldset, .IE8 .SmallSystemPanel fieldset,.IE8 .MediumSystemPanel fieldset,.IE8 .LargeSystemPanel fieldset
{
    position:relative;
}
.IE8 .SystemPanel table, .IE8 .SmallSystemPanel table,.IE8 .MediumSystemPanel table,.IE8 .LargeSystemPanel table
{
    margin-top: 10px;
}
/*
.IE8 fieldset, .IE7 fieldset
{
    position: relative;
    margin-top: 10px;
    padding-top: 10px;
    min-width: 560px;
}

.IE8 fieldset legend, .IE7 fieldset legend
{
    position: absolute;
    margin-left: 8px;
    margin-top: -8px;
    border: 1px solid red;
}
*/
.IE7 fieldset
{
    margin-top: 12px;
}

.RTL.IE8 fieldset legend, .RTL.IE7 fieldset legend
{
    left: auto;
    right: 8px;
}
.IE7 fieldset legend
{
    margin-top: -12px;
}

.IE8 FieldSet legend
{
    position:absolute;
    top: -.75em;
    left: .5em;
}

.IE8 FieldSet
{
    position: relative;
    margin-top:1em;
    padding-top:.75em;
}

.Safari .UploaderUpload .UploaderLabel
{
    float: left;
    display: block;
    margin-top: 6px;
}

.Safari .UploaderUpload .UploaderInputFile
{
    width: 240px;
}

/* ----------- SKIN PART OF CSS ---------- */
.CMSDeskHeader
{
    background: #414a54 url(./Images/Design/Backgrounds/CMSDeskHeader.png) repeat-x top left;
    border-bottom: 1px solid #000;
}

.HeaderLeft
{
    background: url(./Images/Design/Branding/Logo.png) no-repeat top left;
}

.HeaderVersion, .HeaderLink, .HeaderRight td, .HeaderRight
{
    color: #e9e9e9;
}

.TabControlLink
{
    color: #fff;
}

.TabControlLinkSelected
{
    color: #000;
}

.SM_Header
{
    background-image: url(./Images/Design/Backgrounds/CMSDeskHeader.png);
}

.ContentMenu
{
    background: #e9e9e9 url(./Images/Design/Backgrounds/ContentMenuBackground.png);
    border-bottom: 1px solid #8d8d8d;
}

.UniMenuContent .RightSmallButton, .UniMenuContent .LeftSmallButton
{
    height: 21px;
    width: 2px;
    float: left;
}

.ContentMenuLeft
{
    background: url(./Images/Design/Backgrounds/ContentMenuWatermark.png) no-repeat fixed top right;
}

.RTL .ContentMenuLeft
{
    background: url(./Images/RTL/Design/Backgrounds/ContentMenuWatermark.png) no-repeat fixed top left;
}

.FrameResizer
{
    background: #e4e4e4 url(./Images/Design/Controls/FrameResizer/Horizontal/ResizerButton.png) no-repeat top left;
}

.RTL .FrameResizer
{
    background: #e4e4e4 url(./Images/RTL/Design/Controls/FrameResizer/Horizontal/ResizerButton.png) no-repeat top left;
}

.UIHeaderSelector
{
    background: url(./Images/Design/Backgrounds/IconBackground.png) no-repeat top left;
}

.UniMenuContent .BigButton:hover .MiddleBigButton, .UniMenuContent .Selected .MiddleBigButton
{
    background: url(./Images/Design/Controls/UniMenu/BigButtonActiveMiddle.png) repeat-x top center;
}

.TreeBody
{
    background: #fff url(./Images/Design/Branding/WatermarkLeftMenu.png) no-repeat bottom left;
}

.HeaderSignOut
{
    color: #fff;
}

.ContentButton, .ShortButton, .LongButton, .XLongButton, .XXLongButton, .XShortButton, .SubmitButton, .ShortSubmitButton, .LongSubmitButton, .XLongSubmitButton, .XXLongSubmitButton, .XShortSubmitButton
{
    color: #fff;
    background: url(./Images/Design/Buttons/ContentButton.png) no-repeat top left;
}

.SubmitButton
{
    background: url(./Images/Design/Buttons/SubmitButton.png) no-repeat top left;
}

.TabControl:hover
{
    background-image: url(./Images/Design/Controls/Tabs/Horizontal/TabMidHover.png);
    cursor: pointer;
}

.UniMenuSeparator
{
    background: url(./Images/Design/Controls/UniMenu/RightBorder.png) no-repeat center center;
}

.UniMenuRightBorder, UniMenuLeftBorder
{
    background: none;
}

.UniMenuContent .UniMenuDescription
{
    color: #696868;
}

.ContentFooter
{
    background-color: #e9e9e9;
}

.UniMenuContent .BigButton a, .UniMenuContent .SmallButton, .UniMenuContent .SmallButton a
{
    color: #000;
}

.ContentTreeSelectedItem .Name
{
    color: #000000;
    background: #ffd899 url(./Images/Design/Backgrounds/TreeMenuActiveItem.png) repeat-y top right;
}

.RTL .ContentTreeSelectedItem .Name
{
    background: #ffd899 url(./Images/RTL/Design/Backgrounds/TreeMenuActiveItem.png) repeat-y top left;
}

.HeaderUserInfo
{
    background: url(./Images/General/IconUser.png) no-repeat center left;
}

.HeaderSiteDrop
{
    background-color: #94a1ad;
    color: #fff;
    border: 1px solid #3a444e;
}

.SubmitButton
{
    background: url(./Images/Design/Buttons/SubmitButton.png) no-repeat top left;
}

.XShortButton
{
    width: 30px;
    background: url(./Images/Design/Buttons/XShortContentButton.png) no-repeat top left;
}

.XShortSubmitButton
{
    width: 30px;
    background: url(./Images/Design/Buttons/XShortSubmitButton.png) no-repeat top left;
}

.ShortButton
{
    width: 60px;
    background: url(./Images/Design/Buttons/ShortContentButton.png) no-repeat top left;
}

.ShortSubmitButton
{
    width: 60px;
    background: url(./Images/Design/Buttons/ShortSubmitButton.png) no-repeat top left;
}

.LongButton
{
    width: 150px;
    background: url(./Images/Design/Buttons/LongContentButton.png) no-repeat top left;
}

.LongSubmitButton
{
    width: 150px;
    background: url(./Images/Design/Buttons/LongSubmitButton.png) no-repeat top left;
}

.XLongButton
{
    width: 190px;
    background: url(./Images/Design/Buttons/XLongContentButton.png) no-repeat top left;
}

.XLongSubmitButton
{
    width: 190px;
    background: url(./Images/Design/Buttons/XLongSubmitButton.png) no-repeat top left;
}

.XXLongButton
{
    width: 220px;
    background: url(./Images/Design/Buttons/XXLongContentButton.png) no-repeat top left;
}

.XXLongSubmitButton
{
    width: 220px;
    background: url(./Images/Design/Buttons/XXLongSubmitButton.png) no-repeat top left;
}

.ContentButton:hover, .ShortButton:hover, .LongButton:hover, .XLongButton:hover, .XXLongButton:hover, .XShortButton:hover
{
    background: #1e4891 url(./Images/Design/Buttons/ContentButtonHover.png) repeat-x top left;
    border: 1px solid #3d5e9c;
}

.MouseOver .ButtonUploader .UploaderImage
{
    background: #1e4891 url(./Images/Design/Buttons/UploaderHover.png) repeat-x top left !important; /*border: 1px solid #3d5e9c;*/
}

.SubmitButton:hover, .ShortSubmitButton:hover, .LongSubmitButton:hover, .XLongSubmitButton:hover, .XXLongSubmitButton:hover, .XShortSubmitButton:hover
{
    background: #4e6304 url(./Images/Design/Buttons/SubmitButtonHover.png) repeat-x top left;
    border: 1px solid #6a7c2c;
}

.ContentButtonDisabled, .SubmitButtonDisabled, .ContentButtonDisabled:hover, .SubmitButtonDisabled:hover
{
    background: url(./Images/Design/Buttons/ContentButtonDisabled.png) no-repeat top left;
    color: #878787;
    border: none;
}

.ShortButtonDisabled, .ShortSubmitButtonDisabled, .ShortButtonDisabled:hover, .ShortSubmitButtonDisabled:hover
{
    background: url(./Images/Design/Buttons/ShortButtonDisabled.png) no-repeat top left;
    color: #878787;
    border: none;
}

.LongButtonDisabled, .LongSubmitButtonDisabled, .LongButtonDisabled:hover, .LongSubmitButtonDisabled:hover
{
    background: url(./Images/Design/Buttons/LongButtonDisabled.png) no-repeat top left;
    color: #878787;
    border: none;
}

.XLongButtonDisabled, .XLongSubmitButtonDisabled, .XLongButtonDisabled:hover, .XLongSubmitButtonDisabled:hover
{
    background: url(./Images/Design/Buttons/XLongButtonDisabled.png) no-repeat top left;
    color: #878787;
    border: none;
}

.XXLongButtonDisabled, .XXLongSubmitButtonDisabled, .XXLongButtonDisabled:hover, .XXLongSubmitButtonDisabled:hover
{
    background: url(./Images/Design/Buttons/XXLongButtonDisabled.png) no-repeat top left;
    color: #878787;
    border: none;
}

.XShortButtonDisabled, .XShortSubmitButtonDisabled, .XShortButtonDisabled:hover, .XShortSubmitButtonDisabled:hover
{
    background: url(./Images/Design/Buttons/XShortButtonDisabled.png) no-repeat top left;
    color: #878787;
    border: none;
}

.ContentMenuSplitSeparator
{
    background: url(./Images/Design/Controls/UniMenu/Separator.png) no-repeat center center;
}

.FooterLeft, .FooterRight
{
    border-top: solid 1px #8d8d8d;
}

.VerticalFrameResizer
{
    background: #eaeaea url(./Images/Design/Controls/FrameResizer/Vertical/ResizerButton.png) no-repeat top left;
}

.MassEmailSelector .MenuHeaderItemSelected, .MassEmailSelector .MenuHeaderItem, .ImageEditorMain .MenuHeaderItem, .ImageEditorMain .MenuHeaderItemSelected
{
    color: #313131;
    background-color: #e2e1e1;
    background: url(./Images/Design/Controls/UniGrid/Header.png) repeat-x top left;
}

.ImageEditorMain
{
    border-left: 1px solid #a1a1a1;
    border-bottom: 1px solid #a1a1a1;
}

.ImageEditorProperties, .ImageEditorFrame
{
    border: 1px solid #a1a1a1;
}

.MassEmailSelector .MenuHeaderItemSelected, .MassEmailSelector .MenuHeaderItem, .ImageEditorMain .MenuHeaderItem, .ImageEditorMain .MenuHeaderItemSelected
{
    border-top: 1px solid #a1a1a1;
}

.SM_HeaderLeft
{
    background-image: url(./Images/Design/Branding/LogoSiteManager.png);
    background-repeat: no-repeat;
}

.SM_HeaderContentSeparator
{
    background: url(./Images/Design/Controls/FrameResizer/Vertical/Resizer.png) repeat-x top left;
    border-bottom: 1px solid #8d8d8d;
    border-top: 1px solid #000;
}

.PageFooterLine
{
    border-top: solid 1px #cccccc;
    background: #dedede url(./Images/Design/Backgrounds/DialogFooterBackground.png) repeat-x top left;
}

.DialogPageBody .PageTitleHeader, .AsyncLogArea .PageTitleHeader
{
    background: #414a55 url(./Images/Design/Backgrounds/PageTitleHeaderDark.png) repeat-x top left;
    border-bottom: none;
}

.AsyncLogArea .PageTitle
{
    color: #fff;
}

.DialogPageBody .PageTitle
{
    color: #fff;
}

.PageHeaderLine
{
    border-bottom: solid 1px #cccccc; /*background: #dcdcdc url(./Images/Design/Backgrounds/PageHeaderLineBackground.png) repeat-x top left;*/
    background: #fff;
}

.PageHeaderLineSub
{
    border-bottom: solid 1px #cccccc;
    background: #fff;
}

.SimpleHeader .PageTitleBreadCrumbs
{
    background: #f2f2f2 url(./Images/Design/Backgrounds/BreadcrumbsGradient.png) repeat-x top left;
    border-bottom: 1px solid #8d8d8d;
}

.NoBreadcrumbsBackground .PageTitleBreadCrumbs
{
    background: none;
    border-bottom: none;
}

.NoBorderLine
{
    border-bottom: 1px solid #fafafa;
    background: #fff url(./Images/Design/Backgrounds/PageTitleBreadcrumbs.png) repeat-x bottom left !important;
    padding: 9px 10px 1px 10px !important;
}

.TreeMenuPadding, .DialogSiteBlock
{
    background-color: #f2f2f2;
    background-image: url(./Images/Design/Backgrounds/TreeMenuTopBackground.png);
    background-repeat: repeat-x;
    border-bottom: 1px solid #8d8d8d;
}

.PreviewImage
{
    border: 1px solid #ccc !important;
    background: #fff url(./Images/Design/Backgrounds/MediaLibraryThumbs.png) repeat-x bottom left;
    padding: 5px;
}

.TabsVertical .TabControl
{
    color: #000000;
}

.TabsVertical .TabControlSelected
{
    color: #000000;
    background-color: #f9c879;
}

.TabsVertical .TabControl:hover
{
    border: none;
}

.VerticalTabsTop
{
    background-image: url(./Images/Design/Controls/Tabs/Vertical/TabTop.png);
}

.TabsVertical .TabControl
{
    background-color: #e0e0e0;
}

.TabsVertical .TabControl:hover
{
    background-color: #fefefe;
}

.VerticalTabsBottom
{
    background-color: #e0e0e0;
}

.VerticalTabsTop
{
    background-color: #e0e0e0;
}

.LightTabs .FullTabsRight, .LightTabs .TabsRight, .LightTabs .TabsRightDialog
{
    background-color: #afafaf;
}

fieldset
{
    border: 1px solid #cccccc;
    background-image: url(./Images/Design/Backgrounds/EditingArea.png);
    background-repeat: repeat-y;
    background-position: right top;
    background-color: #fefefe;
}

.HeaderSeparator
{
    border-bottom: 1px solid #8d8d8d;
    background-image: url(./Images/Design/Controls/Tabs/Horizontal/SubTabs/Separator.png);
    background-repeat: repeat-x;
    background-position: left bottom;
}

input[type=text], input[type="password"], select, textarea
{
    border: 1px solid #cccccc;
}

.UniGridHead
{
    color: #000000;
    background-color: #dfdfdf;
}

.PermissionsListBox
{
    border: 1px solid #cccccc;
    padding: 3px;
}

.UniGridGrid
{
    border: 1px solid #cccccc;
}

.PanelMenuCategoryHover
{
    border: solid 1px #eba100;
    background-color: #fce495;
    background-image: url(./Images/Design/Backgrounds/SectionSelector.png);
    background-repeat: repeat-x;
}

.PanelMenuCategoryHover a.CategoryAction
{
    color: #0d3ba1;
}


.UniFlatSearchPanel
{
    border-bottom: solid 1px #cccccc;
    background: #dddddd url(./Images/Design/Backgrounds/TabDialogHeader.png) repeat-x;
}

.UniFlatPager
{
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.SelectorFlatDescription
{
    background: #f5f5f5;
}

.FlatItem .SelectorEnvelope:hover
{
    background: #fce495 url(./Images/Design/Backgrounds/SelectorHovered.png) repeat-x scroll 0 0;
    border: solid 1px #eba100;
}

.ButtonsArea
{
    background: #dddddd url(./Images/Design/Backgrounds/ButtonArea.png) repeat-x scroll 0 0;
    border-top: 1px solid #cccccc;
}

/* -------------- */
/* Other browsers */
/* -------------- */
.IE7 .LogonTitle span
{
    display: block;
    width: 300px;
}



.IE7 td.LoginLabel
{
    height: 20px;
}

.IE7 .loginBox .LogonData TD
{
    width: auto;
}

.IE9 .InstalHeader
{
    margin-top: 21px;
}

.LocalizableTop
{
    vertical-align: top;
    top: 1px;
}

.IE8 .SM_Header .HeaderTabs, .IE7 .SM_Header .HeaderTabs
{
    margin-top: 25px;
}

.MassEmailSelector
{
    border: 1px solid #a1a1a1;
    border-top: none;
    margin: 5px 0px 0px;
}

.MassEmailSelector .MenuHeaderItemSelected, .ImageEditorMain .MenuHeaderItemSelected
{
    border-bottom: 1px solid #a1a1a1;
}

.Gecko .NewPageDialog .RadioPanel input
{
    position: relative;
    top: -6px;
}

.Gecko .CalendarIcon
{
    position: relative;
    top: 0px;
}


.RangeCalendarTextBox
{
    width: 147px;
}

.LongWebAnalyticsButton
{
    width: 118px !important;
}

.IE8 .LongWebAnalyticsButton, .IE9 .LongWebAnalyticsButton, .Safari .LongWebAnalyticsButton
{
    width: 112px !important;
}

.Gecko .PagerRow table td, .Opera .PagerRow table td, .IE9 .PagerRow table td
{
    border-style: none;
}

.IE7 .LogonTitle span
{
    display: block;
    width: 300px;
}

.IE7 td.LoginLabel
{
    height: 20px;
}

.IE7 .loginBox .LogonData TD
{
    width: auto;
}

.IE9 .InstalHeader
{
    margin-top: 21px;
}

.LocalizableTop
{
    vertical-align: top;
    top: 1px;
}

.IE8 .SM_Header .HeaderTabs, .IE7 .SM_Header .HeaderTabs
{
    margin-top: 25px;
}

.MassEmailSelector
{
    border: 1px solid #a1a1a1;
    border-top: none;
    margin: 5px 0px 0px;
}

.MassEmailSelector .MenuHeaderItemSelected, .ImageEditorMain .MenuHeaderItemSelected
{
    border-bottom: 1px solid #a1a1a1;
}

.Gecko .NewPageDialog .RadioPanel input
{
    position: relative;
    top: -6px;
}

.Gecko .CalendarIcon
{
    position: relative;
    top: 0px;
}

.RTL.Gecko .MenuSubBox
{
    left: 22px !important;
}

.RTL.Gecko .MenuBox
{
    width: 92% !important;
}

.NoBorderTable td
{
    border: none !important;
}

.EditingFormValueCell .NewLinkText
{
    padding-left: 3px;
}

.RTL .EditingFormValueCell .NewLinkText
{
    padding-right: 3px;
}

.FileImportFilter
{
    margin-bottom: 10px;
}

.IE7 .UniGridHead .CartStepHeader
{
    background-image: url(./Images/CMSModules/CMS_Ecommerce/cartstepheader.png) !important;
    background-color: #414b55 !important;
}

.DialogFileUploader .InnerDiv
{
    background: url('./Images/CMSModules/CMS_Content/Dialogs/addfile.png');
}

.DialogFileUploader .MouseOver .InnerDiv
{
    background: url('./Images/CMSModules/CMS_Content/Dialogs/addfileover.png');
}

.HeaderWarning
{
    color: #212A24;
    background-color: #FFDE9C;
    padding: 5px;
    border-bottom: 1px solid;
}

/**Custom styles**/
#f_f_pnlForm .EditingFormLabelCell, .CustomPageView .label {vertical-align: top !important; font-weight: bold; color: Gray !important; white-space:nowrap}
#f_f_pnlForm .EditingFormCategory, .CustomPageView .EditingFormCategory {padding: 5px}