﻿.HiddenButton
{
	display: none;
}

.ContentButton
{
	width: 100px;
}

.MenuItemEdit, .MenuItemEditSmall
{
	/*width: 100px;*/
	padding-right: 10px;
	cursor: pointer;
	color: #000000;
	text-decoration: underline;
}

.MenuItemEdit img, .MenuItemEditSmall img
{
	padding: 5px;
	vertical-align: middle;
	text-decoration: none;
}

.MenuItemEdit img
{
	width: 24px;
	height: 24px;
}

.MenuItemEditDisabled
{
	/*width: 100px;*/
	padding-right: 10px;
	color: #cccccc;
	text-decoration: underline;
}

.RTL .MenuItemEditDisabled
{
	padding-right: auto;
	padding-left: 10px;
}


.MenuItemEditDisabled img
{
	padding: 5px;
	width: 24px;
	height: 24px;
	vertical-align: middle;
}

.FCKEditorArea
{
	background-color: transparent;
}

.PortalEditArea, .TemplateEditArea
{
	/*position: absolute;*/
	overflow: auto;
	width: 100%;
	height: 100%;
}

.PortalEditorToolbar, .TemplateEditorToolbar
{
	background-color: #f5f3ec;
	border-left: solid 1px #a4b2bc;
}

.PortalManager
{
	width: 97%;
	position: absolute;
	border-right: solid 1px #a4b2bc;
	z-index: 1000;
}

/* Web part zones */
.WebPartZone
{
	display: block;
}

.WebPartZoneDesign, .WebPartZoneDesignDisabled
{
	display: block;
	color: #000000;
	margin: 1px;
	padding: 0px;
	text-align: left;
}

.WebPartZoneDesign
{
	border-left: solid 5px #ffdc3c;
	border-top: solid 1px #c4cdd3;
	border-bottom: solid 1px #c4cdd3;
	border-right: solid 1px #c4cdd3;
}

.WebPartZoneDesignDisabled
{
	border-left: solid 3px #baaa62;
	border-top: solid 1px #c4cdd3;
	border-bottom: solid 1px #c4cdd3;
	border-right: solid 1px #c4cdd3;
}

.RTL .WebPartZoneDesignDisabled
{
	text-align: right;
}

.RTL .WebPartZoneDesign
{
	text-align: right;
}

.WebPartZoneDesignHeader, .WebPartZoneDesignHeaderDisabled
{
	background-color: #ffffff;
	background-repeat: repeat-x;
	height: 12px;
	border-bottom: solid 1px #c4cdd3;
	font-family: Tahoma;
	font-size: 11px;
}

.WebPartZoneDesignHeader
{
	background-image: url(../Default/Images/CMSDesk/Design/zone.gif);
	padding: 5px;
	font-weight: normal;
}

.WebPartZoneDesignHeaderDisabled
{
	background-image: url(../Default/Images/CMSDesk/Design/zonedisabled.gif);
	padding: 2px 2px 2px 5px;
	font-weight: normal;
}


.RTL .WebPartZoneDesignHeader
{
	text-align: right;
}

.WebPartZoneDesignContent, .WebPartZoneDesignContentDisabled
{
	background-color: #f0f0f0;
	color: #000000;
	padding: 1px 5px 1px 1px;
}

.WebPartZoneDesignTitle
{
	float: left;
}

.RTL .WebPartZoneDesignTitle
{
	float: right;
}

.WebPartZoneAddLink
{
	background-image: url(../Default/Images/CMSDesk/Design/addwebpart.gif);
	background-repeat: no-repeat;
	background-position: left;
	float: right;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: underline;
	font-weight: normal;
	padding: 0px 0px 1px 18px;
	color: #000000;
}

.RTL .WebPartZoneActionLink
{
	float: left;
}

/* Page placeholders */
.PagePlaceholder
{
	display: block;
}

.PagePlaceholderDesign, .PagePlaceholderDesignDisabled
{
	display: block;
	color: #000000;
	margin: 1px;
}

.PagePlaceholderDesign
{
	border: solid 1px #ffffff;
	/*border-top: solid 1px #c4cdd3;*/
}

.PagePlaceholderDesignBorder
{
	border-left: solid 5px #73c34e;
	border-top: solid 1px #888888;
	border-right: solid 1px #888888;
	border-bottom: solid 1px #888888;
}

