/*
 * 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   {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color : #e8e8e8;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	margin : 0px 0px 0px 0px;
	line-height: 14pt;
}

table, input, textarea, select {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #666666;}

h1 {
	color: #20577e;
	font-family: "Times New Roman", Helvetica, sans-serif;
	font-size: 20px;
	font-weight:normal;
	line-height: 24px;
}

input, textarea, select {
	background-color: #eee;
	border : thin solid #999;
}

.footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
}

.content {
	padding: 15px 30px 5px 30px;
}

a:hover {
    color: #00CCFF !important;
    text-decoration: none;
}

.isLinkPage {
	font-weight : bold;
}

.isHidden {
	text-decoration: line-through !important;
}

.isActive {
	text-decoration: underline !important;
}

.alert {
	color : Red;
	text-align : center;
	margin : 5px 5px 5px 5px;
	font-size : 12px;
}

.btnLink {
	background-color: #F7F7F7;
	color: #555555;
	border : 1px solid #808080;
	padding : 2px 2px 2px 2px;
	text-decoration: none;
}

.btnLink a {
	width: 100%;
	text-decoration: none;
}

.btnLink a:hover {
	width: 100%;
	text-decoration: none;
}




.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
display: block;
width: 103px; /*Width of top level menu link items*/
height: 27px !important; /*Height of top level menu link items*/
padding: 2px 8px;
border: 2px solid #fff;
border-left-width: 0;
text-decoration: none;
background: url(../_images/buttonbg.jpg) center center repeat-x;
color: #fff;
font: normal 11px Verdana;
text-transform: uppercase;
line-height: 18px;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: -2px;
top: 0;
border-top: 1px solid #fff;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 109px; /*width of sub menu levels*/
height: 27px; /*height of sub menu levels*/
font-weight: normal;
line-height: 18px;
padding: 1px 5px;
background: #e3f1bd;
border-width: 0 2px 2px 2px;
background: url(../_images/buttonbg.jpg) center center repeat-x;
}

.horizontalcssmenu ul li a:hover{
background: #97c2db;
color: #fff !important;
}

.horizontalcssmenu ul li ul li a:hover{
background: #97c2db;
color: #fff !important;
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
/*background: transparent url(menuarrow.gif) no-repeat center left;*/
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */a {
	color: #006699;
}

