﻿.ajaxRow
{
    border-style:none;
    padding:4px 0px 0px 0px;
    background: white;
    cursor: hand;
    color: black;
    height: 18px;
    text-align: right;
}
.ajaxRowOver
{
    border-style:none;
    padding:4px 0px 0px 0px;
    font-weight:bold;
    background: #F9E7D6;
    cursor: hand;
    color: black;
    height: 18px;
    text-align: right;
}
.ajaxRowChosen
{
    border-style:none;
    padding:2px 3px 2px 0px;
    font-weight: bold;
    background: #F9E7D6;    
    cursor: hand;
    color: black;    
    height: 20px;
    text-align: right;
}
.ajaxTitle
{
    background-image: url(../images/ajxTitleBg.gif);
    font-weight: bold;
    padding:0px 4px 0px 4px;
    color: WHITE;
    height: 20px;
}
.ajaxBorder
{
    table-layout: fixed;
    border:solid 1px black;
    background: white;
}
.ajaxList
{
    table-layout: fixed;
    border:solid 1px black;
    background: white;
    position:absolute;
    z-index:15;
    direction:ltr;
    text-align:right;
    overflow:auto;
    display:none;
    padding:0px 0px 0px 0px;
    width:136px;
    height:198px;
}
