a.yenimenu {text-decoration:none; color:#638A22; font-family:Verdana; font-size:10pt; font-weight:bold}
a:hover.yenimenu {color:#638A22; text-decoration:underline}
a.yenikategori {text-decoration:none; color:#888888; font-family:Verdana; font-size:8pt }
a:hover.yenikategori {color:#CCCCCC; font-family:Verdana; font-size:8pt }
a.katsayfaust {text-decoration:none; color:#635A22; font-family:Tahoma; font-size:10pt; font-weight:bold }
a:hover.katsayfaust {color:#635A22; font-family:Tahoma; font-size:10pt; text-decoration:underline; font-weight:bold }
.katsayfa { font-family:Tahoma; font-size:8pt;padding:2px 0;margin:2px;border-bottom:1px solid #BFBFBF;}
.katsayfa a{margin:3px 0;text-decoration:none; font-weight:bold; color:#638A22;}
.katsayfa a:hover{color:#638A22; text-decoration:underline; font-weight:bold;}
 a.katsayfaalt {text-decoration:none; color:#638A22; font-family:Tahoma; font-size:8pt; font-weight:bold }
 a:hover.katsayfaalt {color:#638A22; font-family:Tahoma; font-size:8pt; text-decoration:underline; font-weight:bold }
 a.yenipencere {text-decoration:none; color:#3B5694; font-family:Tahoma; font-size:8pt; font-weight:bold }
 a:hover.yenipencere {color:#3B5694; font-family:Tahoma; font-size:8pt; text-decoration:none; font-weight:bold }

 body{font-family:Verdana;font-size:11px;}
 h4{font-family:Tahoma; margin:3px 0;padding:0;font-size: 12px;color: #3B5694;}
 .sayfalar{text-align:center;background:#FFF;font-size:12px;padding:3px;}
 .sayfalar a{text-decoration:none; color:#638A22; font-family:Tahoma; font-size:13px; font-weight:bold}
 .sayfalar a:hover {text-decoration:underline;  }
 .query{
	background-color: #FFF;
	padding: 1px;
}
.sponsoris{float:right;display: none;}
.sponsoris a,.sponsoris a:hover{
color: #BFBFBF;
text-decoration: none;
font-size: 9px;
}
.btt{
	background-color: #7BA626;
	border-left: 1px solid #B2CB81;
	border-top: 1px solid #B2CB81;
	border-right: 1px solid #44671D;
	border-bottom: 1px solid #44671D;
	color: #FFF;
	font-family:Verdana;
	font-size:10px;
	text-align:center;
}

.aramakutusu{
  background-image:url('/arama.gif');
  background-repeat:no-repeat;
  padding-left:20px;
	border: 1px solid #808080;
	font-family: Verdana;
	font-size: 10px;
	color: #A3B3DE;
	width: 200px;
} 


input.query{
	border: 1px solid #808080;
	font-family: Verdana;
	font-size: 10px;
	color: #A3B3DE;
}
.results{
	padding: 5px 0;
	border-bottom: 1px solid #F4F4F4;
}
.linkler a{}
.linkler a:hover{}
.linkler a:visited{color:#638A22;}
.linkler a:active{}
.linkler a:link{}
#fld{color:#9E9E9E;}
#fld a,#fld a:hover,#fld a:visited,#fld a:active,#fld a:link{color:#638A22;}



/* CSS needed for the script */

#ajax_tooltipObj{
	z-index:1000000;
	text-align:left;
}
#ajax_tooltipObj div{
	position:relative;
}

/* If you don't want the arrow - Just set the width of this div to 1 or something like that and drop the background selectors from the CSS below */

#ajax_tooltipObj .ajax_tooltip_arrow{	/* Left div for the small arrow */
	background-image:url('/images/arrow.gif');
	width:20px;
	position:absolute;
	left:0px;
	top:0px;
	background-repeat:no-repeat;
	background-position:center left;
	z-index:1000005;
	height:60px;
}

#ajax_tooltipObj .ajax_tooltip_content{
	border:2px solid #317082;	/* Border width */
	left:18px;	/* Same as border thickness */
	top:0px;
	position:absolute;
	width:250px;	/* Width of tooltip content */
	height:150px;	/* Height of tooltip content */
	background-color:#FFF;	/* Background color */
	padding:5px;	/* Space between border and content */
	font-size:0.8em;	/* Font size of content */
	overflow:auto;	/* Hide overflow content */
	z-index:1000001;
}