/*
Ahmet Alp Balkan-Fatih Cetin
all rights reserved
*/

.html, body , td   {
	font-family : Verdana;
	letter-spacing: 0.1px;
	font-size: 9pt;
	color: #6B6B6B;
	}

body { 

	background-color: #ededed;
	background: url('resimler/bg.gif');
	font-size: 9pt;
	color: #3E3E3E;
	margin: 0em;
	scrollbar-face-color: #D1D1D1;
	SCROLLBAR-HIGHLIGHT-COLOR: #E4E4E4;
	SCROLLBAR-SHADOW-COLOR: #C0C0C0;
	SCROLLBAR-3DLIGHT-COLOR: #C0C0C0;
	SCROLLBAR-ARROW-COLOR: #5C5C5C;
}

// ul { margin-left:20px; }

TABLE {
	BORDER-COLLAPSE : COLLAPSE;
	cellspacing:0;
	cellpadding:0;
	}

#anatablo {
	width: 800px;
	background-color: #fff;
	border: 0px;
	height: %100;
	margin-left: 100px;
	margin-top: 0px;
	border: none;
	height: 100%;
	}

#sayfa_alti {
	width: 800px;
	background-color: #fff;
	background-image:url(resimler/sayfa_alti.jpg);
	background-repeat:no-repeat;
	height: 180px;
	margin: 0px;
	border: none;
	}

input, textarea, select {
	FONT: 9pt Verdana;
	COLOR: #000000;
	BACKGROUND-COLOR: #E9E9E9;
	BORDER: 1px dashed #C1C1C1;
	filter:Alpha(opacity:80);
	}


A {
	border-bottom:0px dashed #6183D1;
	text-decoration: none;
	color: #3366FF; }

A:Hover {
	/* text-decoration: underline; */
	border-bottom:1px dotted #43B7EF;
	color: #3399FF;

}

blockquote {
	color: #64779B;
	margin:10px 0 3px 20px;
	padding:0px 0px 0px 55px;
	background: url(resimler/tirnak.gif) 35px 1px no-repeat;
	font: normal 11pt Georgia;
	}


img { border: 0px solid #E4E4E4; margin: 0px; }

hr { color: #C8C8C8;  filter : alpha(finishopacity=0, style=3); -moz-opacity:0.5; opacity: 0.5; }

h2 { font: normal 10pt georgia; color: #2C7E8F; letter-spacing: 0.4px; font-weight:bold; margin:0px; padding: 0px;}
h3 { font: normal 13pt georgia; color: #5678A3; letter-spacing: 1.2px; font-weight:bold; margin:2px; padding: 0px; }
h4 { font: normal 11pt georgia; color: #004062; letter-spacing: 0.6px; font-weight:bold; margin:0px; padding: 0px;}
h5 { font: normal 9pt georgia; color: #2D4551; letter-spacing: 0.1px; font-weight:bold; margin:0px; padding: 0px;}
h6 { font: normal 11px tahoma; color: #1E2E35; letter-spacing: 0.1px; margin:0px; padding: 0px; text-align:justify; }

#kenarlik { border: 3px solid #E4E4E4; margin: 0px 5px 5px 5px; }
#menu { border:0; padding:0; margin: 0em; }
#ortatablo { width:95%; align: center; text-align: left; }
#telif { font-family: Arial; font-size: 8pt; font-weight:bold; color: #6E6E6E; text-align: right; }
#solmenubaslik { font-family: Verdana; font-weight: bold; font-size: 10pt; color: gray; }
#solmenuoge { font-family: Verdana; font-weight: bold; font-size: 9pt; }
#dal {font-family: Verdana; font-weight: bold; font-size: 13px; color: gray; }
#icerik {font-family: Verdana; font-size: 10pt; color: #000000; text-align: justify; }
#binary {font-family: Verdana; font-size: 7pt; color: red; }
#ascii {font-family: Verdana; font-size: 7pt; color: red; }
#soz { font: normal 10pt georgia; color: #888888;}

.yazi { margin:0px; padding: 0px; text-align:justify; }
.ufak { font: normal 11px tahoma; color: #000; letter-spacing: 0.0px; margin:0px; padding: 0px;  }
.baslik1 { font: normal 15pt georgia; color: #5678A3; letter-spacing: 0.1em; font-weight:bold; }
.kalin {font-weight:bold; }
.sol {float: left; }
.sag {float: right; }
.orta {float: center; align:center;  }
.solayasla {text-align: left; }
.sagayasla {text-align: right; }
.ortayasla {text-align: center; }
.gizli { display:none; }
.yazdir { font: normal 14px trebuchet ms; color: #0066ff; }

.transparan35 {	filter:Alpha(opacity: 35); -moz-opacity:0.35; opacity: 0.35; }
.transparan50 {	filter:Alpha(opacity: 50); -moz-opacity:0.50; opacity: 0.50; }
.transparan75 {	filter:Alpha(opacity: 75); -moz-opacity:0.75; opacity: 0.75; }
.transparan80 {	filter:Alpha(opacity: 80); -moz-opacity:0.80; opacity: 0.80; }




/* soultip starts */
#soultip{
	/*Width - Height*/
	width:120px;
	height:20px;
	text-align:center;
	/*FX*/
	filter:alpha(opacity:80);

	/*Do Not Edit*/
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	z-index:999999999;

	/*extra*/
	background-color:#FFD222;
	border:1px solid #666;
	padding:2px;
}

#soultip .header{
	line-height:13px;
	color:#000;
	font-size:11px;
	border:0px solid #333;	
	border-bottom-width:1px;
	font-weight:bold;
	margin-bottom:5px;
}

/*Font and Padding*/
#soultipinner{
	font-size:9pt;
	font-family:Verdana;
	line-height:12px;
	color: #000000;
}

