﻿body
{
    font-family: Arial;
    font-size: 12px;
    color: #000000;
}

a
{
    color: #000000;
}

td
{
    font-family: Arial;
    font-size: 12px;
    color: #000000;
}

/* 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;
}

.PageContentLine
{
    padding-bottom: 10px;
    border-bottom: solid 1px #cccccc;
    display: block;
    background-color: #ffffff;
}

.PageFooterLine
{
    padding: 10px;
    border-top: solid 1px #cccccc;
    display: block;
    background-color: #ffffff;
}

.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;
}

.PageContentFrame
{
    font-family: Tahoma;
    font-size: 12px;
    padding: 0px 6px 15px 6px;
}

.PageContentTree
{
    padding: 5px;
}

/* Selection dialogs */

/* Page template selection */
.PageTemplate .List
{
    overflow: auto;
    padding: 5px 0px 5px 0px;
    height: 430px;
    width: 100%;
    background-color: White;
}

.PageTemplate .ListItem, .PageTemplate .ListItemSelected
{
    float: left;
    width: 160px;
    height: 178px;
    text-align: center;
    margin: 5px;
    cursor: pointer;
    overflow: hidden;
}

.RTL .PageTemplate .ListItem, .RTL .PageTemplate .ListItemSelected
{
    float: right;
    width: 163px;
}

.PageTemplate .Hidden
{
    display: none;
}

.PageTemplate .Name
{
    color: #004089;
}

.PageTemplate .ListItem:hover
{
    background-image: url(Images/CMSDesk/PortalEngine/PageTemplateSelection/bghovered.gif);
    background-repeat: no-repeat;
}

.PageTemplate .ListItemSelected
{
    background-image: url(Images/CMSDesk/PortalEngine/PageTemplateSelection/bgselected.gif);
    background-repeat: no-repeat;
}

.PageTemplate .Preview
{
    padding: 10px 0px 5px 0px;
    height: 118px;
}

.PageTemplate .Preview img
{
    border: 1px solid Silver;
}

.PageTemplate .ListItemSelected .Name, .PageTemplate .ListItem .Name
{
    padding: 0px 3px 0px 3px;
    font-weight: normal;
}

.PageTemplate .SelectionContent
{
    overflow: auto;
    height: 430px;
    width: 180px;
    padding: 5px 0px 5px 10px;
    background-color: White;
}

.RTL .PageTemplate .SelectionContent
{
    padding: 5px 10px 5px 0px;
}

.PageTemplateInfo .Name
{
    padding: 0px 3px 3px 0px;
    font-weight: bold;
    width: 160px;
}

.RTL .PageTemplateInfo .Name
{
    padding: 0px 0px 3px 3px;
}


.PageTemplateInfo .Description
{
    width: 160px;
}

.RTL .PageTemplateInfo .Description
{
    /*margin-right: 10px;*/
}

.PageTemplateToolTip
{
    background-color: #ffc681;
    padding: 5px;
    border: solid 1px #cccccc;
    max-width: 180px;
    display: block;
}

.PageTemplate .SelectionTree
{
    background-color: #f9fcfd;
    width: 285px;
    height: 440px;
    overflow: auto;
}

/* Webpart selection */

.WebPart .SelectionContent
{
    overflow: auto;
    width: 450px;
    padding: 5px;
}

.WebPartInfo
{
    margin: 10px;
}

.WebPartInfo .Name
{
    padding: 0px 3px 10px 0px;
    font-weight: bold;
    color: #004089;
    font-size: 16px;
}

.WebPartInfo .Preview
{
    text-align: center;
    border: 1px solid Silver;
    margin: 0px;
    width: 385px;
}

.WebPartInfo .Description
{
    margin-top: 10px;
    text-align: justify;
    width: 385px;
}

.RTL .WebPartInfo .Name
{
    margin-right: 10px;
}

.RTL .WebPartInfo .Preview
{
    margin-right: 10px;
}

.RTL .WebPartInfo .Description
{
    margin-right: 10px;
}

/* Layout selection */

.Layout .LayoutDecription
{
    vertical-align: top;
    background-color: White;
}

.Layout .Name
{
    color: #004089;
}

.Layout .Preview
{
    padding: 10px 0px 5px 0px;
}

.Layout .Preview img
{
    border: 1px solid Silver;
}

.Layout .SelectionContent
{
    overflow: auto;
    height: 100%;
    width: 170px;
    padding: 5px 0px 5px 10px;
    background-color: White;
}

.RTL .Layout .SelectionContent
{
    padding: 5px 10px 5px 0px;
}

.LayoutInfo .Name
{
    padding: 0px 3px 3px 0px;
    font-weight: bold;
    width: 160px;
}

.RTL .LayoutInfo .Name
{
    padding: 0px 0px 3px 3px;
}

.LayoutInfo .Description
{
    width: 160px;
}

.RTL .LayoutInfo .Name
{
    /*margin-right: 10px;*/
}

.RTL .Layout .Preview img
{
    /*margin-right: 10px;*/
}

.RTL .LayoutInfo .Description
{
    /*margin-right: 10px;*/
}

/* END */

.SelectionTree
{
    background-color: #f9fcfd;
    width: 285px;
    height: 350px;
    overflow: auto;
}

.SelectionContent
{
    overflow: auto;
    height: 340px;
    width: 400px;
    padding: 5px;
    vertical-align: top;
}

.SelectionTreeBorder
{
    width: 2px;
    height: 100%;
    background-color: #ebdcc5;
    border-left: solid 1px #a4b2bc;
    border-right: solid 1px #a4b2bc;
    overflow: hidden;
}

.SelectionListBox
{
    margin: 0px;
    height: 390px;
    width: 366px;
    padding: 0px;
    background-color: #f9fcfd;
    overflow: hidden;
}

.SelectionListBoxContent
{
    padding: 0px;
    margin: 0px;
}

.SelectionListBoxTreeBorder
{
    width: 2px;
    height: 100%;
    background-color: #ebdcc5;
    border-right: solid 1px #a4b2bc;
    border-top: solid 1px #a4b2bc;
    border-bottom: solid 1px #a4b2bc;
    overflow: hidden;
}

.RTL .SelectionListBoxTreeBorder
{
    border-right: none;
    border-left: solid 1px #a4b2bc;
}


.SelectionPageBody
{
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}

.SelectionPageContent
{
    padding: 0px;
    margin: 0px;
    height: 350px;
    width: 100%;
    overflow: hidden;
}

.SelectionModal .SelectionPageContent
{
    height: 390px !important;
}

.SelectionBorder
{
    border: solid 1px #aaaaaa; /*margin-left: 25px;margin-top: 5px;*/
}

.SoftSelectionBorder
{
    /*border: solid 1px #cccccc;*/
    margin-left: 25px;
    margin-top: 5px;
}

.RTL .SoftSelectionBorder
{
    margin-left: auto;
    margin-right: 25px;
}

.SelectionTextContent
{
    overflow: auto;
    height: 450px;
    width: 100%;
}

/*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: 200px;
    margin: 0px;
}

.PropertiesContent
{
    height: 100%;
    width: 300px;
    padding: 5px;
    margin: 0px;
    background-color: #eee;
}

/* 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
{
    position: absolute;
    z-index: 1000;
    width: 95%;
    background-color: #ffffff;
    border-right: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    border-left: solid 1px #b4c2bc;
}

.TabsEditMenuPadding
{
    height: 40px;
}

.TabsPageFull
{
    height: 100%;
}

.Title
{
    font-weight: bold;
}

.TabsPageTitle
{
    height: 68px;
    display: block;
}

.TabsPageTitleBreadcrumbs
{
    height: 30px;
    display: block;
}

.TabsPageTabs, .TabsPageTabsWhite
{
    background-color: #f5f3ec;
    border-top: solid 1px #ffffff;
    height: 33px;
    width: 2000px;
    overflow: hidden;
    clear: both;
}

.TabsPageTabsWhite
{
    background-color: #ffffff;
}

.TabsLeft
{
    float: left;
    width: 5px;
    height: 32px;
    overflow: hidden;
}

.RTL .TabsLeft
{
    float: right;
}

.TabsTabs
{
    float: left;
    padding-top: 4px;
    height: 29px;
    line-height: 27px;
    margin: 0px -1px 0px 0px; /* Use this only in IE6. IE7 and FF use first margin */
    overflow: hidden;
}

.IE6 .TabsTabs
{
    margin: 0px -3px 0px 0px;
}

.RTL .TabsTabs
{
    float: right;
    margin: 0px 0px 0px -1px;
}

.IE6 .RTL .TabsTabs
{
    margin: 0px 0px 0px -3px;
}

.TabsRight
{
    border-bottom: solid 1px #a4b2bc;
    height: 32px;
    overflow: hidden;
    margin-right: 5px;
}

