/* This file contains the CSS data for the editable area(iframe) of TinyMCE
html {
	background-color: #fff;
}
*/
.aligncenter,
dl.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.doc img.wpGallery {
	border: 1px dotted #cc0000;
	background: #ffffcc url( "plugins/wpgallery/img/gallery.png" ) no-repeat scroll center center;
	width: 99%;
	height: 250px;
}

body.mceContentBody {
	font: 13px / 19px Myriad Pro, Corbel, Tahoma, sans-serif;
	padding: 0.6em;
	margin: 0;
}

body.mceForceColors {
	background: #fff;
	color: #000;
}

.mceContentBody a,
.mceContentBody a:visited {
	color: #C71514; /* red */
}

.doc h1 {
	font-size: 1.85em !important;
	/*color: #333 !important;*/
	/*border: 0 !important;*/
	margin-bottom: .67em !important;
}

.doc h2 {
	font-size: 1.5em !important;
	/*color: #333 !important;*/
	/*border: 0 !important;*/
	margin-bottom: .67em !important;
}

.doc h3 {
	font-size: 1.17em !important;
	/*color: #333 !important;*/
	/*border: 0 !important;*/
	margin-bottom: .67em !important;
}

.doc h4 {
	font-size: 1em !important;
	/*color: #333 !important;*/
	/*border: 0 !important;*/
}

.doc h5 {
	font-size: .83em !important;
	/*color: #333 !important;*/
	/*border: 0 !important;*/
}

.doc h6 {
	font-size: .75em !important;
	/*color: #333 !important;*/
	/*border: 0 !important;*/
}

.mceItemTable, .mceItemTable td, .mceItemTable th, .mceItemTable caption, .mceItemVisualAid {
	border: 1px dashed #BBB;
}

.doc img {
	border: 0;
}

.doc td {
	font-size: 10px;
}

.doc pre {
	font: 12px / 18px "Courier New", monospace;
}

.doc .mceIEcenter {
	text-align: center;
}

.doc ul {
	margin-left: 0em;
	padding-left: 0.2em;
	margin-bottom: 1em;
}

.doc ul li {
	padding-left: 0.8em;
	list-style: disc;
}

.doc ol li, .doc ul li {
	margin-bottom: 0.5em;
}

.doc ol {
	margin-left: 1.5em;
	padding-left: 0px;
}

.doc ol li {
	list-style: decimal;
	background-image: none;
	padding-left: 0em;
}

.file-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 0 10px 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.file-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.file-caption.icon {
	text-align: left;
}

.file-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.file-caption span {
	font-size: 10px;
	padding-left: 10px;
}
