/*
 * FCKeditor - The text editor for internet
 * Copyright (C) 2003-2004 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.
 * 
 * Version:  2.0 RC2
 * Modified: 2004-12-17 00:01:51
 * 
 * File Authors:
 * 		Alexander Munro (alexander.munro@inzen.com.au)
 */

body
{
 	font-family: verdana, tahoma, arial, sans-serif;
	 font-size: 8.5pt;
	 padding: 5px 5px 5px 5px;
	 margin: 0px;
	 border-style: none;
	 background-color: #ffffff;
	 color:#666666;
}

span
{
  font-size: 8.5pt;
  font-family: verdana, tahoma, arial, sans-serif;
}

div
{
  font-size: 8.5pt;
  font-family: verdana, tahoma, arial, sans-serif;
}

p
{
  font-size: 8.5pt;
  font-family: verdana, tahoma, arial, sans-serif;
}

pre
{
  font-size: 8.5pt;
  font-family: verdana, tahoma, arial, sans-serif;
}

table
{
  font-size: 8.5pt;
  font-family: verdana, tahoma, arial, sans-serif;
}

tr
{
  font-size: 8.5pt;
  font-family: verdana, tahoma, arial, sans-serif;
}

th
{
  font-size: 8.5pt;
  font-family: verdana, tahoma, arial, sans-serif;
}

td
{
  font-size: 8.5pt;
  font-family: verdana, tahoma, arial, sans-serif;
}

table.tl1 
{
 	border: 1px solid gray;
	 border-collapse: collapse;
}

table.tl1 th 
{
	 border: 1px inset gray;
	 padding: 2px 4px 2px 4px;
}

table.tl1 td 
{
	 border: 1px inset gray;
	 padding: 2px 4px 2px 4px;
}

table.tl2 
{
	 border: 1px solid gray;
	 border-collapse: collapse;
}

table.tl2 th 
{
	 font-weight: bold;
	 border: 1px inset gray;
	 padding: 2px 4px 2px 4px;
	 background-color: #FFFAEB;
	 color: black;
}

table.tl2 td 
{
 	border: 1px inset gray;
	 padding: 2px 4px 2px 4px;
}

table.tl3 
{
	 border: 1px solid gray;
	 border-collapse: collapse;
	 background-color: #fffdf7;
}

table.tl3 th 
{
	 font-weight: bold;
	 border: 1px inset gray;
	 padding: 2px 4px 2px 4px;
	 background-color: #FCF1C3;
	 color: black;
}

table.tl3 td 
{
	 border: 1px inset gray;
	 padding: 2px 4px 2px 4px;
}

table.tl4 
{
	 border: 1px solid black;
	 border-collapse: collapse;
	 background-color: #F1F1F1;
}

table.tl4 th 
{
	 font-weight: bold;
	 border: 1px solid black;
	 padding: 2px 4px 2px 4px;
	 background-color: #F5F8FF;
	 color: black;
}

table.tl4 td 
{
	 border: 1px inset gray;
	 padding: 2px 4px 2px 4px;
	 color: black;
}

table.tl5 
{
	 border: 1px solid black;
	 border-collapse: collapse;
	 background-color: #F0E1BB;
}

table.tl5 th 
{
	 font-weight: bold;
	 border: 1px inset black;
	 padding: 2px 4px 2px 4px;
	 background-color: #EDEFE8;
	 color: black;
}

table.tl5 td 
{
	 border: 1px inset black;
	 padding: 2px 4px 2px 4px;
	 color: black
}

ul
{
  font-size: 8.5pt;
  font-family: verdana, tahoma, arial, sans-serif;
}

li
{
  font-size: 8.5pt;
  font-family: verdana, tahoma, arial, sans-serif;
}

form
{
  font-size: 8.5pt;
  font-family: verdana, tahoma, arial, sans-serif;
}

input
{
  font-size: 8.5pt;
  font-family: verdana, tahoma, arial, sans-serif;
}

select
{
  font-size: 8.5pt;
  font-family: verdana, tahoma, arial, sans-serif;
}

textarea
{
  font-size: 8.5pt;
  font-family: verdana, tahoma, arial, sans-serif;
}

a
{
  font-size: 8.5pt;
  font-family: verdana, tahoma, arial, sans-serif;
  text-decoration: none;
}

a:hover
{
  color: #FF9933;
	 text-decoration: none;
}

a.cl1:hover
{
	 border-bottom: 1px solid;
  color: #FF9933;
	 text-decoration: none;
}

a.cl1
{
  font-size: 8.5pt;
  font-family: verdana, tahoma, arial, sans-serif;
  color: #004A80;
  text-decoration: none;
}

a.cl2:hover
{
	 background-color: #FAF6E6;
	 border-bottom: 1px solid;
  color: #FF9933;
	 text-decoration: none;
}

a.cl2
{
  font-size: 8.5pt;
  font-family: verdana, tahoma, arial, sans-serif;
  color: #D17E62;
  text-decoration: none;
}

ol
{
  font-size: 8.5pt;
  font-family: verdana, tahoma, arial, sans-serif;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 25px;
}

ul
{
  font-size: 8.5pt;
  font-family: verdana, tahoma, arial, sans-serif;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 25px;
}

h1
{
  font-family: verdana, tahoma, arial, sans-serif;
}

h2
{
  font-family: verdana, tahoma, arial, sans-serif;
}

h3
{
  font-family: verdana, tahoma, arial, sans-serif;
}

h4
{
  font-family: verdana, tahoma, arial, sans-serif;
}

h5
{
  font-family: verdana, tahoma, arial, sans-serif;
}

h6
{
  font-family: verdana, tahoma, arial, sans-serif;
}

h7
{
  font-family: verdana, tahoma, arial, sans-serif;
}

.scriptblock
{
	 border: #8b4513 1px solid;
	 padding: 8px 8px 8px 8px;
	 color: #000066;
	 font-family: 'Courier New', Monospace;
	 background-color: #FCD675;
}

.title
{
  font-size: 14.5pt;
  font-weight: 900;
  font-family: verdana, tahoma, arial, sans-serif;
  color:#CACDC3;
}

.subtitle
{
  font-size: 12.5pt;
  font-weight: 600;
  font-family: verdana, tahoma, arial, sans-serif;
  color:#ADBBB6;
}

.highlight
{
  font-size: 11.5pt;
  font-weight: 900;
  font-family: verdana, tahoma, arial, sans-serif;
  color:#DD9022;
}

.inputfield
{
	 border:1px solid black; 
	 padding: 0px 4px 0px 4px;
	 margin-right:8px; 
}

.button
{
	 background-color: #e6e6de; 
	 border:1px outset white; 
	 padding: 0px 3px 0px 3px;
}

hr
{
	 color: #8F867C; 
	 size: 1px; 
	 width: 100%; 
}

