/*
 * 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/
 * 
 * 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)
 */

.xlarge { 
font-size: 15px; 
color: #b4b4b4; 
font-weight: bold; 
}

.large { 
font-size: 13px; 
color: #a0a0a0; 
font-weight: bold; 
}

.medium {
	color: #8c8c8c;
	font-size: 11px;
	font-weight: bold;
	}

.small {
	font-size: 10px
	}

.xsmall {
	font-size: 9px
	}

.highlight {
	color: #ffffff;
	background-color: #a0a0a0;
	padding-right: 5px;
	padding-left: 5px;
	border: solid 1px #a0a0a0
	}

.colored {
	color: #c00;
}

.result {
color: #cc0000;
font-style: italic;
}