
body
{
	background: black;
	padding: 5px 5px 5px 5px;
	margin: 0px;
}


/* Основной шрифт для тела редактора */
body, td, p
{
	font: normal 10px Tahoma;
	letter-spacing: 0.11em;
	line-height: 1.2;
	color: #5a969e;

}

p {
	padding: 8px 6px;
	line-height: 1.5;
	margin: 0px;
	}
	
a[href]
{
	color: #5a969e  !important;	/* For Firefox... mark as important, otherwise it becomes black */
	text-decoration: -moz-anchor-decoration;	/* For Firefox 3, otherwise no underline will be used */
}

/*
	Just uncomment the following block if you want to avoid spaces between
	paragraphs. Remember to apply the same style in your output front end page.
*/

/*
p, ul, li
{
	margin-top: 0px;
	margin-bottom: 0px;
}
*/

/*
    The following are some sample styles used in the "Styles" toolbar command.
    You should instead remove them, and include the styles used by the site
    you are using the editor in.
*/


.Bold
{
	font-weight: bold;
	
}

.Title
{
	font-weight: bold;
	font-size: 18px;
	color: #cc3300;
}

.Code
{
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #000066;
	font-family: 'Courier New' , Monospace;
	background-color: #ff9933;
}

h1 {
	letter-spacing: 0.03em;
	font: bold 16px Tahoma;
	color: #65a5ae;
	}
	
h2 {
	letter-spacing: 0.03em;
	font: bold 14px Tahoma;
	color: #65a5ae;
	}
	
h3 {
	
	font: bold 10px Tahoma;
	color: #65a5ae;
	}

.Bold
{
	font-weight: bold;
}

.Italic
{
	font-style: italic;
}

.Underline
{
	text-decoration: underline;
}

.StrikeThrough
{
	text-decoration: line-through;
}

.Subscript
{
	vertical-align: sub;
	font-size: smaller;
}

.Superscript
{
	vertical-align: super;
	font-size: smaller;
}

/**
 * Font faces.
 */
.FontTahoma
{
	font-family: 'Tahoma';
}

.FontComic
{
	font-family: 'Comic Sans MS';
}

.FontCourier
{
	font-family: 'Courier New';
}

.FontTimes
{
	font-family: 'Times New Roman';
}

/**
 * Font sizes.
 */

.FontMinus2
{
	font-size: 8px;
}

.FontMinus1
{
	font-size: 9px;
}

.FontPlus1
{
	font-size: 11px;
}

.FontPlus2
{
	font-size: 12px;
}

.FontPlus3
{
	font-size: 13px;
}

/**
 * Font colors.
 */
.FontColor1
{
	color: #5a969e;
}

.FontColor2
{
	color: #84dbe8;
}

.FontColor3
{
	color: #88c6cf;
}


/**
 * Indentation.
 */

.Indent1
{
	margin-left: 40px;
}

.Indent2
{
	margin-left: 80px;
}

.Indent3
{
	margin-left: 120px;
}

/**
 * Alignment.
 */

.JustifyLeft
{
	text-align: left;
}

.JustifyRight
{
	text-align: right;
}

.JustifyCenter
{
	text-align: center;
}

.JustifyFull
{
	text-align: justify;
}

/**
 * Other.
 */

code
{
	font-family: courier, monospace;
	background-color: #eeeeee;
	padding-left: 1px;
	padding-right: 1px;
	border: #c0c0c0 1px solid;
}

kbd {
	padding: 0px 1px 0px 1px;
	border-width: 1px 2px 2px 1px;
	border-style: 1px solid  red;
}

blockquote {
	color: #808080;
	background: #545454;
	color: #5a969e;
	padding: 3px;
	border: 1px solid #BEBEBE;
}

ul {
	margin: 0px;
	margin-left: 10px;
	padding: 10px 2px 10px 20px;
}


li {
	margin: 0px;
	padding: 3px;
}

