﻿/* General */
body
{
    font-family: Arial;
    font-size: 12px;
    color: #000000;
}

a
{
    color: #000000;
}

td
{
    font-family: Arial;
    font-size: 12px;
    color: #000000;
}

input[type=text], input[type="password"], select, textarea
{
    border: 1px solid #aeaeae;
}

select
{
    height: 20px;
    font-size: 12px;
}
select option
{
    font-size: 13px;
}

fieldset
{
    border: 1px solid #B5C3D6;
    padding: 5px;
}

.Image16
{
    width: 16px;
    height: 16px;
}

.Image32
{
    width: 32px;
    height: 32px;
}

/* Header */
.CMSDeskHeader
{
    background-image: url(./Images/Design/Backgrounds/CMSDeskHeader.png);
    background-repeat: repeat-x;
    margin: 0px;
    height: 49px;
}

.SM_Header .HeaderTabs
{
    width: auto !important;
}

.CMSDeskHeader .HeaderTabs
{
    width: auto !important;
}

.HeaderLeft
{
    background-image: url(./Images/Design/logo.png);
    background-repeat: no-repeat;
    background-position: left top;
    height: 43px;
    padding: 0px 5px 5px;
    width: 159px;
    overflow: hidden;
    margin: 0px;
    position: absolute;
}


.LibraryPopupBackground
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #888888;
    filter: alpha(opacity=70);
    opacity: 0.7;
    z-index: 50;
}

.LibraryPopupContent
{
    filter: alpha(opacity=100);
    opacity: 1;
    background-color: White;
    border: solid 1px black;
    padding: 0px 6px 6px 6px;
    position: relative;
    top: -4px;
    left: -4px;
}

.LibraryPopupShadow
{
    background-color: Black;
}

.HeaderVersion
{
    color: #606060;
}

.IE7 .HeaderLeft
{
    margin-left: -3px;
}

.RTL .HeaderLeft
{
    right: 0px;
    background: url(./Images/RTL/Design/logo.png) 100% 0% no-repeat;
}

.HeaderTabs
{
    height: 27px;
    padding-top: 25px;
    margin: 0px -1px 0px 0px;
    position: absolute;
    left: 170px;
    width: 230px;
}

.Gecko .HeaderTabs, .Gecko3 .HeaderTabs
{
    padding-top: 0px;
    top: 25px;
}

.IE8 .HeaderTabs
{
    padding-top: 17px;
}

.IE7 .HeaderTabs
{
    padding-top: 23px;
}

.IE6 .HeaderTabs
{
    margin: 0px -3px 0px 0px;
}

.Safari .HeaderTabs
{
    padding-top: 22px;
}

.RTL .HeaderTabs
{
    margin: 0px 0px 0px 0px;
    right: 230px;
    left: auto;
}

.HeaderTabs SPAN
{
    margin: 0px;
}

.HeaderRight
{
    display: block;
    height: 46px;
    padding: 0px 5px 3px 5px;
    margin: 0px 0px 0px 3px;
    color: #004377;
    font-family: Tahoma;
}

.HeaderRight td
{
    color: #004377;
}

.IE7 .HeaderRight
{
    padding: -2px 5px 3px 5px;
}

.RTL .HeaderRight
{
    text-align: left;
}

.HeaderUser
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
}

.HeaderUserInfo
{
    font-family: Verdana;
    font-size: 11px;
}

.HeaderSite
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
}

.HeaderSiteInfo
{
    font-family: Verdana;
    font-size: 11px;
}

.HeaderSiteDrop
{
    vertical-align: middle;
    font-family: Verdana;
    font-size: 11px;
    height: 17px;
}

.IE8 .HeaderSiteDrop
{
    margin-top: -1px;
}

.HeaderLink
{
    font-family: Verdana;
    font-size: 11px;
    color: #004377;
    margin-right: 10px;
}

.RTL .HeaderLink
{
    padding-right: 0px;
    margin-left: 10px;
}

.HeaderSignOutPnl
{
    width: 104px;
    height: 21px;
    text-align: center;
    padding-top: 4px;
    margin-left: 5px;
    cursor: pointer;
    margin-top: -1px;
}

.IE7 .HeaderSignOutPnl
{
    padding-top: 3px;
}

.RTL .HeaderSignOutPnl
{
    margin-left: auto;
    margin-right: 5px;
}

.HeaderSignOut
{
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #004377;
}

.HeaderSeparator
{
    height: 10px;
    overflow: hidden;
    background: url(./Images/Design/Controls/FrameResizer/Vertical/Resizer.png) repeat-x top left;
    clear: both;
}

.HeaderWithoutSignOut
{
    line-height: 25px;
}


/* Content pages */

/* @Buttons */

.ContentButton, .ShortButton, .LongButton, .XLongButton, .XXLongButton, .XShortButton, .SubmitButton, .ShortSubmitButton, .LongSubmitButton, .XLongSubmitButton, .XXLongSubmitButton, .XShortSubmitButton
{
    width: 90px;
    height: 22px;
    color: #fff;
    line-height: 15px;
    font-weight: bold;
    font-size: 12px;
    background: url(./Images/Design/Buttons/ContentButton.png) no-repeat top left;
    border: none;
    padding-bottom: 1px;
    margin: 0px 0px 0px 2px;
    vertical-align: top;
}

.Gecko3 .ContentButton, .Gecko3 .ShortButton, .Gecko3 .LongButton, .Gecko3 .XLongButton, .Gecko3 .XXLongButton, .Gecko3 .XShortButton, .Gecko3 .SubmitButton, .Gecko3 .ShortSubmitButton, .Gecko3 .LongSubmitButton, .Gecko3 .XLongSubmitButton, .Gecko3 .XXLongSubmitButton, .Gecko3 .XShortSubmitButton
{
    height: 20px;
    padding-bottom: 3px;
}

.Safari .ContentButton, .Safari .ShortButton, .Safari .LongButton, .Safari .XLongButton, .Safari .XXLongButton, .Safari .XShortButton, .Safari .SubmitButton, .Safari .ShortSubmitButton, .Safari .LongSubmitButton, .Safari .XLongSubmitButton, .Safari .XXLongSubmitButton, .Safari .XShortSubmitButton
{
    padding-bottom: 3px;
}

.RTL .ContentButton, .RTL .ShortButton, .RTL .LongButton, .RTL .XLongButton, .RTL .XXLongButton, .RTL .XShortButton, .RTL .SubmitButton, .RTL .ShortSubmitButton, .RTL .LongSubmitButton, .RTL .XLongSubmitButton, .RTL .XXLongSubmitButton, .RTL .XShortSubmitButton
{
    margin: 0px 2px 0px 0px;
}

.FieldLabel .ContentButton, .LargeTextAreaButton
{
    vertical-align: middle;
}

.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;
}

.ContentButtonDisabled, .ShortButtonDisabled, .LongButtonDisabled, .XLongButtonDisabled, .XXLongButtonDisabled, .XShortButtonDisabled, .SubmitButtonDisabled, .ShortSubmitButtonDisabled, .LongSubmitButtonDisabled, .XLongSubmitButtonDisabled, .XXLongSubmitButtonDisabled, .XShortSubmitButtonDisabled
{
    padding-bottom: 3px;
}

.ContentButtonDisabled, .SubmitButtonDisabled
{
    background: url(./Images/Design/Buttons/ContentButtonDisabled.png) no-repeat top left;
    color: #cbcbcb;
}

.ShortButtonDisabled, .ShortSubmitButtonDisabled
{
    background: url(./Images/Design/Buttons/ShortButtonDisabled.png) no-repeat top left;
    color: #cbcbcb;
}

.LongButtonDisabled, .LongSubmitButtonDisabled
{
    background: url(./Images/Design/Buttons/LongButtonDisabled.png) no-repeat top left;
    color: #cbcbcb;
}

.XLongButtonDisabled, .XLongSubmitButtonDisabled
{
    background: url(./Images/Design/Buttons/XLongButtonDisabled.png) no-repeat top left;
    color: #cbcbcb;
}

.XXLongButtonDisabled, .XXLongSubmitButtonDisabled
{
    background: url(./Images/Design/Buttons/XXLongButtonDisabled.png) no-repeat top left;
    color: #cbcbcb;
}

.XShortButtonDisabled, .XShortSubmitButtonDisabled
{
    background: url(./Images/Design/Buttons/XShortButtonDisabled.png) no-repeat top left;
    color: #cbcbcb;
}

.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 */

.TabControlSelectedLeft, .RTL .TabControlSelectedRight
{
    background-image: url(./Images/Design/Controls/Tabs/Horizontal/TabBorderLeftSelected.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    width: 5px;
    height: 22px;
    overflow: hidden;
    cursor: pointer;
}

.TabControlSelected
{
    background-image: url(./Images/Design/Controls/Tabs/Horizontal/TabMidSelected.png);
    background-repeat: repeat-x;
    background-position: bottom;
    height: 24px;
    padding: 3px 5px 0px 5px;
    overflow: hidden;
    font-family: Tahoma;
    font-size: 11px;
    color: #004377;
    text-decoration: none;
    cursor: pointer;
}

.IE8 .TabControlSelected
{
    height: 21px;
    padding: 11px 5px 0px 5px;
}

.IE9 .TabControlSelected
{
    height: 9px;
    padding: 3px 5px 0px 5px;
}

.IE7 .TabControlSelected
{
    height: 22px;
    padding: 4px 5px 0px 5px;
}

.IE6 .TabControlSelected
{
    height: 19px;
    padding: 4px 5px 0px 5px;
}

.Safari .TabControlSelected
{
    padding: 5px 5px 0px 5px;
    height: 21px;
}

.TabControlLinkSelected
{
    font-family: Tahoma;
    font-size: 11px;
    color: #004377;
    text-decoration: none;
    overflow: hidden;
}

.TabControlSelectedRight, .RTL .TabControlSelectedLeft
{
    background-image: url(./Images/Design/Controls/Tabs/Horizontal/TabBorderRightSelected.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    width: 5px;
    height: 22px;
    overflow: hidden;
    cursor: pointer;
}

.TabControlLeft, .RTL .TabControlRight
{
    /*background-image: url(./Images/Design/Controls/Tabs/TabBorderLeft.png); 	background-repeat: no-repeat; 	background-position: left bottom;*/
    width: 5px;
    height: 22px;
    overflow: hidden;
    cursor: pointer;
}

.TabControl
{
    /*background-image: url(./Images/Design/Controls/Tabs/TabMid.png); 	background-repeat: repeat-x; 	background-position: bottom;*/
    height: 21px;
    line-height: 20px;
    padding: 3px 5px 0px 5px;
    overflow: hidden;
    font-family: Tahoma;
    font-size: 11px;
    color: #004377;
    text-decoration: none;
    cursor: pointer;
}

.TabControl:hover
{
    background-image: url(./Images/Design/Controls/Tabs/Horizontal/TabMidHover.png);
    background-repeat: repeat-x;
    background-position: bottom;
    height: 24px;
    padding: 3px 5px 0px 5px;
    overflow: hidden;
    font-family: Tahoma;
    font-size: 11px;
    color: #004377;
    text-decoration: none;
    cursor: pointer;
}

.IE8 .TabControl:hover
{
    height: 21px;
    padding: 11px 5px 0px 5px;
}

.IE9 .TabControl:hover
{
    height: 9px;
    padding: 3px 5px 0px 5px;
}

.IE7 .TabControl:hover
{
    height: 22px;
    padding: 4px 5px 0px 5px;
}

.IE8 .TabControl
{
    padding: 11px 5px 0px 5px;
}

.Safari .TabControl
{
    padding: 6px 5px 0px 5px;
    height: 21px;
}

.IE7 .TabControl, .IE6 .TabControl
{
    padding: 4px 5px 0px 5px;
}

.TabControlLink
{
    font-family: Tahoma;
    font-size: 11px;
    color: #004377;
    text-decoration: none;
}

.TabControlRight, .RTL .TabControlLeft
{
    /*background-image: url(./Images/Design/Controls/Tabs/TabBorderRight.png); 	background-repeat: no-repeat; 	background-position: right bottom;*/
    width: 5px;
    height: 22px;
    overflow: hidden;
    cursor: pointer;
}


/* Tabs pages layout */
.TabsHeaderSeparator
{
    height: 5px;
    overflow: hidden;
    background-color: #ffffff;
    border-bottom: solid 1px #b4c2bc;
    padding: 0px;
    margin: 0px;
}

.TabsPageHeader
{
    background-color: #ffffff;
    height: 100%;
    width: 100%;
    overflow: hidden;
    top: 0;
}

.TabsEditMenu
{
    background-color: #ffffff;
    border-bottom: solid 1px #cccccc;
}

.TabsEditMenuPadding
{
    height: 40px;
}

.TabsPageFull
{
    height: 100%;
}

.Title
{
    font-weight: bold;
}

.TabsPageTitle
{
    height: 68px;
    display: block;
}

.TabsPageTitleBreadcrumbs
{
    height: 30px;
    display: block;
}

.TabsPageTabs
{
    height: 29px;
    width: 2000px;
    overflow: hidden;
    clear: both;
}

.TabsLeft
{
    float: left;
    width: 5px;
    height: 32px;
    overflow: hidden;
}

.RTL .TabsLeft
{
    float: right;
}

.TabsTabs
{
    float: left;
    padding-top: 0px;
    height: 29px;
    margin: 0px -1px 0px 0px;
    overflow: hidden;
    position: absolute;
    left: 7px;
}

.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;
}

.Safari .TabsTabs .TabControlSelected
{
    padding: 6px 5px 0px 5px;
    height: 21px;
}

.Safari .TabsTabs .TabControl:hover
{
    padding: 8px 5px 0px 5px;
    height: 21px;
}

.TabsTabs .TabControl
{
    padding: 8px 5px 0 5px;
}

.IE7 .TabsTabs .TabControl
{
    padding: 7px 4px 0 5px;
}

.IE6 .TabsTabs
{
    margin: 0px -3px 0px 0px;
}

.RTL .TabsTabs
{
    float: right;
    margin: 0px 0px 0px -1px;
    position: absolute;
    right: 7px;
}

.IE6 .RTL .TabsTabs
{
    margin: 0px 0px 0px -3px;
}

.ProductOptions
{
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.RTL .TabsRightDialog
{
    margin-right: auto;
    margin-left: 3px;
}

.TabsFullTabs
{
    float: left;
    padding-top: 5px;
    height: 32px;
    overflow: hidden;
}

.RTL .TabsFullTabs
{
    float: right;
}

.FullTabsLeft, .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;
}

.FullTabsRight, .TabsRight, .TabsRightDialog
{
    background-image: url(./Images/Design/Controls/Tabs/TabsPanel.png);
    background-repeat: repeat-x;
    background-position: bottom;
    height: 29px;
    margin: 0px 0px 0px 7px;
}

.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: 97%;
}

