/*
 * FCKeditor - The text editor for internet
 * Copyright (C) 2003 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 go to http://www.fredck.com/FCKeditor/ 
 * or contact fckeditor@fredck.com.
 *
 * fck_editorarea.css: Styles used in the editor area. The final user
 *   should customize it for his web site needs.
 *
 * Authors:
 *   Frederico Caldeira Knabben (fckeditor@fredck.com)
 */

.style1
{
	font-family: Verdana;
	font-style: normal;
	font-size: 8pt;

	color: navy;
	background-color: #E6E4F6;

	border-width: 1px;
	border-style: solid;
	border-color: gray;
 	border-collapse: collapse; 	
}

.style1 td
{
	border-width: 1px;
	border-style: solid;
	border-color: white;

	padding: 5px;
}

.style1 th
{
	border-width: 1px;
	border-style: solid;
	border-color: white;

	padding: 5px;
}

.style1_head
{
	font-weight: bold;
	background-color: #9B94CA;
}

.style2
{
	font-family: Verdana;
	font-style: normal;
	font-size: 8pt;

	color: navy;
	background-color: #F0F0F0;

	border-width: 1px;
	border-style: solid;
	border-color: gray;
 	border-collapse: collapse; 	
}

.style2 td
{
	border-width: 1px;
	border-style: solid;
	border-color: white;

	padding: 5px;
}

.style2_head
{
	font-weight: bold;
	background-color: #FF7E00;
}

.style2 th
{
	border-width: 1px;
	border-style: solid;
	border-color: white;

	padding: 5px;
}
