/*
 * 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: Verdana, Sans-Serif;
	font-size: 11px;
	margin: 0px;
	border-style: none;
	background-color: #ffffff;
}
A.footer:visited
{
    COLOR: #ffffff;
    TEXT-DECORATION: underline
}
A:link
{
    COLOR: #006699;
    TEXT-DECORATION: underline
}
A:active
{
    COLOR: #ff0000;
    TEXT-DECORATION: underline
}
A:hover
{
    COLOR: #ff0000;
    TEXT-DECORATION: underline
}
A:visited
{
    TEXT-DECORATION: underline
}
.bodycopy
{
    FONT-SIZE: 11px;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif
}
.bodyblue
{
    FONT-SIZE: 11px;
    COLOR: #006699;
    FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif
}
.bodywhite
{
    FONT-SIZE: 11px;
    COLOR: #ffffff;
    FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif
}
.bodyorange
{
    FONT-SIZE: 11px;
    COLOR: #f4c32f;
    FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif
}
.title1
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 14px;
    COLOR: #ff0000;
    FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif
}
.title2
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 14px;
    COLOR: #006699;
    FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif
}
.calendarsm
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif
}
.formelement
{
    FONT-SIZE: 10px;
    FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif
}
.headline
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif
}
A.headline:link
{
    COLOR: #000000;
    TEXT-DECORATION: none
}
A.headline:active
{
    COLOR: #006699;
    TEXT-DECORATION: underline
}
A.headline:hover
{
    COLOR: #006699;
    TEXT-DECORATION: underline
}
A.headline:visited
{
    COLOR: #000000;
    TEXT-DECORATION: none
}
.login
{
    FONT-SIZE: 11px;
    COLOR: #ffffff;
    FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif;
    TEXT-DECORATION: none
}