.IE7 .WebPartZoneProperties .PageContent
{
    width: 94%;
}

.PropertiesDialog
{
    height: 100%;
    width: 100%;
}

.IE7 .PropertiesDialog .TabsPageContent
{
    width: 97%;
}

.TabsLeftBorder
{
    background-color: #f5f3ec;
    height: 100%;
    top: 0px;
    bottom: 0px;
    padding: 0px;
    position: absolute;
    width: 5px;
    border-right: solid 1px #a4b2bc;
}

.VerticalTabsBottom
{
    height: 1100px;
    background-image: url(./Images/Design/Controls/Tabs/Vertical/Tabs.png);
    background-position: bottom left;
    background-repeat: repeat-y;
}

.RTL .VerticalTabsBottom
{
    border-right: none;
    border-left: solid 1px #a4b2bc;
    background-image: url(./Images/RTL/Design/Controls/Tabs/Vertical/Tabs.png);
    background-position: bottom right;
}

.VerticalTabsTop
{
    height: 0px;
    width: 109px;
    overflow: hidden;
    margin-left: 5px;
    border-right: solid 1px #a4b2bc;
}

.RTL .VerticalTabsTop
{
    margin-left: auto;
    margin-right: 5px;
    border-right: none;
    border-left: solid 1px #a4b2bc;
}

.VerticalTabsTabs
{
    margin-left: 0px;
}

.Safari .VerticalTabsTabs
{
    margin-top: 2px;
}

.RTL .VerticalTabsTabs
{
    border-left: none;
    margin-left: auto;
}

.VerticalTabsPageBody
{
    padding: 5px 5px 0px 10px;
}

.Safari .VerticalTabsPageBody
{
    margin-top: 12px;
}

.VerticalTabsPageHeader
{
    padding: 0px 5px 0px 10px;
}

.Safari .VerticalTabsPageHeader
{
    margin-top: 12px;
}

.RTL .VerticalTabsPageBody
{
    padding: 5px 10px 0px 0px;
}

.VerticalTabsBody
{
    height: 100%;
    width: 100%;
    position: absolute;
    overflow: auto;
}

.VerticalTabsPanel
{
    height: 100%;
    width: 100%;
    position: absolute;
    overflow: hidden;
}

.IE7 .VerticalTabsPageContent, .IE6 .VerticalTabsPageContent
{
    width: 98%;
}

.TabsPageContainer
{
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: absolute;
}

.TabsPageContainer2
{
    background-color: #f5f3ec;
    padding-left: 5px;
    height: 100%;
    width: 100%;
    position: absolute;
}

.TabsHeaderContainer
{
    background-color: #fff;
    padding: 0px;
    overflow: auto;
}

.TabsHeaderContainerPadding
{
    background-color: #ffffff;
    border-left: solid 1px #a4b2bc;
    border-right: solid 1px #a4b2bc;
    padding: 0px;
    overflow: auto;
    margin-left: 5px;
    margin-right: 5px;
}


/* Vertical tabs */
.TabsVertical .TabControlSelectedLeft
{
    background-image: none;
    width: 0px;
    overflow: hidden;
    display: none;
    margin: 0px;
    padding: 0px;
    background-color: #ffb540;
    border-top: solid 1px #a4b2bc;
}

