﻿/*arama autocomplete*/

.AramaPanel
{
	width: 240px;
	background-color: #fbd7a8;
	border: 1px solid Silver;
	margin-top:10px;
	
}
.AramaPanel .AramaCaption
{
	background: transparent url('../themes/baslik.jpg') repeat-x scroll 0% 0%;
	text-align: center;
	height: 35px;
	color: White;
}
.AramaPanel .aramaSearchEdge
{
	background: transparent url('Autoicons/searchfield.gif') no-repeat scroll 0% 0%;
	float: left;
	width: 240px;
	height: 40px;
}
.AramaPanel .aramaSearchEdge .AramaSearchEdgetxt
{
	padding: 8px 0px 0px 3px;
	float: left;
}
.AramaPanel .aramaSearchEdge .AramaBtn
{
	float: left;
	padding-top: 8px;
}

.uzerindeiken
{
	color: orange;
	font-weight: bold;
	border: 1px solid black;
	cursor:pointer;
}
.uzerindedegilken
{
}
.genis
{
	height: 200px;
	overflow: auto;
	width: 236px !important;
	position: relative;
	list-style-type: none;
	font-family: Verdana;
	font-size: 10px;
	padding: 0;
	margin-top: 5px;
	margin-left: -4px;
	line-height: 18px;
	background-color: White;
	border-left: 2px solid #dbdbdb;
	border-bottom: 2px solid #dbdbdb;
	border-right: 2px solid #dbdbdb;
}
