﻿.dxeListBox
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #047969;
	text-decoration: none;
	border: solid 1px #89b8b2;
	height:20px;
	width:170px;
	padding-left:2px;
	padding-top:2px;
}
.genel
{
	border: solid 1px #89b8b2;
	height:15px;
	width:170px;
}
.dxeListBoxItem
{
	color: #047969;
	border-left: solid 1px white;    
    border-right: solid 1px white;    
    font-family: Tahoma;
    font-size: 9pt;
    padding: 3px 2px 4px 3px;
    white-space: nowrap;
    text-align: left;
    cursor: default;
    font-weight: normal;
}

.dxeListBoxItemHover        /* inherits dxeListBoxItem */
{
    background-color: #cfcfcf;
}

.dxeListBoxItemSelected     /* inherits dxeListBoxItem */
{    
    background-color: #8d8d8d;
}
