/*
 * 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: Tahoma, Sans-Serif;
	font-size: 11px;
	line-height:1.4em;
	padding: 5px 5px 5px 5px;
	margin: 0px;
	border-style: none;
	background-color: #FFFFFF;
}

td{ 
	font-family: Tahoma, Sans-Serif; 
	font-size: 11px; 
}

th{
	font-family: Tahoma, Sans-Serif;
	font-size: 11px;
	margin: 0px;
	border-style: none;
	font-weight:bold;
}

ul{ margin:5px 0px 0px 20px; padding:0px; }
ol{ margin:5px 0px 0px 30px; padding:0px; }
li{ margin:0px; padding:0px; }

a:link, a:visited, a:active { font-size:inherit; font-family:inherit; color:#344565; }
a:hover { color:#344565; }

img{ border:0px solid #FFFFFF; margin:0px; }

/* FCK - styles */

h1.article_title{ color:#de0f17; padding:2px 10px 10px 0px; font-size:18px; font-weight:normal; 
font-family: Arial,Helvetica, sans-serif; }
h1{ font-family:inherit; font-size:13px; color:#344565; font-weight:bold; margin:5px 0px 10px 0px }
h2{ font-family:inherit; font-size:13px; color:#344565; font-weight:bold; margin:5px 0px 10px 0px }
h3{font-family:inherit; font-size:12px; color:#344565; font-weight:bold; margin:5px 0px 10px 0px }

.bold1 { font-size:13px; font-family:inherit; color:#344565;}
.bold2 { font-size:12px; font-family:inherit; color:#344565;}
.bold3 { font-size:11px; font-family:inherit; color:#344565;}

.bold1b { font-size:13px; font-family:inherit; color:#ca0b15; }
.bold2b { font-size:12px; font-family:inherit; color:#ca0b15; }
.bold3b { font-size:11px; font-family:inherit; color:#ca0b15; }

.bold1c { font-size:13px; font-family:inherit; color:#009900; }
.bold2c { font-size:12px; font-family:inherit; color:#009900; }
.bold3c { font-size:11px; font-family:inherit; color:#009900; }

.bold1d { font-size:13px; font-family:inherit; color:#1A9C92; }
.bold2d { font-size:12px; font-family:inherit; color:#1A9C92; }
.bold3d { font-size:11px; font-family:inherit; color:#1A9C92; }

.box{ background:#f8f8f8; padding:15px; border:1px solid #cccccc; }

.autor_box{ background:#ffffff; border:1px solid #cccccc; margin:0px 10px 10px 2px; }
p{ margin:0px;  margin-bottom:10px;}

.mainTable{ background:#FFFFFF; }
table.mailTable{}
table.mailTable td{ border:1px solid #CCCCCC; padding:5px }
table.mailTable table td{ border:0px; padding:0px 5px 0px 0px; }
td.header{ background:#344565; color:#FFFFFF; font-weight:bold; font-size:12px; }
h1.article_title{ color:#de0f17; padding:2px 0px 0px 0px; margin:0px 0px 5px 0px; font-size:18px; font-weight:normal; 
font-family: Arial,Helvetica, sans-serif; }