.PagePlaceholderDesignDisabled
{
	border-top: solid 1px #c4cdd3;
	border-bottom: solid 1px #c4cdd3;
	border-right: solid 1px #c4cdd3;
	border-left: solid 3px #719561;
}

.PagePlaceholderDesignHeader, .PagePlaceholderDesignHeaderDisabled
{
	font-family: Tahoma;
	font-size: 12px;
	background-color: #ffffff;
	background-repeat: repeat-x;
	/*display: block;*/
}

.PagePlaceholderDesignHeader
{
	background-image: url(../Default/Images/CMSDesk/Design/placeholder.gif);
	padding: 5px 5px 5px 7px;
	background-color: #f3fbf0;
	border-bottom: solid 1px #c4cdd3;
}

.PagePlaceholderDesignHeaderDisabled
{
	background-image: url(../Default/Images/CMSDesk/Design/placeholderdisabled.gif);
	padding: 2px 2px 2px 5px;
	border-bottom: solid 1px #c4cdd3;
}

.PagePlaceholderDesignContent, .PagePlaceholderDesignContentDisabled
{
	background-color: #ffffff;
	padding: 1px;
}

.PagePlaceholderDesignTitle, .PagePlaceholderDesignTitleDisabled
{
	font-size: 11px;
	text-align: left;
}

.PagePlaceholderDesignTitle
{
	/*font-weight: bold;*/
}

.RTL .PagePlaceholderDesignTitle
{
	text-align: right;
}

.PagePlaceholderInfoLabel
{
	font-size: 12px;
}

.PlaceholderMenu
{
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: underline;
	border-bottom: solid 1px #cccccc;
	padding: 0px 10px 0px 10px;
	height: 42px;
}

.PlaceholderHeaderLine
{
	padding: 3px;
	border-bottom: solid 1px #cccccc;
	display: block;
	background-color: #ffffff;
}

.PagePlaceholderDesignLayoutCode
{
	height: 400px;
	width: 99%;
}

/* Web parts */
.WebPart
{
}

.WebPartDesign
{
	display: block;
	width: 100%;
	color: #000000;
	border-right: solid 1px #888888;
	padding: 0px;
	margin: 2px;
}

.WebPartDesignContent
{
	display: block;
	background-color: #ffffff;
	padding: 2px;
	color: #000000;
	border-left: solid 5px #3c9cff;
	border-bottom: solid 1px #888888;
}

.WebPartDesignHeader, .WebPartDesignTitleDisabled
{
	display: block;
	background-color: #eefbff;
	background-repeat: repeat-x;
	font-family: Tahoma;
}

.WebPartDesignHeader
{
	background-image: url(../Default/Images/CMSDesk/Design/webpart.gif);
	border-left: solid 5px #3c9cff;
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
	border-top: solid 1px #888888;
	border-bottom: solid 1px #c4cdd3;
}

.WebPartDesignTitleDisabled
{
	background-image: url(../Default/Images/CMSDesk/Design/webpartdisabled.gif);
	border-left: solid 3px #628eba;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	display: block;
	padding: 2px 2px 2px 5px;
	border-top: solid 1px #c4cdd3;
	border-bottom: solid 1px #c4cdd3;
}

.WebPartDesignTitle
{
}

.RTL .WebPartDesignTitle
{
	text-align: right;
}

.WebPartDesignDisabled
{
	display: block;
	padding: 2px;
	text-align: left;
}

.RTL .WebPartDesignDisabled
{
	text-align: right;
}

.RTL .WebPartDesignTitleDisabled
{
	text-align: right;
}

.WebPartActionLink
{
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: underline;
	color: #000000;
	padding: 1px 3px 1px 3px;
}

.WebPartError
{
	padding: 1px;
	border: solid 1px #ff0000;
}

.WebPartErrorTitle
{
	font-weight: bold;
}

.InlineControlError
{
	font-family: Tahoma;
	font-size: 11px;
	border: solid 1px #ff0000;
	padding: 1px;
	margin: 1px;
	line-height: 18px;
}

/* Editable regions */
.CMSEditableRegionEdit
{
	border: dashed 1px #888888;
	overflow: hidden;
	margin: 1px;
}

.CMSEditableRegionTitle
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	display: block;
	padding: 2px 2px 2px 5px;
	background-color: #DDDDDD;
	color: #000000;
}

