body {
	font-family:verdana;
	font-size: 73%;
	line-height:1.5em;
}

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;
}

#c1 .cke_contents {background: #ffffff;}

body.editor_only a, .content a {color: #d30003;}
body.editor_only a:hover, .content a:hover {color: #ff0004;}

h1,h2,h3,h4,h5 {
	line-height:1.5em;
}

h1 {
	margin: 5px 0 10px 0;
	font-size:28px;
}

h2 {
	margin:5px 0;
	font-size:19px;
}

h3 {
	font-family:georgia;
	margin:5px 0;
	font-size:15px;
}

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, body.editor_only img[style*="left"] {
	margin:0 10px 5px 0;
}

img.img_float_right, body.editor_only img[style*="right"] {
	margin:0 0 5px 10px;
}

time {
	display: inline;
}

ul.unstyled, .unstyled li, dl.unstyled, .unstyled dd, .unstyled dt {
	list-style: none;
	padding: 0;
	margin: 0;
}

.unstyled dd:after {
content:", ";
}

.unstyled dd:last-child:after {
content:"";
}

*.inline {
	display: inline;
}

.clear, hr {
	clear:both;
}