/*===========================**** Opera Browser Support ---> CSS ****===========================*/

@media not screen and (1)
{

    UL.tabNavigation
    {
        list-style: none;
        margin: 0;
        padding: 0;
        background-color: #CCCCCC;
        width: 875px;
        height: 16px;
        padding-left: 25px;
        font-size: 19px;
        font-weight: normal;
        border: 1px solid #BCBCBC;
        padding-top: 5px;
    }

    UL.tabNavigationMat
    {
        list-style: none;
        margin: 0;
        padding: 0; /*background-color:#EEEEEE;*/
        width: 270px;
        height: 12px;
        padding-left: 10px;
        font-size: 15px;
        font-weight: normal; /*border: 1px solid #BCBCBC;*/
        border: 1px solid;
        border-color: #FFFFFF #FFFFFF #BCBCBC;
        padding-top: 5px;
    }

    .TableFriendsOrFramer
    {
        width: 280px;
    }

    .OtherDetails
    {
        background-color: #fff;
        text-align: right;
        position: absolute;
         left: 627px;
        top: 571px;
        width: 283px;
        height: 19px;
        border: 1px solid #BBBBBB;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        -khtml-border-radius: 20px;
        border-radius: 20px;
        padding-top: 3px;
    }
    
          
    
        .LabelShareFramer
        {
            height: 20px;
            padding-left: 10px;
            font-size: 8pt;
            font-weight: normal;
            color: #242424;
    }
}
