body {
	font-family:verdana;
	font-size: 73%;
	line-height:1.6em;
}

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;}

body.editor_only a, .content a {color: #5E3428;}
body.editor_only a:hover, .content a:hover {color: #89612C;}

h1,h2,h3,h4,h5 {
	line-height:1.5em;
	font-weight: normal;
}

h1 {
	margin: 5px 0 10px 0;
	font-size:28px;
	color: #F2BB3A;
}

h2 {
	margin:5px 0;
	font-size:19px;
	color: #000;
	border-bottom: 1px solid;
}

h3 {
	font-family:georgia;
	margin:5px 0;
	font-size:16px;
	color: #000;
}

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;
}

table.styled {
	margin:1em 0;
}
	table.styled tr {
		border-bottom: 1px solid #ccc;
	}
	table.styled th, table.styled  td {
		padding: 7px 10px;
		margin:0;
		vertical-align: top;
	}
	table.styled th {
		background:#DAD6D5;
		color: #000;
		font-weight:bold;
		padding: 10px;
	}
	table.styled th a {
		color: #000;
	}
	table.styled tr:hover td {
		background:#ffd;
	}


img.img_float_left, body.editor_only img[style*="left"] {
	margin:0 10px 5px 0;
	clear: left;
}

img.img_float_right, body.editor_only img[style*="right"] {
	margin:0 0 5px 10px;
	clear: right;
}

img.styled {
	padding: 5px;
	border: 1px solid #e1e1e1;
}

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 {
	clear:both;
}	

.clickable {
	cursor: pointer;
}

.square {
	display: block;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	width: 150px;
	height: 150px;
}

a.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #878928;
	-webkit-box-shadow:inset 0px 1px 0px 0px #878928;
	box-shadow:inset 0px 1px 0px 0px #878928;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #025904), color-stop(1, #003F02) );
	background:-moz-linear-gradient( center top, #025904 5%, #003F02 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#025904', endColorstr='#003F02');
	background-color:#003F02;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;
	text-indent:0;
	border:1px solid #878928;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	padding: 10px 20px;
	min-width:131px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #689324;
}
a.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #878928), color-stop(1, #003F02) );
	background:-moz-linear-gradient( center top, #878928 5%, #003F02 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#878928', endColorstr='#003F02');
	background-color:#8cb82b;
	color: #fff;
}.button:active {
	position:relative;
	top:1px;
}