td.packages{

font-family:verdana;

font-size:8.5pt;

color:#000000;

background-color:#ffffff;

border-top:0px solid #BBBB97;

padding:5px;

height:32px;



}

tr.packages{

font-family:verdana;

font-size:8.5pt;

color:#000000;

background-color:#ffffff;

border-top:0px solid #BBBB97;

padding:5px;

height:32px;



}

td.packageHeader{
font-family:verdana;
font-size:8pt;
font-weight:bold;
color:#000000;
background-color:#A4B5D0;


padding:5px;

height:30px;



}

td.packageSubHeader{

font-family:verdana;
font-size:8pt;
font-weight:bold;

color:#000000;

background-color:#EFEFEF;

padding:5px;
height:20px;

}

a.packageDetail:link{

color:#23529E;

font-weight:bold;

}

a.packageDetail:visited{
color:#23529E;
font-weight:bold;

}

a.packageDetail:hover{
color:#000000;
font-weight:bold;

}





/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */


.thumbnail{
position: relative;
z-index: 0;
}


.thumbnail:hover{
background-color: transparent;
z-index: 50;
}



.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
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: -250;
left: 20px; /*position where enlarged image should offset horizontally */
}
