BODY {

  background-image: url(Images/blue.jpg);
  background-repeat: repeat-y;
  color: #060385;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
}
A {
  color: #060385;
  text-decoration: none;
  font-weight: bold;
}

A:hover {
  color: #060385;
  text-decoration: underline;
}

.Listings {
  text-align: center;
}

TABLE.Listings {
  width: 550px;
  align: center;
  border: solid 3px #060385;
}

.Listings TH {
  background: #060385;
  color: #FFFFFF;
}

.Listings IMG {
  border: 0;
  margin: 5px;
}

.sendtablelabel {
  text-align: right;
  vertical-align: top;
}

.sendtabledata {
  text-align: left;
  vertical-align: top;
}

.Agents {
  width: 80%;
  text-align: center;
  color: #FFFFFF;
}

.Agents IMG {
  border: 0;
  margin: 5px;
}

TD.Agent {
  border: 1;
  padding: 0;
  background: #000000;
  border-color: #060385;
}

.error {
  color: red;
}


/*insert css rollover for mesq2.php below */



/*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: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -30; /*CS FOR VERTICAL ALIGN*/
left: -200px; /*position where enlarged image should offset horizontally */

}

.thumbnail2:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -30; /*CS FOR VERTICAL ALIGN*/
left: -200px; /*position where enlarged image should offset horizontally */

}

/*end css reollover for mesq2.php */

