﻿.thumbnail2{
position: relative;
z-index: 0;
}

.thumbnail2:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail2 span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
width:222;
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: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}


.thumbnail2{
position: relative;
z-index: 0;
}

.thumbnail2 span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
width:222;
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: 60px; /*position where enlarged image should offset horizontally */

}
.textcentergreen
{
	font-family: Tahoma;
	background-color: green;
	font-size:8pt;
	margin-bottom:0;
	margin-top:0;
	color: white;
	text-align:center;
}
.textleft
{
	font-family: Tahoma;
	font-size:8pt;
	margin-bottom:0;
	margin-top:0;
	color: black;
	text-align:left;
}

.textright
{
	font-family: Tahoma;
	font-size:8pt;
	margin-bottom:0;
	margin-top:0;
	color: black;
	text-align:right;
}
.textleftu
{
	font-family: Tahoma;
	font-size:8pt;
	margin-bottom:0;
	margin-top:0;
	color: black;
	text-align:left;
	text-decoration:underline;
}

.textrightu
{
	font-family: Tahoma;
	font-size:8pt;
	margin-bottom:0;
	margin-top:0;
	color: black;
	text-align:right;
	text-decoration:underline;
}
.error
{
	background-color:#B00B0B;
	font-family:Verdana,arial,helvetica;
	font-weight:bold;
	font-size:10pt;
	color:White;
	margin-bottom:0;
	margin-top:0;
	margin-left:0;
	margin-right:0;
	TEXT-ALIGN: center
}
.success
{
	background-color:Green;
	font-family:Verdana,arial,helvetica;
	font-weight:bold;
	font-size:10pt;
	color:White;
	margin-bottom:0;
	margin-top:0;
	margin-left:0;
	margin-right:0;
	TEXT-ALIGN: center
}
.reportheading

{
	font-family: Tahoma;
	font-size:8pt;
	margin-bottom:0;
	margin-top:0;
	color: black;
	text-align:center;
}
.textcenter
{
	font-family: Tahoma;
	font-size:8pt;
	margin-bottom:0;
	margin-top:0;
	color: white;
	background-color: Green;
	text-align:center;
}