.TabsVertical .TabControlSelected
{
    background-color: #ffffff;
    background-image: url(./Images/Design/Controls/Tabs/Vertical/TabMidSelected.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    border-right: none;
    margin: 0px;
    padding: 5px 3px 5px 8px;
    font-size: 11px;
    height: 13px;
    width: 126px;
    overflow: hidden;
    white-space: nowrap;
}

.TabsVertical #TabControlItem_0
{
    padding: 4px 3px 5px 8px;
}

.RTL .TabsVertical #TabControlItem_0
{
    padding: 4px 8px 5px 3px;
}

.RTL .TabsVertical .TabControlSelected
{
    border-left: none;
    padding: 5px 8px 5px 3px;
    background-image: url(./Images/RTL/Design/Controls/Tabs/Vertical/TabMidSelected.png);
    background-position: bottom right;
}

.TabsVertical .TabControlLinkSelected
{
}

.TabsVertical .TabControlSelectedRight
{
    background-image: none;
    margin: 0px;
    padding: 0px;
    width: 0px;
    overflow: hidden;
}

.TabsVertical .TabControlLeft
{
    /*background-color: #f0ede1; 	background-image: url(./Images/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 .TabControl
{
    background-color: #9EC7FA;
    background-image: url(./Images/Design/Controls/Tabs/Vertical/TabMid.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    margin: 0px;
    padding: 5px 3px 5px 8px;
    width: 126px;
    height: 13px;
    line-height: normal;
    font-size: 11px;
    overflow: hidden;
}

.IE9 .TabsVertical .TabControl
{
    line-height: 13px;
}

.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: Transparent;
    margin: 0px;
    width: 126px;
    height: 13px;
    padding: 5px 3px 5px 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: 5px 8px 5px 3px;
}

.TabsVertical .TabControlLink
{
}

.TabsVertical .TabControlRight
{
    background-image: none;
    margin: 0px;
    padding: 0px;
    width: 0px;
    overflow: hidden;
}

.FieldLabelShift
{
    padding-left: 15px;
}

.RTL .FieldLabelShift
{
    padding-right: 15px;
}


/* 
---------------------------------------------------------------------------
ADMIN
---------------------------------------------------------------------------
*/

/* Header */
.SM_Header
{
    background-image: url(./Images/Design/Backgrounds/CMSDeskHeader.png);
    background-repeat: repeat-x;
    margin: 0px;
}

.RTL .SM_Header
{
}

.SM_Header .HeaderTabs
{
    left: 220px;
    padding-top: 25px;
}

.RTL .SM_Header .HeaderTabs
{
    left: auto;
}

.Gecko .SM_Header .HeaderTabs, .Gecko3 .SM_Header .HeaderTabs
{
    padding-top: 0px;
    top: 25px;
}

.IE8 .SM_Header .HeaderTabs
{
    padding-top: 17px;
}

.IE7 .SM_Header .HeaderTabs
{
    padding-top: 23px;
}

.Safari .SM_Header .HeaderTabs
{
    padding-top: 22px;
}

.SM_HeaderLeft
{
    background-image: url(./Images/Design/LogoSiteManager.png);
    background-repeat: no-repeat;
    height: 38px;
    float: left;
    padding: 5px;
    width: 191px;
    overflow: hidden;
    margin: 0px;
}

.RTL .SM_HeaderLeft
{
    float: right;
    background: url(./Images/RTL/Design/LogoSiteManager.png) 100% 0% no-repeat;
}


.SM_HeaderBody
{
}

.SM_HeaderContentSeparator
{
    height: 6px;
    overflow: hidden;
    background: url(./Images/Design/Controls/FrameResizer/Vertical/Resizer.png) repeat-x top left;
    clear: both;
}


/* 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;
}

.VerticalFrameResizer
{
    background: url(./Images/Design/Controls/FrameResizer/Vertical/ResizerButton.png) no-repeat top left;
    overflow: hidden;
    cursor: pointer;
    height: 6px;
    width: 33px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 2000;
}

.VerticalResizerBorder
{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    overflow: hidden;
    z-index: 1999;
    height: 5px;
    background: url(./Images/Design/Controls/FrameResizer/Vertical/Resizer.png) repeat-x top left;
    background-position: 0 -1px;
    border-top: solid 1px #cccccc;
}

.RTL .VerticalFrameResizer
{
    right: auto;
    left: 0px;
}

.VerticalFrameResizer img
{
    position: absolute;
    bottom: 1px;
    right: 1px;
}

.RTL .AllFrameResizer
{
    left: auto;
    right: 0px;
}

.AllFrameResizer
{
    display: block;
    overflow: hidden;
    cursor: pointer;
    z-index: 1000;
    height: 9px;
    width: 9px;
    margin: 0px;
    padding: 1px;
    position: absolute;
    vertical-align: middle;
    z-index: 2000;
    left: 0;
    top: 0;
}

.AllFrameResizer:hover .ResizerContent
{
    display: inline;
}

.AllFrameResizer .ResizerContent
{
    display: none;
}

.AllFrameResizer img
{
    position: absolute;
    border: none;
}


/* Content tree */
.TreeBody
{
    background-color: #f9fcfd;
    height: 100%;
    width: 100%;
}

.TreeArea
{
    width: 98%;
    height: 100%;
    overflow: auto;
    position: absolute;
    right: 7px;
    top: 0;
}

.RTL .TreeArea
{
    right: auto;
    left: 4px;
}

.SelectNodeTree .TreeArea
{
    right: auto;
    left: auto;
}

.TreeAreaTree
{
    padding-left: 5px;
    padding-top: 5px;
}

.RTL .TreeAreaTree
{
    padding-left: 0px;
    padding-right: 5px;
}

.TreeMenu
{
    background-color: #add1ff;
    background-image: url(./Images/Design/Backgrounds/TreeMenuTopBackground.png);
    background-repeat: repeat-x;
    display: block;
    border-bottom: solid 1px #a4b2bc;
    padding-bottom: 4px;
}

.IE8 .TreeMenu
{
}

.SettingsMenu
{
    height: 50px !important;
}

.TreeMenuPadding
{
    background-color: #add1ff;
    background-image: url(./Images/Design/Backgrounds/TreeMenuTopBackground.png);
    background-repeat: repeat-x;
    border-bottom: 1px solid #A4B2BC;
}

.MenuBox
{
    position: relative;
    width: 92%;
    z-index: 2;
}

.TreeMenuContent
{
    padding: 5px 5px 5px 5px;
}

.Gecko3 .TreeMenuContent
{
    width: 238px;
}

.IE7 .TreeMenuContent, .IE8 .TreeMenuContent
{
    width: 237px;
}

.IE6 .TreeMenuContent
{
    width: 238px;
}

.Safari .TreeMenuContent
{
    width: 239px;
}

.TreeMenuContent div
{
    overflow: hidden;
    white-space: nowrap;
}

.ContentTree
{
    display: block;
    font-family: Verdana;
    font-size: 12px;
}

.ContentTree span.Name, .SelectorTree span.Name
{
    display: inline-block;
}

.ContentTree td
{
    font-family: Verdana;
    font-size: 12px;
    vertical-align: top;
}

.ContentTree td .Image16
{
    width: 16px;
    height: 16px;
}

.TreeFrame
{
    border: none;
    border-right: solid 1px #ffffff;
}

.TreeBorder
{
    position: absolute;
    right: 0px;
    top: 0;
    width: 7px;
    height: 100%;
    overflow: hidden;
    cursor: e-resize;
    z-index: 1000;
    background: url(./Images/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 .Name
{
    padding: 1px 5px 2px 3px;
    color: #000000;
    margin-left: 1px;
    cursor: pointer;
}

.RTL .ContentTreeItem .Name
{
    padding: 1px 3px 2px 5px;
    margin-left: auto;
    margin-right: 1px;
}

.ContentTreeSelectedItem .Name
{
    color: #000000;
    background: url(./Images/Design/Backgrounds/TreeMenuActiveItem.png) no-repeat top left;
    padding: 0px 4px 0px 2px;
    margin-left: 1px;
    cursor: pointer;
    border: 1px solid #94b8da;
}

.RTL .ContentTreeSelectedItem .Name
{
    padding: 0px 2px 0px 4px;
    margin-left: auto;
    margin-right: 1px;
}

.IE7 .RootNode .ContentTreeItem .Name, .IE7 .DialogTree .ContentTreeItem .Name, .IE7 .TreeArea .ContentTreeItem .Name
{
    padding-bottom: 1px;
}

.ContentTreeItem img, .ContentTreeSelectedItem img
{
    padding-bottom: 3px;
}

.Safari .ContentTreeItem img, .Safari .ContentTreeSelectedItem img
{
    padding-bottom: 5px;
}

.ContentTree A, .ContentTree A:link, .ContentTree A:visited, .ContentTree A:hover, .ContentTree A:active
{
    outline: none;
}

.ContentTree td .NodeLink
{
    vertical-align: text-top;
    width: 9px;
    height: 9px;
    border: none;
    padding-left: 2px;
}

.ContentSelectNode
{
    display: block;
    margin: 0px auto;
    height: 100%;
    font-family: Verdana;
    font-size: 12px;
}

.SelectNodeTreeo
{
    clear: both;
    display: block;
    padding-top: 3px;
}

.EditBreadCrumbs
{
    background-color: #f5f3ec;
    border-bottom: solid 1px #a4b2bc;
    padding: 1px 0px 1px 0px;
    margin: 0px;
}

.EditBreadCrumbs .PageTitleBreadCrumbs
{
    padding-left: 0px;
    padding-right: 0px;
    border: none;
    height: 28px;
    width: auto;
    overflow: auto;
}

.EditBreadCrumbs .PageTitleBreadCrumbsPadding
{
    padding-top: 8px;
    padding-left: 10px;
    padding-bottom: 0px;
}

.RTL .EditBreadCrumbs .PageTitleBreadCrumbsPadding
{
    padding-left: 0px;
    padding-right: 10px;
}

.ContentEditMode
{
    float: right;
    width: auto;
    padding: 4px 5px 1px 5px;
}

.RTL .ContentEditMode
{
    float: left;
}


/* UniGrid */
.UniGridMain
{
    width: 100%;
}

.IE7 .UniGridMain, .IE6 .UniGridMain
{
    width: 97%;
}

.UniGridBody a
{
    color: #000000;
}

.UniGridHead
{
    text-decoration: none;
    color: #313131;
    background-color: #D7E9FF;
    background: #D0E1F6 url(./Images/Design/Controls/UniGrid/Header.png) repeat-x top left;
    height: 27px;
}

.IE7 .UniGridHead
{
    height: 26px;
    background: none;
}

.UniGridHead th
{
    text-align: left;
    background: url(./Images/Design/Controls/UniGrid/HeaderDivider.png) no-repeat top right;
    padding: 0px 12px 0px 10px;
    font-weight: bold;
}

/*For calendar selector*/
.UniGridHead td
{
    background: url(./Images/Design/Controls/UniGrid/HeaderDivider.png) no-repeat top right;
    padding: 0px 12px 0px 10px;
    font-weight: bold;
}

.IE7 .UniGridHead th, .IE7 .UniGridHead td
{
    background: url(./Images/Design/Controls/UniGrid/HeaderLong.png) no-repeat top right;
}

.IE7 .UniGridHead td
{
    padding: 0px 12px 0px 10px;
}

.RTL .UniGridHead th
{
    text-align: right;
    padding-right: 10px;
}

.RTL .UniGridHead
{
    text-align: right;
}

.IE6 .UniGridHead th
{
    text-decoration: none;
    color: #313131;
    background: url(./Images/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;
}

.UniGridGrid
{
    width: 100%;
    border: 1px solid #b5c3d6;
}

.UnigridSelection
{
    text-align: center !important;
    padding: 0px 12px 0px 10px !important;
}

.RTL .UnigridSelection
{
    text-align: center !important;
    padding-right: 10px !important;
}

.UniGridGrid td
{
    padding-left: 10px;
    padding-right: 10px;
}

.Opera .UniGridGrid td, .Opera .UniGridGrid th, .IE7 .UniGridGrid td, .IE7 .UniGridGrid th,
.IE9 .UniGridGrid td, .IE9 .UniGridGrid th
{
    border-top: solid 1px #b5c3d6;
    border-bottom: solid 1px #b5c3d6;
    border-right: none;
    border-left: none;
}

.Opera .UniGridGrid td td, .Opera .UniGridGrid th td, .IE7 .UniGridGrid td td, .IE7 .UniGridGrid th td
{
    border: none;
}

.OddRow
{
    background-color: #edf3fc;
    height: 26px;
}

.IE6 .EvenRow, .IE7 .OddRow
{
    height: 20px;
}

.IE8 .EvenRow, .IE8 .OddRow
{
    border: 1px solid #cccccc;
}

.ContentNewClasses .OddRow
{
    background-color: #fff;
}

.ContentNewClasses .UniGridGrid td, .ContentNewClasses .UniGridGrid tr
{
    border: none;
}

.EvenRow
{
    height: 26px;
}

.IE7 .EvenRow
{
    height: 20px;
}

.UniGridFooter
{
    float: right;
    text-align: right;
    margin-top: 10px;
    background-color: #e6f1ff;
    padding: 5px;
}

.RTL .UniGridFooter
{
    float: left;
    text-align: left;
}

.GridFooter
{
    text-align: right;
    border-bottom: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    border-left: solid 1px #cccccc;
    padding: 3px;
}

.RTL .GridFooter
{
    text-align: left;
}

.UniGridActionSeparator
{
    border-left: solid 1px #cccccc;
    vertical-align: top;
    padding-bottom: 0px;
    overflow: hidden;
}

.RTL .UniGridActionSeparator
{
    border-left: none;
    border-right: solid 1px #cccccc;
}

.SelectableItem
{
    cursor: pointer;
    text-decoration: underline;
}

.ContentGrid
{
    width: 100%;
    border: solid 1px #cccccc;
}

.ContentGridHead th
{
    text-decoration: none;
    color: #000000;
    text-align: left;
}

.RTL .ContentGridHead th
{
    text-align: right;
}

.ContentGridHead a
{
    text-decoration: none;
    color: #000000;
}

.UnigridActionButton
{
    width: 16px;
    height: 16px;
}
/* UniGrid pager */
.UniGridPager
{
    text-decoration: none;
    color: #313131;
    background-color: #D7E9FF;
    border-left: 1px solid #b5c3d6;
    border-right: 1px solid #b5c3d6;
    border-bottom: 1px solid #b5c3d6;
    background: #D0E1F6 url(./Images/Design/Controls/UniGrid/Header.png) repeat-x top left;
    height: 27px;
    line-height: 22px;
}

.WebPartForm .UniGridContent table
{
    margin: 0px !important;
}

.WebPartForm .UniGridPager table
{
    width: auto !important;
}

.WebPartForm .UniGridPager td
{
    padding: 0px !important;
}

.UniGridClearPager .UniGridPager
{
    border: 0px none;
    background-color: Transparent;
    background-image: none;
}

.UniGridPager a, .UniGridPager a:focus, .UniGridPager a:hover, .UniGridPager a:active
{
    outline: none;
}

.IE7 .UniGridPager, .IE7 .UniGridGrid
{
    height: 26px;
    background: none;
}

.UniGridPager th, .UniGridPager td
{
    background: url(./Images/Design/Controls/UniGrid/HeaderDivider.png) no-repeat top right;
    font-weight: bold;
}

.IE7 .UniGridPager th, .IE7 .UniGridPager td
{
    background: url(./Images/Design/Controls/UniGrid/HeaderLong.png) no-repeat top right;
}

.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
{
    background-color: Transparent !important;
    background-image: none !important;
}

.UnigridPagerSelectedPage, .UnigridPagerPage
{
    display: block;
    float: left;
    text-align: center;
    text-decoration: none;
    height: 18px;
    line-height: 18px;
    padding: 0px 4px;
    margin: 0px 1px;
    border: 1px solid transparent;
}

.UnigridPagerPage:hover
{
    border: 1px solid #91bae5;
    background-color: #b2cef2;
}
.UnigridPagerSelectedPage
{
    border: 1px solid #91bae5;
    background-color: #b2cef2;
}
.RTL .UnigridPagerSelectedPage, .RTL .UnigridPagerPage
{
    float: right;
}

.UnigridPagerFirst, .UnigridPagerLast, .UnigridPagerPrev, .UnigridPagerNext, .UnigridPagerDirectPage, .UnigridPagerPageSize
{
    display: inline;
    text-decoration: none;
    font-weight: bold;
    float: left;
    width: 22px;
    height: 22px;
    margin: 2px 5px 0px 3px;
}

.UnigridPagerDirectPage
{
    margin: 3px 5px 0px 3px;
    padding: 0px 5px;
}

.IE7 .UnigridPagerFirst, .IE7 .UnigridPagerLast, .IE7 .UnigridPagerPrev, .IE7 .UnigridPagerNext
{
    margin: 3px 5px 0px 3px;
}

.IE7 .UnigridPagerDirectPage, .IE7 .UnigridPagerPageSize, .Gecko3 .UnigridPagerDirectPage
{
    margin: 1px 5px 0px 3px;
}

.UnigridPagerPageSize
{
    margin: 3px 5px 0px 3px;
    float: none;
}

.RTL .UnigridPagerFirst, .RTL .UnigridPagerLast, .RTL .UnigridPagerPrev, .RTL .UnigridPagerNext, .RTL .UnigridPagerDirectPage, .RTL .UnigridPagerPageSize
{
    margin-left: 5px;
    margin-right: 3px;
}

.UnigridPagerFirst
{
    background: url(./Images/Design/Controls/UniGrid/First.png) no-repeat top left;
}
.UnigridPagerLast
{
    background: url(./Images/Design/Controls/UniGrid/Last.png) no-repeat top left;
}
.UnigridPagerPrev
{
    background: url(./Images/Design/Controls/UniGrid/Prev.png) no-repeat top left;
}
.UnigridPagerNext
{
    background: url(./Images/Design/Controls/UniGrid/Next.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 .UnigridPagerPrev
{
    background: url(./Images/Design/Controls/UniGrid/Next.png) no-repeat top left;
}
.RTL .UnigridPagerNext
{
    background: url(./Images/Design/Controls/UniGrid/Prev.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;
}
.RTL .UnigridPagerNext:hover
{
    background: url(./Images/Design/Controls/UniGrid/PrevOver.png) no-repeat top left;
}
.UnigridPagerDirectPage, .UnigridPagerPageSize
{
    width: auto;
    margin-right: 6px;
    margin-left: 6px;
}
.UnigridPagerPages
{
    padding-right: 5px;
    padding-left: 5px;
}

/* Field Editor */
.SectionTitle
{
    font-weight: bold;
    display: block;
    padding-bottom: 6px;
}

.FieldEditorContent
{
    overflow: auto;
    height: 343px;
    width: 489px;
    padding: 10px 5px 10px 5px;
    margin: 0px;
    border: 1px solid #a4b2bc;
    background-color: #fff;
}

.FieldEditorFooter
{
    text-align: right;
    padding-top: 5px;
}

.RTL .FieldEditorFooter
{
    text-align: left;
}

.FieldEditorErrorLabel
{
    color: #ff0000;
    display: block;
    padding-bottom: 10px;
    margin-left: 216px;
    width: 490px;
}

.RTL .FieldEditorErrorLabel
{
    margin-left: auto;
    margin-right: 216px;
}

.AttributesList
{
    width: 180px;
    height: 365px;
    margin: 0px;
    margin-bottom: 5px;
}

.IE7 .AttributesList
{
    height: 375px;
}

#AttributeListBoxPadding
{
    padding-top: 0px;
}

.SourceFieldDropDown
{
    width: 180px;
}

.SourceField
{
    width: 180px;
    padding-left: 8px;
}

.RTL .SourceField
{
    padding-left: 0px;
    padding-right: 8px;
}

.SuperSmallTextBox
{
    width: 25px;
}

.VerySmallTextBox
{
    width: 80px;
}

.SmallTextBox
{
    width: 150px;
}

.LongTextBox
{
    width: 200px;
}

.VeryLongTextBox
{
    width: 500px;
}

.SmallDropDown
{
    width: 155px;
}

.ExtraSmallDropDown, .DropDownFieldShort
{
    width: 100px;
}

.DropDownFieldFilter
{
    width: 305px;
}

.TextColumn
{
    width: 150px;
}

.TextColumnSettings
{
    width: 123px;
}

.FieldEditorCategoryItem
{
    background-color: #bbccee;
}

.UniGridDropDown
{
    width: 246px;
}


/* CMSDesk Ribbon */
.UniMenuLeftBorder
{
    background-image: url(./Images/Design/Controls/UniMenu/LeftBorder.png);
    background-repeat: no-repeat;
    background-position: bottom;
    height: 70px;
    width: 5px;
    float: left;
}

.UniMenuContent
{
    background-image: url(./Images/Design/Controls/UniMenu/Background.png);
    background-repeat: repeat-x;
    background-position: bottom;
    height: 60px;
    padding: 5px 0px 5px 0px;
    float: left;
}

.UniMenuRightBorder
{
    background: url(./Images/Design/Controls/UniMenu/RightBorder.png) no-repeat top right;
    height: 70px;
    width: 5px;
    float: left;
}

.UniMenuSeparator
{
    width: 3px;
    height: 70px;
    float: left;
}

.UniMenuContent .BigButton
{
    height: 50px;
    float: left;
    margin: 0px 2px 0px 0px;
    text-align: center;
    cursor: pointer;
}

.RTL .UniMenuContent .BigButton
{
    margin: 0px 0px 0px 2px;
}

.UniMenuContent .LeftBigButton
{
    height: 50px;
    float: left;
    width: 6px;
}

.UniMenuContent .BigButton:hover .LeftBigButton, .UniMenuContent .Selected .LeftBigButton
{
    background: url(./Images/Design/Controls/UniMenu/BigButtonActiveLeft.png) no-repeat top left;
}

.UniMenuContent .MiddleBigButton
{
    height: 50px;
    float: left;
}

.UniMenuContent .BigButton:hover .MiddleBigButton, .UniMenuContent .Selected .MiddleBigButton
{
    background: url(./Images/Design/Controls/UniMenu/BigButtonActiveMiddle.png) repeat-x top center;
}

.UniMenuContent .RightBigButton
{
    height: 50px;
    float: left;
    width: 6px;
}

.UniMenuContent .BigButton:hover .RightBigButton, .UniMenuContent .Selected .RightBigButton
{
    background: url(./Images/Design/Controls/UniMenu/BigButtonActiveRight.png) no-repeat top right;
}

.UniMenuContent .BigButton img
{
    border: none;
    margin: 3px 0px 0px 0px;
    width: 24px;
    height: 24px;
}

.UniMenuContent .BigButton a
{
    text-decoration: none;
    color: #004377;
    font-size: 12px;
}

.UniMenuContent .SmallButton
{
    height: 21px;
    line-height: 21px;
    margin: 0px 0px 4px 0px;
    color: #004377;
    float: left;
    cursor: pointer;
}

.UniMenuContent .SmallButton img
{
    padding-bottom: 2px;
    padding-right: 3px;
    border: none;
    width: 16px;
    height: 16px;
}

.RTL .UniMenuContent .SmallButton img
{
    padding-right: auto;
    padding-left: 3px;
}

.UniMenuContent .SmallButton a
{
    text-decoration: none;
    color: #004377;
    height: 19px;
    padding-left: 3px;
}

.RTL .UniMenuContent .SmallButton a
{
    padding-left: auto;
    padding-right: 3px;
}

.UniMenuContent .SmallButton:hover .LeftSmallButton, .UniMenuContent .Selected .LeftSmallButton
{
    background: url(./Images/Design/Controls/UniMenu/SmallButtonActiveLeft.png) no-repeat top left;
}

.UniMenuContent .LeftSmallButton
{
    height: 21px;
    width: 6px;
    float: left;
}

.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 .SmallButton:hover .RightSmallButton, .UniMenuContent .Selected .RightSmallButton
{
    background: url(./Images/Design/Controls/UniMenu/SmallButtonActiveRight.png) no-repeat top right;
}

.UniMenuContent .RightSmallButton
{
    height: 21px;
    width: 6px;
    float: left;
}

.UniMenuContent .ActionButtons
{
    height: 50px;
    float: left;
}

.UniMenuContent .ReducedButtons
{
    height: 50px;
    float: left;
}

.ReducedButtonsBorder
{
    width: auto;
}

.ReducedButtonsBorder .ContentMenuLeft
{
    width: auto;
}

.UniMenuContent .UniMenuDescription
{
    text-align: center;
    color: #004377;
    font-size: 11px;
    clear: both;
    margin: 0px;
    margin-top: -5px;
    cursor: default;
}

.Gecko3 .UniMenuContent .UniMenuDescription
{
    text-align: center;
    font-size: 11px;
    clear: both;
    margin-top: 0px;
}


/* Mass email selector */

.MassEmailSelector
{
    border: 1px solid #B5C3D6;
    border-top: none;
    margin: 5px 0px 0px;
}

.MassEmailSelector .MenuHeaderItemSelected, .MassEmailSelector .MenuHeaderItem, .ImageEditorMain .MenuHeaderItem, .ImageEditorMain .MenuHeaderItemSelected
{
    text-decoration: none;
    color: #313131;
    background-color: #D7E9FF;
    background: url(./Images/Design/Controls/UniGrid/Header.png) repeat-x top left;
    height: 26px;
    line-height: 26px;
    font-weight: bold;
    padding: 0 12px 0 10px;
    border-top: 1px solid #B5C3D6;
}

.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;
}

.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;*/
}

.PageHeader
{
    background-color: #ffffff;
}

.PageHeaderLine
{
    padding: 10px;
    border-bottom: solid 1px #cccccc;
    display: block;
    background-color: #ffffff;
}

.Gecko .PageHeaderLine, .Safari .PageHeaderLine
{
    /*height: 22px;*/
}

.Safari .PageHeaderLine
{
    /*border-bottom: 0px;*/
}

.Safari .PageHeaderLine table
{
    border: 1px;
}

.BizFormRecord
{
    margin: -20px -12px 15px;
}

.BizFormRecord td
{
    padding: 0px 10px 0px 10px;
}

.PageContentLine
{
    padding: 10px 0px 10px 10px;
    border-bottom: solid 1px #cccccc;
    display: block;
    background-color: #ffffff;
}

.PageFooterLine
{
    padding: 10px;
    border-top: solid 1px #cccccc;
    display: block;
    background-color: #E9F3FE;
    height: 22px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
}

.PageSeparator
{
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: solid 1px #cccccc;
    display: block;
    background-color: #ffffff;
}

.PageFooter
{
    padding: 10px;
    display: block;
    background-color: #ffffff;
}

.PageFooterColor
{
    padding: 10px;
    display: block;
    background-color: #f5f3ec;
}

.RightAlign
{
    float: right;
}

.RTL .RightAlign
{
    float: left;
}

.LeftAlign
{
    float: left;
}

.RTL .LeftAlign
{
    float: right;
}

.TextLeft
{
    text-align: left;
}

.RTL .TextLeft
{
    text-align: right;
}

.TextRight
{
    text-align: right;
}

.RTL .TextRight
{
    text-align: left;
}

.PageHeaderItem
{
    float: left;
    padding-right: 25px;
}

.RTL .PageHeaderItem
{
    float: right;
    padding-right: 0px;
    padding-left: 25px;
}

.PageHeaderItemRight
{
    float: right;
    padding-left: 25px;
}

.RTL .PageHeaderItemRight
{
    float: left;
    padding-left: 0px;
    padding-right: 25px;
}

.NewItemImage
{
    vertical-align: middle;
    margin: 0px 5px 1px 0px;
}

.RTL .NewItemImage
{
    vertical-align: middle;
    margin: 0px 0px 1px 5px;
}

.NewItemLink
{
    color: Black;
    font-family: Tahoma;
    font-size: 11px;
    text-decoration: underline;
}

.NewItemLinkDisabled
{
    color: #AAAAAA;
    font-family: Tahoma;
    font-size: 11px;
    text-decoration: underline;
}

.AlphabetFilter
{
    background-color: #edf5ff;
    margin: -20px -12px 0px -12px;
    padding: 2px 10px 2px 10px;
    line-height: 28px;
    border-bottom: 1px solid #ccc;
}

.AlphabetFilter a
{
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    display: block;
    width: 22px;
    height: 28px;
    padding: 0px 3px;
}

.AlphabetFilter .ActiveLink, .AlphabetFilter a:hover
{
    background: url(./Images/Design/Backgrounds/AlphabetActiveBackground.png) no-repeat top center;
    color: #e57700;
}

.PageContentFrame
{
    font-family: Tahoma;
    font-size: 12px;
    padding: 0px 6px 15px 6px;
}

.PageContentTree
{
    padding: 5px;
}

.NewPageDialog .PageContentFrame
{
    padding: 0px 6px 0px 6px;
}

.CopyLayoutPanel
{
    padding: 7px 10px 7px 10px;
    border-top: 1px solid #b1cff0;
}

/* Selection dialogs */
/*FCK - select bizforms*/

.InsertBizForm
{
    font-size: 12px;
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
    border: 1px solid #CBC7B8;
    table-layout: auto;
}

.RTL .InsertBizForm
{
    margin-left: auto;
    margin-right: 0px;
}

.InsertBizFormItem
{
    font-size: 12px;
    padding-left: 4px;
    width: 400px;
    height: 25px;
    color: Black;
}

.RTL .InsertBizFormItem
{
    padding-left: 0px;
    padding-right: 4px;
}

.InsertBizFormHeader
{
    font-size: 12px;
    background-color: #EBEADB;
    text-decoration: none;
    height: 25px;
}

.InsertBizForm a
{
    color: Black;
}

/*FCK - select user control*/

.PropertiesControlName
{
    display: block;
    padding-bottom: 10px;
    font-size: 13px;
    font-weight: bold;
}

.PropertiesControlDescription
{
    display: block;
    overflow: auto;
    height: 190px;
    margin: 0px;
}

.PropertiesContent
{
    height: 100%;
    width: 300px;
    padding: 5px;
    margin: 0px;
    border: 1px solid #B5C3D6;
}



.BodyScrollArea
{
    width: 100%;
    height: 100%;
    overflow: auto;
    position: absolute;
}
.invoiceTable
{
    border-collapse: collapse;
    margin-top: 1px;
    margin-left: 1px;
}
.invoiceTable tr td
{
    border-width: 2px 2px 2px 2px;
    border-style: solid;
    border-color: #000;
}
.invoiceTable tr td tr td
{
    border: none;
}
.invoiceTableBottom
{
    padding: 0px;
    margin-left: 1px;
    border-collapse: collapse;
}
.invoiceTableBottom tr td
{
    border-width: 0px 2px 2px 2px;
    border-style: solid;
    border-color: #000;
}
.invoiceTableBottom tr td tr td
{
    border: none;
}

.headerBorder
{
    border-top: solid 2px black;
    margin: 0px;
    padding: 0px;
    line-height: 1px;
}
thead tr th
{
    padding: 0px 2px 5px 2px;
}
.bottomBorder
{
    border: solid 2px black;
    margin: 0px;
    padding: 0px;
    line-height: 1px;
}
.productsList td
{
    border: none;
}
.productsList td, .productsList th
{
    padding: 2px;
}

@media print
{
    .BodyScrollArea
    {
        overflow: visible;
        position: relative;
    }
    .BodyScrollArea .productsList td
    {
        page-break-after: auto;
    }
    .BodyScrollArea thead
    {
        border-top: 2px solid black;
        display: table-header-group;
        margin-top: 1px;
    }
    .BodyScrollArea tfoot
    {
        border-top: 2px solid black;
        display: table-footer-group;
    }
    .BodyScrollArea .invoiceTable
    {
        width: 660px !important;
    }
    .BodyScrollArea .invoiceTableBottom
    {
        width: 660px !important;
    }
}

.Opera .invoiceTableBottom
{
    width: 639px !important;
}

/* Tree pages layout */
.TreePageHeader
{
    height: 100%;
    overflow: hidden;
    padding-top: 3px;
}

.TreePageTitle
{
    display: block;
}

/* -- Content section -- */
/* Content edit */

.ContentEditArea .EditingFormLabelCell
{
    white-space: pre;
}

.ContentLinkButton
{
    color: Black;
}

.EditMenuBody
{
}

.ContentEditMenu
{
    font-family: Tahoma;
    font-size: 11px;
    text-decoration: underline;
    border-bottom: solid 1px #cccccc;
    padding: 0px 10px 0px 10px;
    height: 42px;
    position: relative;
}

.ButtonPanel
{
    width: 98%;
    text-align: right;
    margin-right: 3px;
    padding-top: 7px;
}

.RTL .ButtonPanel
{
    text-align: left;
    margin-left: 3px;
}

.ToolbarBody
{
    background-color: #f5f3ec;
}

.ContentSaveLinkButton
{
    color: Black;
    cursor: pointer;
}

.ContentGroupHeader
{
    font-weight: bold;
    padding-top: 10px;
}

.ContentGroup
{
    padding: 5px;
}


/* Content search */
.SearchResults
{
    padding: 5px;
}

.SearchResultLink
{
    color: #000000;
    text-decoration: none;
    border-width: 0px;
    line-height: 18px;
}

.SearchResultLink:hover
{
    text-decoration: underline;
}

.FilterItem
{
    width: 650px;
    padding: 2px 0px 2px 5px;
}

.FilterItemTitle
{
    width: 100px;
    padding-right: 5px;
    float: left;
    margin-top: 3px;
}

.RTL .FilterItemTitle
{
    float: right;
    padding-left: 5px;
}

/* Content menu */
.ContentMenu
{
    background-color: #E9F3FE;
    background-repeat: repeat-x;
    background-image: url(./Images/Design/Backgrounds/ContentMenuBackground.png);
    background-position: top left;
    display: block;
    border-bottom: solid 1px #a4b2bc;
    height: 74px;
    overflow: hidden;
}
.ContentMenuLeft
{
    background-repeat: repeat-x;
    font-family: Verdana;
    font-size: 11px;
    display: block;
    height: 72px;
    padding: 2px 2px 0px 2px;
    float: left;
}

.RTL .ContentMenuLeft
{
    float: right;
    border-right: none;
}

.ContentMenuGroup
{
    float: left;
}

.Gecko .ContentMenuGroup
{
    float: none;
}

.MenuItemLeft img
{
    padding: 0px 7px 2px 8px;
}

.RTL .MenuIemLeft img
{
    padding: 0px 8px 2px 7px;
}

.MenuItemLeftOver img
{
    padding: 0px 7px 2px 8px;
}

.RTL .MenuItemLeftOver img
{
    padding: 0px 8px 2px 7px;
}

.ContentMenuRight
{
    font-family: Verdana;
    font-size: 11px;
    display: block;
    height: 50px;
    float: left;
    padding: 12px 5px 3px 5px;
}

.RTL .ContentMenuRight
{
    float: right;
}

.MenuItemRight
{
    width: 90px;
    height: 28px;
    padding: 3px 0px 3px 5px;
    cursor: pointer;
}

.RTL .MenuItemRight
{
    padding: 3px 5px 3px 0px;
}

.MenuItemRight img
{
    vertical-align: middle;
    padding-right: 5px;
}

.RTL .MenuItemRight img
{
    padding-right: 0px;
    padding-left: 5px;
}

.MenuItemRightOver img
{
    vertical-align: middle;
    padding-right: 4px;
}

.RTL .MenuItemRightOver img
{
    padding-right: 0px;
    padding-left: 4px;
}

.ContentMenuLang
{
    display: block;
    height: 25px;
    float: left;
    padding: 15px 5px 10px 5px;
}

.ContentMenuHelp
{
    display: block;
    padding: 20px 5px 5px 5px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.RTL .ContentMenuHelp
{
    top: 0px;
    left: 0px;
    right: auto;
}

.ContentMenuLanguage
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
}

.ContentMenuLangDrop
{
    vertical-align: middle !important;
}

.UserCustomFields .EditingFormButtonCell
{
    padding-top: 15px;
}


/* Indent content under radiobutton */
.UnderRadioContent
{
    padding: 0 0 5px 21px;
    display: table-cell;
    vertical-align: bottom !important;
}

/* Content footer */
.ContentFooter
{
    background-color: #e9f3fe;
    display: block;
    height: 30px;
    overflow: hidden;
}

.FooterLeft
{
    border-top: solid 1px #a4b2bc;
    float: left;
    width: 5px;
}

.RTL .FooterLeft
{
    float: right;
}

.FooterTabs
{
    height: 39px;
    float: left;
    margin: 0px -3px 0px 0px;
}

.RTL .FooterTabs
{
    float: right;
    margin: 0px 0px 0px -3px;
}

.FooterRight
{
    border-top: solid 1px #a4b2bc;
    height: 39px;
    text-align: right;
    padding: 7px;
    font-family: Tahoma;
    font-size: 11px;
    margin: 0px 0px 0px 3px;
}

.RTL .FooterRight
{
    text-align: left;
    margin: 0px 3px 0px 0px;
}

.FooterStatus
{
    color: #a4b2bc;
}

/* Installer */

.StepButton
{
    background: url(./Images/Others/Install/StepButton.png) no-repeat;
    border: none;
    height: 26px;
}

.StepButtonDisabled
{
    background: url(./Images/Others/Install/StepButtonDisabled.png) no-repeat;
}

.InstallerBody
{
    text-align: center;
    padding-top: 50px;
}

.InstallContent
{
    padding: 15px 46px 12px 43px;
    height: 327px;
}

.IE7 .InstallContent
{
    height: 324px;
}

.IE7 .InstallDBProgress
{
    padding: 3px 46px 19px 43px;
    height: 330px;
}

.InstallDBProgress
{
    padding: 3px 46px 19px 43px;
    height: 332px;
}

.IE8 .InstallDBProgress
{
    padding: 15px 46px 7px 43px;
    height: 332px;
}

.InstallContentNewSite
{
    padding: 0px 46px 10px 43px;
    height: 343px;
}

.IE7 .InstallContentNewSite
{
    padding: 0px 46px 10px 43px;
    height: 341px;
}

.InstallContentLicencing
{
    padding: 0px 46px 10px 43px;
    height: 340px;
}

.InstallContentPermission
{
    padding: 45px 46px 10px 43px;
}

.InstallerContent
{
    margin: auto;
    width: 629px;
    text-align: center;
    font-family: Arial;
    font-size: 12px;
}

.InstallerFooter
{
    margin: auto;
    width: 569px;
    padding: 0px 30px;
}

.InstallHeader
{
    font-size: 18px;
    color: #ff5a00;
    text-align: center;
    padding: 14px 0px 0px 0px;
    display: block;
}

.InstallPermission
{
    color: Red;
    font-weight: bold;
    text-align: left;
}

.LeftAlignedText
{
    text-align: left;
}

.RTL .LeftAlignedText
{
    text-align: right;
}

.RTL .InstallPermission
{
    text-align: right;
}

.InstallWizard
{
    margin: auto;
    width: 100%;
    height: 340px;
    text-align: left;
    padding: 5px 0px 10px 0px;
}

.InstallSelectedItem
{
    margin: 3px 3px 3px 4px;
    border: 1px solid #ffae02;
    background: #fea827 url(./Images/Others/Install/SiteSelector.png) repeat-x;
    cursor: pointer;
}

.InstallItem
{
    margin: 3px 3px 3px 4px;
    border: 1px solid #b9d3e6;
    background-color: #f1f7fb;
    cursor: pointer;
}

.InstallItem:hover
{
    border: 1px solid #ff8a00;
}

.InstallDisabledItem
{
    margin: 3px 3px 3px 3px;
    color: #cccccc !important;
    border: 1px solid Silver;
    background-color: #eeeeee;
    cursor: default;
}

.InstallWizard td
{
    height: 20px;
    margin: 0px;
    padding: 0px;
}


.InstallLicenseTextBox
{
    width: 536px;
    height: 150px;
}

.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;
}

.InstallGroupTitle
{
    font-weight: bold;
}

.InstallPanel
{
    margin: auto;
    background: url(./Images/Others/Install/InstallPanel.png) no-repeat;
    width: 629px;
    height: 572px;
}

.InstallPanel td.Center
{
    vertical-align: top;
}

.InstalHeader
{
    margin: 10px 0px 10px 0px;
    padding-right: 3px;
}


.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;
}

.InstallBody
{
    background-image: url(./Images/Others/LogonForm/Background.gif);
    background-repeat: repeat-x;
    background-color: #e7f2f8;
}

.InstallFormTextBox
{
    width: 150px;
}

.InstallAccountName
{
    padding-left: 24px;
}

/* Permission matrix */
.PermissionMatrix
{
    width: 100%;
    border: solid 1px #cccccc;
}

.IE7 .PermissionMatrix td, .IE9 .PermissionMatrix td, .Safari .PermissionMatrix td,
.Opera .PermissionMatrix td, .Opera .PermissionMatrix th
{
    border-top: solid 1px #b5c3d6;
    border-bottom: solid 1px #b5c3d6;
    border-right: none;
    border-left: none;
}

.Safari .PermissionMatrix
{
    border: 1px solid #cccccc;
}

.MatrixCell
{
    text-align: center;
}

.MatrixHeader
{
    font-weight: bold;
    padding: 3px 5px 3px 5px;
}

.PermissionsListBox
{
    width: 278px;
    height: 247px;
    border: 1px solid #B5C3D6;
}

.NodePermissions
{
    padding: 0px;
    width: 560px;
}
.NodePermissionBox
{
    margin: 7px;
}
.UniMatrixFilter
{
    width: 170px;
    padding-top: 2px;
}

/* Regular table */
.RegularTable
{
    border: solid 1px #cccccc;
}

.TableCell
{
    text-align: center !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;
}

.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;
}

/* 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: 20px;
    height: 20px;
    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;
}

/* 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(../App_Themes/Default/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;
}

.WizardButtons
{
    padding: 20px 20px 10px 0px;
    float: right;
}

.RTL .WizardButtons
{
    padding: 20px 0px 10px 20px;
    text-align: left;
    float: left;
}

.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;
}

.GlobalWizard .Header .Title
{
    width: 100px;
    border-right: 2px solid #f85d08;
    padding-left: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #f85d08;
}

.RTL .GlobalWizard .Header .Title
{
    border-right: none;
    border-left: 2px solid #f85d08;
    padding-left: 0px;
    padding-right: 20px;
}

.GlobalWizard .Header .Header
{
    padding-left: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #f85d08;
    height: 20px;
}

.RTL .GlobalWizard .Header .Header
{
    padding-left: 0px;
    padding-right: 20px;
}

.GlobalWizard .Header .Description
{
    padding-left: 20px;
    vertical-align: top;
}

.RTL .GlobalWizard .Header .Description
{
    padding-left: 0px;
    padding-right: 20px;
}

.WizardBorder
{
    border: 1px solid #dddddd;
}

.WizardLog
{
    height: 100%;
}

.FF3 .WizardLog
{
    height: auto !important;
}

/* Selector */
.GlobalSelectedItem
{
    width: 824px;
    margin: 3px 3px 3px 4px;
    border: 1px solid #ffae02;
    background: #fea827 url(./Images/Others/Install/SiteSelector.png) repeat-x;
    cursor: pointer;
}

.GlobalItem
{
    width: 824px;
    margin: 3px 3px 3px 4px;
    border: 1px solid #b9d3e6;
    background-color: #f1f7fb;
    cursor: pointer;
}

.GlobalItem:hover
{
    border: 1px solid #ff8a00;
}


/* Wizard */
.GlobalWizard
{
    width: 900px;
}

.NewsletterWizard
{
    width: 95%;
}

.GlobalWizardButton
{
    width: 100px;
}

.GlobalWizard .Wizard
{
    width: 100%;
}

.GlobalWizardStep
{
    border-top: solid 1px #ebf5fa;
    padding: 30px 10px 0px 30px;
    background-color: #DFEDFF;
    height: 280px;
    overflow: auto;
}

.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;
}

.GlobalWizardStepPanel
{
    border-top: solid 1px #ebf5fa;
    padding: 15px 15px 15px 15px;
    background-color: #DFEDFF;
    height: 280px;
    overflow: auto;
}

.RTL .GlobalWizardStep
{
    padding: 30px 30px 0px 10px;
}

.NewsletterWizardStep
{
    border-top: solid 1px #ebf5fa;
    border-bottom: solid 1px #ebf5fa;
    padding: 20px 0 0 20px;
    background-color: #DFEDFF;
    height: 540px;
    overflow: auto;
}

.RTL .NewsletterWizardStep
{
    padding: 20px 20px 0px 0px;
}

.NewsletterWizardSubject
{
    height: 40px;
}

.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;
}

.GlobalWizard .Top .Left, .RTL .GlobalWizard .Top .Right
{
    margin: 0px;
    padding: 0px;
    width: 9px;
    height: 86px;
    line-height: 9px;
    background-image: url(./Images/Design/Wizards/topleft.gif);
    background-position: left top;
    background-repeat: no-repeat;
}

.GlobalWizard .Top .Right, .RTL .GlobalWizard .Top .Left
{
    margin: 0px;
    padding: 0px;
    width: 9px;
    height: 86px;
    line-height: 9px;
    background-image: url(./Images/Design/Wizards/topright.gif);
    background-position: right top;
    background-repeat: no-repeat;
}

.GlobalWizard .Top .Center
{
    border-top: 1px solid #c6d7e4;
    padding-right: 0px;
}

.RTL .GlobalWizard .Top .Center
{
    padding-left: 0px;
}

.GlobalWizard .Middle .Center
{
    border-left: 1px solid #c6d7e4;
    border-right: 1px solid #c6d7e4;
}

.GlobalWizard .Bottom .Left, .RTL .GlobalWizard .Bottom .Right
{
    margin: 0px;
    height: 15px;
    padding: 0px;
    width: 9px;
    line-height: 9px;
    background-image: url(./Images/Design/Wizards/bottomleft.gif);
    background-position: left bottom;
    background-repeat: no-repeat;
}

.GlobalWizard .Bottom .Center
{
    height: 9px;
    line-height: 9px;
    border-bottom: 1px solid #c6d7e4;
}

.GlobalWizard .Bottom .Right, .RTL .GlobalWizard .Bottom .Left
{
    margin: 0px;
    padding: 0px;
    width: 9px;
    height: 15px;
    line-height: 9px;
    background-image: url(./Images/Design/Wizards/bottomright.gif);
    background-position: right bottom;
    background-repeat: no-repeat;
}

.ButtonRow
{
    text-align: right;
}

.RTL .ButtonRow
{
    text-align: left;
}

.ButtonRow div
{
    padding: 20px 20px 10px 0;
}

.RTL .ButtonRow div
{
    padding: 20px 0 10px 20px;
}


/* Sites */
.SiteStatusRunning
{
    color: #00aa00;
}

.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;
}

