<!--
/*
 * 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: Tahoma, Verdana, Sans-Serif;
	font-size: 8pt;
	color: #666666;
	padding: 5px 5px 5px 5px;
	margin: 0px;
	border-style: none;
	background-color: #ffffff;
}

.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;
}


/* Normal sayfa stil tanýmlarý */
	a
	{
		text-decoration:none;
		color: #666666;
	}

	a:hover
	{
		text-decoration:underline;
		color: #000000;
	}

	td
	{
		font-family: tahoma;
		font-size: 8pt;
		color: #888888;
	}

	.haberResimleri
	{
		border: 1px solid #000000;
		padding: 3px;
	}
	
	.metinBaslik
	{
		font-family: Tahoma;
		font-size: 10pt;
		color: #008080;
		font-weight: bold;
	}
	
	.metinBaslikForm
	{
		font-family: Tahoma;
		font-size: 10pt;
		color: #008080;
		font-weight: bold;
		border-left:0 solid #EEEEEE;
		border-right:0 solid #EEEEEE; 
		border-top:0 solid #EEEEEE; 
		border-bottom:1px solid #EEEEEE; 
		padding:0 
	}
	
	.alanBasligi01
	{
		font-family: Arial;
		font-size: 10pt;
		color: #888888; font-weight:bold
		
	}

	.alanBasligi02
	{
		padding:5px; font-family: Arial;
		font-size: 10pt;
		font-weight:bold
		
	}

	.ustMenuHucre
	{
		font-family: Verdana;
		font-size: 8pt;
		color: #666666;
		font-weight: bold;
	}

	a.ustMenu
	{
		text-decoration:none;
		color: #CCCCCC;
	}

	a:hover.ustMenu
	{
		text-decoration:none;
		color: #888888;
	}
	
	form
	{
		margin-top: 0;
		margin-bottom: 0;
	}
	
	.uyariMetini
	{
		font-family: Tahoma;
		font-size: 10pt; 
		color: #FF0000;
		font-weight: bold;
	}
	
	label
	{
		cursor: pointer;
	}


/* eklentiler */

	.bolumBasligi
	{
		font-family: Trebuchet MS;
		font-size: 10pt;
		color: #FF9933;
		font-weight: bold
	}
	
	input.button
	{
		font-family: Verdana;
		font-size: 8pt;
		font-weight: bold;
	}
	
	.pasif
	{
		border:1px solid #C0C0C0;
		font-family: Verdana;
		font-size: 8pt;
		background-color:#EEEEEE;
	}
	
	.aktif
	{
		border:1px solid #C0C0C0;
		font-family: Verdana;
		font-size: 8pt;
		background-color:#FFFFFF;
	}
	
	.focus
	{
		border:1px solid #000000;
		font-family: Verdana;
		font-size: 8pt;
		background-color:#FFFFCC;
	}
-->