body {
    width: auto;
    height: auto;
    padding: 5px;
    background: #000;
}
body, td, th, div, a, span, p {
	color: #a1a1a1;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
}
a, a:link, a:active, a:visited {
	color: #a1a1a1;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

/* editor */
.editor h1,
.editor h2,
#side .side-list h2 {
    color: #FFF;
    font-size: 16px;
    position: relative;
    margin: 0 0 30px 0;
    padding: 5px 0 5px 0;
    text-transform: uppercase;
    border-top: 2px solid #919191;
    border-bottom: 2px solid #919191;
}
.editor h1 span,
#side .side-list h2 span {
    display: block;
    margin-bottom: 3px;
}
.editor h1 span img,
#side .side-list h2 span img {
    width: 8px;
    height: 8px;
    display: block;
}
.editor h1 a,
.editor h2 a,
#side .side-list h2 a {
    right: 0;
    color: #FFF;
    bottom: 7px;
    font-size: 10px;
    font-weight: bold;
    position: absolute;
}
.editor h3 {
    font-size: 16px;
    text-transform: uppercase;
}
.editor h4 {
    font-size: 16px;
    margin-bottom: 5px;
}
.editor h4 a {
    color: #FFF;
    font-size: 16px;
    text-decoration: none;
}
.editor p {
    line-height: 140%;
    padding: 0 0 14px 0;
}
.editor .column-1 {
	margin: 0 0 14px 0;
}
.editor .column-2 {
	padding: 0 0 14px 0;
}
.editor .column-2 .left {
	width: 48%;
	float: left;
}
.editor .column-2 .right {
	width: 48%;
	float: right;
}
.editor .column-2 .right img {
	margin: 0 0 0 auto;
}
.editor .size-24 p {
	color: #FFF;
	font-size: 23px;
	line-height: 130%;
}
.editor ul {
    padding: 0 0 0 30px;
    list-style-type: disc;
}
.editor sup {
    font-size: 10px;
}
.editor img {
	display: inline;
}
/* editor */

/* body.editor */
body.editor {
	margin: 0;
	padding: 5px;
	height: auto;
}
body.editor .column-1 {
	border: 1px dotted #A1A1A1;
}
body.editor .column-2 .left,
body.editor .column-2 .right {
	border: 1px dotted #FFF;
}
body.editor .clear {
	clear: both;
}
body.editor .clear span {
	display: none;
}
/* body.editor */