.LogonTextBox
{
    width: 180px;
}

.IE7 .LogonTextBox
{
    margin: 0px;
}

.LogonDropDownList
{
    width: 180px;
}

.LogonTitle
{
    font-size: 15px;
    color: #ff5a00;
    text-align: center;
    font-weight: bold;
    padding-bottom: 15px;
}


.LogonPageBody
{
    background-image: url(./Images/Others/LogonForm/Background.gif);
    background-repeat: repeat-x;
    background-color: #e7f2f8;
    height: auto;
}


.loginMargin
{
    height: 65%;
    margin: 12px auto auto;
    max-height: 600px;
    min-height: 310px;
    position: relative;
    width: 488px;
}


.loginContainer
{
    bottom: 0;
    position: absolute;
    background: url(./Images/Others/LogonForm/LogonForm.png) no-repeat;
    height: 318px;
}

.IE6 .loginContainer
{
    background: url(./Images/Others/LogonForm/LogonFormIE6.gif) no-repeat;
}

.loginBox
{
    background: url(./Images/Others/LogonForm/Flower.png) 343px 103px no-repeat;
}

.IE6 .loginBox
{
    background: none;
}

.loginBox form
{
    padding: 0px;
    margin: 0px;
}

.loginBox .LogonFormLogo
{
    background: url(./Images/Others/LogonForm/Logo.png) no-repeat 23px 23px;
    height: 88px;
    width: 488px;
}