.ProductOptions
{
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.RTL .TabsRight
{
    margin-right: auto;
    margin-left: 5px;
}

.TabsRightDialog
{
    border-bottom: solid 1px #a4b2bc;
    height: 32px;
    overflow: hidden;
    margin-right: 3px;
}

.RTL .TabsRightDialog
{
    margin-right: auto;
    margin-left: 3px;
}

.TabsFullTabs
{
    float: left;
    padding-top: 5px;
    height: 32px;
    overflow: hidden;
}

.RTL .TabsFullTabs
{
    float: right;
}

.FullTabsLeft
{
    border-bottom: solid 1px #a4b2bc;
    float: left;
    width: 5px;
    height: 32px;
    overflow: hidden;
    border-bottom: solid 1px #a4b2bc;
}

.RTL .FullTabsLeft
{
    float: right;
}

.FullTabsRight
{
    border-bottom: solid 1px #a4b2bc;
    height: 32px;
    margin: 0px 0px 0px 3px;
}

.IE6 .FullTabsRight
{
    overflow: hidden;
}

.RTL .FullTabsRight
{
    margin: 0px 3px 0px 0px;
}

.TabsPageBody, .TabsPageBody2
{
    background-color: #f5f3ec;
    height: 100%;
    width: 100%;
    padding: 0px 5px 0px 5px;
    position: absolute;
}

.Safari .TabsPageBody, .Safari .TabsPageBody2
{
    top: 0;
    position: absolute;
}

.TabsPageBody2
{
    background-color: #ffffff;
    margin-left: 10px;
    padding: 0px 5px 0px 0px;
}

.TabsBody
{
    background-color: #f5f3ec;
}

.TabsPageScrollArea, .TabsPageScrollArea2, .TabsPageScrollArea3, .ForumScrollArea
{
    background-color: #ffffff;
    border-left: solid 1px #a4b2bc;
    border-right: solid 1px #a4b2bc;
    border-bottom: solid 1px #a4b2bc;
    position: absolute;
    overflow: auto;
    top: 0;
}

.RTL .TabsPageScrollArea
{
    right: 6px;
}

.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: 98%;
    height: 99%;
}

#pnlOptions .TabsPageScrollArea
{
    top: 99px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: auto;
    height: auto;
    position: absolute;
}

.TabsPageScrollArea2
{
    width: 97%;
    height: 99%;
}

.TabsPageScrollArea3
{
    width: 96%;
    height: 99%;
}

.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;
    height: 95%;
    width: 95%;
    padding: 5px;
}

.TabsLeftBorder
{
    background-color: #f5f3ec;
    height: 100%;
    top: 0px;
    bottom: 0px;
    padding: 0px;
    position: absolute;
    width: 5px;
    border-right: solid 1px #a4b2bc;
}

.VerticalTabsBottom
{
    height: 1100px;
    border-right: solid 1px #a4b2bc;
}

.RTL .VerticalTabsBottom
{
    border-right: none;
    border-left: solid 1px #a4b2bc;
}

.VerticalTabsTop
{
    height: 0px;
    width: 109px;
    overflow: hidden;
    margin-left: 5px;
    margin-top: 10px;
    border-right: solid 1px #a4b2bc;
}

.RTL .VerticalTabsTop
{
    margin-left: auto;
    margin-right: 5px;
    border-right: none;
    border-left: solid 1px #a4b2bc;
}

.VerticalTabsTabs
{
    border-bottom: solid 1px #a4b2bc;
    border-left: solid 1px #a4b2bc;
    margin-left: 5px; /*margin-left: 0px;*/
}

.RTL .VerticalTabsTabs
{
    border-left: none;
    margin-left: auto;
    border-right: solid 1px #a4b2bc;
    margin-right: 5px;
}

.VerticalTabsPageBody
{
    padding: 5px 5px 0px 10px;
    border-top: solid 1px #a4b2bc;
    margin-top: 10px;
}

.VerticalTabsPageHeader
{
    border-top: solid 1px #a4b2bc;
    margin-top: 10px;
    padding: 5px 5px 0px 10px;
}

.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;
}

.VerticalTabsPageContent
{
}

.TabsPageContainer
{
    background-color: #f5f3ec;
    border-left: solid 1px #a4b2bc; /*border-right: solid 1px #a4b2bc;*/
    padding-left: 5px; /*padding-right: 5px;*/
    height: 100%;
    width: 100%;
    position: absolute;
}

.RTL .TabsPageContainer
{
    padding-left: 0px;
    padding-right: 5px;
    border-left: none;
    border-right: solid 1px #a4b2bc;
}

.TabsPageContainer2
{
    background-color: #f5f3ec;
    padding-left: 5px;
    height: 100%;
    width: 100%;
    position: absolute;
}

.TabsHeaderContainer
{
    background-color: #f5f3ec;
    border-left: solid 1px #a4b2bc;
    border-right: solid 1px #a4b2bc;
    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;
}

.BodyScrollArea
{
    width: 100%;
    height: 100%;
    overflow: auto;
    position: absolute;
}
.invoiceTable
{
    border-collapse: collapse;
    margin-top: 1px;
    margin-left: 1px; /*border-width: 1px 0px 0px 1px; 	border-style: solid; 	border-color: #000;*/
}
.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; /*margin-top: -1px;*/
}
.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;
}

/* Header */
.CMSDeskHeader
{
    background-image: url(Images/CMSDesk/header.gif);
    background-repeat: repeat-x; /*display: block;*/ /*height: 40px;*/ /*overflow: hidden;*/
    margin: 0px;
}

.SM_Header .HeaderTabs
{
    width: auto !important;
}

.CMSDeskHeader .HeaderTabs
{
    width: auto !important;
}

.HeaderBody
{
}

.HeaderLeft
{
    background-image: url(Images/CMSDesk/logo.gif);
    background-repeat: no-repeat;
    border-bottom: solid 1px #a4b2bc;
    height: 29px; /*float: left;*/
    padding: 5px;
    width: 160px;
    overflow: hidden;
    margin: 0px;
    position: absolute;
}

.RTL .HeaderLeft
{
    float: right; /*** was none ***/
}

.HeaderTabs
{
    background-image: url(Images/CMSDesk/header.gif);
    background-repeat: repeat-x;
    height: 29px;
    padding-top: 11px;
    margin: 0px -1px 0px 0px;
    line-height: 27px;
    position: absolute;
    left: 170px;
    width: 230px;
}

.IE6 .HeaderTabs
{
    margin: 0px -3px 0px 0px;
}

.RTL .HeaderTabs
{
    margin: 0px 0px 0px 0px;
    right: 170px;
    left: auto;
}
/*
body[class~=RTL][class~=IE7] .HeaderTabs td
{
	line-height: 12px;
	
}*/

.HeaderTabs SPAN
{
    margin: 0px;
}

.HeaderRight
{
    background-image: url(Images/CMSDesk/header.gif);
    background-repeat: repeat-x;
    border-bottom: solid 1px #a4b2bc;
    display: block;
    height: 31px;
    padding: 5px 5px 3px 5px;
    margin: 0px 0px 0px 3px;
}

.RTL .HeaderRight
{
    text-align: left;
    margin: 0px 3px 0px 0px;
}

.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;
}

.HeaderLink
{
    font-family: Verdana;
    font-size: 11px;
    color: #000000;
    margin-right: 10px;
}

.RTL .HeaderLink
{
    padding-right: 0px;
    margin-left: 10px;
}

.HeaderSignOutPnl
{
    width: 75px;
    height: 24px;
    text-align: center;
    padding-top: 6px;
    margin-left: 5px;
    cursor: pointer;
}

.RTL .HeaderSignOutPnl
{
    margin-left: auto;
    margin-right: 5px;
}

.HeaderSignOut
{
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    color: Black;
}

.HeaderSeparator
{
    height: 5px;
    overflow: hidden;
    background-color: #f0ede1;
    border-bottom: solid 1px #a4b2bc;
    clear: both;
}

/* Tab control */

