/*
 * FCKeditor - The text editor for internet
 * Copyright (C) 2003-2006 Frederico Caldeira Knabben
 * 
 * Licensed under the terms of the GNU Lesser General Public License:
 * 		http://www.opensource.org/licenses/lgpl-license.php
 * 
 * For further information visit:
 * 		http://www.fckeditor.net/
 * 
 * "Support Open Source software. What about a donation today?"
 * 
 * File Name: fck_editorarea.css
 * 	This is the default CSS file used by the editor area. It defines the
 * 	initial font of the editor and background color.
 * 
 * 	A user can configure the editor to use another CSS file. Just change
 * 	the value of the FCKConfig.EditorAreaCSS key in the configuration
 * 	file.
 * 
 * File Authors:
 * 		Frederico Caldeira Knabben (fredck@fckeditor.net)
 */

/*
    The "body" styles should match your editor web site, mainly regarding
    background color and font family and size.
*/

body
{
	font-family:Arial,Verdana,Helvetica, sans-serif;
	font-size:13px;
	margin:0px;
	padding:0px;
}
p {margin-top:0px;}
.box1-header{
background-image: url(/images/bg-header-box1.jpg);
background-repeat: no-repeat;
width:323px;
}
.box1-content{
background-image: url(/images/bg-content-box1.gif);
background-repeat: repeat-y;
text-align:left;
width:323px;
}

.box2-header{
background-image: url(/images/bg-header-box2.jpg);
background-repeat: no-repeat;
width:323px;
}
.box2-content{
background-image: url(/images/bg-content-box2.gif);
background-repeat: repeat-y;
text-align:left;
width:323px;
}
.box3-header{
background-image: url(/images/bg-header-box3.jpg);
background-repeat: no-repeat;
width:318px;
}
.box3-content{
background-color:#F4EED4;
text-align:left;
width:318px;
}

.box-journal{
width: 280px;
height: 70px;
font-size:12px;
}
.journal-content{
margin-top: -60px;
margin-left: 100px;
width: 175px;
}
.HtmlBlock_Title1{
	font: 15px Verdana, Arial, serif;
	color:#262525;
	font-weight:bold;
	text-align:left;
}	

.HtmlBlock_Title2{
	font: 13px Verdana, Arial, serif;
	color:#262525;
	font-weight:bold;
	text-align:left;
}	
.HtmlBlock_Title3{
	font: 11px Verdana, Arial, serif;
	color:#262525;
	font-weight:bold;
	text-align:left;
}	
.HtmlBlock_Title4{
	font: 14px Verdana, Arial, serif;
	color:#262525;
	font-weight:bold;
	text-align:left;
}
.HtmlBlock_Title5{
	font: 14px Verdana, Arial, serif;
	color:#262525;
	font-weight:bold;
	text-align:left;
}
.HtmlBlock_Title6{
	font: 10px Verdana, Arial, serif;
	color:#262525;
	font-weight:bold;
	text-align:left;
}