/*
 * FCKeditor - The text editor for internet
 * Copyright (C) 2003-2006 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/
 * 
 * "Support Open Source software. What about a donation today?"
 * 
 * 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)
 */

/*
    The "body" styles should match your editor web site, mainly regarding
    background color and font family and size.
*/

body {
/*	line-height:16px; */
	color: #000000;
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	
}

td, p, .default {
	FONT-SIZE: 11px; 
	COLOR: #000000; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 29px;
	line-height: 29px;
	color:#9AA55C;
	font-weight:normal;
}

h2,span.blue_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 22px;
	color:#6DAFD1;
	font-weight:normal;
	
}

span.white_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 22px;
	color:#FFFFFF;
	background-color:#2A2A2A;
	font-weight:normal;
}

span.green_sub_header{
	font-weight:bold;
	color:#ACC164;
}

span.grey_text{
	color:#717171;
}

ul {
	display:block;
	width:100%;
	margin:0px;
	padding:0px;
	list-style:none;
}

ul li {
	display: block;

	list-style: url(); /*this is to clear the custom bullet in ie*/
	list-style: none;
	list-style-position: outside;

	background-image: url(/images/menu-bullet.jpg);
	background-position: 10px 10px;
	background-repeat: no-repeat;

	width: 100%;
	word-spacing: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-left: 0px;
	margin-right: -20px;
	line-height: 20px;
}

a:link, a:active {
	color: #347BB1;
}
a:visited {
	color: #289CD1;
}
a:hover {
	color: #932213;
}

