/*
 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
 * Copyright (C) 2003-2007 Frederico Caldeira Knabben
 *
 * == BEGIN LICENSE ==
 *
 * Licensed under the terms of any of the following licenses at your
 * choice:
 *
 *  - GNU General Public License Version 2 or later (the "GPL")
 *    http://www.gnu.org/licenses/gpl.html
 *
 *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
 *    http://www.gnu.org/licenses/lgpl.html
 *
 *  - Mozilla Public License Version 1.1 or later (the "MPL")
 *    http://www.mozilla.org/MPL/MPL-1.1.html
 *
 * == END LICENSE ==
 *
 * 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.
 */



@import "../../../../user_data/css/diff.css";

h2,
.fck_h2 {
	background:inherit;
	background-color:#DDEDAE;
	margin:0 0 2px;
	padding:5px;
	line-height:1.5;
	border:none;
	-moz-border-radius:0px;
}

h2 em,
h2.fck em {
	display:block;
	color:black;
	padding-left:5px;
	border-left:4px solid #88B826;
	color:#000000;
	margin-left:8px;
	padding-left:6px;
}

#contents #main .cap-h3,
h3.cap-h3 {
	background: url(../../../../user_data/img/comm/i-grn.gif) no-repeat left top;
	padding: 0px 10px 5px 21px;
	margin-top: 12px;
	margin-bottom: 0px;
	font-size: 120%;
	border-bottom: none;
}

.fck_h4 {
	font-size:110%;
	padding:3px 10px;
	border-left:5px double #aaa;
	border-bottom:1px solid #aaa;
	background-color:white;
}

.fck_h5 {
	font-size:110%;
	padding:3px 15px;
	border-bottom:1px dotted #aaa;
	background-color:white;
}

.fck_h6 {
	font-size:110%;
	padding:3px 10px;
	border-left:5px solid #aaa;
	background-color:white;
}

.fck_box {
	margin:10px auto;
	padding:5px;
	border:1px solid gray;
	background-color:white;
}

.fck_shadowbox {
	margin:10px auto;
	padding:5px;
	border:solid gray;
	border-width:1px 2px 2px 1px;
	background-color:white;
}

.fck_dotbox {
	margin:10px auto;
	padding:5px;
	border:1px dotted gray;
	background-color:white;
}
