div.redactorText table {
	padding-left: 5px;
}

.redactorText body {
	font-family: "Trebuchet MS", Verdana, Arial, Tahoma, sans-serif;
	font-size: 90%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

.redactorText blockquote {
	margin: 10px;
	margin-left: 3em;
	line-height: 1.5em;
	font-style: italic;
	color: #777;
	margin-bottom: 1.5em;
}
.redactorText div {
	line-height: 1.5em;
	background-color: #fff;
	border: 1px dashed #ebebeb;
	padding: 0px;
	margin: 0px;
	margin-bottom: 1.5em;
}
.redactorText p {
	margin: 0px;
	padding: opx;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}
.redactorText ul, .redactorText ol {
	line-height: 1.5em;
	margin: 10px;
	padding-left: 2em;
	margin-bottom: 1.5em;
}
.redactorText ul li {
	border: none;
	margin: 2px !important;
	padding: 0;
	list-style-type: disc;
}
.redactorText ol li {
	border: none;
	margin: 2px !important;
	padding: 0;
	list-style-type: decimal;
}
.redactorText dl {
	margin: 10px;
	margin-bottom: 1.5em;
}
.redactorText dl dt { font-weight: bold; }
.redactorText dd { margin-left: 1.5em;}

.redactorText table {
	/*border-collapse: collapse;*/
	font-size: 1em;
	margin: 0px;
	margin-bottom: 1.5em;
}
.redactorText table td {
	border: 1px solid #ddd;
	padding: 0px;
}
.redactorText table thead td {
	border-bottom: 2px solid #000 !important;
	font-weight: bold;
}

.redactorText code, .redactorText pre { font: 1.2em/1 "Courier New", Courier, monospace; border: 1px dashed #ccc; background: #f5f5f5;  padding: 1em; margin: 10px; margin-bottom: 1.5em; }

.redactorText pre {  line-height: 1.7em; font-size: .9em; background: #f5f5f5; overflow: auto;  }

.redactorText iframe, .redactorText object {
	margin: 10px;
	margin-bottom: 1.5em;
}

.redactorText .img_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.redactorText .img_right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.redactorText .redactor_video_box {
	width: 300px;
	height: 200px;
	background: url(../i/video_box.png) center no-repeat #000 !important;
	margin: 10px;
	margin-bottom: 1.5em;
}
.redactorText .redactor_video_box object, .redactorText .redactor_video_box embed, .redactorText .redactor_video_box iframe {
	display: none;
}

.redactorText .redactor_file_link {
	padding-left: 20px;
}
.redactorText .redactor_file_ico_avi 	  { background: url(../i/fileicons/avi.png) no-repeat; }
.redactorText .redactor_file_ico_csv 	  { background: url(../i/fileicons/csv.png) no-repeat; }
.redactorText .redactor_file_ico_doc 	  { background: url(../i/fileicons/doc.png) no-repeat; }
.redactorText .redactor_file_ico_gif 	  { background: url(../i/fileicons/gif.png) no-repeat; }
.redactorText .redactor_file_ico_html   { background: url(../i/fileicons/html.png) no-repeat; }
.redactorText .redactor_file_ico_jpg 	  { background: url(../i/fileicons/jpg.png) no-repeat; }
.redactorText .redactor_file_ico_mov	  { background: url(../i/fileicons/mov.png) no-repeat; }
.redactorText .redactor_file_ico_other  { background: url(../i/fileicons/other.png) no-repeat; }
.redactorText .redactor_file_ico_pdf 	  { background: url(../i/fileicons/pdf.png) no-repeat; }
.redactorText .redactor_file_ico_png 	  { background: url(../i/fileicons/png.png) no-repeat; }
.redactorText .redactor_file_ico_ppt 	  { background: url(../i/fileicons/ppt.png) no-repeat; }
.redactorText .redactor_file_ico_rar 	  { background: url(../i/fileicons/rar.png) no-repeat; }
.redactorText .redactor_file_ico_rtf 	  { background: url(../i/fileicons/rtf.png) no-repeat; }
.redactorText .redactor_file_ico_txt 	  { background: url(../i/fileicons/txt.png) no-repeat; }
.redactorText .redactor_file_ico_xls 	  { background: url(../i/fileicons/xls.png) no-repeat; }
.redactorText .redactor_file_ico_zip 	  { background: url(../i/fileicons/zip.png) no-repeat; }


.redactorText h1, .redactorText h2, .redactorText h3, .redactorText h4, .redactorText h5 {
	font-weight: normal;
	margin: 10px;
}

.redactorText h1 {
	font-size: 30px;
}
.redactorText h2 {
	font-size: 24px;
}
.redactorText h3 {
	font-size: 18px;
}
.redactorText h4 {
	font-size: 12px;
	font-weight: bold;
}
