/*
 * 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/
 * 
 * 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)
 */

body
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	padding: 5px 5px 5px 5px;
	margin: 0px;
	border-style: none;
	background-color: #ffffff;
}

ibo:link     { color: #FF00FF }
/* 
	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;
}

.Title
{
	font-weight: bold;
	font-size: 18px;
	color: #cc3300;
}

.Code
{
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #000066;
	font-family: 'Courier New' , Monospace;
	background-color: #ff9933;
}

.Code2
{
	border: 1px solid #8B4513;
	padding-right: 5px;
	padding-left: 5px;
	color: #000066;
	font-family: 'Courier New' , Monospace;
	background-color: #C0C0C0;
}
A.normal          
{
color:#000000; 
font-family: Arial, Helvetica, sans-serif; 
font-size: 11px; 
text-decoration: none;
}
a:hover.normal    
{
color:#ff0000;
}

A.home
{
color:#FFFFFF; 
font-family: Arial, Helvetica, sans-serif; 
font-size: 11px; 
text-decoration: none;
}
a:hover.home    
{
color:#ff0000;
}

.txt  
{
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
text-align: justify;
}
.txt_no_just  
{
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px;
}
.hdr 
{
font-size: 13px; 
font-weight: bold; 
color: #C80000;
}



:hover.orange       { font-family: Helvetica, Arial, sans-serif; font-size: 8pt; color: #FFCC00; font-weight: bold; text-decoration:none }
:link.orange      { font-family: Helvetica, Arial, sans-serif; font-size: 8pt; color: #D4D4D4; font-weight: bold; text-decoration:none }
:visited.orange    { font-family: Helvetica, Arial, sans-serif; font-size: 8pt; color: #FFCC00; font-weight: bold; text-decoration:none }


:visited.gri   { font-family: Arial black sans-serif; font-size: 10pt; color: #808080; font-weight: bold; text-decoration:none }
:link.gri      { font-family: Arial black sans-serif; font-size: 10pt; color: #808080; font-weight: bold; text-decoration:none }
:hover.gri     { font-family: Arial black sans-serif; font-size: 10pt; color: #CC3300; font-weight: bold; text-decoration:none }

:visited.mavi   { font-family: Arial black sans-serif; font-size: 10pt; color: #31E3EF; font-weight: bold; text-decoration:none }
:link.mavi      { font-family: Arial black sans-serif; font-size: 10pt; color: #31E3EF; font-weight: bold; text-decoration:none }
:hover.mavi     { font-family: Arial black sans-serif; font-size: 10pt; color: #CC3300; font-weight: bold; text-decoration:none }

:visited.kmavi   { font-family: Arial black sans-serif; font-size: 10pt; color: #639AFF; font-weight: bold; text-decoration:none }
:link.kmavi      { font-family: Arial black sans-serif; font-size: 10pt; color: #639AFF; font-weight: bold; text-decoration:none }
:hover.kmavi     { font-family: Arial black sans-serif; font-size: 10pt; color: #CC3300; font-weight: bold; text-decoration:none }


:visited.yesil   { font-family: Arial black sans-serif; font-size: 10pt; color: #63CF31; font-weight: bold; text-decoration:none }
:link.yesil      { font-family: Arial black sans-serif; font-size: 10pt; color: #63CF31; font-weight: bold; text-decoration:none }
:hover.yesil     { font-family: Arial black sans-serif; font-size: 10pt; color: #CC3300; font-weight: bold; text-decoration:none }

:visited.mor   { font-family: Arial black sans-serif; font-size: 10pt; color: #9C65FF; font-weight: bold; text-decoration:none }
:link.mor     { font-family: Arial black sans-serif; font-size: 10pt; color: #9C65FF; font-weight: bold; text-decoration:none }
:hover.mor     { font-family: Arial black sans-serif; font-size: 10pt; color: #CC3300; font-weight: bold; text-decoration:none }

:visited.Kyesil   { font-family: Arial black sans-serif; font-size: 10pt; color: #009A63; font-weight: bold; text-decoration:none }
:link.Kyesil    { font-family: Arial black sans-serif; font-size: 10pt; color: #009A63; font-weight: bold; text-decoration:none }
:hover.Kyesil     { font-family: Arial black sans-serif; font-size: 10pt; color: #CC3300; font-weight: bold; text-decoration:none }

:visited.pyesil   { font-family: Arial black sans-serif; font-size: 10pt; color: #4A86A5; font-weight: bold; text-decoration:none }
:link.pyesil    { font-family: Arial black sans-serif; font-size: 10pt; color: #4A86A5; font-weight: bold; text-decoration:none }
:hover.pyesil     { font-family: Arial black sans-serif; font-size: 10pt; color: #CC3300; font-weight: bold; text-decoration:none }