.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;
}


.LogonDialog
{
    padding-left: 42px;
}

.loginBox .LogonData
{
    padding: 15px 65px 0px 65px;
    height: 157px;
}

.loginBox .LogonButtons
{
    padding: 0px 20px;
}

.loginBox .LogonButtonTd
{
    vertical-align: top;
    padding-top: 6px;
}

.loginBox .LanguageSelectorTd
{
    vertical-align: top;
    padding-top: 9px;
}

/* CMSForm */
.EditingFormInfo
{
    margin-bottom: 10px;
    display: block;
    padding: 3px;
}


.EditingFormError
{
    margin-bottom: 10px;
    display: block;
    padding: 3px;
    color: #ff0000;
}

.EditingFormErrorLabel
{
    color: #ff0000;
    display: block;
    padding-bottom: 10px;
    text-align: left;
}

/* Document Type Edit - Form */
.AvailableFieldsTitle
{
    display: block;
    font-weight: bold;
    padding-bottom: 5px;
}

.FieldsList
{
    width: 150px;
    height: 200px;
}

.RightColumn
{
    padding-left: 5px;
}

.RTL .RightColumn
{
    padding-left: 0px;
    padding-right: 5px;
}

.GenerateButtonPadding
{
    padding: 5px 0px 10px 0px;
}

.ClassFieldsButtonPanel
{
    margin: 8px 0px 6px;
}

/* 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;
}

.NewSiteStepContainer
{
    border: solid 1px #cccccc;
    background-color: White;
}

/* 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;
}

.LargeTextAreaTextBox
{
    width: 245px;
    height: 30px;
    font-size: 12px;
    vertical-align: middle;
}

.FullTextArea
{
    width: 100%;
}

.IE7 .FullTextArea
{
    width: 99%;
}

/* 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;
}

/* Admin controls*/
.ActivityBar
{
    border: solid 1px #86adcf;
    height: 5px;
    width: 200px;
    background-image: url(./Images/Design/Controls/ActivityBar/activity.gif);
}

.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;
}

.ReportFilter
{
    padding-bottom: 10px;
}

/* 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;
}

.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
{
    width: 100%;
    height: 400px;
    overflow: auto;
    border: solid 1px #cccccc;
    margin-top: 3px;
}

.InheritCategory td
{
    padding-bottom: 5px;
    padding-top: 10px;
}

.InheritWebPart td
{
    padding-left: 15px;
}

/* Web part configuration */
.WebPartForm table
{
    margin-bottom: 15px;
    width: 100%;
}

.WebPartForm .EditingFormControlTable
{
    margin-bottom: 0px;
}

.WebPartForm .EditingFormRow td
{
    padding: 10px 5px 7px 0px;
}

.WebPartForm .EditingFormRow td td
{
    padding: 2px;
}

.WebPartForm .EditingFormRow
{
    background-color: #f8fbfd;
}


.WebPartForm .EditingFormRow .EditingFormRightBorder
{
    background-image: url(./Images/CMSModules/CMS_PortalEngine/WebpartProperties/right.png);
    background-repeat: repeat-y;
    background-position: right;
}

