/*
 * FCKeditor - The text editor for internet
 * Copyright (C) 2003-2005 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)
 */

body
{
	font-family: sans-serif, Arial, Helvetica;
	font-size: 12px;
  padding: 5px 5px 5px 5px;
	margin: 0px;
	border-style: none;
	color:#FFFFFF;
	background-color: #937F5E;
}

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


.titolo1{
	font-family: sans-serif, Arial, Helvetica;
	font-size: 14px;
	text-decoration:none;
	color:#1E1609;
	font-weight:bold;
	padding-left:5px;
	padding-bottom:3px;
	border-bottom-color:#CCCC99; 
	border-bottom-width:1px; 
	border-bottom-style:solid;
	border-top-color:#CCCC99; 
	border-top-width:1px; 
	border-top-style:solid;
}



.edtitolobianco{
	font-family: Arial, sans-serif, Helvetica;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
}
.edtitolomarroneschuro{
	font-family: Arial, sans-serif, Helvetica;
	font-size: 14px;
	color: #1F1607;
	font-weight: bold;
}
.edtitolorosso{
	font-family: Arial, sans-serif, Helvetica;
	font-size: 14px;
	color: #8B0007;
	font-weight: bold;
}
.edtitolomarronechiaro{
	font-family: Arial, sans-serif, Helvetica;
	font-size: 14px;
	color: #AB9D7A;
	font-weight: bold
}
.edtitoloconsfondo{
	font-family: sans-serif, Arial, Helvetica;
	font-size: 12px;
	text-decoration:none;
	vertical-align:middle;
	display:block;
	color:#FFFFFF;
	font-weight:bold;
	background-image:url(imgs/barra_title.jpg);
	background-repeat:no-repeat;
	height:21px;
	width:93%;
	margin-left:5px;
	padding-left:5px;
	padding-top:2px;
}
.edtitolo2righe{
	font-family: sans-serif, Arial, Helvetica;
	font-size: 12px;
	text-decoration:none;
	color:#1E1609;
	font-weight:bold;
	padding-left:5px;
	padding-bottom:1px;
	border-bottom-color:#CCCC99; 
	border-bottom-width:1px; 
	border-bottom-style:solid;
	border-top-color:#CCCC99; 
	border-top-width:1px; 
	border-top-style:solid;
	vertical-align:middle;
	display:block;
	width:93%;
	height:21px;
}
.edtitolo1riga{
	font-family: sans-serif, Arial, Helvetica;
	font-size: 12px;
	color:#1E1609;
	font-weight: bold;
	padding-left:5px;
	padding-bottom:1px;
	border-bottom-width: 1px;
	border-bottom-color: #CCCC99;
	border-bottom-style: solid;
	vertical-align:middle;
	display:block;
	width:93%;
	height:21px;
}
.edtitolo1rigachiara{
	font-family: sans-serif, Arial, Helvetica;
	font-size: 12px;
	color:#AB9D7A;
	font-weight: bold;
	padding-left:5px;
	padding-bottom:1px;
	border-bottom-width: 1px;
	border-bottom-color: #CCCC99;
	border-bottom-style: solid;
	vertical-align:middle;
	display:block;
	width:93%;
	height:21px;
}