 body
{
  font-family: helvetica, sans-serif;
  margin: 0px;
  padding: 0px;
  font-size: 12px  
}

#content
{
  height: 100%;
  width: 100%;
  text-align:left
}

#message
 
{   
  font-weight: bold;
  text-align: left;
  margin-left: 10px;
  margin-bottom: 10px;
  margin-top: 10px
}

a 
{
  text-decoration: none;
  margin: 0px;
  color: #173f5f
}
 
input 
{
  border: #999 1px solid; 
  font-family: helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px 
}

#showDiv
{
  position: absolute;
  margin: -3 auto;
  visibility: hidden;
  background-color: white;
  z-index: 9999;    
  width: 281px;
  height: 90;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-collapse: collapse;
  border-bottom-style: solid;
  border-color: #B3B3B3;
  border-width: 1px;      
  overflow: visible
}

#showDiv div
{
  margin: 0 auto;
  text-align:left
}

#showDiv table
{
  width: 276px;
  font-size: 10px;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
  border: 0px;
  padding: 0px;  
  text-align:left;   
  margin: 0px
}

.highlight
{
  background-color: #FFFF78;
  cursor: pointer
}
 
