body {scrollbar-arrow-color: gray; scrollbar-base-color:#e9e9e9}
a:link { color: blue;text-decoration: none}
a:visited {color: blue; text-decoration: none}
a:hover {color: red;font-style: normal; text-decoration: underline}
td {font-family: "Microsoft Sans Serif", "MS Sans Serif", DilleniaUPC; font-size:9pt;}
.thsans {  font-family: "Ms Sans Serif"; font-size: 8pt; font-weight: bold; text-decoration: none}
.thtahomasmall {  font: 8pt tahoma}
.thtahomabig {  font-family: "Microsoft Sans Serif", "MS Sans Serif", DilleniaUPC; font-size:16pt;}

.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: -25px;
left: -150px; /*position where enlarged image should offset horizontally */

}

/*//////////////////////////////////////////*/
.thumbnail2{
position: relative;
z-index: 0;
}

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

.thumbnail2 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;
}

.thumbnail2 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail2:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -250px;
left: -150px; /*position where enlarged image should offset horizontally */

}
.jiraoh {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #FF0000;


}
