body
{
    font-size: .9em;
    font-family: Verdana;
    background-color: Gray;
}

table
{
    font-size: .9em;
    font-family: verdana;
}

#locationPanel
{
    float: left;
    height: 578px;
    background-color: LightGreen;
    overflow: auto;
    overflow-x: hidden;
    width: 15%;
    clear:both;
}
#locationPanel a, #categoryPanel a, #letterPanel a
{
    white-space: nowrap;
    overflow: hidden;
    display:block;
    margin:2px;
}
#letterPanel
{
padding-top:20px;
    float: left;
    width: 2%;
    height: 578px;
    text-align:right;
}

#letterPanel .selected
{
    background-color:Lightblue;
}
#categoryPanel
{
    float: left;
    width: 18%;
    height: 578px;
    overflow: auto;
    overflow-x: hidden;
     background-color:Lightblue;
    }
#businessPanel
{
    float: left;
    width: 65%;
    height: 578px;
    overflow: auto;
    overflow-x: hidden;
}

h1
{
    font-size: 140%;
    font-weight: bold;
    color: #006600;
}
#maintable
{
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    border-collapse: collapse;
}
.labels a:link
{
    color: #3366FF;
    font-size: 10pt;
}
.labels a:visited
{
    color: #3366FF;
    font-size: 10pt;
    font-family: ITC Zapf Chancery, Verdana;
}
.labels a:active
{
    color: #3366FF;
    font-size: 10pt;
}
.latesttable
{
    font-size: 12px;
    align: right;
}
.holder
{
    background-position: -15;
    background-image: url( '../../images/holder.gif' );
    background-repeat: no-repeat;
    background-attachment: scroll;
}
.content
{
    border-right: whitesmoke 1px solid;
    padding-right: 4px;
    border-top: whitesmoke 10px solid;
    padding-left: 4px;
    font-size: 10pt;
    padding-bottom: 1px;
    border-left: whitesmoke 1px solid;
    padding-top: 20px;
    border-bottom: whitesmoke 1px solid;
}




.imagelink
{
    border: 2px solid #006600;
}
.listheader
{
    background: #006600;
}
#countyMenu a
{
    margin: -2px;
    font-size: smaller;
    border-color: navy;
    border-width: 1px;
    border-style: solid;
    border-bottom-width: 0px;
    background-color: green;
    padding-right: 5px;
    padding-left: 5px;
    text-decoration: none;
    white-space: nowrap;
    color: White;
}


/************
header div
************/
#headerDiv
{
    padding-left: 240px;
    background-image: url(../../images/topbg.jpg);
    background-repeat: repeat-x;
}
/************
left div
************/
.menutable
{
    background-repeat: repeat-y;
    background-image: url(../../images/menubg.jpg);
    width: 230px;
    margin-left: 23px;
    padding-left: 10px;
}
.menutable a
{
    font-size: smaller;
    font-weight: bold;
    width: 90%;
    height: 23px;
    list-style-type: decimal;
    text-decoration: none;
    color: #C0C0C0;
    border-bottom: solid 1px gray;
}
.menutable a:hover
{
    background-color: Green;
    filter: alpha(opacity=30);
}
.newlinks a
{
    display: block;
    font-weight: bold;
}


.formtable input
{
    width: 99%;
}
.formtable
{
    background-color: #D8EBDF;
}
.formheader
{
    width: 100px;
    text-align: right;
    font-weight: bold;
}
.formrow
{
}
.formrow span
{
    display: block;
    height: 18px;
    border: solid 1px #ccc;
    padding: 2px;
}

.datatable
{
    width: 100%;
    background-color: #D8EBDF;
    table-layout: fixed;
}
.datatable td
{
    overflow: hidden;
    white-space: nowrap;
    width: 20%;
    height: 20px;
    text-overflow: :ellipsis;
}
.datatable .altrow
{
    background-color: #ffffff;
}

.letterDiv a
{
    display: block;
}
.letterDiv
{
    float: left;
    width: 48%;
    height: 300px;
    border: dotted 1px #ccc;
    overflow: auto;
    margin: 5px;
}
.adRect
{
    display: inline;
    width: 45%;
    height: 300px;
}
.irishMap
{
    width: 55%;
    float: right;
    height: 600px;
}
#countyMenu, #mainMenu
{
    clear: both;
    margin: 50px 0px 0px 0px;
}
#countyMenu li, #mainMenu li
{
    display: inline;
    list-style: none;
}