.TabControlSelectedLeft, .RTL .TabControlSelectedRight
{
    background-image: url(Images/CMSDesk/TabControl/Top/tab_left_activ.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
    width: 6px;
    height: 27px;
    overflow: hidden;
    cursor: pointer;
}

.TabControlSelected
{
    background-image: url(Images/CMSDesk/TabControl/Top/tab_mid_activ.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    height: 27px;
    padding: 2px 0px 0px 1px;
    overflow: hidden;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    cursor: pointer;
}

.RTL .TabControlSelected
{
    padding: 2px 1px 0px 0px;
}

.TabControlLinkSelected
{
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    overflow: hidden;
}

.TabControlSelectedRight, .RTL .TabControlSelectedLeft
{
    background-image: url(Images/CMSDesk/TabControl/Top/tab_right_activ.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
    width: 6px;
    height: 27px;
    overflow: hidden;
    cursor: pointer;
}

.TabControlLeft, .RTL .TabControlRight
{
    background-image: url(Images/CMSDesk/TabControl/Top/tab_left.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
    width: 5px;
    height: 27px;
    overflow: hidden;
    cursor: pointer;
}

.TabControl
{
    background-image: url(Images/CMSDesk/TabControl/Top/tab_mid.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    height: 25px;
    line-height: 20px;
    padding: 4px 1px 0px 1px;
    overflow: hidden;
    font-family: Tahoma;
    font-size: 11px;
    color: #000000;
    text-decoration: none;
    cursor: pointer;
}

.TabControlLink
{
    font-family: Tahoma;
    font-size: 11px;
    color: #000000;
    text-decoration: none;
}

.TabControlRight, .RTL .TabControlLeft
{
    background-image: url(Images/CMSDesk/TabControl/Top/tab_right.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
    width: 6px;
    height: 27px;
    overflow: hidden;
    cursor: pointer;
}

/* Tab control bottom */
.TabsBottom .TabControlSelectedLeft, .RTL .TabsBottom .TabControlSelectedRight
{
    background-image: url(Images/CMSDesk/TabControl/Bottom/tab_left_activ.gif);
    background-position: top;
}

.TabsBottom .TabControlSelected
{
    background-image: url(Images/CMSDesk/TabControl/Bottom/tab_mid_activ.gif);
    background-position: top;
    padding: 4px 0px 0px 1px;
    vertical-align: top;
}

.RTL .TabsBottom .TabControlSelected
{
    padding: 4px 1px 0px 0px;
}

.TabsBottom .TabControlLinkSelected
{
}

.TabsBottom .TabControlSelectedRight, .RTL .TabsBottom .TabControlSelectedLeft
{
    background-image: url(Images/CMSDesk/TabControl/Bottom/tab_right_activ.gif);
    background-position: top;
}

.TabsBottom .TabControlLeft, .RTL .TabsBottom .TabControlRight
{
    background-image: url(Images/CMSDesk/TabControl/Bottom/tab_left.gif);
    background-position: top;
}

.TabsBottom .TabControl
{
    background-image: url(Images/CMSDesk/TabControl/Bottom/tab_mid.gif);
    background-position: top;
    padding: 4px 0px 0px 1px;
    vertical-align: top;
}

.RTL .TabsBottom .TabControl
{
    padding: 4px 1px 0px 0px;
}


.TabsBottom .TabControlLink
{
}

.TabsBottom .TabControlRight, .RTL .TabsBottom .TabControlLeft
{
    background-image: url(Images/CMSDesk/TabControl/Bottom/tab_right.gif);
    background-position: right top;
}

/* Tab control white */
.TabsWhite .TabControlSelectedLeft, .RTL .TabsWhite .TabControlSelectedRight
{
    background-image: url(Images/CMSDesk/TabControl/WhiteTop/tab_left_activ.gif);
}

.TabsWhite .TabControlSelected
{
    background-image: url(Images/CMSDesk/TabControl/WhiteTop/tab_mid_activ.gif);
}

.TabsWhite .TabControlLinkSelected
{
}

.TabsWhite .TabControlSelectedRight, .RTL .TabsWhite .TabControlSelectedLeft
{
    background-image: url(Images/CMSDesk/TabControl/WhiteTop/tab_right_activ.gif);
}

.TabsWhite .TabControlLeft, .RTL .TabsWhite .TabControlRight
{
    background-image: url(Images/CMSDesk/TabControl/WhiteTop/tab_left.gif);
}

.TabsWhite .TabControl
{
    background-image: url(Images/CMSDesk/TabControl/WhiteTop/tab_mid.gif);
}

.TabsWhite .TabControlLinktab
{
}

.TabsWhite .TabControlRight, .RTL .TabsWhite .TabControlLeft
{
    background-image: url(Images/CMSDesk/TabControl/WhiteTop/tab_right.gif);
}

/* Tab control white bottom */
.TabsBottomWhite .TabControlSelectedLeft, .RTL .TabsBottomWhite .TabControlSelectedRight
{
    background-image: url(Images/CMSDesk/TabControl/WhiteBottom/tab_left_activ.gif);
    background-position: top;
}

.TabsBottomWhite .TabControlSelected
{
    background-image: url(Images/CMSDesk/TabControl/WhiteBottom/tab_mid_activ.gif);
    background-position: top;
    padding: 4px 0px 0px 1px;
    vertical-align: top;
}

.RTL .TabsBottomWhite .TabControlSelected
{
    padding: 4px 1px 0px 0px;
}

.TabsBottomWhite .TabControlLinkSelected
{
}

.TabsBottomWhite .TabControlSelectedRight, .RTL .TabsBottomWhite .TabControlSelectedLeft
{
    background-image: url(Images/CMSDesk/TabControl/WhiteBottom/tab_right_activ.gif);
    background-position: top;
}

.TabsBottomWhite .TabControlLeft, .RTL .TabsBottomWhite .TabControlRight
{
    background-image: url(Images/CMSDesk/TabControl/WhiteBottom/tab_left.gif);
    background-position: top;
}

.TabsBottomWhite .TabControl
{
    background-image: url(Images/CMSDesk/TabControl/WhiteBottom/tab_mid.gif);
    background-position: top;
    padding: 4px 0px 0px 1px;
    vertical-align: top;
    line-height: 14px;
}

.RTL .TabsBottomWhite .TabControl
{
    padding: 4px 1px 0px 0px;
}

.TabsBottomWhite .TabControlLink
{
}

.TabsBottomWhite .TabControlRight, .RTL .TabsBottomWhite .TabControlLeft
{
    background-image: url(Images/CMSDesk/TabControl/WhiteBottom/tab_right.gif);
    background-position: top;
}


.TabsWhitePageBody
{
    background-color: #ffffff;
    height: 100%;
    width: 100%;
    padding: 0px 5px 0px 5px;
    position: absolute;
}


/* Vertical tabs */
.TabsVertical .TabControlSelectedLeft
{
    background-image: none;
    width: 0px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    background-color: #ffb540;
    border-top: solid 1px #a4b2bc; /*border-bottom: solid 1px #a4b2bc;*/
}

.TabsVertical .TabControlSelected
{
    background-color: #ffffff;
    border-top: solid 1px #a4b2bc; /*border-bottom: solid 1px #a4b2bc;*/
    border-right: none;
    background-image: none;
    margin: 0px;
    padding: 3px;
    height: 20px;
}

.RTL .TabsVertical .TabControlSelected
{
    border-right: none;
    border-left: none;
}

.TabsVertical .TabControlLinkSelected
{
}

.TabsVertical .TabControlSelectedRight
{
    background-image: none;
    margin: 0px;
    padding: 0px;
    width: 0px;
    overflow: hidden;
}

.TabsVertical .TabControlLeft
{
    background-color: #f0ede1;
    background-image: url(Images/CMSDesk/TabControl/Vertical/back.gif);
    background-position: top;
    width: 0px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    border-top: solid 1px #a4b2bc; /*border-bottom: solid 1px #a4b2bc;*/
}

.TabsVertical .TabControl
{
    background-color: #f0ede1;
    border-top: solid 1px #a4b2bc; /*border-bottom: solid 1px #a4b2bc;*/
    border-right: solid 1px #a4b2bc;
    background-image: url(Images/CMSDesk/TabControl/Vertical/back.gif);
    background-position: top left;
    margin: 0px;
    padding: 3px;
    width: 120px;
    height: 20px;
}

.RTL .TabsVertical .TabControl
{
    border-left: solid 1px #a4b2bc;
    border-right: none;
}

.TabsVertical .TabControlLink
{
}

.TabsVertical .TabControlRight
{
    background-image: none;
    margin: 0px;
    padding: 0px;
    width: 0px;
    overflow: hidden;
}

.FieldLabelShift
{
    padding-left: 15px;
}

.RTL .FieldLabelShift
{
    padding-right: 15px;
}

/* -- 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;
}

.ButtonPanel
{
    width: 98%;
    text-align: right;
    margin-right: 3px;
}

.RTL .ButtonPanel
{
    text-align: left;
    margin-left: 3px;
}

.ToolbarBody
{
    background-color: #f5f3ec;
}

.ContentSaveLinkButton
{
    color: Black;
    cursor: pointer;
}

.ContentGroupHeader
{
    font-weight: bold;
    padding-top: 10px; /*text-decoration: underline;*/
}

.ContentGroup
{
    padding: 5px;
}

/* Content tree */
.TreeBody
{
    background-color: #f9fcfd;
    height: 100%;
    width: 100%; /*overflow: hidden; REMOVED 3.0*/
}

.TreeArea
{
    width: 100%;
    height: 100%;
    overflow: auto;
    position: absolute;
    right: 4px;
    top: 0;
}

.RTL .TreeArea
{
    right: auto;
    left: 4px;
}

.SelectNodeTree .TreeArea
{
    right: auto;
    left: auto;
}

.TreeAreaTree
{
    padding-left: 5px;
}

.RTL .TreeAreaTree
{
    padding-left: 0px;
    padding-right: 5px;
}

.TreeMenu
{
    background-color: #ebdcc6;
    background-image: url(Images/CMSDesk/Content/menu.gif);
    background-repeat: repeat-x;
    display: block;
    border-bottom: solid 1px #a4b2bc;
    padding-bottom: 4px; /*overflow: hidden;*/
}

.TreeMenuPadding
{
    background-color: #EBDCC6;
    background-image: url(Images/CMSDesk/Content/menu.gif);
    background-repeat: repeat-x;
    border-bottom: 1px solid #A4B2BC;
}

.TreeMenuContent
{
    padding: 5px 5px 5px 5px;
}

.Gecko3 .TreeMenuContent
{
    width: 240px;
}

.TreeMenuContent div
{
    overflow: hidden;
    white-space: nowrap;
}

.ContentTree
{
    /*height:100%;*/ /*background-color: #f4ffff;*/
    display: block;
    font-family: Verdana;
    font-size: 12px; /*padding-top: 3px;*/
}

.ContentTree td
{
    font-family: Verdana;
    font-size: 12px;
    vertical-align: top;
}

.TreeFrame
{
    border: none; /*border-right: solid 1px #a4b2bc;*/
    border-right: solid 1px #ffffff;
}

.TreeBorder
{
    position: absolute;
    right: 0px;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #ebdcc5;
    border-left: solid 1px #a4b2bc;
    border-right: solid 1px #a4b2bc;
    overflow: hidden;
    cursor: e-resize;
    z-index: 1000;
}

.RTL .TreeBorder
{
    right: auto;
    left: 0px;
}

.ContentTreeItem .Name
{
    padding: 2px 5px 2px 2px;
    color: #000000;
    margin-left: 1px;
    cursor: pointer;
}

.RTL .ContentTreeItem .Name
{
    padding: 2px 2px 2px 5px;
    margin-left: auto;
    margin-right: 1px;
}

.ContentTreeSelectedItem .Name
{
    color: #000000;
    background-color: #cccccc;
    padding: 2px 5px 2px 2px; /*font-weight: bold;*/
    margin-left: 1px;
    cursor: pointer;
}

.RTL .ContentTreeSelectedItem .Name
{
    padding: 2px 2px 2px 5px;
    margin-left: auto;
    margin-right: 1px;
}

.NodeLink
{
    vertical-align: text-top;
    width: 9px;
    height: 9px;
    border: none;
    padding-left: 2px;
}

.ContentSelectNode
{
    /*background-color: #f4ffff;*/
    display: block;
    margin: 0px auto;
    height: 100%;
    font-family: Verdana;
    font-size: 12px; /*padding: 5px;*/
}

.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;
}

/* Content search */
.SearchResults
{
    padding: 5px;
}

.SearchResultLink
{
    color: #000000;
    text-decoration: none;
    border-width: 0px;
    line-height: 18px;
}

.SearchResultLink:hover
{
    text-decoration: underline;
}


/* Content menu */
.ContentMenu
{
    background-color: #f0ede1;
    background-image: url(Images/CMSDesk/Content/menu.gif);
    background-repeat: repeat-x;
    display: block;
    border-bottom: solid 1px #a4b2bc;
    height: 61px;
    overflow: hidden;
}

.ContentMenuLeft
{
    background-image: url(Images/CMSDesk/Content/menu.gif);
    background-repeat: repeat-x;
    font-family: Verdana;
    font-size: 11px;
    border-right: solid 1px #a4b2bc;
    display: block;
    height: 60px;
    width: 279px;
    float: left;
    padding: 2px 2px 0px 2px;
}

.RTL .ContentMenuLeft
{
    float: right;
    border-right: none;
    border-left: solid 1px #a4b2bc;
}

.MenuItemLeft
{
    background-image: url(Images/CMSDesk/Menu/leftbutton.gif);
    background-repeat: no-repeat;
    cursor: pointer; /*background-color: #fbffff; 	border: solid 1px #a4b2bc;*/
    text-align: center;
    width: 43px;
    height: 52px;
    vertical-align: middle;
}

.MenuItemLeft img
{
    padding: 0px 7px 2px 8px;
}

.RTL .MenuIemLeft img
{
    padding: 0px 8px 2px 7px;
}

.MenuItemLeftOver
{
    background-image: url(Images/CMSDesk/Menu/leftbuttonover.gif);
    background-repeat: no-repeat;
    cursor: pointer; /*background-color: #ffffff; 	border: solid 1px #a4b2bc;*/
    text-align: center;
    width: 43px;
    height: 52px;
    vertical-align: middle;
}

.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
{
    /*border: solid 1px #f0ede1;*/
    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
{
    background-image: url(Images/CMSDesk/Menu/rightbuttonover.gif);
    background-repeat: no-repeat;
    font-weight: bold; /*background-color: #ffffff; 	border: solid 1px #a4b2bc;*/
    width: 90px;
    height: 28px;
    padding: 3px 0px 3px 5px;
    cursor: pointer;
}

.RTL .MenuItemRightOver
{
    padding: 3px 5px 3px 0px;
}

.MenuItemRightOver img
{
    vertical-align: middle;
    padding-right: 4px;
}

.RTL .MenuItemRightOver img
{
    padding-right: 0px;
    padding-left: 4px;
}

.ContentMenuSeparator
{
    background-image: url(Images/CMSDesk/Menu/separator.gif);
    background-repeat: no-repeat;
    float: left;
    width: 5px; /*background-color: #fafafa; 	border: solid 1px #a4b2bc;*/
    height: 25px;
    margin: 19px 5px 5px 5px;
}

.RTL .ContentMenuSeparator
{
    float: right;
}

.ContentMenuLang
{
    display: block;
    height: 50px;
    float: left;
    padding: 20px 5px 5px 5px;
}

.RTL .ContentMenuLang
{
    float: right;
}

.ContentMenuHelp
{
    display: block;
    height: 50px;
    float: right;
    padding: 20px 5px 5px 5px;
}

.RTL .ContentMenuHelp
{
    float: left;
}

.ContentMenuLanguage
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
}

.ContentMenuLangDrop
{
    vertical-align: middle;
}

/* Define site structure */
.DefineSiteMenu
{
    background-color: #f0ede1;
    background-image: url(Images/CMSDesk/Content/menu.gif);
    background-repeat: repeat-x;
    display: block;
    border-bottom: solid 1px #a4b2bc;
    border-right: solid 1px #a4b2bc;
    height: 58px;
    overflow: hidden;
    text-align: center;
    padding-top: 2px;
}

.UserCustomFields .EditingFormButtonCell
{
    padding-top: 15px;
}

/* Content pages */
.ContentButton
{
    width: 100px;
}

.ContentDropdown
{
    margin: 1px;
    width: 98px;
}

.LogonButton
{
    width: 100px;
    float: right;
}

.ShortButton
{
    width: 60px;
}

.LongButton
{
    width: 150px;
}

.XLongButton
{
    width: 190px;
}

.ContentCheckbox
{
}

.ContentCheckBoxList
{
}

.ContentRadioButtonList
{
}

.ContentLabel
{
}
/* Indent content under radiobutton */
.UnderRadioContent
{
    padding-left: 21px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: table-cell;
    vertical-align: bottom !important;
}
/*
.UnderRadioContent *
{
	position:relative;
	bottom: 0px;	
}*/

/* Content footer */
.ContentFooter
{
    background-color: #f5f3ec;
    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 */
.InstallerBody
{
    text-align: center;
    padding-top: 50px;
}

.InstallerContent
{
    padding-top: 10px;
    margin: auto;
    width: 629px;
    text-align: center;
    font-family: Arial;
    font-size: 12px;
}

.InstallerFooter
{
    margin: auto;
    width: 700px;
}

.InstallHeader
{
    font-size: 18px;
    color: #ff5a00;
    text-align: center;
    padding-bottom: 10px;
}

.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%; /*600px;*/
    height: 340px;
    text-align: left;
    padding: 10px 10px 10px 10px;
}

.InstallSelectedItem
{
    /* width: 535px; */
    margin: 3px 3px 3px 3px;
    border: 1px solid #ff8a00;
    background-color: #f7d091;
    cursor: pointer;
}

.InstallItem
{
    /* width: 535px; */
    margin: 3px 3px 3px 3px;
    border: 1px solid #b9d3e6;
    background-color: #f1f7fb;
    cursor: pointer;
}

.InstallItem:hover
{
    border: 1px solid #ff8a00;
}

.InstallDisabledItem
{
    /*width: 535px;*/
    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: 600px;
    height: 170px;
}

.RTL .InstallWizard
{
    margin: auto;
    text-align: left;
}

.InstallCreateDBobjects
{
    vertical-align: top;
}

.InstallLog
{
    width: 600px;
    height: 90px;
    margin: 0px auto;
}

/*
.InstallForm
{
	border: solid 1px #cccccc;
	text-align: left;
	display: block;
	width: 500px;
	padding: 0 10 10 10;
}
*/

.RTL .InstallForm
{
    text-align: right;
}

.InstallGroupTitle
{
    font-weight: bold;
}

.InstallPanel
{
    margin: auto;
}

.InstalHeader
{
    margin: 20px 0px 10px 0px;
}

.InstallPanel .Top .Left
{
    width: 22px;
    height: 22px;
    background-image: url(Images/Dialog/topleft.gif);
    background-position: left top;
    background-repeat: no-repeat;
}

.RTL .InstallPanel .Top .Left
{
    background-position: right top;
}

.InstallPanel .Top .Right
{
    width: 22px;
    height: 22px;
    background-image: url(Images/Dialog/topright.gif);
    background-position: left top;
    background-repeat: no-repeat;
}

.RTL .InstallPanel .Top .Right
{
    background-position: right top;
}

.InstallPanel .Top .Center
{
    width: 699px;
    height: 22px;
    background-image: url(Images/Dialog/top.gif);
    background-repeat: no-repeat;
    background-position: top;
}

.InstallPanel .Bottom .Left
{
    width: 22px;
    height: 22px;
    background-image: url(Images/Dialog/bottomleft.gif);
    background-position: left bottom;
    background-repeat: no-repeat;
}

.RTL .InstallPanel .Bottom .Left
{
    background-position: right bottom;
}

.InstallPanel .Bottom .Right
{
    width: 22px;
    height: 22px;
    background-image: url(Images/Dialog/bottomright.gif);
    background-position: left bottom;
    background-repeat: no-repeat;
}

.RTL .InstallPanel .Bottom .Right
{
    background-position: right bottom;
}

.InstallPanel .Bottom .Center
{
    width: 699px;
    height: 22px;
    background-image: url(Images/Dialog/bottom.gif);
    background-repeat: no-repeat;
    background-position: top;
}

.InstallPanel .Middle .Left
{
    width: 22px;
    height: 516px;
    background-image: url(Images/Dialog/left.gif);
    background-position: left top;
    background-repeat: no-repeat;
}

.InstallPanel .Middle .Right
{
    width: 22px;
    height: 516px;
    background-image: url(Images/Dialog/right.gif);
    background-repeat: no-repeat;
    background-position: left top;
}

.InstallPanel .Middle .Center
{
    background-image: url(Images/Dialog/bg.gif);
    background-repeat: repeat-y;
    background-position: top;
    text-align: center;
    vertical-align: top;
}

.InstallBody
{
    background-image: url(Images/Dialog/bodybg.gif);
    background-repeat: repeat-x;
    background-color: #e7f2f8;
}

.InstallFormTextBox
{
    width: 150px;
}

/* UniGrid */
.UniGridBody
{
}

.UniGridBody a
{
    color: #000000;
}

.UniGridHeader
{
}

.UniGridHead
{
    text-decoration: none;
    color: #000000;
}

.RTL .UniGridHead
{
    text-align: right;
}

.IE6 .RTL .UniGridHead
{
    float: right;
}

.UniGridHead a
{
    text-decoration: none;
    color: #000000;
}


.UniGridContent
{
}

.UniGridGrid
{
    width: 100%;
    border: solid 1px #cccccc;
}

.Opera .UniGridGrid td, .Opera .UniGridGrid th
{
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    border-right: none;
    border-left: none;
}

.Opera .UniGridGrid td td, .Opera .UniGridGrid th td
{
    border: none;
}

.UniGridFooter
{
    float: right;
    width: 100%;
    text-align: right;
}

.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: middle;
    padding-top: 4px;
    padding-bottom: 0px;
    overflow: hidden;
}

.RTL .UniGridActionSeparator
{
    border-left: none;
    border-right: solid 1px #cccccc;
}

/* Grids */

.ContentGrid
{
    width: 100%;
    border: solid 1px #cccccc;
}

.ContentGridHead
{
    text-decoration: none;
    color: #000000;
    text-align: left;
}

.RTL .ContentGridHead
{
    text-align: right;
}

.ContentGridHead a
{
    text-decoration: none;
    color: #000000;
}

/* Permission matrix */
.PermissionMatrix
{
    width: 100%;
    border: solid 1px #cccccc;
}

.MatrixCell
{
    text-align: center;
}

.MatrixHeader
{
    font-weight: bold; /*text-align: right;*/
    padding: 3px 5px 3px 5px; /*border: solid 1px #cccccc;*/
}

.PermissionsListBox
{
    width: 250px;
    height: 242px;
}

.NodePermissions
{
    padding: 0px;
    width: 560px;
}
.NodePermissionBox
{
    margin: 7px;
}

/* Regular table */
.RegularTable
{
    border: solid 1px #cccccc;
}

.TableCell
{
    text-align: center;
}

.TableHeader
{
    font-weight: bold; /*text-align: right;*/
    padding: 3px 5px 3px 5px;
    text-align: center; /*border: solid 1px #cccccc;*/
}

.TableRowHeader
{
    font-weight: bold;
    text-align: left;
}

.RTL .TableRowHeader
{
    text-align: right;
}

/* Calendar */
.CalendarIcon
{
    cursor: pointer;
    margin: 0px;
    padding: 0px;
}

.Gecko .CalendarIcon
{
    position: relative;
    top: 3px;
}

.CalendarAction
{
    margin: 3px;
}

/* Color picker */
.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;
}

/* Wizard */

.WizardBody
{
    margin: 0px;
    border: solid 1px #cccccc;
    width: 785px;
}

.WizardListBox
{
    width: 280px;
    height: 249px;
}

.WizardHeader
{
    margin: 5px;
    padding-left: 60px;
    background-image: url(Images/CMSSiteManager/Sites/wizard_icon.gif);
    background-position: left;
    background-repeat: no-repeat;
    height: 60px;
}

.RTL .WizardHeader
{
    padding-left: 0px;
    padding-right: 60px;
    background-position: right;
}

.WizardHeaderLine
{
    padding: 10px;
    border-bottom: solid 1px #cccccc;
    display: block;
    background-color: #ffffff;
}

.WizardStepHeader
{
    display: block;
    font-weight: bold;
    padding: 5px 0px 5px 0px;
    font-size: 13px;
}

.WizardStepDescription
{
    display: block;
    width: 700px;
    padding: 0px 0px 5px 0px;
}

.WizardFinishedStep
{
    display: block;
    color: black;
    padding-left: 12px;
    background-image: url(Images/arrow.gif);
    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;
}

/* 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: 97%;
    margin: 3px 3px 3px 3px;
    border: 1px solid #ff8a00;
    background-color: #f7d091;
    cursor: pointer;
}

.GlobalItem
{
    width: 97%;
    margin: 3px 3px 3px 3px;
    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: #ebf5fa;
    height: 280px;
    overflow: auto;
}

.GlobalWizardStepPanel
{
    border-top: solid 1px #ebf5fa;
    padding: 15px 15px 15px 15px;
    background-color: #ebf5fa;
    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: #ebf5fa;
    height: 540px;
    overflow: auto;
}

.RTL .NewsletterWizardStep
{
    padding: 20px 20px 0px 0px;
}

.NewSiteWizardStep
{
    border-top: solid 1px #ebf5fa;
    border-top: solid 1px #ebf5fa;
    padding: 30px 10px 0px 30px;
    background-color: #ebf5fa;
    height: 320px;
    overflow: auto;
}

.RTL .NewSiteWizardStep
{
    padding: 30px 30px 0px 10px;
}

.GlobalWizardStepNoScroll
{
    padding: 30px 10px 0px 30px;
    background-color: #ebf5fa;
    height: 280px;
}

.GlobalWizard .Top .Left, .RTL .GlobalWizard .Top .Right
{
    margin: 0px;
    padding: 0px;
    width: 9px;
    height: 86px;
    line-height: 9px;
    background-image: url(Images/Dialog/Global/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/Dialog/Global/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/Dialog/Global/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/Dialog/Global/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;
}


/* Field Editor */
.SectionTitle
{
    font-weight: bold;
    display: block;
    padding-bottom: 6px;
}

.FieldEditorContent
{
    overflow: auto;
    height: 336px;
    width: 489px;
    padding: 10px 5px 10px 5px;
    margin: 0px;
    border: 1px solid #a4b2bc;
    background-color: #fff;
}

.FieldEditorContentAdvancedMode .FieldEditorContent
{
    border-top-width: 0px;
    height: 335px;
}

.FieldEditorContentSimplifiedMode .FieldEditorContent
{
    border-top-width: 0px;
    border-bottom-width: 0px;
}

.FieldEditorFooter
{
    margin: 0px;
    padding: 10px;
    width: 479px;
    text-align: right;
}

.RTL .FieldEditorFooter
{
    text-align: left;
}


.FieldEditorContentSimplifiedMode .FieldEditorFooter, .FieldEditorContentAdvancedMode .FieldEditorFooter
{
    border: 1px solid #a4b2bc;
    border-top-width: 0px;
}


.FieldEditorTabsTabs
{
    float: left;
    padding-top: 4px;
    height: 29px;
    line-height: 27px;
    overflow: hidden;
    margin: 0px -3px 0px 0px;
}

.RTL .FieldEditorTabsTabs
{
    float: right;
    margin: 0px 0px 0px -3px;
}


.FieldEditorTabsRight
{
    border-bottom: solid 1px #a4b2bc;
    height: 32px;
    overflow: hidden;
    margin-right: 0px;
}

.RTL .FieldEditorTabsRight
{
    margin-right: auto;
    margin-left: 0px;
}


.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;
}

#AttributeListBoxPadding
{
    padding-top: 0px;
}

.FieldEditorContentSimplifiedMode #AttributeListBoxPadding, .FieldEditorContentAdvancedMode #AttributeListBoxPadding
{
    padding-top: 35px;
}


.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;
}

