/*
 * FCKeditor - 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.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)
 */


/* 
	Just uncomment the following block if you want to avoid spaces between 
	paragraphs. Remember to apply the same style in your output front end page.
*/

P, UL, LI
{
	margin-top: 0px;
	margin-bottom: 0px;
}


.Bold
{
	font-weight: bold;
}

.Bullets{
	font-weight: bold;
	color:#0189ca;
}

.TitleColor
{
	color:#0066cc;
}

.Code
{
	/*border: #8b4513 1px solid;
	padding-right: 3px;
	padding-left: 3px;*/
	color: #000066;
	font-family:Monospace;
	background-color: #FFCC99;
}

.contents
{
font-family:Verdana;
font-size:11px;
color:#333333;
font-weight:normal;
MARGIN: 0in 0in 0pt; 
LINE-HEIGHT: 150%;
text-align : justify;
direction : ltr;
}

A.Links {
	COLOR: #2B1674; CURSOR: hand; FONT-SIZE: 8pt; TEXT-DECORATION: underline; font-weight: normal; FONT-FAMILY: "Verdana";
}
A.Links:active {
	 CURSOR: hand
}
A.Links:hover {
	COLOR: #FFCC00; CURSOR: hand; TEXT-DECORATION:none
}

.contents_ar
{
font-family:Tahoma;
font-size:10pt;
color:#333333;
font-weight:normal;
MARGIN: 0in 0in 0pt; 
LINE-HEIGHT: 150%;
text-align : justify;
direction : rtl;
}

A.Links_ar {
	COLOR: #2B1674; CURSOR: hand; FONT-SIZE: 10pt; TEXT-DECORATION: underline; font-weight: normal; FONT-FAMILY:Tahoma;
}
A.Links_ar:active {
	 CURSOR: hand
}
A.Links_ar:hover {
	COLOR: #FFCC00; CURSOR: hand; TEXT-DECORATION:none
}