﻿


.AdminMenu
{
	height:60px;
	width:100%;
	
	background-color: #FCFDB5;	
	
}

.AdminMenu_Spacer
{
	height:60px;
	width:100%;	
	display:block;
	clear:both;
}

.Admin_MainPanel
{
	float:left;
}

.Admin_ContextPanel
{
	float:right;
	
	background-image: url( ../../images/AdminMenu.Spacer.gif );
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:15px;
}

.Admin_PreviewPanel
{
	float:right;
	
	background-image: url( ../../images/AdminMenu.Spacer.gif );
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:15px;
	height:56px;
	padding-top:2px;
}

.loggedInInfo 
{
	_position:relative;
	_top:0px;
	padding: 5px 20px 5px 10px;
	text-align: right;
	background-color: #FCFDB5;
	width:auto;
	display:inline;
	float:right;

}


.logOutLink
{
	font-weight:bold;
}


.PNL_MainWelcomeArea
{
	width:100%;	
	display:block;
	clear:both;
	
	min-height:500px;
}


.CAM_Div
{
	padding:5px 10px 5px 0px;
	background-color: #FCFDB5;	
	display:block;
	position:absolute;	
	border:solid 1px #777777;
}

.CAM_Div input
{
	margin-left:10px;
}

.CAM_GenericEditor_Box
{
	padding:5px;
	background-color: #FCFDB5;	
	border:solid 1px #777777;
	min-height:300px;
	width:90%;
}

.CAM_GenericEditor_Box .DIV_OK
{
	display:block;
	clear:both;
	padding-top:5px;
}

.CAM_GenericEditor_Box .DIV_OK input
{
	float:right;
	margin-right:5px;
}

.CAM_GenericEditor_Box .EDITOR_ITEMDIV
{
	float:left;
	width:auto;
	white-space:nowrap;
	display:block;
	clear:both;
	margin-bottom:5px;
}

.CAM_GenericEditor_Box .EDITOR_ITEMDIV .HR
{	
	margin-top:10px;
	margin-bottom:10px;
}

.CAM_GenericEditor_Box .EDITOR_ITEMDIV input
{
	float:left;
	width:400px;
}

.CAM_GenericEditor_Box .EDITOR_ITEMDIV select
{
	float:left;
	width:100px;
}

.CAM_GenericEditor_Box .EDITOR_ITEMDIV span
{
	margin-right:10px;
	width:280px;
	display:block;
	text-align:right;
	float:left;
}

.CAM_EDITOR_BLANKER
{
	width:100%;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
	background-color:#AAAAAA;
	
	opacity:0.6;
    -moz-opacity:0.6;
    filter:alpha(opacity=60);
    
     
}

.BTN_ADDCONTROL
{
	cursor:pointer;
}

.CAM_ControlAddMenu
{
	border:solid 1px grey;
	white-space:nowrap;
	padding:8px 8px 8px 8px;
	position:absolute;
	top:60px;
	background-color:#FFFFB5;
	float:right;
}

.CAM_ControlAddMenu_PartHeaderStyle
{
	background-color:#D2D265;	
	color:black;	
	font-weight:bold;
	font-size:8pt;
	text-align:center;
}

.CAM_ControlAddMenu_PartStyle
{
	background-color:#FFFFBB;	
	border:none;
}

.CAM_ControlAddMenu_ZoneTitleBar
{
	display:none;	
}



/*
.CAM_ControlAddMenu a
{
	margin-left:5px;
	cursor:pointer;
	
}
*/


.BTN_ADDNEWUSER
{
	
}


.BTN_PREVIEWDRAFT
{
		

}


.BTN_PREVIEWLIVE
{
	margin-right:15px;	
}

.PreviewReturnButton
{
	padding:5px;
	background-color:#FCFDB5;	
	border-left:solid 1px #777777;
	border-bottom:solid 1px #777777;
}

.PreviewReturnButton .BTN_RETURN
{
	
}

.disabledControlCover
{
	opacity:0.4;
    -moz-opacity:0.4;
    filter:alpha(opacity=40);  
}