.WebPartForm .EditingFormRow .EditingFormLeftBorder
{
    background-image: url(./Images/CMSModules/CMS_PortalEngine/WebpartProperties/left.png);
    background-repeat: repeat-y;
}

.RTL .WebPartForm .EditingFormRow .EditingFormRightBorder
{
    background-image: url(./Images/CMSModules/CMS_PortalEngine/WebpartProperties/left.png);
    background-repeat: repeat-y;
    background-position: left;
}

.RTL .WebPartForm .EditingFormRow .EditingFormLeftBorder
{
    background-image: url(./Images/CMSModules/CMS_PortalEngine/WebpartProperties/right.png);
    background-repeat: repeat-y;
    background-position: right;
}

.WebPartForm .EditingFormCategoryRow
{
    background-color: #edf4f9;
}

.WebPartForm .EditingFormCategoryRow td
{
    padding: 7px 5px 5px 0px;
}

.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 .EditingFormCategoryRow .EditingFormLeftBorder
{
    background-image: url(./Images/CMSModules/CMS_PortalEngine/WebpartProperties/lefttop.png);
    background-repeat: no-repeat;
    background-position: left top;
}

.WebPartForm .EditingFormCategoryRow .EditingFormRightBorder
{
    background-image: url(./Images/CMSModules/CMS_PortalEngine/WebpartProperties/righttop.png);
    background-repeat: no-repeat;
    background-position: right top;
}

.WebPartForm .EditingFormFooterRow .EditingFormRightBorder
{
    background-image: url(./Images/CMSModules/CMS_PortalEngine/WebpartProperties/rightbottom.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}

.WebPartForm .EditingFormFooterRow .EditingFormLeftBorder
{
    background-image: url(./Images/CMSModules/CMS_PortalEngine/WebpartProperties/leftbottom.png);
    background-repeat: no-repeat;
    background-position: bottom left;
}

.RTL .WebPartForm .EditingFormCategoryRow .EditingFormLeftBorder
{
    background-image: url(./Images/CMSModules/CMS_PortalEngine/WebpartProperties/righttop.png);
    background-repeat: no-repeat;
    background-position: right top;
}

.RTL .WebPartForm .EditingFormCategoryRow .EditingFormRightBorder
{
    background-image: url(./Images/CMSModules/CMS_PortalEngine/WebpartProperties/lefttop.png);
    background-repeat: no-repeat;
    background-position: left top;
}

.RTL .WebPartForm .EditingFormFooterRow .EditingFormRightBorder
{
    background-image: url(./Images/CMSModules/CMS_PortalEngine/WebpartProperties/leftbottom.png);
    background-repeat: no-repeat;
    background-position: bottom left;
}

.RTL .WebPartForm .EditingFormFooterRow .EditingFormLeftBorder
{
    background-image: url(./Images/CMSModules/CMS_PortalEngine/WebpartProperties/rightbottom.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}

.WebPartForm .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;
}

.WebPartForm .EditingFormButtonTable
{
    display: none;
}

.WebPartForm .FieldValueDescription
{
    color: Gray;
    font-size: 90%;
}

/*Web part properties documentation*/

.DocumentationWebPartsProperties .PropertyRightBottom
{
    background-image: url(./Images/CMSModules/CMS_PortalEngine/WebpartProperties/rightbottom.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}

.DocumentationWebPartsProperties .PropertyLeftBottom
{
    background-image: url(./Images/CMSModules/CMS_PortalEngine/WebpartProperties/leftbottom.png);
    background-repeat: no-repeat;
    background-position: bottom left;
}

.DocumentationWebPartsProperties .CategoryTable
{
    height: 32px;
    width: 100%;
}

.IE7 .DocumentationWebPartsProperties .CategoryTable
{
    width: 99%;
}

.DocumentationWebPartsProperties .PropertiesTable
{
    background-color: #F8FBFD;
    width: 100%;
}

.IE7 .DocumentationWebPartsProperties .PropertiesTable
{
    width: 99%;
}

.DocumentationWebPartsDescription
{
    width: 100%;
    border: solid 1px #DDDDDD;
    height: 200px;
}

.IE7 .DocumentationWebPartsDescription
{
    width: 99%;
}

.DocumentationWebPartsProperties .PropertyContent
{
    background-color: #F8FBFD;
    padding-top: 7px;
    padding-bottom: 7px;
}

.DocumentationWebPartsProperties .PropertyBottom
{
    background-image: url(./Images/CMSModules/CMS_PortalEngine/WebpartProperties/bottom.png);
    background-position: bottom;
    background-repeat: repeat-x;
    height: 1px;
    padding: 0px;
    margin: 0px;
    line-height: 1px;
    overflow: hidden;
}

.DocumentationWebPartsProperties .PropertyBottom .Center
{
}

.DocumentationWebPartsProperties .PropertyLeftBorder
{
    background-image: url(./Images/CMSModules/CMS_PortalEngine/WebpartProperties/left.png);
    background-repeat: repeat-y;
    width: 5px;
}

.DocumentationWebPartsProperties .PropertyRightBorder
{
    background-image: url(./Images/CMSModules/CMS_PortalEngine/WebpartProperties/right.png);
    background-repeat: repeat-y;
    background-position: right;
}

.DocumentationWebPartsProperties .CategoryLeftBorder
{
    background-image: url(./Images/CMSModules/CMS_PortalEngine/WebpartProperties/lefttop.png);
    background-repeat: repeat-y;
    background-position: left top;
}

.DocumentationWebPartsProperties .CategoryRightBorder
{
    background-image: url(./Images/CMSModules/CMS_PortalEngine/WebpartProperties/righttop.png);
    background-repeat: repeat-y;
    background-position: right top;
}

.DocumentationWebPartsProperties .CategoryTextCell
{
    width: 100%;
    background-color: #EDF4F9;
    font-size: 15px;
    font-family: Arial;
    font-weight: bold;
    padding-left: 7px;
}

.DocumentationWebPartsProperties .HiderCell
{
    padding-right: 10px;
    text-align: right;
    background-color: #EDF4F9;
}


/* 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;
}

.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);
}

.NewPageDialog .PTSelection .Header
{
    padding: 8px 0px 8px 10px;
}

.PTSelection .LeftBorder
{
    padding: 0px;
    width: 13px;
    overflow: hidden;
}

.PTSelection .RightBorder
{
    padding: 0px;
    width: 13px;
    overflow: hidden;
}

.PTSelection .HeaderRow .LeftBorder
{
    background-image: url(./Images/CMSModules/CMS_PortalEngine/PageTemplateSelection/lefttop.png);
    background-repeat: no-repeat;
}

.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;
}

.RTL .PTSelection .HeaderRow .LeftBorder
{
    background-image: url(./Images/CMSModules/CMS_PortalEngine/PageTemplateSelection/righttop.png);
    background-repeat: no-repeat;
    background-position: right top;
}

.PTSelection .Row .Content
{
    margin: 10px;
}

.PTSelection .HeaderRow .RightBorder
{
    background-image: url(./Images/CMSModules/CMS_PortalEngine/PageTemplateSelection/righttop.png);
    background-repeat: no-repeat;
    background-position: right top;
}

.RTL .PTSelection .HeaderRow .RightBorder
{
    background-image: url(./Images/CMSModules/CMS_PortalEngine/PageTemplateSelection/lefttop.png);
    background-repeat: no-repeat;
    background-position: left top;
}

.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
{
    background-image: url(./Images/CMSModules/CMS_PortalEngine/PageTemplateSelection/radiopanel.png);
    height: 35px;
    line-height: 31px;
    border-left: 1px solid #aabfca;
    border-right: 1px solid #aabfca;
    padding-left: 15px;
}

.PTSelection .RadioPanel span
{
    padding-right: 12px;
}

.RTL .PTSelection .RadioPanel span
{
    padding-left: 12px;
}

.PTSelection .Footer
{
    border-top: 1px solid #aabfca;
    margin-bottom: 5px;
}

/* Shopping cart content */

.OrderItemNameTextBox
{
    width: 400px;
}

.OrderItemPriceTextBox
{
    width: 60px;
}

.AsyncLogBackground
{
    position: absolute;
    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;
}
input[type="radio"]
{
    width: 20px;
    padding: 0px;
    vertical-align: middle;
    margin: 2px;
}
.Gecko input[type="radio"]
{
    margin: 5px 0px 1px 0px;
}
/* End vertical aligning radios with labels*/


/* Image editor styles */
.EditorMenuMain
{
    vertical-align: top;
    width: 240px;
}

.ImageEditorMain
{
    border-left: 1px solid #A4B2BC;
    border-bottom: 1px solid #A4B2BC;
    width: 240px;
}

.RTL .ImageEditorMain
{
    border-left: 0px none;
    border-right: 1px solid #A4B2BC;
}


.HeaderInner
{
    cursor: pointer;
}

.ImageEditorSub
{
    padding: 5px 4px 5px 6px;
}

.ImageEditorFrame
{
    border: 1px solid #A4B2BC;
    margin-left: 0px;
}

.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 .Info
{
    margin-bottom: 10px;
    display: block;
}

.MessagingBox .InfoCell
{
    width: 100%;
    height: 110px;
}

.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
{
    padding: 5px;
    margin-top: 10px;
    text-align: left;
    margin-right: 5px;
}

.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%;
}

.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;
    margin-top: 10px;
}

.ViewMessage .FieldCaption, .SendMessage .FieldCaption
{
    padding-right: 10px;
    font-weight: bold;
}

.ViewMessage .FieldCaption
{
    vertical-align: top;
}

.RTL .ViewMessage .FieldCaption, .RTL .SendMessage .FieldCaption
{
    padding-left: 10px;
    padding-right: 0px;
}

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%;
}


.SplashScreenBody
{
    background-image: url(./Images/Others/LogonForm/Background.gif);
    background-repeat: repeat-x;
    background-color: #e7f2f8;
    height: auto;
}


.SplashScreenTable
{
    background: url(./Images/Others/SplashScreen/SplashScreen_bg.png) no-repeat;
    width: 727px;
    margin: 80px auto 0px auto;
}

.SplashScreenTableBottom
{
    background: url(./Images/Others/SplashScreen/SplashScreen_bg_bottom.png) no-repeat;
    width: 727px;
    margin: 0px auto;
    padding: 5px 0px 15px 0px;
}

.SplashScreenTableBottom table
{
    width: 697px;
}

.SplashScreenBottomCheck
{
    padding: 11px 35px 18px 35px;
    width: 480px;
}

.SplashScreenTitle
{
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    color: #101a42;
    padding: 30px 20px 0 20px;
}

.SplashScreenSubTitle
{
    background: url(./Images/Others/SplashScreen/Separator.png) 15px 20px no-repeat;
    padding: 0px 30px 10px 35px;
    text-align: right;
}

.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;
}

.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;
}

.ModalPanel
{
    text-align: left;
    width: 400px;
}

.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;
}

.Gecko3 .RatingControlCell
{
    width: 200px;
}

.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%;
}

.CartStepHeader
{
    background-color: #fff;
    color: #000000;
    padding: 5px;
    font-weight: bold;
    font-family: Arial;
    font-size: 12px;
    border-bottom: 1px solid #A4B2BC;
}

.CartStepBody
{
    background-color: #E9F3FE;
}

.CartProductDetailLink
{
    color: Black;
    text-decoration: underline;
}

.CartAddItem
{
    padding: 10px;
    border-bottom: solid 1px #cccccc;
    display: block;
    background-color: #ffffff;
}

/* 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
---------------------------------------------------------------------------
*/
.PollControl
{
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #b5c3d6;
    display: block;
    height: 100%;
}

.PollTitle
{
    text-decoration: none;
    color: #313131;
    background-color: #D7E9FF;
    background: url(./Images/Design/Controls/UniGrid/Header.png) repeat-x top left;
    height: 27px;
    display: block;
    font-weight: bold;
    padding: 5px 0px 0px 5px;
}

.PollQuestion
{
    display: block;
    padding: 3px 3px 3px 3px;
}

.PollAnswers
{
    padding: 3px;
}

.PollFooter
{
    clear: both;
    padding: 6px;
}

.PollInfo
{
    display: block;
}

.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;
}

.PollGraph
{
    border: solid 1px #000000;
    font-size: 12px;
    height: 1em;
    overflow: hidden;
    margin-bottom: 5px;
    margin-left: 4px;
}

.PollCount
{
    font-size: 11px;
    padding: 0px 5px 5px 5px;
}

.PollGraph0
{
    background-image: url(./Images/Design/Controls/Polls/poll0_bg.gif);
    background-repeat: repeat-x;
}

.PollGraph1
{
    background-image: url(./Images/Design/Controls/Polls/poll1_bg.gif);
    background-repeat: repeat-x;
}

.PollGraph2
{
    background-image: url(./Images/Design/Controls/Polls/poll2_bg.gif);
    background-repeat: repeat-x;
}

.PollGraph3
{
    background-image: url(./Images/Design/Controls/Polls/poll3_bg.gif);
    background-repeat: repeat-x;
}

.PollGraph4
{
    background-image: url(./Images/Design/Controls/Polls/poll4_bg.gif);
    background-repeat: repeat-x;
}

.PollGraph5
{
    background-image: url(./Images/Design/Controls/Polls/poll5_bg.gif);
    background-repeat: repeat-x;
}

.PollGraph6
{
    background-image: url(./Images/Design/Controls/Polls/poll6_bg.gif);
    background-repeat: repeat-x;
}

.PollGraph7
{
    background-image: url(./Images/Design/Controls/Polls/poll7_bg.gif);
    background-repeat: repeat-x;
}

.PollGraph8
{
    background-image: url(./Images/Design/Controls/Polls/poll8_bg.gif);
    background-repeat: repeat-x;
}

.PollGraph9
{
    background-image: url(./Images/Design/Controls/Polls/poll9_bg.gif);
    background-repeat: repeat-x;
}


