/* Classes used by popup box functionality */

#trailimageid
{
	font-size: 0.75em;
	position: absolute;
	display: none;
	left: 0px;
	top: 0px;
	width: 400px;
	height: 0px;
	z-index: 200;
}


.popupBox {
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;
	z-index: 200;
	border: 1px #696969 solid;
	background-color: white;

	padding: 5px;
	padding-left: 7px;

}

.popupBoxResponseMessages {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
}

.searchImg {
	border: 1px solid #E0E0E0;
	}

.sbody { font-family:arial, Helvetica; font-size:8pt; font-weight:normal; letter-spacing:normal; color:#000000; }


.hoverBox {
  z-index: 200;
  font-family:  Verdana, Arial, sans-serif;
  font-size: 11px;
 /* background-image: url(/images/trans.gif);*/
 background-color:white;
 overflow:break;

}



  .cbody { 
font-family:verdana; 
font-size:8pt; 
font-weight:normal;  
color:#000000; 
padding:10px;

}

  .cbody2 { 
font-family:verdana; 
font-size:8pt; 
font-weight:normal;  
color:#000000; 
background-color:white;
padding:10px;

}


TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  border-color: gray;
 border-style: solid;
 border-width: 1px;
}


h1 {
                font-family:Arial; 
                font-size:18px;
                color:black;

}

h2 {
                font-family:Arial; 
                font-size:14px;
                color:black;

}

/* Definitions for specific implemenations of popup boxes */

#lightboxPopupBox {
	position: absolute;
	visibility: hidden;
	width: 100px;
	height: 100px;
}


#load2 {
  	width: 200px;
	height: 100px;
         border-width: 3px;
	border-style: solid;
	border-color: gray;
	background-color: white;
	position: absolute;
	left: 50%;
	top: 40%;
	margin-top: -50px;
	margin-left: -100px;
	text-align: center;
         font-family:Arial; 
         font-size:12px;
}