/* WP */


.WPZ_Hide
{
	display:none;
}

.WPZ_Header table tbody tr td
{
	 background-color:#808080;
	 color:White;
	 font-weight:bold;
	 border-top: dashed 1px red;
	 border-left: dashed 1px red;
	 border-right: dashed 1px red;
}


.WebPartZone
{
	 min-height:6px;
	 min-width:10px; 
}
.WPZ_PartTitleStyle
{
	background-color:#AAAAAA;
    color:White;
    font-weight:normal;	
}

.WPZ_PartTitleStyle table
{
	
}

.WPZ_PartTitleStyle table tbody tr td a
{
	color:#0000BB;
    font-weight:bold;  
    font-size:8pt;
    
    padding: 2px 4px 2px 4px;
}

.WPZ_PartTitleStyle table tbody tr td a:last-child
{
	margin-right:22px;
}

.WPZ_PartTitleStyle table tbody tr td a:hover
{
	color:#0000FF;
    text-decoration:underline;
    background-color:#DDDDDD;
    _padding: 2px 4px 2px 4px;
}



.WPZ_PartTitleVerbStyle
{
}



/*       WYSIWIG EDITOR ***********************/

/***********************************************/
/* these is only used in non-control overlay mode */
.Master_Div_Container_NOM
{
	width:auto;
	padding-right:10px;
	padding-left:0px;
}

.contentPageContainer_NOM
{
	margin-top:10px;
	min-height:500px;
	display:block;
	float:none;
	margin-left:0px;
	margin-right:0px;
	width:auto;
}



/***********************************************/

.WWeditor
{
	padding:5px;
	background-color: #FCFDB5;	
	border:solid 1px #777777;
	min-height:500px;
	width:1000px;
	
	
}

.WWeditor_ImgEditForm
{
	padding:5px;
	background-color: #FCFDB5;	
	border:solid 1px #777777;
	min-height:500px;
	width:1000px !important;
}


.CAM_EditorWinNonAlwaysInFront
{
	width:auto;
	position:static;
	left:0px;
	margin-left:0px;	
}

	.WWeditor_okDiv
	{
		float:right;
		padding:5px 10px 5px 5px;
		
		display:block;
		font-weight:bold;
		
	}

		.WWeditor_okButton
		{
			margin-left: 15px;
		}

		.WWeditor_cancelButton
		{
			
		}
		

/*      Image_EditForm EDITOR ***********************/		

.WWeditor .showPanel
{
	width:395px;
	display:block;
	overflow-x:hidden;
	float:right;
	position:relative;
	top:-25px;
}



.WWeditor .showPanel .SelectedImageDiv
{
	width:390px;
	height:390px;
	border:solid 1px black;
	overflow:scroll;
	
}

.WWeditor .ImagePicker
{
	float:left;	
}

.showPanel span
{
	display:block;
	font-size:12pt;
	font-weight:bold;
	white-space:nowrap;
	overflow-x:hidden;
}

.showPanel .fileInfoSize
{
	display:inline;
	font-size:8pt;
	font-weight:normal;
}
.showPanel .fileInfoWidth
{
	display:inline;
	font-size:8pt;
	font-weight:normal;
	margin-left: 8px;
	padding-left:8px;
	border-left:solid 1px grey;
	
}
.showPanel .fileInfoHeight
{
	display:inline;
	font-size:8pt;
	font-weight:normal;
	margin-left: 8px;
	padding-left:8px;
	border-left:solid 1px grey;
}


.showPanel .manualSizeDiv
{
	margin-top:10px;
}

.showPanel .manualSizeDiv .manualSizeInnerDiv
{
	margin-top:5px;
	padding-top:5px;
	border-top:solid 1px grey;	
}

.manualSizeWidthDiv
{
	display:block;
	clear:both;
	margin-bottom:5px;
}

.manualSizeWidthDiv div
{
	display:block;
	float:left;
}
.manualSizeWidthDiv div .HSR_Display
{
	display:block;
	float:left;
	margin-left:4px;
}

