﻿.wysiwugHtml body
{
	text-align: left;
}
.wysiwugHtml body.content
{
	border: none 0;
	padding: 8px 0;
	padding-left: 2px;
}

.wysiwugHtml .editorContent table.layout, .wysiwugHtml .editorContent td.layoutCell
{
	border: dotted 1px #AAA;
	padding: 4px;
}

.content .WYSIWYG_Editor
{
	margin: 8px -16px;
	border-left: solid 8px #B7C898;
	border-right: solid 8px #B7C898;
}
.content .WYSIWYG_Editor img
{
	margin: 0;
	float: none;
}
.content .WYSIWYG_Editor iframe
{
	background: #DDEAD5 url(../Images/InputBackground.png) repeat-x scroll 0 0;
	border: none 0;
	border-bottom: 1px solid #B7C898;
	height: 400px;
	width: 100%;
}
.content .WYSIWYG_Editor .controlPanel
{
	display: inline-block;
	height: auto;
	border: none 0;
	border-bottom: 1px solid #B7C898;
	border-top: 1px solid #B7C898;
	background-color: #C9E1BE;
}
.content .WYSIWYG_Editor .controlPanel fieldset
{
	display: inline;
	margin: 0;
	border:1px solid #BBEDA4;
	margin: 0;
	padding: 0;
	background-color: #D7FFD8;
}
.content .WYSIWYG_Editor .controlPanel fieldset div
{
	height: 60px;
}
.content .WYSIWYG_Editor .controlPanel fieldset label
{
	width: auto;	
}
.content .WYSIWYG_Editor .controlPanel fieldset fieldset
{
	width: auto;
	border-style: none;	
	text-align: center;
	padding: 0 4px 0 4px;
	margin: 0 4px;
}
.content fieldset .WYSIWYG_Editor .controlPanel fieldset fieldset
{
	padding: 0 2px;
	margin: 0 2px;
}
.content .WYSIWYG_Editor .controlPanel fieldset strong
{
	display: block;
	height: 15px;
	width: 100%;
	text-align: center;
	font-size: 11px;
	background-color: #BBEDA4;
}

.WYSIWYG_Editor div fieldset fieldset span
{
	clear:left;
	display: block;
	font-size: 0.9em;
}






.content .WYSIWYG_Editor .controlPanel fieldset img
{
	padding: 2px;
	border-style: none;
	background: no-repeat center;
}
.content .WYSIWYG_Editor fieldset .smallImage
{
	margin: 2px 0 2px 2px;
	float: left;
}

.content .WYSIWYG_Editor .clipboardSet
{
	width: 45px;	
}
.content .WYSIWYG_Editor .fontStyleSet
{
	width: 67px;
}
.content .WYSIWYG_Editor .suitsSet
{
	width: 40px;	
}
.content .WYSIWYG_Editor .linksSet
{
	width: auto;
}
.content .WYSIWYG_Editor .illustrationsSet
{
	width: auto;
}
.content .WYSIWYG_Editor .paragraphStyleSet
{
	width: auto;	
}
.content .WYSIWYG_Editor .stylesSet
{
	width: 70px;
}
.content .WYSIWYG_Editor .handsSet
{
	width: auto;
}
.content .WYSIWYG_Editor .tablesSet
{
	width: auto;	
}

.content .WYSIWYG_Editor .stylesSet span
{
	width: 100%;	
}
.content .WYSIWYG_Editor .handsSet span
{
	display: inline-block;
	width: 55px;
	height: 46px;
	margin-top: 10px;
	text-align: center;
	border-right: 1px solid #BBEDA4;
}
	
.content .WYSIWYG_Editor .titleButton, .content .WYSIWYG_Editor .subtitleButton
{
	display: block;
	font-weight: bold;
}
.content .WYSIWYG_Editor .titleButton
{
	font-size: 14px;
}
.content .WYSIWYG_Editor .subtitleButton
{
	font-style: italic;
	font-size: 12px;
}
.content .WYSIWYG_Editor .quotationButton
{
	font-style: italic;
	display: block;
}

.content .WYSIWYG_Editor .smallImage:hover, .content .WYSIWYG_Editor .largeImage:hover
{
	background-color: #BBEDA4;
	cursor: pointer;
}


