/* © 2004-2009, Applied Geographics, Inc.  All rights reserved. */

#labMessage
{
  position: absolute;
  left: 10px;
  top: 10px;
}

#pnlApplications
{
  position: absolute;
  left: 25px;
  top: 35px;
  width: 742px;
  height: 348px;
  overflow: auto;
}

TABLE#grdApplications
{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 722px;
}

TABLE#grdApplications TH
{
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  font-weight: bold;
  color: black;
  padding-bottom: 5px;
}

TABLE#grdApplications TD
{
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  color: black;
  text-align: left;
  vertical-align: top;
  padding-bottom: 2px;
}

TABLE#grdApplications TD A
{
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  color: blue;
  text-decoration: none;
}

TABLE#grdApplications TD A:link
{
  color: blue;
  text-decoration: none;
}

TABLE#grdApplications TD A:visited
{
  color: blue;
  text-decoration: none;
}

TABLE#grdApplications TD A:hover
{
  color: blue;
  text-decoration: underline;
}

