﻿body {
}

#printDir
{
    margin-right:92px;
   
}

.printDir
{
    background:transparent url(/Portals/0/images/printBtn.gif) no-repeat scroll left center;
    height:40px;
    text-indent:-9999px;
    width:150px;
    display: block;
    
    overflow:hidden;
}

.printDir:hover
{
    background:transparent url(/Portals/0/images/printBtn_hover.gif) no-repeat scroll left center;  
    width:150px;
    height:40px;
}

#directions
{
    margin: 0 0 0 50px; 
    overflow: auto; 
    width: 500px; 
    height: auto; 
    font-size:12px;
}

#directions td
{
    font-size: 12px;
    padding-top: 7px;
    padding-bottom: 7px;
}

#printMap
{
     background-repeat: no-repeat;
    background-position: left top;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    font-weight: bold;
    text-decoration: underline;
    margin: 0 45px 0 0;
}
#printMap a{
    background-image: url(/Portals/0/images/print.gif);
    background-repeat: no-repeat;
    background-position: left top;
    padding: 0 0 5px 22px;
}
#defaultmaplink{
    float:right;
    font-size: 11px;
    text-align: right;
    font-weight: bold;
    text-decoration: underline;
}
.maptoplinks{
    width: 535px;
    margin: 20px auto 10px;
    text-align: right;
}