/*
 * 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
{
	background: #fdfdfd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #444444;
}

/* 
	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;
}
*/

.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;
}

h1 {
	font-size:14px;
	color:#0096d6;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

h2 {
	color:#737373;
	font-size:12px;
	font-weight:150;
	line-height:140%;
	letter-spacing:-1;
	margin: 20 0 3 0;
}

.promotile {
	position:relative;
	border: 1px solid #bec0c2;
	padding: 2;
	margin: 0 0 10 0;
	line-height:140%;
}

.promotile h1 {
	color:#737373;
	font-size:12px;
	font-weight:100;
	line-height:140%;
	margin: 0 0 3 0;
	padding: 0 0 0 6;
	border-bottom: 1px dotted #737373;
	background: white url(../images/promotile_h1_bg.jpg) repeat-x top;
}

.promotile img.left {
	float:left;
	margin: 0 6 0 0;
}

.promotile img.right {
	float:right;
	margin: 0 0 0 6;
}

.promotile p {
	line-height:125%;
	margin: 0 0 0 0;
	padding: 0 0 0 6;
}

.promotile .more_link_left {
	position:absolute;
	bottom:3;
	padding: 0 0 0 6;
}

.promotile .more_link_left:before {
	content: url(../images/nav_bullet.gif);
}

.promotile .more_link_left a {
	color: #444444;
	padding: 0 0 0 6;
}

.promotile .more_link_right {
	position:absolute;
	bottom:3;
	left:82;
	padding: 0 0 0 6;
}

.promotile .more_link_right:before {
	content: url(../images/nav_bullet.gif);
}

.promotile .more_link_right a {
	color: #444444;
	padding: 0 0 0 6;
}
