/*
 * 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{
background-color: #F7F7F7;
font-size: 12px;
font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
margin: 0;
}
.toplink:link {
color: #ffffff;
font-size: 12px;
font-family: Arial;
text-decoration: none;
font-weight: bold;
}
.toplink:visited {
color: #ffffff;
font-size: 12px;
font-family: Arial;
text-decoration: none;
font-weight: bold;
}
a:link  { color: #76211a; font-weight: bold; font-size: 12px; font-family: Arial; text-decoration: none }
a:visited  { color: #76211a; font-weight: bold; font-size: 12px; font-family: Arial; text-decoration: none }
.diagnose:link {
color: #D3222A;
font-size: 16px;
font-family: Arial;
text-decoration: underline;
font-weight: bold;
}

.diagnose:visited {
color: #D3222A;
font-size: 16px;
font-family: Arial;
text-decoration: underline;
font-weight: bold;
}

.footerlink:link {
color: #D3222A;
font-size: 12px;
font-family: Arial;
text-decoration: none;
font-weight: bold;
}
.footerlink:visited {
color: #D3222A;
font-size: 12px;
font-family: Arial;
text-decoration: none;
font-weight: bold;
}

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: hand;
}
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: hand;
}
.display {
DISPLAY: none;
}
