﻿/**************** PAGE EDITOR STYLES ***********/



.pageEditorControl
{
	border : solid 2px black;
	z-index : 100;
    width : 800;
    height : 510;
}
.PageEditorHTMLPanel
{
	width : 800px;
	height : 500px;
	border : solid 2px black;
}
.PageEditorParentPanel
{
	height : 1000px;
}
.editButtonPanel
{
	margin-bottom : 10px;
}

.PageEditorDragPanel
{
	width : 794;
    height : 17;
    border-bottom : solid 1px Black;
    background : #2073ac;
	color : #58595b;
	font-weight : bold;
	text-align : right;
}
.subscribeTD
{
	text-align : center;
	line-height : 8px;
}
.subscribeTable
{
	display : inline;
}
.AttachmentControlUpdatePanel
{
	float : left;
}
.addAttachmentButton
{
	float:left;
	margin-right : 10px;
	margin-top : 3px;
}

.AttachmentIcon
{
	width: auto;
	height: auto;
}
.ReadonlyAttachmentIcon a:link, .ReadonlyAttachmentIcon a:visited, .ReadonlyAttachmentIcon a:active
{
	float:left;
	text-decoration : none;
	height : auto;
	width :auto;
	color : black;
	float:left;
	font-size : 10pt;
	margin-left : 5px;
	vertical-align : middle;
}
.ReadonlyAttachmentIcon a:hover
{
	text-decoration : underline;
}
.ReadonlyAttachmentIcon 
{
	float:left;
	text-decoration : none;
	height : auto;
	width :auto;
	color : black;
	float:left;
	font-size : 10pt;
	margin-left : 5px;
	vertical-align : middle;
}
.attachmentsControlPanel
{
	width : 801px;
	height : auto;
	overflow :visible;
	background-color : #F0F0EE;
}

.attachmentTable
{
	xborder-top :solid 1px black;
	xborder-bottom :solid 1px black;
	xmargin-top : 10px;
	margin-left : 1px;
	
}
.attachmentTableRow
{
	height : auto;
}
.attachmentTableCell
{
	padding : 2px 5px 2px 5px;
	border : solid 1px #2073ac;/*#da90b1;*/
	border-left: none;
	background-color : #D9D9D9;/*#ffe0f1;*/
	vertical-align : top;
}
.attachmentTableLabelCell
{
	font-size : small;
	font-weight:normal;
	border : solid 1px #2073ac;
	border-right: none;
	background-color : #888888;
	width : 120px;
	padding : 2px 5px 2px 5px;
	vertical-align :middle;
}

/*******************************************************/

/* Temp - should be removed when incorrect div removed from file manager control */
.item
{
	float: left;
	height: auto;
	width: auto;
	border: solid 0px red;
}

.WebFileManagerControlToolbar
{
	z-index: 900;
	padding : 4px 10px 10px 10px;
}
.toolBarPanel
{
	float: none;
}
.CurrentFolderEmptyLabel
{
	font-size : small;
	font-style : italic;
	color : #aaaaaa;
}

.WebFileManagerControlToolbarItem
{
	margin-right : 10px;
	float : left;
}
.WebFileManagerControlToolbarItem2
{
	margin-right : 10px;
	width : 300px;
	line-height : 8px;
	border : solid 0px black;
	float:left;
}

.WebFileManagerControlPanel
{
	width : auto;
	height : auto;
	z-index: -50;
}
.FolderViewPanelTable
{
	border : solid 0px #888888;
	border-top: solid 1px #888888;
	border-bottom: solid 1px #888888;
	background-color: #dddddd;
}

tr.TRnormal
{
	background-color: white;
}
tr.TRhighlight
{
	background-color: #f0e2ea;
}

.FileManagerTD
{
	font-size : 9pt;
}

#folderViewPanel
{
	width : auto;
	height : auto;
	z-index: -60;
	border : solid 1px #000000;
	overflow : auto;
}
.modalBackgroundPermissions
{
	background-color: black;
	filter:alpha(opacity=50);
	opacity:0.4;
}
.modalPopupPermissions 
{
	BACKGROUND: url(./images/filemanager/dialogPermissions.gif) no-repeat left top;	
	MARGIN: 0px auto;
    WIDTH: 720px;
    PADDING-TOP: 14px;	
    POSITION: absolute;
    float : none;
    top: 300px;
}

