/*
	FCKEDITOR BODY STYLE
	Be very careful how you change it!
	Editor body margin has to the same as content margin.
	Editor body will be overwritten for preview and public page.	
*/

body
{
	margin-left: 30px;
	margin-right: 10px;
	background-color: #DBEFFE;
}


/*
	RIGHT FRAME
	Do not change it if you are not sure!
	Right frame width should be the same as editor width.
	You cannot change editor width from css!
*/

#right
{
	width: 648px;
}


/*
	CONTENT CLASS
	Be very careful how you change it!
	Editor body margin has to the same as content margin.
*/

.content
{
	clear: both;
	margin-left: 50px;
	margin-right: 30px;
}


/*
	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: 18pt Arial, Helvetica, sans-serif;
	color: #86AED7;
}

h2
{
	margin-top: 10px;
	margin-bottom: 10px;
	font: 14pt Arial, Helvetica, sans-serif;
	color: #668DB5;
}

/* 
	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 #006699;
}

textarea.editor-fb
{
	border: 1px solid #006699;
}
.content table {
	border: solid 1px #BED4E9;
}
.content td {
	border: solid 1px #BED4E9;
}
.content th {
	font: bold 9pt Arial, Helvetica, sans-serif ;
	text-align: left;
	color: #636E78;
	background: #D6E4F1;	
	border: solid 1px #BED4E9;
}
.content img {
margin-right: 10px;
margin-left: 10px;
	border: solid 1px #BED4E9;
}
.content td img {
margin-right: 0px;
margin-left: 0px;
	border: solid 1px #BED4E9;
}

#image-noborder  {
margin-right: 0px;
margin-left: 0px;
	border: solid 0px #BED4E9;
}

#signature {
width: 770px;
text-align: right;
}

