a:active     {  font-family: Arial; font-size: 12px; color: #000000}

a:link       {  font-family: Arial; font-size: 12px; color: #000000}

a:visited    {  font-family: Arial; font-size: 12px; color: #000000}

body         {  font-family: Arial; font-size: 12px; color: #000000}

li           {  font-family: Arial; font-size: 12px; color: #000000}

ol           {  font-family: Arial; font-size: 12px; color: #000000}

table        {  font-family: Arial; font-size: 12px; color: #000000}

td           {  font-family: Arial; font-size: 12px; color: #000000}



.thumbnail{

position: relative;

z-index: 0;

}



.thumbnail:hover{

background-color: transparent;

z-index: 160;

}



.thumbnail span{ /*CSS for enlarged image*/

/* position: absolute;*/

position: relative;

background-color: lightyellow;

padding: 5px;

left: -1000px;

border: 1px dashed gray;

visibility: hidden;

color: black;

text-decoration: none;

}



.thumbnail span img{ /*CSS for enlarged image*/

border-width: 0;

padding: 2px;

}



.thumbnail:hover span{ /*CSS for enlarged image on hover*/

visibility: visible;

top: 0;

left: 0px; /*position where enlarged image should offset horizontally */

}



.database { 
visibility: hidden; 
} 




.button {font:14px Georgia,Verdana; margin-bottom:10px; padding:8px 10px 9px; border:1px solid #ccc; background:#eee; cursor:pointer}
/*.button:hover {border:1px solid #bbb; background:#e3e3e3}*/