.manualSizeHeightDiv
{
	display:block;
	clear:both;
	margin-bottom:5px;
}

.manualSizeHeightDiv div
{
	display:block;
	float:left;
}
.manualSizeHeightDiv div .HSR_Display
{
	display:block;
	float:left;
	margin-left:4px;
}

.WWeditor .uploadPanel
{
	font-weight:bold;
	font-size:10pt;
	margin-top:8px;
	border:solid 1px black;
	padding:5px;
	width:570px;
}

.WWeditor .uploadPanel input
{
	font-weight:normal;
	font-size:8pt;
	margin-left:5px;
}

.WWeditor .uploadPanel a
{
	font-size:10pt;
	margin-left:10px;
}

.WWeditor .uploadProgress
{
	width:590px;
	height:557px;
	background-color:#FFFFB5;
	
	position:absolute;
	left:0px;
	top:0px;
}

.WWeditor .uploadProgress img
{
	position:relative;
	left:270px;
	top:250px;
}


.style_div
{
	background-color:gray;
	padding:1px;
}

.style_div
{
	background-color:gray;
	padding:1px;
}

.style_div div
{
	padding:2px;
}

.style_div div:hover
{
	background-color:#AAAAAA;
}

.style_div span
{
	background-color:gray;
	padding:1px;
	display:block;
	color:Green;
	font-weight:bold;
	cursor:default;
	
}

.style_div div a
{
	color:White;
	text-decoration:none;
}

.style_div div a:link
{
	color:White;
	text-decoration:none;
}

.style_div div a:hover
{
	color:White;
	text-decoration:none;
}

.style_div div a:visited
{
	color:White;
	text-decoration:none;
}



/***************************************************************/

.DDL_HL_EditForm
{
	width:	890px;
	
}

.DDL_HL_EditForm .leftPanel
{
	display:block;
	height:500px;
	float:left;
	width:300px;
}

.DDL_HL_EditForm .rightPanel
{
	display:block;
	min-height:500px;
	float:left;
	border-left: solid 1px black;
	padding-left:5px;
	margin-left:5px;
	width:560px;
}

.DDL_HL_EditForm .selectionPanel
{
	border: solid 1px #aaaaaa;
	padding:6px;	
	display:block;
	width:285px;
	margin-bottom:10px;
	
}

.DDL_HL_EditForm .imageDiv .layoutLabel
{
	font-weight:bold;
	display:block;
	margin-top:5px;
	
	
}

.DDL_HL_EditForm .imageDiv .layoutLabelCommands
{
	font-weight:bold;
	display:block;
	margin-bottom:2px;
	border-bottom: solid 1px #aaaaaa;
}

.DDL_HL_EditForm .leftPanel .uploadPanel
{
	width:280px;
	border: solid 1px #aaaaaa;
}

.DDL_HL_EditForm .leftPanel .uploadPanel input
{
	
	clear:both;
	margin-top:5px;
}

.DDL_HL_EditForm .leftPanel .uploadPanel
{
}

.DDL_HL_EditForm .selectionPanel .itemDiv
{
	margin-left:1px;
	margin-right:5px;
	margin-top:2px;
	margin-bottom:2px;
	border:solid 1px black;	
	float:left;
	height:54px;
	
}

.DDL_HL_EditForm .selectionPanel .itemDiv:hover
{
	margin-left:0px;
	margin-right:4px;
	margin-top:1px;
	margin-bottom:1px;
	
	border:solid 2px green;	
	cursor:pointer;
	
	opacity:0.8;
    -moz-opacity:0.8;
    filter:alpha(opacity=80);
	
}

.DDL_HL_EditForm .selectionPanel .selectedControlType
{
	
	border:solid 3px blue;	
	float:left;
	margin-right:5px;	
}
.DDL_HL_EditForm .selectionPanel .selectedControlType:hover
{
	border:solid 3px blue;	
	cursor:default;	
}




