.editorContent
{
	width: 772px;
}

.editorContent .title, .editorContent .subtitle
{
	display: block;
	padding: 8px 1px;
	font-weight: bold;
	clear: both;
}

.editorContent .subtitle
{
	font-style: italic;
}
.editorContent .announce, .editorContent .announce *
{
	display: inline-block;
	height: 22px;	
}
.editorContent .announce
{
	background-image: url(Images/EditorImages/AttentionLeft.png);	
	padding-left: 19px;
}
.editorContent .announceLevel1
{
	background-image: url(Images/EditorImages/AttentionRight.png);	
	background-position: right top;
	padding-right: 19px;
}
.editorContent .announceLevel2
{
	padding: 0 5px;
	color: #BA2F08;
	font-weight: bold;
	font-size: 16px;
	background-image: url(Images/EditorImages/AttentionCenter.png);	
	background-repeat: repeat-x;
}
.editorContent img.embedImage
{
	float: none;
	border-style: none;
	margin: 0;	
}


.editorContent hr
{
	margin-bottom: 8px;
}

.editorContent br
{
	height: auto;
}

.editorContent ul, .editorContent ol
{
	list-style-position: inside;
	margin-bottom: 8px;
}
.editorContent ul li, .editorContent ol li
{
	margin-bottom: 2px;
}
.editorContent ul
{
	list-style-type: circle;
}
.editorContent ol
{
	list-style-type: decimal;
}
.editorContent ol li
{
}

.editorContent .suiteBlock
{
	white-space: nowrap;
}

/*	TABLE	*/

.editorContent table, .editorContent th, .editorContent td
{
	border: solid 1px #ACBF88;
}

.editorContent table
{
	display:inline-table;
	float: none;
	margin: 0 8px 8px 0;
	border-style: solid solid solid none;
}
.editorContent th
{
	padding: 10px;

	border-style: none none solid solid;

	background-color: #C0D7AE;
	text-transform: uppercase;
	text-align: center;	
}
.editorContent td
{
	border-style: none none none solid;
	text-align: center;
}
.editorContent table.layout, .editorContent td.layoutCell
{
	border-style: none;
	margin: 0;
	padding: 0;
	vertical-align: top;
	text-align: left;
}

.editorContent .biddings .td 
{
	width: 92px;
	padding: 3px 6px;
}

/*	IMAGE	*/

.editorContent .imagePanel
{
	float: left;
	display: inline-block;
	margin: 0px 8px 8px 0px;
	padding: 8px;
	border-style: none;
	background-color: #BAD4A4;
}
.editorContent .imagePanel img
{
	margin: 0px;
	border-style: none;
}
.editorContent .imagePanel span
{
	display: inline-block;
	margin-top: 4px;
	font-weight: bold;
	text-align: center;
}

body.inFieldset
{
	width: 532px;
}