.content .WYSIWYG_Editor .popupWindow .popupWindowOKButton, .content .WYSIWYG_Editor .popupWindow .popupWindowCancelButton
{
	width: 50px;
	margin: 16px 0 0 4px;
	margin-left: 4px;
	margin-top: 16px;
	float: right;
}
.content .WYSIWYG_Editor .popupWindow .popupWindowCancelButton
{
	margin-right: 28px;	
}
.content .WYSIWYG_Editor .popupWindow .popupWindowBackground
{
	background-color: Gray;
	filter: Alpha(Opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}
.content .WYSIWYG_Editor .popupWindow .popupWindowBody
{
	background-color: #D7FFD8;
	padding: 4px;
	border: solid 2px #3CA200;
	width: auto;	
}
.content .WYSIWYG_Editor .popupWindow .popupWindowCaption
{
	background-color: #BBEDA4;
	border: solid 1px #3CA200;
	cursor: auto;
}
.content .WYSIWYG_Editor .popupWindow .popupWindowCaptionText
{
	margin: 1px 4px;
	width: auto;
}
.content .WYSIWYG_Editor .popupWindow .popupWindowBody fieldset
{
	width: 434px;
	padding: 8px 8px 8px 16px;
}
.content .WYSIWYG_Editor .popupWindow input, .content .WYSIWYG_Editor .popupWindow textarea
{
	width: 310px;
	margin: 8px 0 0 0;
	padding: 3px;
	float: left;
}
.content .WYSIWYG_Editor .popupWindow select
{
	margin-top: 8px;	
}
.content .WYSIWYG_Editor .popupWindow fieldset label
{
	width: 84px;
	clear: left;
	margin: 8px 0 0 0;
	padding: 3px;
	float: left;
}

.content .WYSIWYG_Editor .hyperlinkPopupWindow label
{
	width: 60px;
	clear: none;
}
.content .WYSIWYG_Editor .hyperlinkPopupWindow select
{
	margin-right: 20px;
	width: 172px;
}
.content .WYSIWYG_Editor .hyperlinkPopupWindow input
{
	width: 422px;	
}
.content .WYSIWYG_Editor .hyperlinkPopupWindow .popupWindowBody fieldset
{
	width: 524px;
}
.content .WYSIWYG_Editor .biddingTablePopupWindow .popupWindowBody fieldset
{
	width: 150px;
}
.content .WYSIWYG_Editor .biddingTablePopupWindow input
{
	width: 24px;	
}
.content .WYSIWYG_Editor .handEditor
{
	background-color: #C0D7AE;
	display: inline-block;
	padding: 8px;
}
.content .WYSIWYG_Editor .handEditor input
{
	width: 150px;	
}
.content .WYSIWYG_Editor .handEditor label
{
	width: 20px;	
}
.content .WYSIWYG_Editor .oneHandPopupWindow .popupWindowBody fieldset
{
	width: 212px;
}
.content .WYSIWYG_Editor .oneHandPopupWindow fieldset label
{
	width: 16px;	
}
.content .WYSIWYG_Editor .oneHandPopupWindow .isLineDiagram input
{
	width: 20px;
	clear: left;
	margin-left: 32px;
}
.content .WYSIWYG_Editor .oneHandPopupWindow .isLineDiagram label
{
	clear: none;
	width: auto;
}

.content .WYSIWYG_Editor .fourHandsPopupWindow .popupWindowBody fieldset
{
	width: 616px;	
}
.content .WYSIWYG_Editor .fourHandsPopupWindow fieldset label
{
	width: 16px;
}
.content .WYSIWYG_Editor .fourHandsPopupWindow .infoCell label
{
	width: 30px;
}
.content .WYSIWYG_Editor .fourHandsPopupWindow .infoCell input
{
	width: 140px;
}
.content .WYSIWYG_Editor .fourHandsPopupWindow .fourHands
{
	width: auto;	
}
.content .WYSIWYG_Editor .fourHandsPopupWindow .fourHands td
{
	display: inline-block;
	width: 200px;	
}

.content .WYSIWYG_Editor .tablePopupWindow .popupWindowBody fieldset
{
	width: 167px;
}
.content .WYSIWYG_Editor .tablePopupWindow label
{
	width: 100px;
}
.content .WYSIWYG_Editor .tablePopupWindow input
{
	width: 24px;
}

.content .WYSIWYG_Editor .pastePopupWindow textarea
{
	width: 418px;
	margin: 0 8px 0 0;
	clear: left;
}
.content .WYSIWYG_Editor .popupWindow .pastePopupWindow fieldset label
{
	width: auto;
}
.content .WYSIWYG_Editor .pastePopupWindow .popupWindowCancelButton
{
	margin-right: 8px;
}


.content .WYSIWYG_Editor .imagePopupWindow .popupWindowBody fieldset
{
	width: 500px;
}
.content .WYSIWYG_Editor .imagePopupWindow .popupWindowBody fieldset img
{
	width: 150px;
	height: 150px;
	display: block;
	float: right;
	border: 10px solid #BAD4A4;
	margin-right: 28px;
}
.content .WYSIWYG_Editor .imagePopupWindow input.imageWidth
{
	width: 164px;	
}
.content .WYSIWYG_Editor .imagePopupWindow input, .content .WYSIWYG_Editor .imagePopupWindow textarea
{
	width: 374px;
}
.content .WYSIWYG_Editor .popupWindow.embeddedImagesPopupWindow fieldset
{
	width: auto;	
}
.content .WYSIWYG_Editor .popupWindow.embeddedImagesPopupWindow .popupWindowCancelButton
{
	margin-right: 0;	
}

.content .WYSIWYG_Editor .popupWindow .checkbox label
{
	clear: none;
	width: auto;
}
.content .WYSIWYG_Editor .popupWindow .checkbox input
{
	width: auto;	
}

.content fieldset .WYSIWYG_Editor
{
	float: left;
	width: 534px;
	margin: 8px 0;
	border: 1px solid #638D57;
}
.content fieldset .WYSIWYG_Editor iframe
{
	height: 180px;
}