.modelPopupInnerPermissions
{
	PADDING-RIGHT: 20px;	
    PADDING-LEFT: 20px;	
    PADDING-BOTTOM: 11px;	
    BACKGROUND: url(./images/filemanager/dialogPermissions.gif) no-repeat left bottom;	
    FLOAT: left;	
    MARGIN: 0px 0px -20px 0px;	
    WIDTH: 680px;	
    PADDING-TOP: 0px;
    TEXT-ALIGN: center;
}

.PermissionsChangeDialogLayoutTable
{
	padding : 0px 0px 0px 0px;
}
.modalPopupBottomPermissions
{
	BORDER-TOP: #ddd 1px solid;	
    BACKGROUND: url(./images/filemanager/dialog-basePermissions.gif) no-repeat left bottom;
    PADDING-BOTTOM: 4px;	
    MARGIN-LEFT: -11px;	
    MARGIN-RIGHT: -11px;	
    PADDING-TOP: 4px;	
    TEXT-ALIGN: center;
    margin-bottom : -3px;
}
.modalBackground
{
	background-color: black;
	filter:alpha(opacity=50);
	opacity:0.4;
}
.modalPopup 
{
	BACKGROUND: url(./images/filemanager/dialog.gif) no-repeat left top;	
	MARGIN: 0px auto;
    WIDTH: 330px;
    PADDING-TOP: 14px;	
    POSITION: absolute;
    float : none;
    top: 300px;
    color: Black;
}

.modelPopupInner
{
	PADDING-RIGHT: 20px;	
    PADDING-LEFT: 20px;	
    PADDING-BOTTOM: 11px;	
    BACKGROUND: url(./images/filemanager/dialog.gif) no-repeat left bottom;	
    FLOAT: left;	
    MARGIN: 0px 0px -20px 0px;	
    WIDTH: 290px;	
    PADDING-TOP: 0px;
    TEXT-ALIGN: center;
}

.modalPopupBottom
{
	BORDER-TOP: #ddd 1px solid;	
    BACKGROUND: url(./images/filemanager/dialog-base.gif) no-repeat left bottom;
    PADDING-BOTTOM: 4px;	
    MARGIN-LEFT: -11px;	
    MARGIN-RIGHT: -11px;	
    PADDING-TOP: 4px;	
    TEXT-ALIGN: center;
}

.PopupMenuItem
{
	height : auto;
	width : auto;
	text-align :center;
}
.PopupMenuItemLabel
{
	height : auto;
	width : auto;
	background : #f073ac;
	text-align :center;
	border-bottom: 3px;
	border-bottom-color:Black;
}

.PopupMenu
{
	border: solid 1px #000000;
	background: #f0f0f0;
	height : auto;
	width : auto;
	z-index: 1000;
	visibility : hidden;
}

.PopupButton
{
	width:auto;
	font-size:small;
	font-style:italic;
}

.PopUpContextItemLabel
{
	font-size:medium;
	font-weight:lighter;
	text-align:center;
	padding-left:5px;
	padding-right:5px;
}

/**************** ATTACHMENT PANEL STYLES ***********/
.attachmentHoverPanel
{
	background-color : #c0c0bE;
	border : solid 1px;
}
/*******************************************************/

/**************** ATTACHMENT UPLOADER STYLES ***********/
.pnlIFrame
{
	border: solid GREEN 0px;
	width: 300px;
	height: 70px;
	text-align:center;
}
.fileUploaderContentPanel
{
	border: solid red 0px;
	width: 300px;
	height: 70px;
	background-color : Transparent;
	text-align:center;
	margin : 0px 0px 0px 45px;
}

#ctl00_ContentPlaceHolderCenter_fileUploaderContentPanelID iframe 
{
	_filter:progid:DXImageTransform.Microsoft.Chroma(Color='#FFFFFF');
}



/*************************/
/***** Rounded Corners ***/


.rtop,.rbottom{display:block}
.rtop *,.rbottom *{display:block;height: 1px;overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px;height: 2px}

.rs1{margin: 0 2px}
.rs2{margin: 0 1px}

