/*
 * 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)
 */

body
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	padding: 5px 5px 5px 5px;
	margin: 0px;
	border-style: none;
	background-color: #ffffff;
}

.Bold
{
	font-weight: bold;
}

.Title
{
	font-weight: bold;
	font-size: 18px;
	color: #cc3300;
}

.Code
{
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #000066;
	font-family: 'Courier New' , Monospace;
	background-color: #ff9933;
}

A  {
	COLOR : #346234;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	text-decoration : none;
}

A:hover  {
	TEXT-DECORATION : underline;
}

.textbox {
	border: 1px solid black;
	padding:2px;
	font-size : 11px;
	color : Black;
	vertical-align : middle;
	font-family: Arial, Helvetica, sans-serif;
}

.imgbox {
	border:1px solid #BCE1FE;
}

.normal_11_black  {
	COLOR : #000000;
	FONT : normal 11px Arial, Helvetica, sans-serif;
}

.normal_11_white  {
	COLOR : #ffffff;
	FONT : normal 11px Arial, Helvetica, sans-serif;
}

.normal_11_red  {
	COLOR : #FF0000;
	FONT : normal 11px Arial, Helvetica, sans-serif;
}

.normal_11_yellow  {
	COLOR : #F2E78D;
	FONT : normal 11px Arial, Helvetica, sans-serif;
}
.normal_11_green  {
	COLOR : #006600;
	FONT : normal 11px Arial, Helvetica, sans-serif;
}

.normal_12_red  {
	COLOR : #FF0000;
	FONT : normal 12px Arial, Helvetica, sans-serif;
}

.normal_12_white  {
	COLOR : #ffffff;
	FONT : normal 12px Arial, Helvetica, sans-serif;
}
.normal_12_black  {
	COLOR : #000000;
	FONT : normal 12px Arial, Helvetica, sans-serif;
}
.normal_12_green  {
	COLOR : #006600;
	FONT : normal 12px Arial, Helvetica, sans-serif;
}

.normal_14_green  {
	COLOR : #006600;
	FONT : normal 14px Arial, Helvetica, sans-serif;
}
.normal_14_white  {
	COLOR : #ffffff;
	FONT : normal 14px Arial, Helvetica, sans-serif;
}
.normal_14_yellow  {
	COLOR : #F2E78D;
	FONT : normal 14px Arial, Helvetica, sans-serif;
}
.normal_14_black  {
	COLOR : #000000;
	FONT : normal 14px Arial, Helvetica, sans-serif;
}


.date  {
	COLOR : #000000;
	FONT : normal 11px Arial, Helvetica, sans-serif;
}

.copyright  {
	COLOR : #ffffff;
	FONT : normal 11px Arial, Helvetica, sans-serif;
}

.warning{
	COLOR : Red;
	font : 12px Arial, Helvetica, sans-serif;
}

.form_button {
	border: 1px ridge #dedede;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #dedede;
}