.SmallDropDown
{
    width: 155px;
}

.ExtraSmallDropDown, .DropDownFieldShort
{
    width: 100px;
}

.TextColumn
{
    width: 150px;
}

.TextColumnSettings
{
    width: 123px;
}

.FieldEditorCategoryItem
{
    background-color: #bbccee;
}


/* Logon dialog*/


.TopLeftCorner
{
    color: Blue;
    width: 5px;
    height: 7px;
    background-image: url(Images/Dialog/TopLeftCorner.gif);
    background-position: left top;
    background-repeat: no-repeat;
}

.RTL .TopLEftCorner
{
    background-position: right top;
}

.TopRightCorner
{
    color: red;
    width: 5px;
    height: 7px;
    background-image: url(Images/Dialog/TopRightCorner.gif);
    background-position: left top;
    background-repeat: no-repeat;
}

.RTL .TopRightCorner
{
    background-position: right top;
}

.TopMiddleBorder
{
    color: green;
    width: 310px;
    height: 7px;
    background-image: url(Images/Dialog/TopMiddleBorder.gif);
    background-repeat: repeat-x;
    background-position: top;
}

.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: 150px;
}

.LogonDropDownList
{
    width: 155px;
}

.LogonTitle
{
    font-size: 15px;
    color: #ff5a00;
    text-align: center;
    font-weight: bold;
    padding-bottom: 15px;
}


