/*
 * 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)
 */


/* 
	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;
}
*/


.celdadet
{
	BACKGROUND-COLOR: #E4F4FA;
}

.celdatit-Black
{
	COLOR: #000000;
	BACKGROUND-COLOR: #e3f0ff;
}



.XL-Gray
{
	COLOR: #666666;
	FONT-FAMILY: Verdana;
	FONT-SIZE: 17px;
	FONT-WEIGHT: normal;
}

.XL-Blue
{
	COLOR: #0529C1;
	FONT-FAMILY: Verdana;
	FONT-SIZE: 17px;
	FONT-WEIGHT: normal;
}

.XL-Red
{
	COLOR: #8D0C22;
	FONT-FAMILY: Verdana;
	FONT-SIZE: 17px;
	FONT-WEIGHT: normal;
}

.XL-Black
{
	COLOR: #000000;
	FONT-FAMILY: Verdana;
	FONT-SIZE: 17px;
	FONT-WEIGHT: normal;
}


.L-Gray
{
	COLOR: #666666;
	FONT-FAMILY: Verdana;
	FONT-SIZE: 14px;
	FONT-WEIGHT: bold;
}

.L-Blue
{
	COLOR: #0529C1;
	FONT-FAMILY: Verdana;
	FONT-SIZE: 14px;
	FONT-WEIGHT: bold;
}

.L-Red
{
	COLOR: #8D0C22;
	FONT-FAMILY: Verdana;
	FONT-SIZE: 14px;
	FONT-WEIGHT: bold;
}

.L-Black
{
	COLOR: #000000;
	FONT-FAMILY: Verdana;
	FONT-SIZE: 14px;
	FONT-WEIGHT: bold;
}



.Medium-Gray
{
	COLOR: #666666;
	FONT-FAMILY: Verdana;
	FONT-SIZE: 12px;
	FONT-WEIGHT: normal;
}

.Medium-Blue
{
	COLOR: #0529C1;
	FONT-FAMILY: Verdana;
	FONT-SIZE: 12px;
	FONT-WEIGHT: normal;
}

.Medium-Red
{
	COLOR: #8D0C22;
	FONT-FAMILY: Verdana;
	FONT-SIZE: 12px;
	FONT-WEIGHT: normal;
}

.Medium-Black
{
	COLOR: #000000;
	FONT-FAMILY: Verdana;
	FONT-SIZE: 12px;
	FONT-WEIGHT: normal;
}



.Small-Gray
{
	COLOR: #666666;
	FONT-FAMILY: Verdana;
	FONT-SIZE:  10px;
	FONT-WEIGHT: normal;
}

.Small-Blue
{
	COLOR: #0529C1;
	FONT-FAMILY: Verdana;
	FONT-SIZE:  10px;
	FONT-WEIGHT: normal;
}

.Small-Red
{
	COLOR: #8D0C22;
	FONT-FAMILY: Verdana;
	FONT-SIZE:  10px;
	FONT-WEIGHT: normal;
}

.Small-Black
{
	COLOR: #000000;
	FONT-FAMILY: Verdana;
	FONT-SIZE:  10px;
	FONT-WEIGHT: normal;
}


.XSmall-Gray
{
	COLOR: #666666;
	FONT-FAMILY: Verdana;
	FONT-SIZE:  9px;
	FONT-WEIGHT: normal;
}

.XSmall-Blue
{
	COLOR: #0529C1;
	FONT-FAMILY: Verdana;
	FONT-SIZE:  9px;
	FONT-WEIGHT: normal;
}

.XSmall-Red
{
	COLOR: #8D0C22;
	FONT-FAMILY: Verdana;
	FONT-SIZE:  9px;
	FONT-WEIGHT: normal;
}

.XSmall-Black
{
	COLOR: #000000;
	FONT-FAMILY: Verdana;
	FONT-SIZE: 9px;
	FONT-WEIGHT: normal;
}


