div.TXTbuttons
{height: 26px;
 padding-top: 25px;
 border-width: 0px;
 border-style: solid;
}

input.TXTmenuButton 				/* preference or help button */
{
    text-align: center;
    width: 133px;
    border-width: 1px;
    border-style: outset;
    background-color: lightGrey;  /* Beige */

}

div.BIBsec
{display: block;
clear: both;
padding-top: 20px;
padding-bottom: 10px;
font-size: 150%;
}


div.BIBentry1 

{   
    font-size: 150%;
    overflow: auto;
    clear: both;
    display: block;
    width: 876;

    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
    border-width: 1px;
    border-style: outset;
}


div.BIBentry 

{   overflow: auto;
    clear: both;
    display: block;
     width: 876;

    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
    border-width: 1px;
    border-style: outset;
}

div.BIBname 
{
    display:inline;
    float: left;
    width: 150px;

    border-width: 0px;
    border-style: solid;
}

div.BIBvalue 
{
    float: left;
    display: inline;
    width: 79%;

    border-width: 0px;
    border-style: solid;
}





/*
{ 
    float: left;
    width: 110px;          
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 2.5px;
    background-color:   #3454b7;   
    color: #e8e5ef; 
    font: 2.25em "Times New Roman", Times, serif; 
    text-align: right;
    border-width: 0px;
    border-color:  #e8e5ef; 
    border-style: outset;
} */