.LogonPageBody
{
    background-image: url(Images/Dialog/BackgroundNew.gif);
    background-repeat: repeat-x;
    background-color: #e7f2f8;
    height: auto;
}

.LogonPageBackground
{
    width: 100%;
    height: 100%;
}
.loginBox
{
    margin: auto;
    margin-top: 140px;
    padding: 80px 0 20px 0;
    width: 503px;
    background: url(Images/Dialog/LoginBox05.gif) no-repeat;
}

.loginLine
{
    height: 30px;
    width: 503px;
    margin: auto;
    text-align: right;
    background: url(Images/Dialog/bg_login_bottom.gif) no-repeat;
    padding-top: 23px;
    color: #606060;
}

.loginLine a
{
    color: #606060;
}

.LogonPageBackground table
{
    margin-left: 35px;
    padding: 0;
}

.LogonDialog
{
    padding: 10px 10px 0px 40px;
}



/* CMSForm */
.EditingFormInfo
{
    margin-bottom: 10px;
    display: block;
    padding: 3px;
}


.EditingFormError
{
    margin-bottom: 10px;
    display: block;
    padding: 3px;
    color: #ff0000;
}

.EditingFormErrorLabel
{
    /*display: block; 	padding: 3px; 	color: #ff0000;*/
    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;
}

