body {
	font-family:verdana;
	font-size:16px;
	line-height:1.5em;
}

@media only screen and (min-width: 966px) {
	body {
		font-size: 12px;
	}
}

body.editor_only {
	color:#6B6768;
	font-family:verdana;
	font-size:12px;
	line-height:1.4em;
}


body.editor_only .library_folder, body.editor_only .gallery_folder {
	background: #66669a;
	border: 1px solid silver;
	clear: both;
}

#cke_contents_content {background: #ffffff;}


h1,h2,h3,h4,h5 {
	line-height:1em;
}

h1 {
	margin: 5px 0 10px 0;
	font-size:28px;
}

h2 {
	margin:5px 0;
	font-size:22px;
}

h3 {
	font-family:georgia;
	margin:5px 0;
	font-size:18px;
}

h4,h5,h6 {
	font-weight: bold;
	margin:5px 0;
}

p {
	margin: 1em 0;
}

table.datatable {
	background:#eee;
	margin-bottom:1em;
	border:1px solid #aaa;
}

table.datatable th, table.datatable  td {
	padding:4px;
	margin:0;
}

table.datatable th {
	background:#ddd;
	text-align:center;
	font-weight:bold;
}

table.datatable tr:hover td {
	background:#ffd;
}

img.img_float_left {
	margin:0 10px 5px 0;
}

img.img_float_right {
	margin:0 0 5px 10px;
}

time {
	display: inline;
}

.clear {
	clear:both;
}	