.DDL_HL_EditForm .imageDiv 
{
	border: solid 1px #aaaaaa;
	padding:3px;	
	display:block;
	width:291px;
	height:	300px;
	overflow:auto;
}

.DDL_HL_EditForm .imageDiv .layoutLabel
{
	float:left;
	display:block;
	clear:both;
}

.DDL_HL_EditForm .imageDiv img
{
	float:left;
	display:block;
	clear:both;
	margin-top:5px;
}


.DDL_HL_EditForm .imageDiv a
{
	margin-right:5px;
	float:right;
	padding:3px;
	background-color:#FFFFB5;
}
.DDL_HL_EditForm .imageDiv a:hover
{
	background-color:#D4D585;
}

.DDL_HL_EditForm .rightPanel .IPK_TableDiv
{
	height:390px;
}


.DDL_HL_EditForm .loadingPanel
{
	width:890px;
	_height:520px;
	height:100%;
	background-color:#FFFFB5;
	
	position:absolute;
	left:0px;
	top:0px;
}

.DDL_HL_EditForm  .loadingPanel img
{
	position:relative;
	left:430px;
	top:230px;
}


.DDL_HL_EditForm .titleDiv input
{
	width:555px;	
	margin-bottom:5px;
}

/**********************************************************************************/

.WWeditor_SubMenuEditForm 
{
	height:540px;
	width:1030px;
}


.WWeditor_SubMenuEditForm .uploadProgress
{
	left:10px;
	top:30px;
	width:1040px;
}

.WWeditor_SubMenuEditForm .uploadProgress img
{
	left:490px;
	width:30px;
	height:30px;
	
}

.WWeditor_SubMenuEditForm .submenuItemsPanel 
{
	width:310px;
	margin-right:5px;
	float:left;
	height:490px;
}

.WWeditor_SubMenuEditForm .submenuItemsPanel .headlineitem_selector
{
	cursor:pointer;
	border:solid 2px #FFFFB5;
}

.WWeditor_SubMenuEditForm .submenuItemsPanel .headlineitem_selector:hover
{
	border:solid 2px #AAAB49;
	background-color: #AAAB49;
}

.WWeditor_SubMenuEditForm .submenuItemsPanel .selectedHLItem
{
	cursor:default;
	border:solid 2px green;
	background-color: #AAAB49;
}

.WWeditor_SubMenuEditForm div .submenuItemsPanel .Submenu_Home
{
	
}



.WWeditor_SubMenuEditForm .detailsPanel 
{
	float:right;
	width:700px;
	
	border-left:solid 1px grey;
	padding-left:5px;
}

.WWeditor_SubMenuEditForm .detailsPanel .commitLink
{
	position:relative;
	left:220px;
	top:310px;
	font-weight:bold;
	padding: 2px 0px 2px 2px;	
	z-index:99;
}

.WWeditor_SubMenuEditForm .detailsPanel .commitLink:hover
{
	background-color:#B5BED6;
	border:solid 1px #08246B;
	padding:2px 2px 2px 2px;
	
}

.WWeditor_SubMenuEditForm .detailsPanel span
{
	margin-right:5px;
	font-weight:bold;
}

.WWeditor_SubMenuEditForm .uploadButton
{
	font-weight:bold;
	margin-left:10px;
}

.WWeditor_SubMenuEditForm .detailsPanel .ImagePicker
{
	width:auto;
	height:auto;
}

.WWeditor_SubMenuEditForm .detailsPanel .ImagePicker .IPK_TableDiv
{
	width:auto;
	height:auto;
}


.WWeditor_SubMenuEditForm .detailsPanel .CuteWYSIWIG
{
	margin-top:5px;	
}


/**********************************************************************************/

.CAM_EditorWinNonAlwaysInFront_cancelButton, .CAM_EditorWinNonAlwaysInFront_okButton
{
	width:auto !important;
	height:auto;
	min-height:26px;
	float:right;
}

.CAM_EditorWinNonAlwaysInFront_okDiv
{
	width:auto !important;
	height:auto;
	min-height:30px;
	border:none;
	
	
}	