
/* share.css  									*/
/* Created: Nov 29, 2007  							*/
/* Last Updated: Feb 16, 2008 							*/
/* Used to setup the add2tour menu for users share with their friends or emails	*/



    div.shareBox {
    font-size: 100%;
    color: #000000;
    border: 1px solid #000000;
    margin: 1em 0em 1em 1em; 
    padding: 1em;  
    background-color: #d6e0ec;
    }

    .shareTitle  {
    font-size: 150%;
    color: #0000dd;
    border-bottom: 1px solid #0000dd;
    padding-bottom: 0.1em; 
    margin-left: auto;
    margin-right: auto;
    min-width: 10em;
    text-align: left;
    }

    #dynamicMenuBox a.easyLink {
    color: #0000dd;
    background-color: transparent;
    padding: 1em 0em 0.15em 0em; 
    border-bottom: 1px dotted #0000dd;
    text-decoration: none;
    }

    .smallShareTitle {
    font-size: 100%;
    color: #000000;
    font-weight: bold;
    margin: 1em 0em 1em 0; 
    }

    div.shareAddressBox {
    font-size: 80%;
    color: #000000;
    padding: 0.1em 0.1em 0 0; 
    border: 1px solid #666666;   
    overflow: auto;
    height: 170px;
    background-color: #ffffff;
    }
    
    span.addressBoxText {
         text-decoration: underline;
    }

    div.leftShare {
    width: 50%;
    border-right: 1px solid #0000dd;
    padding: 0 0.1em 0 0;
    float:left;
    text-align: left;
    }

    div.rightShare {
    width: 40%;
    padding: 0 0.1em 0 0.1em;
    text-align:left;
    }

    .smallPrintShare {
    font-size: 90%;
    color: #000000;
    font-weight: normal;
    font-family: verdana, helvetica, arial, sans-serif;
    }

    .yellowBackground {
    background-color: #ffff00;
    }

    .blueText {
    font-size: 100%;
    color:rgb(0,51,153);
    }
