﻿/********************************************
AZ Directory 
**********************************************/

a.RedLink

{
    padding:0px 8px 4px 15px;
    margin:0 10px 2px 5px;
    background-image:url('../UI/Images/ArrowRed.gif');
    background-position:1px 5px;
    background-repeat:no-repeat;
    display:block;
    line-height:145%;
    width:160px;
    /*font-weight:bold;*/
}

a.AZGreenLink

{
    padding:0px 8px 4px 15px;
    margin:0 10px 2px 5px;
    background-image:url('../UI/Images/ArrowGreen.gif');
    background-position:0 4px;
    background-repeat:no-repeat;
    display:block;
    line-height:145%;
    width:160px;
}


#tblCompanyDetail 
{
    width:700px;
    margin:0px 0 0px 0 ;
    padding:20px 0 10px 0;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
}


#tblCompanyDetail td.Left
{
    width:200px;
}

#tblCompanyDetail td.Right
{
    width:500px;
    padding:20px 0 0 0;
}

#tblCompanyDetail td.Right p
{
}

#tblCompanyDetail p.Indent 
{
    padding:0 0 10px 20px;
    width:170px;
}


#tblCompanyDetail p
{
    margin:0 0 4px 0;
    padding:0 0 4px 0;
    line-height:155%;
    width:440px;
}


#tblCompanyDetail h3 
{
    margin:10px 0 5px 0;
}








#LetterBar
{
    width:520px;
    height:19px;
    background-image: url(../UI/Images/LetterbarBackground.gif);
    background-repeat:no-repeat;
    margin:0;
    padding:6px 0 0 10px;
}

#LetterBar a
{
    padding:0 4px 0 0px;
    margin:0 4px 0 0px;
    border-right:solid 1px #fff;
    font-weight:bold;
}


#ListingTable
{
    width:540px;
}

#ListingTable th
{
    border-top:solid 1px #999;
    padding:5px;
    text-align:left;
}

#ListingTable td
{
    border-top:solid 1px #ccc;
    padding:5px;
}







