/*
 * 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: #ffffff;
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	outline:none;
}


td, p, .default {
	FONT-SIZE: 11px; 
	COLOR: #FFFFFF; 
	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: 16px;
	line-height: 22px;
	color:#FFAF0D;
	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.nav {
	display:block;
	width:100%;
	margin:0px;
	padding:0px;
	#list-style:none;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.editListControls {
	width: 130px;
}

li a.sub-link:link {
 color: #FFFFFF;
}

li a.sub-link:hover {
 color: #ff9933;
}

li a.sub-link:hover {
 color: #FFFFFF;
}


ul li.selected a { color: #ff9933; } 
ul li.selected {
	display: block;
	color: #ff9933;
	text-transform: uppercase;
	font-weight: bold;
	#list-style: url(); /*this is to clear the custom bullet in ie*/
	#list-style: none;
	list-style-position: outside;

	background-image: url(/images/nav-arrow.gif);
	background-position: 5px 6px;
	background-repeat: no-repeat;

	width: 100%;
	word-spacing: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 12px;
	margin-left: 0px;

}


a {
	font-weight:bold;
	text-decoration:none;
	outline: none;
	border:none;
}

a:link {
	color: #666666;
}


a:visited {
	color: #666666;
}

a.more {
	color: #000000;
}

a:hover {
       color: #ff9933;

}

a:active {
	color: #666666;
}

ul li a:visited {
	color: #666666;
	font-weight:bold;
}
ul li a:hover {
	color:  #ff9933;
}

