/*
	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: #ECDCBA;
}

/*
	RIGHT FRAME
	Be very careful how you change it!
*/

#right
{
	width: 580px;
	background-color: #ECDCBA;
	padding-bottom: 20px;
}


/*
	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: 'Bookman Old Style';*/
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 12px;
	color: #535C25;
	line-height:150%;
}

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: 3px;
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 20px;
	color: #535621;
}

h2
{
	margin-top: 3px;
	margin-bottom: 10px;
	font-family: verdana, tahoma, arial, sans-serif;
	border-bottom: 1px solid #FF8500;
	font-size: 14px;
	color: #535621;
}

/* 
	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;
}