/* 
---------------------------------------------------------------------------
FORUMS
---------------------------------------------------------------------------
*/

.PostView .PostMenuTable a
{
    white-space: nowrap;
}

.IE7 .ForumUploadTable
{
    margin-top: 15px;
}

.ForumMoveThreadArea
{
    border-bottom: solid 1px #cccccc;
    padding: 20px 10px 0px 10px;
    height: 42px;
}


.Actions .ThreadMove
{
    border-top: solid 1px #cccccc !important;
    padding-top: 5px;
}

.AttachmentTable
{
    border: solid 1px #cccccc;
    border-collapse: collapse;
}

.AttachmentTable td
{
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
}

.AttachmentTable .AttachmentTableHeader
{
    background-color: #eeeeee;
}

.AttachmentTable .AttachmentTableHeader th, .AttachmentTable .AttachmentFileSize, .AttachmentAction
{
    text-align: center;
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    padding: 3px;
}

.AttachmentTable .AttachmentTableHeader .AttachmentFileName
{
    text-align: left;
}

.AttachmentTable .AttachmentTableFooter
{
    display: none;
}

.AttachmentTable .AttachmentTableUpload input
{
    height: 23px;
}

/* Attachment list */

.PostAttachments
{
    border: solid 1px #cccccc;
    background-color: #eeeeee;
    margin: 5px;
    padding: 4px;
}

.PostAttachments .PostAttachmentsHeader
{
    font-weight: bold;
}

.PostAttachments .PostAttachmentsList
{
    padding: 3px;
}

.ForumAttachments
{
    border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
}

.ForumNewPost .SignatureAreaItem
{
    width: 500px;
    height: 50px;
}

.SignatureArea
{
    width: 100%;
    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;
}

/* Forum group */
.ForumGroup
{
    width: 100%;
}

.ForumGroup *
{
    font-family: Arial;
}

.ForumGroup .Table
{
    width: 100%;
    border-top: solid 1px #cccccc;
    border-left: solid 1px #cccccc;
    background-color: #ffffff;
}

.ForumGroup .Table td
{
    padding: 6px;
}

.ForumGroup .Table .Header td
{
    font-weight: bold;
    background-color: #eeeeee;
    border-right: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    color: #666666;
    padding-top: 4px;
    padding-bottom: 4px;
    background-image: url(./Images/CMSModules/CMS_Forums/header.gif);
}

.ForumGroup .Table .Info td
{
    background-color: #5c99e8;
    border-right: solid 1px #cccccc;
    border-bottom: solid 1px #888888;
    border-top: solid 1px #888888;
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: url(./Images/CMSModules/CMS_Forums/info.gif);
    height: 55px;
    vertical-align: top;
}

.ForumGroup .Table .GroupName
{
    display: block;
    font-weight: bold;
    font-size: 17px;
    padding-top: 8px;
    padding-bottom: 5px;
    color: #ffffff;
}

.ForumGroup .Table .GroupDescription
{
    display: block;
    padding-left: 10px;
    color: #dddddd;
}


.ForumGroup .Table .ForumInfo
{
    padding-top: 10px;
    padding-bottom: 10px;
}

.ForumGroup .Table .Threads
{
    text-align: center;
    width: 50px;
}

.ForumGroup .Table .Posts
{
    text-align: center;
    width: 50px;
}

.ForumGroup .Table .LastPost
{
    text-align: center;
    width: 200px;
}

.ForumGroup .Table .PostTime
{
    white-space: nowrap;
}

.ForumGroup .Table .PostUser
{
    white-space: nowrap;
    font-weight: bold;
    color: #2e68bf;
}

.ForumGroup .ForumOdd td
{
    background-color: #f8f8ff;
}

.ForumGroup .Forum td
{
    border-right: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
}

.ForumGroup .Forum .ForumName
{
    font-weight: bold;
    font-size: 15px;
    text-decoration: underline;
    color: #86c74c;
}

.ForumGroup .Forum .ForumDescription
{
    padding-left: 10px;
}

.ForumGroup .Info
{
    display: table-row;
}

/* Forum flat view */
.ForumFlat *
{
    font-family: Arial;
}

.ForumFlat .Table
{
    width: 100%;
    background-color: #ffffff;
}

.ForumFlat .Table td
{
    padding: 6px;
}

.ForumFlat .Table .Info td
{
    background-color: #5c99e8;
    border: solid 1px #888888;
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: url(./Images/CMSModules/CMS_Forums/info.gif);
    height: 55px;
    vertical-align: top;
}

.ForumFlat .Table .ForumContent
{
    background-color: #ffffff;
    padding: 0px;
    margin: 0px;
}

.ForumFlat .Table .Posts
{
    border-right: solid 1px #cccccc;
    border-left: solid 1px #cccccc;
}

.ForumFlat .Table .ForumName
{
    display: block;
    font-weight: bold;
    font-size: 17px;
    padding-top: 8px;
    padding-bottom: 5px;
    color: #ffffff;
}

.ForumFlat .Table .ForumDescription
{
    display: block;
    padding-left: 10px;
    color: #dddddd;
}

.ForumFlat .Table .Informations td
{
    font-weight: bold;
    background-color: #eeeeee;
    border-right: solid 1px #cccccc;
    border-left: solid 1px #cccccc;
    border-bottom: solid 1px #bbbbbb;
    padding: 5px;
    background-color: #FFFEC0;
}

.ForumFlat .Table .Actions td
{
    font-weight: bold;
    background-color: #eeeeee;
    border-right: solid 1px #cccccc;
    border-left: solid 1px #cccccc;
    border-bottom: solid 1px #bbbbbb;
    padding: 5px;
}

.ForumFlat .Table .Actions .ActionLink
{
    color: #65a02f;
    text-decoration: underline;
    padding: 0px 5px 0px 5px;
}

.ForumFlat .Table .Posts td
{
    border-right: solid 1px #cccccc;
    border-left: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    padding: 0px;
}

.ForumFlat .Table .PostsTable
{
    width: 100%;
}

.ForumFlat .Table .PostsTable td
{
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: solid 1px #cccccc;
}

.ForumFlat .Pager td
{
    background-color: #eeeeee;
    border: none;
    padding: 0px;
    height: 23px;
    font-weight: bold;
    background-image: url(./Images/CMSModules/CMS_Forums/pager.gif);
    text-align: center;
}

.ForumFlat .Pager a
{
    font-weight: bold;
    text-decoration: underline;
    color: #65a02f;
}

.ForumFlat .ThreadTable
{
    border-left: solid 1px #cccccc;
}

.ForumFlat .ThreadTable td
{
    border-right: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
}

.ForumFlat .ThreadTable .Header td
{
    font-weight: bold;
    background-color: #eeeeee;
    border-right: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    color: #666666;
    padding-top: 4px;
    padding-bottom: 4px;
    background-image: url(./Images/CMSModules/CMS_Forums/header.gif);
}

.ForumFlat .ThreadTable .Author
{
    text-align: center;
    width: 200px;
}

.ForumFlat .ThreadTable .Posts, .ForumFlat .ThreadTable .Views
{
    text-align: center;
    width: 50px;
}

.ForumFlat .ThreadTable .LastPost
{
    text-align: center;
    width: 200px;
}

.ForumFlat .ThreadTable .PostTime
{
    white-space: nowrap;
}

.ForumFlat .ThreadTable .PostUser
{
    white-space: nowrap;
    font-weight: bold;
    color: #2e68bf;
}

.ForumFlat .ThreadTable .ThreadInfo
{
    text-align: left;
}

.RTL .ForumFlat .ThreadTable .ThreadInfo
{
    text-align: right;
}

.ForumFlat .ThreadTable .ThreadInfo .ThreadName
{
    font-weight: bold;
    text-decoration: underline;
    color: #65a02f;
}

.ForumFlat .ForumBreadCrumbs
{
    font-weight: normal;
    font-size: 9pt;
    font-family: Arial;
    padding: 0px 5px 0px 5px;
}

/* Flat forum post */
.ForumFlat .ForumPost
{
    padding: 8px 8px 8px 8px;
}

.ForumFlat .PostIndent .ForumPost
{
    border-left: solid 1px #cccccc;
}

.ForumFlat .PostIndent
{
    padding-left: 30px;
}

.ForumFlat .PostUser
{
    white-space: nowrap;
    font-weight: bold;
    color: #2e68bf;
}

.ForumFlat .PostSubject
{
    display: block;
    font-weight: bold;
    font-size: 13px;
}

.ForumFlat .PostText
{
    display: block;
    padding: 3px 5px 3px 5px;
}

.ForumFlat .PostActionLink
{
    text-decoration: underline;
    color: #65a02f;
    padding: 0px 5px 0px 5px;
}

/* New post form */
.ForumNewPost
{
    padding: 5px;
    font-family: Arial;
}

.ForumNewPost .PostReply
{
    border: solid 1px #cccccc;
    margin-top: 5px;
    margin-bottom: 5px;
}

.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;
}

.ForumFlat .ForumNewPost .PostForm td
{
    border: none;
}

.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;
}


/* Forum tree view */
.ForumTree *
{
    font-family: Arial;
}

.ForumTree .Table
{
    width: 100%;
    background-color: #ffffff;
}

.ForumTree .Table td
{
    padding: 6px;
}


.ForumTree .Table .Info td
{
    background-color: #5c99e8;
    border: solid 1px #888888;
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: url(./Images/CMSModules/CMS_Forums/info.gif);
    height: 55px;
    vertical-align: top;
}

.ForumTree .Table .ForumName
{
    display: block;
    font-weight: bold;
    font-size: 17px;
    padding-top: 8px;
    padding-bottom: 5px;
    color: #ffffff;
}

.ForumTree .Table .ForumDescription
{
    display: block;
    padding-left: 10px;
    color: #dddddd;
}

.ForumTree .Table .Actions td
{
    font-weight: bold;
    background-color: #eeeeee;
    border-right: solid 1px #cccccc;
    border-left: solid 1px #cccccc;
    border-bottom: solid 1px #bbbbbb;
    padding: 5px;
    background-image: url(./Images/CMSModules/CMS_Forums/actions.gif);
}

.ForumTree .Table .Actions .ActionLink
{
    color: #65a02f;
    text-decoration: underline;
    padding: 0px 5px 0px 5px;
}

.ForumTree .Table .Posts
{
    border-right: solid 1px #cccccc;
    border-left: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    padding: 0px;
}

.ForumTree .Table .Posts .PostTree td
{
    padding: 0px;
}

.ForumTree .Table .Posts .PostTree
{
    padding: 5px;
    border-top: solid 1px #dddddd;
    border-bottom: solid 1px #dddddd;
}

.ForumTree .ForumNewPost .PostForm td
{
    border: none;
}

/* Tree forum post */
.ForumTree .ForumPost
{
    padding: 8px 8px 8px 8px;
}

.ForumTree .PostDetail .ForumPost
{
    border-bottom: solid 1px #cccccc;
}

.ForumTree .PostUser
{
    white-space: nowrap;
    font-weight: bold;
    color: #2e68bf;
}

.ForumTree .PostSubject
{
    display: block;
    font-weight: bold;
    font-size: 13px;
}

.ForumTree .PostText
{
    display: block;
    padding: 3px 5px 3px 5px;
}

.ForumTree .PostActionLink
{
    text-decoration: underline;
    color: #65a02f;
    padding: 0px 5px 0px 5px;
}

.ForumTree .PostTree .ForumPost
{
    border: solid 1px #cccccc;
    width: 600px;
}

/* 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
{
    padding-top: 10px;
}

.DialogPageSize
{
    padding-top: 10px;
}

.DialogMassActions
{
    padding-bottom: 10px;
}

/* Attachments */
.NewAttachment
{
    text-decoration: underline;
    left: 20px;
    position: fixed;
}

.IE6 .NewAttachment
{
    position: absolute;
}

.RTL .NewAttachment
{
    margin-left: auto;
    right: 20px;
    text-align: right;
}

.IE6 .RTL .NewAttachment
{
    position: absolute;
}

.NewAttachmentLoading
{
    left: 21px;
    position: fixed;
    top: 2px;
}

.IE6 .NewAttachmentLoading
{
    position: absolute;
}

.RTL .NewAttachmentLoading
{
    margin-left: auto;
    right: 21px;
    direction: rtl;
}

.IE6 .RTL .NewAttachmentLoading
{
    position: absolute;
}

.NewAttachmentDisabled
{
    text-decoration: underline;
    margin-left: 5px;
    position: absolute;
}

.RTL .NewAttachmentDisabled
{
    bottom: 4px;
    margin-left: auto;
    position: relative;
    right: 3px;
}

.NewUnsortedAtt
{
    text-decoration: underline;
    position: fixed;
    font-family: Tahoma;
    font-size: 11px;
    left: 20px;
}

.IE6 .NewUnsortedAtt
{
    position: absolute;
}

.RTL .NewUnsortedAtt
{
    margin-left: auto;
    right: 20px;
    text-align: right;
}

.IE6 .RTL .NewUnsortedAtt
{
    position: absolute;
}

.NewUnsortedAttLoading
{
    left: 21px;
    position: fixed;
    top: 2px;
    font-family: Tahoma;
    font-size: 11px;
}

.IE6 .NewUnsortedAttLoading
{
    position: absolute;
}

.RTL .NewUnsortedAttLoading
{
    margin-left: auto;
    right: 21px;
    direction: rtl;
}

.IE6 .RTL .NewUnsortedAttLoading
{
    position: absolute;
}

.NewUnsortedAttDisabled
{
    text-decoration: underline;
    left: 45px;
    position: absolute;
    font-family: Tahoma;
    font-size: 11px;
}

.RTL .NewUnsortedAttDisabled
{
    margin-left: auto;
    right: 45px;
    left: 0px;
}

.AttachmentsList
{
    border: 1px solid #cccccc;
    padding: 5px;
}

.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;
}