.CheckBoxMovedLeft, .RadioButtonMovedLeft
{
    margin-left: -4px;
}

.RTL .CheckBoxMovedLeft, .RTL .RadioButtonMovedLeft
{
    margin-left: auto;
    margin-right: -4px;
}


/* 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 */
.SelectorButton
{
    width: 75px;
}

.SelectorTextBox
{
    width: 200px;
}

.SelectorError
{
    color: #ff0000;
}

.LargeTextAreaTextBox
{
    width: 245px;
    height: 30px;
    font-size: 12px;
    vertical-align: middle;
}

.LargeTextAreaButton
{
    width: 30px;
    vertical-align: middle;
}

/* 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;
}

/* Frame resizer */
.FrameResizer
{
    background-color: #ebdcc5;
    border: solid 1px #a4b2bc; /*border-right: none;*/
    overflow: hidden;
    cursor: pointer;
    z-index: 1000;
    height: 30px;
    width: 5px;
    position: absolute;
    top: 48%;
    right: 0px;
    vertical-align: middle;
    z-index: 2000;
}

.ResizerBorder
{
    display: none;
    font-size: 0px;
    position: absolute;
}

.RTL .FrameResizer
{
    right: auto;
    left: 0px;
}

.VerticalFrameResizer
{
    background-color: #ebdcc5;
    border: solid 1px #a4b2bc; /*border-right: none;*/
    overflow: hidden;
    cursor: pointer;
    height: 5px;
    width: 30px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 2000;
}

.VerticalResizerBorder
{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    overflow: hidden;
    background-color: #a4b2bc;
    z-index: 2001;
}

.RTL .VerticalFrameResizer
{
    right: auto;
    left: 0px;
}

.VerticalFrameResizer img
{
    position: absolute;
}

.FloatLeft, .RTL .FloatRight
{
    float: left;
    text-align: left;
}

.FloatRight, .RTL .FloatLeft
{
    float: right;
    text-align: right;
}

/* Admin controls*/
.ActivityBar
{
    border: solid 1px #cccccc;
    height: 5px;
    width: 200px;
    background-image: url(Images/CMSAdminControls/ActivityBar/activityblue.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;
}


/* Reporting */
.ReportBody, .ReportBodyEcommerce
{
    border: solid 1px #cccccc;
    padding: 10px;
}

.ReportBodyAnalytics
{
    padding: 10px;
}

.ReportBodyAnalytics H1, .ReportBodyEcommerce H1
{
    font-size: 160%;
    margin-top: 5px;
    margin-bottom: 5px;
}

.ReportFilter
{
    border-right: solid 1px #cccccc;
    border-left: solid 1px #cccccc;
    border-top: solid 1px #cccccc;
    padding: 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/CMSDesk/Tools/Analytics/weekgraph.gif);
    background-repeat: repeat-y;
    background-position: left center;
    border: solid 1px #000000;
}

.GraphText
{
    font-family: Tahoma;
    font-size: 11px; /*text-decoration: underline;*/
}

.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/CMSDesk/Tools/Analytics/weekgraphselected.gif); /*background-image: none;     background-color: #ff0000;*/
    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
{
    padding-left: 5px;
    padding-top: 5px;
}

.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/PortalEngine/WebPartProperties/right.gif);
    background-repeat: repeat-y;
    background-position: right;
}

.WebPartForm .EditingFormRow .EditingFormLeftBorder
{
    background-image: url(Images/PortalEngine/WebPartProperties/left.gif);
    background-repeat: repeat-y;
}

.RTL .WebPartForm .EditingFormRow .EditingFormRightBorder
{
    background-image: url(Images/PortalEngine/WebPartProperties/left.gif);
    background-repeat: repeat-y;
    background-position: left;
}

