﻿div.lgdWrap
{
    background-image:url('Legend/grayborder.png');
    background-position:left bottom;
    background-repeat:repeat-x;
    line-height:20px !important;
    padding-bottom:5px;
    padding-top:8px;
    vertical-align: baseline;
    display:block;  
    clear:left;
    margin-bottom:8px;
}

div.lgdWrapNoTopPad
{
    background-image:url('Legend/grayborder.png');
    background-position:left bottom;
    background-repeat:repeat-x;
    line-height:20px !important;
    padding-bottom:5px;
    padding-top:0;
    vertical-align: baseline;
    display:block;  
    clear:both;
    margin-bottom:8px;
}


span.lgdCaption
{
    font-family: Trebuchet MS,Helvetica,Charcoal;
    font-size: 20px !important;    
    font-weight: normal;    
    color:#7ba26b;
    line-height:20px !important;
    vertical-align:baseline;
}

div.lgdRight
{
    float:right;
    line-height:20px !important;    
    padding-top:4px;
    text-align:right;
    vertical-align:baseline; 
}

.lgdLink
{
    float:right;
    line-height:20px !important;    
    text-align:right;
    vertical-align:baseline;
}

a.lgdLink,
a.lgdLink:link,
a.lgdLink:hover,
a.lgdLink:active
{
    color:#90486e;
    text-decoration:underline;
    font-family: arial, helvetica, Sans-Serif;
    font-size: 12px !important;
    padding-right:4px;
}

a.lgdLink img,
a.lgdLink:link img,
a.lgdLink:hover img,
a.lgdLink:active img
{
    background-color:#90486e;
    text-decoration:none;
    font-family: arial, helvetica, Sans-Serif;
    font-size: 12px !important;
}

a.lgdLink:hover,
a.lgdLink:active
{
    color: #6a6e8b;
    text-decoration:none;
}


a.lgdLink:hover img,
a.lgdLink:active img
{
    background-color: #6a6e8b;
    text-decoration:none;
}




/*
.lgdSpacer
{
    width:20px; 
    background:#fff;
    display:block;
    height:28px !important;
    float:right;    
}
*/