/* CSS Document */

textarea
{
  font-family: arial, helvetica, sans-serif;
}

#thumbsheet  {
   visibility: visible;
   position: relative;
   left: 0px;
   top: 0px;
   z-index: 3;
   width: 460px;
   height: 673px;
}

#thumbsheet .thumbwrapper  {
   position: relative;
   float: left;
   margin: 0px;
   padding: 5px;
   width: 220px;
   height: 142px;
}

.sgthumb  {
   border: 1px solid #000000;
   background-position: 50% 50%;
   background-repeat: no-repeat;
   display: block;
   width: 220px;
   height: 142px;
}

.imagezoom {
	border: 1px solid #006699;
	background-color: #F2F5F7;
	clear: both;
	width: 420px;
	height: 320px;
}

.imagezoomtrans {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 420px;
	height: 320px;
}

.imagezoombutton {
	text-align: center;
}

a.imagezoomlink, img.imagezoomtrans {
 border: 0;  
 text-decoration: none;  
}  
a.imagezoomlink:link {  
 text-decoration: none;  
}  

.VPthumbwrapper  {
   float: left;
   margin: 0px;
   padding: 5px;
   width: 150px;
   height: 97px;
}

.VPsgthumb  {
   border: 1px solid #000000;
   background-position: 50% 50%;
   background-repeat: no-repeat;
   display: block;
   width: 150px;
   height: 97px;
}

.VPimagezoom {
	border: 1px solid #006699;
	background-color: #F2F5F7;
	clear: both;
	width: 250px;
	height: 162px;
}

.VPimagezoomtrans {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 250px;
	height: 162px;
}

.VPimagezoombutton {
	display:none;
	text-align: center;
}

a.VPimagezoomlink, img.VPimagezoomtrans {
 border: 0;  
 text-decoration: none;  
}  
a.VPimagezoomlink:link {  
 text-decoration: none;  
}  

.ProjectContainer {
	overflow:auto;
	height:130px;
	width:460px;
}

.Project {
	height:110px;
	width:1500px;
	white-space:nowrap;
}

.VPCFormSubmit {
  display:none;
 }