.RTL .WebPartForm .EditingFormRow .EditingFormLeftBorder
{
    background-image: url(Images/PortalEngine/WebPartProperties/right.gif);
    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 .EditingFormLeftBorder
{
    padding: 0px;
    width: 1px;
    overflow: hidden;
}

.WebPartForm .EditingFormRightBorder
{
    padding: 0px;
    width: 1px;
    overflow: hidden;
}

.WebPartForm .EditingFormCategoryRow .EditingFormLeftBorder
{
    background-image: url(Images/PortalEngine/WebPartProperties/lefttop.gif);
    background-repeat: no-repeat;
    background-position: left top;
}

.WebPartForm .EditingFormCategoryRow .EditingFormRightBorder
{
    background-image: url(Images/PortalEngine/WebPartProperties/righttop.gif);
    background-repeat: no-repeat;
    background-position: right top;
}

.WebPartForm .EditingFormFooterRow .EditingFormRightBorder
{
    background-image: url(Images/PortalEngine/WebPartProperties/rightbottom.gif);
    background-repeat: no-repeat;
    background-position: bottom right;
}

.WebPartForm .EditingFormFooterRow .EditingFormLeftBorder
{
    background-image: url(Images/PortalEngine/WebPartProperties/leftbottom.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
}

.RTL .WebPartForm .EditingFormCategoryRow .EditingFormLeftBorder
{
    background-image: url(Images/PortalEngine/WebPartProperties/righttop.gif);
    background-repeat: no-repeat;
    background-position: right top;
}

.RTL .WebPartForm .EditingFormCategoryRow .EditingFormRightBorder
{
    background-image: url(Images/PortalEngine/WebPartProperties/lefttop.gif);
    background-repeat: no-repeat;
    background-position: left top;
}

.RTL .WebPartForm .EditingFormFooterRow .EditingFormRightBorder
{
    background-image: url(Images/PortalEngine/WebPartProperties/leftbottom.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
}

.RTL .WebPartForm .EditingFormFooterRow .EditingFormLeftBorder
{
    background-image: url(Images/PortalEngine/WebPartProperties/rightbottom.gif);
    background-repeat: no-repeat;
    background-position: bottom right;
}

.WebPartForm .EditingFormFooterRow
{
    background-image: url(Images/PortalEngine/WebPartProperties/bottom.gif);
    background-position: bottom;
    background-repeat: repeat-x;
    height: 12px;
    padding: 0px;
    margin: 0px;
    line-height: 0px;
    overflow: hidden;
}

.WebPartForm .EditingFormButtonTable
{
    display: none;
}

/*Web part properties documentation*/

.DocumentationWebPartsProperties .PropertyRightBottom
{
    background-image: url(Images/PortalEngine/WebPartProperties/rightbottom.gif);
    background-repeat: no-repeat;
    background-position: bottom right;
}

.DocumentationWebPartsProperties .PropertyLeftBottom
{
    background-image: url(Images/PortalEngine/WebPartProperties/leftbottom.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
}

.DocumentationWebPartsProperties .CategoryTable
{
    height: 32px;
    width: 97%;
}

.DocumentationWebPartsProperties .PropertiesTable
{
    background-color: #F8FBFD;
    width: 97%;
}

.DocumentationWebPartsProperties .PropertyContent
{
    background-color: #F8FBFD;
    padding-top: 7px;
    padding-bottom: 7px;
}

.DocumentationWebPartsProperties .PropertyBottom
{
    background-image: url(Images/PortalEngine/WebPartProperties/bottom.gif);
    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/PortalEngine/WebPartProperties/left.gif);
    background-repeat: repeat-y;
    width: 5px;
}

.DocumentationWebPartsProperties .PropertyRightBorder
{
    background-image: url(Images/PortalEngine/WebPartProperties/right.gif);
    background-repeat: repeat-y;
    background-position: right;
}

.DocumentationWebPartsProperties .CategoryLeftBorder
{
    background-image: url(Images/PortalEngine/WebPartProperties/lefttop.gif);
    background-repeat: repeat-y;
    background-position: left top;
}

.DocumentationWebPartsProperties .CategoryRightBorder
{
    background-image: url(Images/PortalEngine/WebPartProperties/righttop.gif);
    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;
}

/* Meta files */
.UploadMetaFile input
{
    height: 22px;
}

/* Add operator */
.AddOperatorAlphabet
{
    padding-bottom: 5px;
    padding-top: 10px;
}

.AddOperatorAlphabet a
{
    color: #0000ff;
}

/* New menu item page template selection */
.PTSelection
{
}

.PTSelection .Table
{
    width: 100%;
}

.PTSelection .Row
{
    background-color: #f8fbfd;
}


.PTSelection .Row .RightBorder
{
    background-image: url(Images/PortalEngine/WebPartProperties/right.gif);
    background-repeat: repeat-y;
    background-position: right;
}

.RTL .PTSelection .Row .RightBorder
{
    background-image: url(Images/PortalEngine/WebPartProperties/left.gif);
    background-repeat: repeat-y;
    background-position: left;
}

.PTSelection .Row .LeftBorder
{
    background-image: url(Images/PortalEngine/WebPartProperties/left.gif);
    background-repeat: repeat-y;
}

.RTL .PTSelection .Row .LeftBorder
{
    background-image: url(Images/PortalEngine/WebPartProperties/right.gif);
    background-repeat: repeat-y;
    background-position: right;
}

.PTSelection .HeaderRow
{
    background-color: #edf4f9;
}

.PTSelection .Header
{
    font-size: 15px;
    font-family: Arial;
    font-weight: bold;
    padding: 10px 0px 10px 10px;
}

.PTSelection .LeftBorder
{
    padding: 0px;
    width: 13px;
    overflow: hidden;
}

.PTSelection .RightBorder
{
    padding: 0px;
    width: 13px;
    overflow: hidden;
}

.PTSelection .HeaderRow .LeftBorder
{
    background-image: url(Images/PortalEngine/WebPartProperties/lefttop.gif);
    background-repeat: no-repeat;
}

.RTL .PTSelection .HeaderRow .LeftBorder
{
    background-image: url(Images/PortalEngine/WebPartProperties/righttop.gif);
    background-repeat: no-repeat;
    background-position: right top;
}

.PTSelection .Row .Content
{
    margin: 10px;
}

.PTSelection .HeaderRow .RightBorder
{
    background-image: url(Images/PortalEngine/WebPartProperties/righttop.gif);
    background-repeat: no-repeat;
    background-position: right top;
}

.RTL .PTSelection .HeaderRow .RightBorder
{
    background-image: url(Images/PortalEngine/WebPartProperties/lefttop.gif);
    background-repeat: no-repeat;
    background-position: left top;
}

.PTSelection .FooterRow .RightBorder
{
    background-image: url(Images/PortalEngine/WebPartProperties/rightbottom.gif);
    background-repeat: no-repeat;
    background-position: bottom right;
}

.RTL .PTSelection .FooterRow .RightBorder
{
    background-image: url(Images/PortalEngine/WebPartProperties/leftbottom.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
}

.PTSelection .FooterRow .LeftBorder
{
    background-image: url(Images/PortalEngine/WebPartProperties/leftbottom.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
}

.RTL .PTSelection .FooterRow .LeftBorder
{
    background-image: url(Images/PortalEngine/WebPartProperties/rightbottom.gif);
    background-repeat: no-repeat;
    background-position: bottom right;
}

.PTSelection .FooterRow
{
    background-image: url(Images/PortalEngine/WebPartProperties/bottom.gif);
    background-position: bottom;
    background-repeat: repeat-x;
    height: 13px;
    padding: 0px;
    margin: 0px;
    line-height: 0px;
    overflow: hidden;
}

/* 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: 94%;
    width: 94%;
    top: 2%;
    left: 2%;
    padding: 5px;
    border: solid 1px #000000;
    background-color: #ffffff;
    overflow: auto;
    z-index: 10000;
}

/* 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;
}

.ImageEditorMain
{
    border-left: 1px solid #A4B2BC;
    border-bottom: 1px solid #A4B2BC;
    width: 240px;
}

.ImageEditorMain .MenuHeaderItem, .ImageEditorMain .MenuHeaderItemSelected
{
    background-color: #F0EDE1;
    background-image: url(Images/CMSDesk/TabControl/Vertical/back.gif);
    background-position: left top; /*border-right: 1px solid #A4B2BC;*/
    border-top: 1px solid #A4B2BC;
    height: 20px;
    margin: 0px;
    padding: 5px 3px 1px 9px;
    font-family: Tahoma;
    font-size: 12px;
}

.ImageEditorMain .MenuHeaderItemSelected
{
    border-right: none !important;
    background-image: none;
    background-color: #fff;
    font-weight: bold;
    border-bottom: 1px solid #A4B2BC;
    padding: 0px;
    height: 26px;
}

.ImageEditorMain .MenuHeaderItemSelected .HeaderInner
{
    border-left: 6px solid #FFB540;
    padding: 5px 3px 1px 9px;
    height: 20px;
}

.HeaderInner
{
    cursor: pointer;
}

.ImageEditorSub
{
    /*border-right: 1px solid #A4B2BC;*/
    padding: 5px 4px 5px 6px;
}

.ImageEditorFrame
{
    border: 1px solid #A4B2BC;
    margin-left: 0px;
}

.IE7 .ImageEditorFrame
{
    margin-left: 0px;
}

.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: 230px;
}

.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;
}

.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
{
    margin-left: 15px;
    font-family: Tahoma;
}

.MessagingBox .ListPanel, .MessagingBox .NewPanel, .MessagingBox .ViewPanel
{
    padding: 10px 5px 10px 10px;	
}

.MessagingBox .BackToList
{
    padding-left: 10px;
}

.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; /*border-top: 1px solid #A4B2BC;*/
    border-left: 1px solid #A4B2BC;
    border-bottom: 1px solid #A4B2BC;
    border-right: 1px solid #A4B2BC;
    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-left: 5px;*/
    padding-top: 2px;
    overflow: hidden;
}

.RTL .MyMessages .TabsHeader
{
    padding-left: 0px; /*padding-right: 5px;*/
}

.MyMessages .TabLine
{
    border-bottom: solid 1px #a4b2bc;
    height: 32px;
    overflow: hidden;
}

.MessagingBox .FooterInfo
{
    padding: 5px;
    margin-top: 10px;
    text-align: right;
    border: solid 1px #CCCCCC;
}

.MyMessages .OddRow, .MyMessages .OddRowUnread
{
    background-color: #DEDEDE;
}

.OddRowUnread, .EvenRowUnread
{
    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;
}

.MyMessages .TabsHeader
{
    /*margin-bottom: 25px;*/
}

.GeneralActions, .MessageActions
{
    margin-bottom: 10px;
}

.MessagingBox .BackToList
{
    margin-bottom: 10px;
}

.MessagingBox .NewPanel, .MessagingBox .ViewPanel
{
    width: 97.5%;
    margin-bottom: 10px;
}

.MessagingBox .NewMessageHeader, .MessagingBox .ViewMessageHeader
{
    background-color: #F5F3EC;
    padding: 5px;
    font-weight: bold;
    width: 100%;
    border: 1px solid #A4B2BC;
    border-bottom: none;
}

.SendMessage .HeaderTable tr
{
    height: 20px;
}

.SendMessage .SubjectRow
{
    margin-top: 20px;
    margin-bottom: 5px;
}

.SendMessage .Buttons
{
    margin-top: 10px;
}

.NewPanel .SendMessage
{
    border: solid 1px #A4B2BC;
    padding-left: 10px;
    padding-bottom: 10px;
    width: 100%;
    margin-bottom: 10px;
}

.MessagingBox .Header
{
    background-color: #fff;
}

.MyMessages .List
{
    border: solid 1px #CCCCCC;
}

.MyMessages .SendMessage
{
    padding-top: 10px;
}

.List, .ViewMessage
{
    border: solid 1px #CCCCCC;
}

.ViewMessage
{
    padding: 10px;
}

pre
{
    border: 1px solid Maroon;
    font-style: normal;
    overflow: auto;
    height: 120px;
    background-color: #FCFFBF;
    padding: 5px;
    font-size: 12px;
}

.MyMessages .ViewMessage
{
    width: 99%;
}

.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-top: 1px solid #A4B2BC;*/
    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/Dialog/BackgroundNew.gif);
    background-repeat: repeat-x;
    background-color: #e7f2f8;
    height: auto;
}


.SplashScreenTable
{
    background: url(Images/Dialog/SplashScreen_bg.gif);
    width: 700px; 
    margin: 80px auto 0px auto;
}

.SplashScreenTableBottom
{
    background: url(Images/Dialog/SplashScreen_bg_bottom.gif) 0% 100%;
    border-top: 2px solid #d8dfe7; 
    width: 700px; 
    margin: 0 auto;
}

.SplashScreenBottomCheck
{
    padding: 11px 35px 18px 35px;
    width: 480px;
}

.SplashScreenTitle
{
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    color: #FF5A00;
    padding: 30px 20px 0 20px;
}

.SplashScreenSubTitle
{
    border-bottom: 2px solid #d8dfe7;
    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;
}

.modalBackground
{
    background-color: Gray;
    opacity: 0.7;
}

.ModalPanel
{
    background-color: #ffffff;
    padding: 10px;
}

.ModalBackground
{
    z-index: 10000 !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/CMSDesk/Content/Properties/ContentRating/FilledStar.png);
}

.emptyRatingStar
{
    background-image: url(Images/CMSDesk/Content/Properties/ContentRating/EmptyStar.png);
}

.savedRatingStar
{
    background-image: url(Images/CMSDesk/Content/Properties/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%;
}

/* Prodcut price detail */

.PriceDetailSummaryTable
{
    border: 1px solid #000000;
    border-collapse: collapse;
    color: #000000;
    width: 100%;
}

.PriceDetailSummaryTable th
{
    border: 1px solid #000000;
    border-collapse: collapse;
    background-color: #d8d8d8;
    font-weight: bold;
}

.PriceDetailSummaryTable td
{
    border: 1px solid #000000;
    border-collapse: collapse;
}

.PriceDetailSubtotalTable
{
    border: 1px solid #000000;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
}

.IE7 .PriceDetailSubtotalTable
{
    margin-top: -1px;
}

.PriceDetailSubtotalTable tr
{
    border: 1px solid #000000;
    border-collapse: collapse;
}

.PriceDetailSubtotalTable td
{
    border-top: 1px solid #000000;
    border-collapse: collapse;
}

.PriceDetailSubtotalTable th
{
    background-color: #d8d8d8;
    font-weight: bold;
}

.PriceDetailSubtotal
{
    background-color: #EBF4F9;
    color: #000000;
}

.PriceDetailHeader td
{
    background-color: #cccccc;
    color: #000;
    font-weight: bold;
}

.ProductPriceDetailTitle
{
    font-weight: bold;
    font-size: 16px;
    display: block;
    margin-bottom: 20px;
    margin-top: 10px;
    border-bottom: 1px solid #000000;
}

.ProductPriceDetailLink a, .ProductPriceDetailLink a selected
{
    color: #000000;
    text-decoration: underline;
}

/* Shopping cart */

.CartTable
{
    width: 100%;
}

.CartStepTable
{
    border: 1px solid #A4B2BC;
    border-collapse: collapse;
    width: 100%;
}

.CartStepTable th
{
    /*background-color: #EBF4F9;*/
    background-color: #fff;
    color: #000000;
    font-family: Arial;
    font-size: 12px;
}

.CartStepHeader
{
    /*background-color: #EBF4F9;*/
    background-color: #fff;
    color: #000000;
    padding: 5px;
    font-weight: bold;
    font-family: Arial;
    font-size: 12px;
    border-bottom: 1px solid #A4B2BC;
}

.CartStepBody
{
    /*background-color: #ffffff;*/
    background-color: #eeeeee;
}

.CartContentTable
{
    width: 100%;
    border: 1px solid #A4B2BC;
}

.CartContentTable td
{
    /*border: 1px solid #dddddd;*/
    border: 1px solid #A4B2BC;
    background-color: #ffffff;
    padding: 4px;
}

.CartContentTable th
{
    border: 1px solid #A4B2BC;
    font-family: Arial;
    font-size: 12px;
}


.CartProductDetailLink
{
    color: Black;
    text-decoration: underline;
}

/* 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;
}

.AddToCartLink
{
    /* 	background-image: url('Images/ShoppingCart/AddToCart.gif'); 	background-position: left -2px; 	background-repeat: no-repeat; 	padding-left: 18px;	 	color: #000000; 	text-decoration: underline; 	*/
}

