/*
 * FDSeditor - 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.fdseditor.net/
 * 
 * File Name: fds_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 FDSConfig.EditorAreaCSS key in the configuration
 * 	file.
 * 
 * File Authors:
 * 		Frederico Caldeira Knabben (fredck@fdseditor.net)
 */

BODY { FONT-SIZE: 11px;color: #2C2E84; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; margin: 0; background-color: white; }

BODY A:link{
color: #2C2E84;
font-size:  x-small;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none
}
BODY A:visited{
color:  #2C2E84;
font-size:  x-small;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none
}
BODY A:hover{ 
color:  #2C2E84;
font-size:  x-small
;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none
}
BODY A:active{
color:  #2C2E84;
font-size:  x-small;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none
}

a.body:link{
color: #00ccff;
font-size:  x-small;
font-family: verdana;
text-decoration: none
}
a.body:visited{
color:  #00ccff;
font-size:  x-small;
font-family: verdana;
text-decoration: none
}
a.body:hover{ 
color:  #00ccff;
font-size:  x-small;
font-family: verdana;
text-decoration: none
}
a.body:active{
color:  #00ccff;
font-size:  x-small;
font-family: verdana;
text-decoration: none
}

/* 
	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{
color: #cc3300;
font-weight: bold;
font-size: small
}

.Code{
color: #000066;
font-family: "Courier New", Monospace;
background-color: #ff9933;
padding-right: 5px;
padding-left: 5px;
border: solid 1px #8b4513
}
.fdsticker_cont  {
color: black;
font-size: x-small;
font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
padding-right: 5px;
padding-left: 5px;
}
.fdsticker_desc  {
color: black;
font-weight: bold;
font-size: x-small;
font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
padding-right: 5px;
padding-left: 5px
}
.fdsticker_date {
color: black;
font-size: x-small;
font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
padding-right: 5px;
padding-left: 5px;
}
input.button{
color: black;
font-size: x-small;
font-family: Verdana, Arial, Helvetica, sans-serif;
background-color: #999999;
width:100% ;
border: 1px solid #000;
cursor: pointer;
}
input.button2 {
color: black;
font-size: x-small;
font-family: Verdana, Arial, Helvetica, sans-serif;
background-color: #C4C4C4;
border: solid 1px #000;
width: 100%;
cursor: pointer;
}
