body {
	font-family:verdana;
	font-size: 87%;
	line-height:1.5em;
}

body.editor_only {
	color:#6B6768;
	font-family:verdana;
	font-size:14px;
	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;}

body.editor_only a, .content a {color: #3972B5;}
body.editor_only a:hover, .content a:hover {color: #5E99C5;}

h1,h2,h3,h4,h5 {
	line-height:1.5em;
	font-weight: normal;
	color: #000;
	position: relative;
}

h1 {
	margin: 5px 0 10px 0;
	font-size:30px;
}

h2 {
	margin:5px 0;
	font-size:22px;
	font-weight: normal;
	font-family:'Droid Serif'
}

h3 {
	font-family:'Droid Serif', serif, times;
	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, 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;
}

blockquote {
border-left: 3px solid #FF8B09;
border-left: 3px solid #FF8B09;
margin: 10px 0;
padding: 0 0 0 40px;
font-size: 2em;
line-height: 1.5em;
font-style: italic;
font-family: times;
clear: both;
}

blockquote:after {
content: "";
display: block;
clear: both; 
}

blockquote img {
clear: both; 
margin: 0 0 0 15px;
}

.button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 12px 38px;
    border: 1px solid #517e9b;
    border-radius: 8px;
    background: #992828;
    background: -webkit-gradient(linear, left top, left bottom, from(#83cdfc), to(#517e9b));
    background: -moz-linear-gradient(top, #83cdfc, #517e9b);
    background: linear-gradient(to bottom, #83cdfc, #517e9b);
    -webkit-box-shadow: #79bee9 0px 0px 4px 0px;
    -moz-box-shadow: #79bee9 0px 0px 4px 0px;
    box-shadow: #79bee9 0px 0px 4px 0px;
    text-shadow: #334f61 1px 1px 1px;
    font: normal normal bold 20px arial;
    color: #ffffff;
    text-decoration: none;
}
.button:hover,
.button:focus {
    border: 1px solid #659ec2;
    background: #992828;
    background: -webkit-gradient(linear, left top, left bottom, from(#9df6ff), to(#6197ba));
    background: -moz-linear-gradient(top, #9df6ff, #6197ba);
    background: linear-gradient(to bottom, #9df6ff, #6197ba);
    color: #ffffff;
    text-decoration: none;
}
.button:active {
    background: #982727;
    background: -webkit-gradient(linear, left top, left bottom, from(#517e9b), to(#517e9b));
    background: -moz-linear-gradient(top, #517e9b, #517e9b);
    background: linear-gradient(to bottom, #517e9b, #517e9b);
}

.clear {
	clear:both;
}	