/* ======================================
	xAce edit styles
	Trilobiet 2007
	
	Styles to appear in TinyMCE's
	styles dropdown
====================================== */

.image_block {
	display:block;
	clear:both;
	margin:10px 0;
} 

.image_left {
	float:left;
	margin: 0 10px 10px 0;
}

.image_right {
	float:right;
	margin: 0 0 10px 10px;
}


/* Tiny MCE's content editor area */
html body.mceContentBody {
	/*background:#B7C7CA; makes table handles invisible*/
	width:500px !important;
}

h1	{
	clear:both;
	font-size:1.45em;
	font-weight:bold;
	color:navy;
	margin:0 0 .5em 0;
	padding:0;
	color:#4C6F93;
	line-height:1.4em;
}

h2	{
	clear:both; /* has background of it's own */
	font-size:1.1em;
	color:#003366;
	margin:0 0 .5em 0;
	padding:10px 0 0 0;
	font-weight:bold;
	line-height:1.4em;
}

h3	{
	clear:left;
	font-size:1.1em;
	color:#003366;
	font-weight:bold;
	line-height:1.4em;
}

h4	{
	clear:left;
	font-size:1.0em;
	color:#003366;
	font-weight:bold;
	margin:0;
}

h5	{
	clear:left;
	font-size:1.0em;
	font-weight:bold;
	font-style:italic;
	margin:1em 0 0 0;
}

h6	{
	clear:left;
	font-size:1.0em;
	color:#888888;
	font-weight:bold;
	font-style:italic;
	margin:0;
}

blockquote {
}