.AttachmentsList .UniGridGrid, .AttachmentsList .UniGridPager
{
    width: 100% !important;
}

.Unsorted .AttachmentsList .New, .UnsortedInfoPanel
{
    padding: 10px 10px 5px;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 10px;
}

.UnsortedInfoPanel
{
    padding-bottom: 0px;
}

.Unsorted .AttachmentsList, .Version .AttachmentsList
{
    border: none !important;
    padding: 0px !important;
}

InfoPanel
{
}

.Unsorted
{
    font-family: Tahoma;
    font-size: 12px;
    padding: 0px 6px 15px;
}

.WebDAVIcon
{
    padding-left: 0px;
}

.RTL .WebDAVIcon
{
    padding-right: 5px;
}

/* Translation managment */
.FlagTooltip
{
    width: 260px;
}

.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: 200px;
    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;
}

.UniSelectorDialogGridPadding
{
}

.UniSelectorDialogGridArea .SelectableItem
{
    width: 500px;
    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;
}

.UIPersonalizationTreeSmall, .UIPersonalizationTreeMedium, .UIPersonalizationTreeBig
{
    position: absolute;
    overflow: auto;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.UIPersonalizationTreeSmall
{
    top: 87px;
}

.UIPersonalizationTreeMedium
{
    top: 113px;
}

.UIPersonalizationTreeBig
{
    top: 139px;
}

.Gecko .UIPersonalizationTreeSmall
{
    top: 89px;
}

.Gecko .UIPersonalizationTreeMedium
{
    top: 116px;
}

.Gecko .UIPersonalizationTreeBig
{
    top: 144px;
}

.FlatSelectedItem .SelectorEnvelope
{
    float: left;
    text-align: center;
    padding-top: 5px;
    margin: 5px;
    height: 158px;
    width: 150px;
    border: solid 1px #ffffff;
    background: transparent url(./Images/Design/Backgrounds/SelectorSelected.png) repeat scroll 0 0;
}

.RTL .FlatSelectedItem .SelectorEnvelope
{
    float: right;
    text-align: center;
    padding-top: 5px;
    margin: 5px;
    height: 158px;
    width: 150px;
    border: solid 1px #ffffff;
    background: transparent url(./Images/Design/Backgrounds/SelectorSelected.png) repeat scroll 0 0;
}

.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;
}

.FlatItem .SelectorEnvelope:hover
{
    background: transparent url(./Images/Design/Backgrounds/SelectorHovered.png) repeat scroll 0 0;
    border: solid 1px #ffffff;
}

.SelectorEnvelope
{
    cursor: pointer;
}

.UniFlatContent
{
    overflow: auto;
}

/* @WebpartSelector */


.DialogPageBody .PageTitleHeader
{
    padding: 5px 5px 1px 5px;
    border-bottom: solid 1px #cccccc;
    display: block;
    white-space: nowrap;
    background: url(./Images/Design/Backgrounds/DialogHeader.png) repeat-x top left;
}

.DialogPageBody .PageTitle
{
    color: #000;
}

.SelectorFlatItems .SelectorFlatText
{
    font-weight: bold;
}

.UniFlatSearchPanel
{
    padding: 8px 15px 0px 15px;
    height: 27px;
    border-bottom: solid 1px #cccccc;
    background: #e1edfb url(./Images/Design/Backgrounds/TabDialogHeader.png) repeat-x;
}

.UniFlatSearchPanel .TextBoxField
{
    width: 45%;
    max-width: 400px;
}

.UniFlatPager
{
    padding: 8px 15px;
    background: url(./Images/Design/Backgrounds/WebpartSelectorPager.png) repeat-x;
    height: 14px;
    border-top: 1px solid #b1cff0;
    border-bottom: 1px solid #b1cff0;
}

.NewPageDialog .UniFlatPager
{
    padding: 5px 15px;
}

.SelectorFlatDescription
{
    background: #e6e6e6 url(./Images/Design/Backgrounds/WebpartSelectorDescription.png) 0px -5px repeat-x;
    height: 100px;
    padding: 5px 15px 5px 15px;
}

.PageContentFrame .SelectorFlatDescription
{
    height: 65px;
}

.SelectorFlatDescription .ItemName
{
    font-size: 13pt;
    padding-bottom: 10px;
    padding-top: 2px;
    font-weight: bold;
    font-family: Arial;
}

.SelectorTree
{
    width: 300px;
    height: 700px;
    overflow: auto;
}

.PageContentFrame .SelectorTree
{
    width: 250px;
}

.SelectorTree .TreeTree
{
    padding-top: 8px;
}

.SelectorNoResults
{
    padding-left: 5px;
    padding-top: 10px;
    text-align: left;
}

.RTL .SelectorNoResults
{
    padding-right: 5px;
    padding-top: 10px;
    text-align: right;
}

.SelectorTable
{
    width: 100%;
}

.SelectorTable td
{
    font-family: Verdana;
    vertical-align: top;
}

.SelectorBorder
{
    background: url(./Images/Design/Controls/FrameResizer/Horizontal/Resizer.png) repeat-y top left;
}

.SelectorBorderGlue
{
    width: 7px;
}

.SelectorTable .ItemSelectorArea
{
    width: 100%;
}

.ButtonsArea
{
    width: 100%;
    padding: 5px;
    background-color: #edf4f9;
    border-top: 1px solid #b0c4d0;
}


.ButtonsArea td
{
    text-align: right;
}

.RTL .ButtonsArea td
{
    text-align: left;
}

.SelectorFlatImage
{
    padding: 15px;
    min-height: 64px;
    border: none;
}

.SelectorFlatText
{
    display: block;
    margin: 3px;
    color: #004089;
}

.TreeItemImage
{
    border: 0px none;
    vertical-align: middle;
    width: 16px;
    height: 16px;
}

.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;
}


/* 
---------------------------------------------------------------------------
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;
}

.Dialog_Tabs .MediaLibraryCustomTab
{
    overflow: auto;
    height: 256px;
}

.MediaLibraryNewFolder .ajax__tab_header
{
    display: none !important;
}

.MediaLibraryNewFolder .ajax__tab_body
{
    padding: 0px !important;
}

/*
---------------------------------------------------------------------------
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;
}
.Safari .DialogRightBlock, .Opera .DialogRightBlock, .Gecko .DialogRightBlock
{
    margin-left: 0px;
    margin-right: 0px;
}

.RTL.Gecko .DialogRightBlock, .RTL .DialogRightBlock
{
    margin-left: auto;
    margin-right: 243px;
}

.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
{
    height: 100%;
    overflow: hidden;
}

.DialogPropertiesPreview
{
    position: absolute;
    overflow: auto;
    border: 1px solid #A4B2BC;
    padding: 5px;
    display: none;
}

.DialogItemUrlBox
{
    width: 94%;
    float: left;
}

.RTL .DialogItemUrlBox
{
    float: right;
}

.DialogItemUrlRefresh
{
    padding: 3px 3px 0px;
}

.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;
}

.RTL .DialogResizerH
{
    background: url(./Images/RTL/Design/Controls/FrameResizer/Horizontal/ResizerButton.png) no-repeat center;
    left: auto;
    right: 234px;
}

.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 .DialogResizerArrowH
{
    background: url(./Images/RTL/Design/Controls/FrameResizer/Horizontal/Minimize.png) no-repeat center;
}

.DialogResizerVLine
{
    height: 6px;
    font-size: 0;
    border-top: 1px solid #91bce5;
    background-image: url(./Images/Design/Controls/FrameResizer/Vertical/Resizer.png);
    background-repeat: repeat-x;
    background-position: center;
    width: 100%;
}

.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;
}

.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;
}

.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;
}

.DialogSiteBlock
{
    height: 25px;
    padding: 10px;
    border-bottom: 1px solid #A4B2BC;
}

.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;
}

.DialogTileItem
{
    border: solid 1px #ACB8C0;
    width: 210px;
    height: 62px;
    background-color: #FFF;
}

.DialogTileItemShadow
{
    width: 216px;
    height: 68px;
    float: left;
    margin: 0px 11px 11px 0px;
    background-image: url(./Images/Design/Controls/Dialogs/tiles_shadow.gif);
    background-position: bottom right;
    background-repeat: no-repeat;
    position: relative;
}

.DialogTileItemBox
{
    width: 210px;
    height: 62px;
}

.DialogThumbnailItem
{
    border: solid 1px #ACB8C0;
    width: 170px;
    height: 136px;
    background-color: #FFF;
}

.DialogThumbnailItemShadow
{
    width: 176px;
    height: 142px;
    margin: 0px 11px 11px 0px;
    float: left;
    background-image: url(./Images/Design/Controls/Dialogs/thumbs_shadow.gif);
    background-position: bottom right;
    background-repeat: no-repeat;
    position: relative;
}

.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;
}

.TilesMultipleSelection
{
    position: absolute;
    bottom: 9px;
    left: 5px;
}

.IE6 .TilesMultipleSelection, .IE7 .TilesMultipleSelection, .IE8 .TilesMultipleSelection
{
    left: 1px;
    bottom: 6px;
}

.RTL .TilesMultipleSelection
{
    left: auto;
    right: 4px;
}

.ThumbMultipleSelection
{
    position: absolute;
    bottom: 10px;
    left: 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;
}

.DialogMassActionsContent
{
    margin-top: 10px;
}

.IE6 .DialogMassActionsContent
{
    margin-top: 0px;
}

.DialogMassActionsDropdown
{
    padding-left: 2px;
    display: inline;
}

.DialogTreeArea
{
    float: left;
    width: 236px;
}

.DialogTreeArea .ContentTree
{
    position: relative;
    height: 100%;
    overflow: auto;
}

.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;
}

.Dialog_Tabs
{
    visibility: visible !important;
}

.Dialog_Tabs .ajax__tab_header
{
    background-image: url(./Images/Design/Controls/Tabs/TabsPanel.png);
    color: #004377;
    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
{
    padding-right: 6px;
    height: 24px;
    display: table-cell !important;
}

.RTL .Dialog_Tabs .ajax__tab_outer
{
    padding-right: 0px;
    padding-left: 6px;
}

.Dialog_Tabs .ajax__tab_inner
{
    padding-left: 6px;
    height: 24px;
    display: table-cell !important;
}

.RTL .Dialog_Tabs .ajax__tab_inner
{
    padding-right: 6px;
    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 6px;
    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;
}

.Dialog_Tabs .ajax__tab_active .ajax__tab_tab
{
    background-image: url(./Images/Design/Controls/Tabs/Horizontal/TabMidSelected.png) !important;
    background-position: center bottom;
    background-repeat: repeat-x;
    display: table-cell !important;
}

.Dialog_Tabs .ajax__tab_active .ajax__tab_outer
{
    background-image: url(./Images/Design/Controls/Tabs/Horizontal/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/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/TabMidHover.png);
}

.DialogMenu
{
    border-bottom: solid 1px #a4b2bc;
    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;
}

.RTL .DialogMenu
{
    float: right;
}

.DialogMenuLine
{
    height: 5px;
    line-height: 5px;
    min-height: 5px;
    border-bottom: 1px solid #a4b2bc;
    background-color: #f0ede1;
}

.DialogMenu .DialogMenuLeft
{
    border-right: 1px solid #91bce5;
    background-repeat: repeat-x;
    font-family: Arial;
    font-size: 12px;
    display: block;
    width: 230px;
    float: left;
    height: 41px;
    padding: 2px 3px;
}

.RTL .DialogMenu .DialogMenuLeft
{
    border-right: 0px none;
    border-left: 1px solid #91bce5;
    float: right;
}

.DialogMenu .Smaller
{
    width: 118px;
}

.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: #004377;
    float: left;
    text-align: left;
}

.DialogMenu .MenuItemLeft span
{
    padding-top: 11px;
    display: block;
    float: left;
}

.RTL .DialogMenu .MenuItemLeft span
{
    float: right;
}

.DialogMenuInnerDiv
{
    top: 0px;
    left: 0px;
    cursor: pointer;
    position: absolute;
    width: 77px;
    height: 26px;
    text-align: left;
    padding: 10px 0px 0px 33px;
    color: #004377;
}

.RTL .DialogMenuInnerDiv
{
    text-align: right;
    padding: 10px 33px 0px 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;
}

.MediaLibraryFolderActions
{
    line-height: 20px;
    height: 20px;
    padding: 5px 0px 5px 8px;
    border-bottom: 1px solid #a4b2bc;
    background-color: #DEEDFE;
}

.RTL .MediaLibraryFolderActions
{
    padding: 5px 8px 5px 0px;
}

.FolderLinkHorizontal
{
    float: left;
    padding-right: 7px;
}

.RTL .FolderLinkHorizontal
{
    float: right;
    padding-right: 0px;
    padding-left: 7px;
}

.DialogsUploaderDisabled
{
    padding-left: 2px;
    position: relative;
}

.DialogsFolderDisabled
{
    background-image: url(./Images/CMSModules/CMS_Content/Dialogs/addfolderdisabled.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 3px 0px 0px;
}
.RTL .DialogMenu .DialogFileUploader
{
    padding: 2px 0px 0px 3px;
}

.ImageExtraClass
{
    position: absolute;
}

.ImageTooltip
{
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 3px;
    display: block;
}

.DialogMenu .DialogMenuRight
{
    font-family: Arial;
    font-size: 12px;
    display: block;
    width: 350px;
    height: 41px;
    float: left;
    padding: 2px;
}

.RTL .DialogMenu .DialogMenuRight
{
    float: right;
}

.DialogMenu .MenuItemRight
{
    width: 102px;
    height: 36px;
    margin: 2px 3px;
    padding: 0px 0px 0px 8px;
    cursor: pointer;
    color: #004377;
    float: left;
}

.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 .DialogFullScreen
{
    width: 110px;
    height: 41px;
    padding: 2px;
    position: absolute;
    right: 35px;
}

.RTL .DialogMenu .DialogFullScreen
{
    left: 35px;
    right: auto;
}

.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;
}

.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;
}

/* 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;
}

