html {
	margin: 0;
	padding: 0;
}

body.wysiwyg_styles {
	font-family: Tahoma,Verdana,Arial,Sans-Serif,Lucida Sans;
	font-size: 13px;
	margin: 0;
	padding: 10px 20px;	
}

.wysiwyg_styles blockquote {
	padding-left: 10px;
	border-left: 3px solid #ddd;
	margin-bottom: 1.5em;
}

.wysiwyg_styles div {
	line-height: 1.5em;
}

.wysiwyg_styles p {
	margin-bottom: 1.5em;
	line-height: 1.5em;
}

.wysiwyg_styles ul,
.wysiwyg_styles ol {
	line-height: 1.5em;
	margin: 0 0 1.5em 0;
}

.wysiwyg_styles table {
	border-collapse: collapse;
	font-size: 1em;	
}

.wysiwyg_styles table td {
    background-color: #f7f7f7;
	border: 1px solid #ddd;
	padding: 5px;
}

.wysiwyg_styles table thead td {
	border-bottom: 2px solid #000 !important;
	font-weight: bold;
}

.wysiwyg_styles code,
.wysiwyg_styles pre {
    font: 1.2em/1 "Courier New", Courier, monospace; background: #f5f5f5;
}

.wysiwyg_styles pre {
    border: 1px dashed #ccc; line-height: 1.7em; padding: 1em; font-size: .9em; background: #f5f5f5; overflow: auto;
}

.wysiwyg_styles .redactor_video_box {
	width: 120px;
	height: 120px;
	background: url(../i/video_box.png) center no-repeat #ffffcc !important;	
	margin: 5px;
}

.wysiwyg_styles .redactor_video_box object,
.wysiwyg_styles .redactor_video_box embed {
	display: none;
}

.wysiwyg_styles h1 {
	color: #45688E;
	font-size: 13px;
	font-weight: bold;
    margin: 0 0 5px 0;
}

.wysiwyg_styles h2 {
	color: #45688E;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 5px 0;
}

.wysiwyg_styles h3 {
	color: #45688E;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 5px 0;
}

.wysiwyg_styles h4 {
	color: #45688E;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 5px 0;
}

a {
	color: #45688E;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}