.AddToCartButton
{
    width: 100px;
}

.AddToCartImageButton
{
}


.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: solid 1px #cccccc;
    display: block;
    height: 100%;
}

.PollTitle
{
    font-weight: bold;
    display: block;
    padding: 3px;
    border-bottom: solid 1px #cccccc;
}

.PollQuestion
{
    display: block;
    padding: 3px 3px 3px 3px; /*border-bottom: solid 1px #cccccc;*/
}

.PollAnswers
{
    padding: 3px;
}

.PollFooter
{
    clear: both;
    padding: 6px; /*text-align: right;     border-top: solid 1px #cccccc;*/
}

.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/Polls/poll0_bg.gif);
    background-repeat: repeat-x;
}

.PollGraph1
{
    background-image: url(images/Polls/poll1_bg.gif);
    background-repeat: repeat-x;
}

.PollGraph2
{
    background-image: url(images/Polls/poll2_bg.gif);
    background-repeat: repeat-x;
}

.PollGraph3
{
    background-image: url(images/Polls/poll3_bg.gif);
    background-repeat: repeat-x;
}

.PollGraph4
{
    background-image: url(images/Polls/poll4_bg.gif);
    background-repeat: repeat-x;
}

.PollGraph5
{
    background-image: url(images/Polls/poll5_bg.gif);
    background-repeat: repeat-x;
}

.PollGraph6
{
    background-image: url(images/Polls/poll6_bg.gif);
    background-repeat: repeat-x;
}

.PollGraph7
{
    background-image: url(images/Polls/poll7_bg.gif);
    background-repeat: repeat-x;
}

.PollGraph8
{
    background-image: url(images/Polls/poll8_bg.gif);
    background-repeat: repeat-x;
}

.PollGraph9
{
    background-image: url(images/Polls/poll9_bg.gif);
    background-repeat: repeat-x;
}


/* 
---------------------------------------------------------------------------
FORUMS
---------------------------------------------------------------------------
*/

.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/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/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; /*text-decoration: underline;*/
    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;
}


/* 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/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; /*text-decoration: underline;*/
    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; /*background-image: url(images/Forums/actions.gif);*/
}

.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/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/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;
}

.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;
}

.ForumFlat .ForumNewPost
{
    border-right: solid 1px #cccccc;
    border-left: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
}

/* 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; /*color: #86c74c; 	text-decoration: underline;*/
}

.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
{
    /*border: solid 1px #cccccc;*/
    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/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; /*text-decoration: underline;*/
    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/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; /*color: #86c74c; 	text-decoration: underline;*/
}

.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 */
.HiddenButton
{
    display: none;
}
.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;
    /*font-weight: bold;*/
}

.ThreadPostSelected
{
    background-color: #cccccc;
    font-weight: bold;
    color: #000000;
    overflow: hidden;
    padding: 3px 20px 1px 3px;
}

/*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/CMSModules/Forums/LiveImages/Forum_default.gif);
}

.ForumGroup .Forum .ForumImageLocked
{
    background-image: url(images/CMSModules/Forums/LiveImages/Forum_locked.gif);
}

.ForumFlat .ThreadTable .ThreadImageDefault, .ForumFlat .ThreadTable .ThreadImage
{
    background-image: url(images/CMSModules/Forums/LiveImages/Thread_default.gif);
}

.ForumFlat .ThreadTable .ThreadImageLocked
{
    background-image: url(images/CMSModules/Forums/LiveImages/Thread_locked.gif);
}

.ForumFlat .ThreadTable .ThreadImageAnnouncement
{
    background-image: url(images/CMSModules/Forums/LiveImages/Thread_announcement.gif);
}

.ForumFlat .ThreadTable .ThreadImageSticky
{
    background-image: url(images/CMSModules/Forums/LiveImages/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
{
    float: left;
    width: 80px;
}

.BlogCommentEmail
{
    float: left;
    width: 80px;
}

.BlogCommentUrl
{
    float: left;
    width: 80px;
}

.BlogCommentComments
{
    float: left;
    width: 80px;
}

.BlogCommentApproved
{
    float: left;
    width: 80px;
}

.BlogCommentIsSpam
{
    float: left;
    width: 80px;
}

.BlogCommentInserted
{
    float: left;
    width: 80px;
}

.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%;
}

/* 
---------------------------------------------------------------------------
ADMIN
---------------------------------------------------------------------------
*/

/* Header */
.SM_Header
{
    background-image: url(Images/CMSSiteManager/header.gif);
    background-repeat: repeat-x;
    margin: 0px;
}

.RTL .SM_Header
{
}

.SM_HeaderLeft
{
    background-image: url(Images/CMSSiteManager/logo.gif);
    background-repeat: no-repeat;
    border-bottom: solid 1px #a4b2bc;
    height: 29px;
    float: left;
    padding: 5px;
    width: 160px;
    overflow: hidden;
    margin: 0px;
}

.RTL .SM_HeaderLeft
{
    float: right;
}


.SM_HeaderBody
{
}

.SM_HeaderContentSeparator
{
    height: 5px;
    overflow: hidden;
    background-color: #f0ede1;
    border-bottom: solid 1px #a4b2bc;
    clear: both;
}

/* 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;
}

/* 
---------------------------------------------------------------------------
MEDIA LIBRARY
---------------------------------------------------------------------------
*/

.MediaLibrary
{
    width: 98%;
    height: 500px;
    overflow: hidden;
    border: solid #A4B2BC 1px;
    display: table;
}

.MediaLibraryTitleLine
{
    border-bottom: 1px solid #CCCCCC;
}

.Gecko3 .TreeMenuContentMediaLibrary
{
    padding: 5px 5px 5px 5px;
    width: 190px;
}

.TreeMenuContentMediaLibrary
{
    padding: 5px 5px 5px 5px;
    width: 190px;
}

.TreeMenuContentMediaLibrary div
{
    overflow: hidden;
    white-space: nowrap;
}

.FolderActions
{
    display: block;
    height: auto;
    padding: 3px;
}

.FolderLinks
{
    margin-right: 15px;
    float: left;
}

.FolderLink
{
    margin-bottom: 3px;
}

.Folder, .SelectedFolder
{
    color: #000000;
    cursor: pointer;
    margin-left: 1px;
    padding: 2px;
}

.SelectedFolder
{
    background-color: #CCCCCC;
}

.MediaLibraryActions
{
    vertical-align: top;
    overflow: auto;
    width: 190px;
    height: 100%;
}

.MediaLibraryContent
{
    vertical-align: top;
    border-left: solid #A4B2BC 1px;
    height: 100%;
}

.MediaLibraryListContent
{
    padding: 10px;
}

.MediaLibraryNewContent
{
	padding: 10px;
}

.MediaLibraryTabsPageBody
{
    width: inherit;
    height: inherit;
    padding: 0px 5px 0px 5px;
}

.MediaLibraryTabsPageScrollArea
{
    background-color: #ffffff;
    border-left: solid 1px #a4b2bc;
    border-right: solid 1px #a4b2bc;
    border-bottom: solid 1px #a4b2bc;
    overflow: auto;
    width: inherit;
    height: inherit;
    margin-bottom:5px;
}

.MediaLibraryTabsPageContent
{
    background-color: #ffffff;
    margin-bottom: 5px;
    height: 385px;
    padding: 20px 11px 15px;
}

.TreeBodyMediaLibrary
{
    width: 200px;
    height: 765px;
    overflow: auto;
}

.TreeAreaFolder
{
    width: 100%;
    height: 380px;
    overflow: auto;
    background-color: #F9FCFD;
    border-bottom: 1px solid #CCCCCC;
}

.TreeLine
{
    border-bottom: 1px solid #CCCCCC;
}

.TreeHolder
{
    padding: 20px 0px 15px 0px;
}


.Trackbacks
{
    border: solid 1px #bbbbbb;
    padding: 3px;
}

.Trackbacks .Pinged
{
    margin-top: 10px;
}

.Trackbacks .SendTo
{
    padding-right: 3px;
    margin-right: 3px;
    width: 94%;
}

.DisabledInfoPanel
{
	border: solid 1px #cccccc;
	padding: 4px;
	background-color: #fff6cf;
}
