﻿body {
	background-image: url(resim/toning2.jpg);
	background-color: #A2B6B5;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	 }

.baslik {color:White;font-family:Verdana;font-size:medium;font-weight:bold;}

.ortabaslik {color:White;font-family:Verdana;font-size:12px;font-weight:bold;}
.ortabasliksiyah {color:Black;font-family:Verdana;font-size:12px;font-weight:bold;}

.yazi {color:White;font-family:Verdana;font-size:11px}
.yazikalin {color:White;font-family:Verdana;font-size:11px;font-weight:bold;}
.yazisiyah {color:Black;font-family:Verdana;font-size:11px}

.uyari {color:red;font-family:Verdana;font-size:10px}
.uyaribeyaz {color:white;font-family:Verdana;font-size:12px;font-weight:bold;}
.uyarikirmizi {color:red;font-family:Verdana;font-size:12px;font-weight:bold;}

a:link {font-family: Verdana; font-size: 10px;color: #343434;text-decoration:none;font-weight: bold;}
a:visited {font-family: Verdana;font-size: 10px;color: #343434;text-decoration:none;font-weight: bold;}
a:hover {font-family:  Verdana;font-size: 10px;color: #343434;text-decoration:underline;}
a:active {font-family:  Verdana;font-size: 10px;color: #343434;text-decoration:none;}

.label {color:White;font-family:Verdana;font-size:10px;}
.textbox {color:Black;font-family:Verdana;font-size:small;}
.textboxuye { background-color:Transparent; border-style:none; color:Black;font-family:Verdana;font-size:small;height:15px;}
.radio {cursor:hand;color:White;font-family:Verdana;font-size:10px;}
.button {cursor:hand;color:Black;font-family:Verdana;font-size:10px;}
.DropDownList {font-family:Verdana;font-size:x-small;}

/* Popup pencere için gerekli kod başla */
	#lightbox{
		background-color:#E8E8E8;
		padding: 10px;
		border-bottom: 2px solid #666;
		border-right: 2px solid #666;
	}
	#lightboxDetails{
		font-size: 0.8em;
		padding-top: 0.4em;
	}
	/*sol alt köşeye resme ait metin*/
	#lightboxCaption{ float: left;font-family:Verdana; font-size:10px;font-weight:bold; }
	/*sağ alt köşede kapat yazısı*/
	#keyboardMsg{ float: right; }
	#closeButton{ top: 5px; right: 5px; }

	#lightbox img{ border: none; clear: both;}
	#overlay img{ border: none; }

	#overlay{ background-image: url(resim/arkaplan.png); }

	* html #overlay{
		background-color: #FFFFFF;
		back\ground-color: transparent;
		background-image: url(blank.gif);
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" resim/arkaplan.png", sizingMethod="scale");
	}
	
/* Popup pencere için gerekli kod bitiş */	