﻿#loaninfo_ascx
{
}

#loaninfo_ascx table tr td
{
}

#loaninfo_ascx fieldset
{
    padding: 0 0 7px 0;
    margin: 0 0px 0 0;
    height: 110px;
}

#loaninfo_ascx fieldset div
{
    height: 90%;
    width: 100%;
    background-position: bottom;
    background-image: url(images/00-PanelGradient.gif);
}


#charts div
{
    margin-bottom: 30px;
}

.catalogPanel
{
    display: none;
    position: absolute;
    background-color: #ffffff;
    width: 196px;
    max-height: 150px;
    border: 1px solid #7f9db9;
    padding: 3px;
    width: 220px;
}

.catalogPanel td input
{
    border-style: solid;
    border-width: 1px;
    width: 110px;
}

/*
.catalogPanel table { padding:0px; margin:0px;}
.catalogPanel table tbody { padding:0px; margin:0px;}
.catalogPanel table tbody tr { padding:0px; margin:0px;}
.catalogPanel table tbody tr td{ padding:0px; margin:0px;}
*/

.catalogPanel a
{
    text-decoration:'underline';
}

.lnkclear
{
    color:Blue;
    text-decoration:'underline';
    cursor:pointer;
}

.cslbl
{
    border: 0px none #FFFFFF !important; 
    width: 170px;
    display: inline;
    cursor: pointer;
}

.cstable
{
    border: 1px #7f9db9 solid;    
    padding:0px;    
    margin:0px;
    width: 208px;
    background-color: #ffffff;
    
}

.cstable td
{
    border-style: none;
    border-width: 0px;
    padding: 0px;
    margin: 0px;
}

.cstable img
{
    border: none;
    cursor: pointer;
    float:right;
}

.catalogResults
{
    max-height: 150px;
    overflow: auto;
    height: auto;
    background-color: #ffffff;
   
}

.catalogResults UL
{
    margin: 0px;
    padding: 0px;
    width: auto;
}

.catalogResults UL li 
{
    cursor: pointer !important;
}

.catalogResults UL li span {
    border: none !important;
    background-color: transparent !important;
    cursor: pointer !important;
}

.catalogResults UL li:hover
{
    background-color: #DDDDDD;
}

.alt
{
    background-color: #eeeeee;
}

.catalogResults UL li span:first-child
{
    margin-right:3px;
    display: block;
}

.cslblreadonly
{
    color : gray;
}