﻿body
{
}


.clear
{
    /* generic container (i.e. div) for floating buttons */
    overflow: scroll;
    width: 90%;
}


#SimpleDoc
{
    width: 90%;
    display:block;
}

#SimpleDoc table
{
    clear:both;
    padding: 0 0 0 0;
    overflow: scroll;
    table-layout:   fixed;
           
}

#SimpleDoc tr
{
    clear:both;
    padding: 0 0 0 0;
    overflow: auto;     
}

#SimpleDoc td
{
    white-space:pre-line
       
}


#SimpleDocMenu ul
{
    list-style: none;
    width: 30%;
    
}

#SimpleDocMenu li
{
    float: right;
    display:   inline-block;
    list-style-type: none;
    padding-right: 20px;
}


.buttonDoc
{
    display: block;
}

a.docPrint
{
    background: transparent no-repeat scroll top right;
    color: #444;
    display: block;
/*    font: normal 12px arial, sans-serif; */
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding ;*/
    text-decoration: none;
    background-image: url('../../../App_Themes/PharmaBe/Images/PRINT.BMP');
}

a.docPrint:active
{
    /* background-position: bottom right;	*/
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.wordExport
{
    background: transparent no-repeat scroll top right;
    color: #444;
    display: block;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding ;*/
    text-decoration: none;
    background-image: url('../../../App_Themes/PharmaBe/Images/word-16.gif');
}

a.wordExport:active
{
    /* background-position: bottom right;	*/
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.pdfExport
{
    background: transparent no-repeat scroll top right;
    color: #444;
    display: block;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding ;*/
    text-decoration: none;
    background-image: url('../../../App_Themes/PharmaBe/Images/reader-16.gif');
}

a.pdfExport:active
{
    /* background-position: bottom right;	*/
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

.leafletLink
{
    font-size: 10px;
    font-weight: bold;
    color: #00008B;
    background-color: #E3F2F7;
    border: 1px inset #00008B;
    width: 100%;
}