.RTL .CMSEditableRegionTitle
{
	padding: 2px 5px 2px 2px;
}

.CMSEditableRegionTextBox
{
	margin: 0px;
}

.FCKEditorDisabled
{
	margin: 1px;
	border: solid 1px #888888;
	padding: 2px;
	color: #888888;
}

.WorkflowInfo
{
	display: block;
	font-family: Tahoma;
	font-size: 11px;
}

.PageManagerWorkflowInfo
{
	background-color: #f5f3ec;
	border-bottom: solid 1px #a4b2bc;
	overflow: hidden;
	padding: 4px 5px 4px 10px;
	margin: 0px;
}

.RTL .PageManagerWorkflowInfo
{
	padding: 4px 10px 4px 5px;
}

.PageManagerInfo
{
	color: #000000;
	background-color: #ffffff;
	display: block;
	padding: 4px 3px 3px 10px;
	border-bottom: solid 1px #a4b2bc;
	font-family: Verdana;
	font-size: 12px;
}

.RTL .PageManagerInfo
{
	padding: 4px 10px 3px 3px;
}

.PageManagerError
{
	color: #ff0000;
	background-color: #ffffff;
	display: block;
	padding: 3px;
	border-bottom: solid 1px #a4b2bc;
}

.PageManagerPreviewInfo
{
	color: #000000;
	font-family: Tahoma;
	font-size: 11px;
	padding: 4px 5px 4px 10px;
	border-bottom: solid 1px #a4b2bc;
	background-color: #ffffff;
	background-color: #f5f3ec; /*background-image: url(Images/CMSDesk/TabControl/Vertical/back.gif); 	background-position: top;*/
}

.RTL .PageManagerPreviewInfo
{
	padding: 4px 10px 4px 5px;
}

.PreviewInfo
{
	color: #000000;
}

.PreviewInfoLink
{
	padding-left: 5px;
	padding-right: 5px;
	color: #0000ff;
	font-weight: bold;
	text-decoration: underline;
}

/* Editable Texts */
.EditableTextEdit
{
	border: dashed 1px #888888;
	overflow: hidden;
	margin: 1px;
}

.EditableTextTitle
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	display: block;
	padding: 2px 2px 2px 5px;
	background-color: #DDDDDD;
}

.RTL .EditableTextTitle
{
	padding: 2px 5px 2px 2px;
}

.EditableTextTextBox
{
	margin: 0px;
}

.PortalManagerWorkflowInfo
{
	background-color: #f5f3ec;
	border-bottom: solid 1px #a4b2bc;
	height: 28px;
	overflow: hidden;
	padding: 1px 5px 1px 5px;
	margin: 0px;
}

.PortalManagerInfo
{
	color: #000000;
	background-color: #ffffff;
	display: block;
	padding: 3px;
	border-bottom: solid 1px #a4b2bc;
	font-family: Verdana;
	font-size: 12px;
}

.PortalManagerError
{
	color: #ff0000;
	background-color: #ffffff;
	display: block;
	padding: 3px;
	border-bottom: solid 1px #a4b2bc;
}

/* Edit mode buttons */
.CMSEditModeButtonAdd, .CMSEditModeButtonEdit, .CMSEditModeButtonDelete
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	border: solid 1px #cccccc;
	background-color: #ffffff;
	padding: 3px 5px 3px 21px;
	margin: 1px;
	color: #000000;
	text-decoration: underline;
	background-repeat: no-repeat;
	background-position: 3px 3px;
	display: inline;
	width: 30px;
	line-height: 25px;
}

.RTL .CMSEditModeButtonAdd,.RTL  .CMSEditModeButtonEdit,.RTL  .CMSEditModeButtonDelete
{
	padding: 3px 21px 3px 3px;
}



.CMSEditModeButtonAdd
{
	background-image: url(images/CMSAdminControls/EditModeButtons/add.gif);
}

.CMSEditModeButtonEdit
{
	background-image: url(images/CMSAdminControls/EditModeButtons/edit.gif);
}

.CMSEditModeButtonDelete
{
	background-image: url(images/CMSAdminControls/EditModeButtons/delete.gif);
}

/* FCK editor floating panel override */
.TabsPageScrollArea .FCKFloatingPanel, .ScrollArea .FCKFloatingPanel
{
	position: absolute;
}

.FCKFloatingPanel
{
	position: fixed;
	z-index: 1000;
}