b.rtop, b.rbottom{display:block;background: #FFF}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #9BD1FA}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}

.RightTab
{
	background: #e7e6d5;
	/*width : 105px;*/
	width : auto;
}

.RightTabContent
{
	font-size : 12pt;
}
.RightTabHeading
{
	color : #f073ac;
	font-size : 14pt;
	line-height : 25px;
}
.RightTabImageDiv
{
	padding-left : 5px;
}


/*******Page content design stuff *****/
.pageContentTD
{
	border-top-style : dashed;
	border-top-color : #f073ac;
	border-top-width : 2px;
	padding-top : 10px;
	padding-bottom : 10px;
}
.pageContentTDTOP
{
	padding-bottom : 10px;
}



/*************************/

.ContextMenuPanel 
{
	border: 1px solid #868686;
	z-index: 1000;
	background: url("images/menu-bg.gif") repeat-y 0 0 #D9D9D9;
	cursor: default;
	padding: 1px 1px 0px 1px;
	font-size: 11px;
}

.ContextMenuBreak
{
	margin:1px 1px 1px 32px;
	padding:0;
	height:1px;
	overflow:hidden;
	display:block;
	border-top: 1px solid #C5C5C5;	
}

a.ContextMenuItem
{
	margin: 1px 0 1px 0;
	display: block;
	color: #003399;
	text-decoration: none;
	cursor: pointer;	
	padding: 4px 19px 4px 33px;
	white-space: nowrap;
}

a.ContextMenuItem-Selected
{
	font-weight: bold;
}




a.ContextMenuItem:link
{
	color: #000000;
	text-decoration: none;
	text-align: left;
}

a.ContextMenuItem:active
{
	color: #000000;
	text-decoration: none;
	text-align: left;
}
a.ContextMenuItem:visited
{
	color: #000000;
	text-decoration: none;
	text-align: left;
}

a.ContextMenuItem:hover
{
	background-color: #468FBA;
	color: #ffffff;
	border: solid 1px #D2B47A;
	padding: 3px 18px 3px 32px;
	text-decoration: none;
}



.ColumnTextStyle
{
	font-size : small;
}
.DropDownTargetPanel
{
	height : 24px;
	width : 450px;
}

.FileManagerIcon
{
	padding : 2px 5px 2px 2px;
}

/****** ROUNDED CORNER BLOB ***********/

.RoundedCornerBlobTop-contentCell
{
	background : url("images/toolbar/newcontentCell.jpg");
}
.RoundedCornerBlobTop-leftEdge
{
	background : url("images/toolbar/newcontentCell.jpg") repeat;
	width : 18px;
}
.RoundedCornerBlobTop-rightEdge
{
	background : url("images/toolbar/newcontentCellRight.jpg") no-repeat;
	width : 18px;
}
.RoundedCornerBlobBottom-contentCell
{
	xbackground : url("images/toolbar/contentCell2Bottom.gif");
	height : 34px;
}
.RoundedCornerBlobBottom-leftEdge
{
	xbackground : url("images/toolbar/leftBottom.gif") no-repeat;
	width : 21px;
}
.RoundedCornerBlobBottom-rightEdge
{
	xbackground : url("images/toolbar/rightBottom.gif") no-repeat;
	width : 21px;
}
.FileManagerBreadLink
{
	font-size :9pt;
}
.breadPanelTD
{
	background-color :#eeeeee;
}
.breadPanelTD2
{
	background-color :#4fd0f1;
	xborder-left : solid 1px #da90b1;
	xborder-right : solid 1px #da90b1;
}
.breadPanel
{
	border-top : solid 0px #888888;
	border-left : solid 0px #888888;
	border-right : solid 0px #888888;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 5px;
	padding-bottom : 5px;
}
.progressContainer
{
	/**/
	float:right;
	top : 0px;
	padding-top: 5px;
	overflow : visible;
	border : solid black 0px;
	height : 11px;
	width : 43px;
	overflow : hidden;
}
.progressIndicatorImage
{
	overflow : hidden;
	display: inline;
}
#PageEditorMetaDiv
{
	position: absolute;
	background-color: White;
	border: solid 2px darkblue;
	/*xtop: 100px;
	xleft: 100px;*/
	width: 400px;
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 10px;
}
.PageEditorMetaDivEmailOptions
{
	margin-top : 10px;
	margin-bottom : 10px;
}


.Attachments_Help_Text
{
	font-size : 11px;
}
.ChangePermissions_Help_Text
{
	font-size : 11px;
}
/* F2FWeb Chat Styles */
.F2FWebChat_ChatButton
{
	xfloat : right;
	margin-left : 385px;
	padding : 9px 0px 8px 0px;
    text-align : center;
    vertical-align : middle;
    border-left : solid 2px #b4b4b4;
    border-right : solid 2px #b4b4b4;
    font-family : Sans-Serif;
    font-size :small;
    font-weight : bold;
    color : White;
	cursor : pointer;
}
.F2FWebChat_ChatButtonHover
{
	background-image: url(images/siteimages/right_hover.jpg);
	xfloat : right;
	margin-left : 385px;
	padding : 9px 0px 8px 0px;
    text-align : center;
    vertical-align : middle;
    border-left : solid 2px #b4b4b4;
    border-right : solid 2px #b4b4b4;
    font-family : Sans-Serif;
    font-size :small;
    font-weight : bold;
    color : White;
	cursor : pointer;
}
.F2FWebChat_chat_time
{
    font-size :small;
    color : #aaaaaa;
}
.F2FWebChat_message_text_from_me
{
    font-size :small;
    color : Red;
}
.F2FWebChat_message_text_from_them
{
    font-size :small;
    color : Blue;
}
.F2FWebChat_FromUser
{
	font-weight : bold;
    font-size :small;
}
.F2FWebChat_CurrentUserLabel
{
    font-size :small;
	font-weight : bold;
}
.F2FWebChat_DeleteLabel
{
	padding : 0px 5px 0px 5px;
    font-size :small;
	font-weight : bold;
	color : Blue;
	cursor : pointer;
}
.F2FWebChat_DeleteLabelHover
{
	padding : 0px 5px 0px 5px;
    font-size :small;
	font-weight : bold;
	color : Red;
	cursor : pointer;
}
.F2FWebChat_ClearLabel
{
	margin-left : 10px;
	padding : 0px 5px 0px 5px;
    font-size :small;
	font-weight : bold;
	color : Blue;
	cursor : pointer;
}
.F2FWebChat_ClearLabelHover
{
	margin-left : 10px;
	padding : 0px 5px 0px 5px;
    font-size :small;
	font-weight : bold;
	color : Red;
	cursor : pointer;
}
.F2FWebChat_ControlPanel
{
	position : absolute;
	left : 294px;
	top : -79px;
	z-index : 100; 
	border : solid 0px black;
}
.F2FWebChat_LayoutTable
{
    border-top : solid 2px black;
    border-left : solid 2px black;
    border-bottom : solid 2px black;
    border-right : solid 2px black;
	background-color : #dddcd4;
	right : -400;
}
.F2FWebChat_TalkingToPanel
{
	padding : 5px 0px 5px 5px;
}

.F2FWebChat_AllUsersPanel
{
	font-size : 8pt;
	overflow: auto; 
	background-color: #ffffff; 
	border: 1px solid #555555;
}
.F2FWebChat_startChatText
{
	margin-left: 15px;
	margin-right : 10px;
	float : left;
	height : 10px;
	width : 15px;
	font-size : 8pt;
	color : Blue;
	cursor : pointer;
}
.F2FWebChat_startChatTextHover
{
	margin-left: 15px;
	margin-right : 10px;
	float : left;
	height : 10px;
	width : 15px;
	font-size : 8pt;
	color : Red;
	cursor : pointer;
}
.F2FWebChat_AllUsersPanelItemOnline
{
	margin-left: 2px;
	background : url(./images/chat/online.jpg) no-repeat left;	
	xbackground-color : #ddffdd;
	border-bottom : solid 1px #dadada;
}
.F2FWebChat_AllUsersPanelItemOffline
{
	margin-left: 2px;
	background : url(./images/chat/offline.jpg) no-repeat left;	
	xbackground-color : #ffdddd;
	border-bottom : solid 1px #dadada;
}
.F2FWebChat_HelpPanel
{
	padding : 10px 10px 10px 10px;
	border-left : solid 1px #dadada;
	border-top : solid 1px #dadada;
	border-right : solid 3px #aaaaaa;
	border-bottom : solid 3px #aaaaaa;
	position : absolute;
	left : 40px;
	width : 330px;
	height : 330px;
	right : 350px;
	background-color : White;
	font-size : 9pt;
}
.F2FWebChat_HelpPanelText
{
    font-size :small;
	font-weight : bold;
	color : Blue;
	cursor : pointer;
}
.F2FWebChat_HelpPanelTextHover
{
    font-size :small;
	font-weight : bold;
	color : Red;
	cursor : pointer;
}
/***********************************/