/*
	FCKEDITOR BODY STYLE
	Be very careful how you change it!
	Editor body.margin-left has to be the same as .content margin-left.
	Editor body.margin-right has to be 800 - #right width + .content margin-right.
	Editor body.background has to be same as .content background appears
	Editor body will be overwritten for preview and public page.	
*/

body
{
	margin-left: 10px;
	margin-right: 210px;
	background-color: #FFFFFF;
}


/*
	RIGHT FRAME
	Be very careful how you change it!
*/

#right
{
	width: 580px;
}


/*
	CONTENT CLASS
	Be very careful how you change it!
*/

.content
{
	clear: both;
	margin-left: 10px;
	margin-right: 10px;
}


/*
	BASIC STYLE
	It applies to editor, to preview and to public page.
	You can can change it if you like.  
*/

body, p, div, td, input, textarea, a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

form, p, ul, li
{
	margin-top: 0px;
	margin-bottom: 0px;
}

a
{
	text-decoration: none;
	color: blue;
}

a:hover
{
	text-decoration: underline;
	color: blue;
}

a:visited
{
	color: blue;
}

h1
{
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

h2
{
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 2px solid #F0F0F0;
	font-size: 16px;
	color: #FF6013;
}

/* 
	ADDITIONAL STYLE
	Add your new style here.
	Recommended syntax to use: 
	element.className or element#ID  
*/

table.editor-fb
{
	margin-top: 10px;
}

table.editor-fb td
{
	padding: 5px;
}

input.editor-fb
{
	border: 1px solid gray;
}

textarea.editor-fb
{
	border: 1px solid gray;
}
