body  	{
		background-image: url('textbg.gif');
      	}
table 	{
		border-collapse: collapse;
      	}
th    	{
      	font-family: arial;
      	font-size: 12px;
      	font-weight: bold;
      	padding: 1px 4px 1px 1px;
      	background-color: lightgrey;
      	border-color: lightgrey whitesmoke;
      	border-width: thin;
      	border-style: solid;
      	}
td    	{
      font-family: arial;
      font-size: 12px;
      padding: 2px 4px 2px 4px;
      border-color: lightgrey;
      border-width: thin;
      border-style: solid;
	  nowrap;
      }
td.display {
      padding: 4px;
	  outline: whitesmoke solid thin;
      background-color: lightgrey;
      }
td.form {
		border:none;
		}
tr.field {
	  background-color: whitesmoke;
      }
tr.record {
      background-color: whitesmoke;
      }
tr.record:hover
      {
      background-color: powderblue;
}
tr.header {
	  font-weight: bold;
	  color: white;
	  /* grey does not work here */
	  background-color: gray;
      }
tr.footer {
      font-family: arial;
      font-size: 12px;
      /*font-weight: bold;*/
      text-align: right;
      height: 25px;
      background-color: lightgrey;
      }
tr.frmfooter {
      font-family: arial;
      font-size: 12px;
      font-weight: bold;
      text-align: right;
      background-color: lightgrey;
      }
input	{
		padding: 2px;
		font-size: 12px;
		border-with: 4px;
}
.brwlnk
      {
      color: mediumblue;
      font-family: arial;
      font-size: 18px;
      text-decoration: none;
      }

a:link    { font-family: verdana; font-size: 12px; color: black; text-decoration: none}
a:active  { font-family: verdana; font-size: 12px; color: black; text-decoration: none}
a:visited { font-family: verdana; font-size: 12px; color: black; text-decoration: none}
a:hover   { font-family: verdana; font-size: 12px; color: #0099cc; text-decoration: none}

.selected {
      font-family: verdana;
      font-size: 12px;
      line-height: 20px;
      color: black;
      background-color: gray;
      text-decoration: none;
      font-weight:bold;
      border: 1px #000000 solid;
      }
.selector {
      font-family: verdana;
      font-size: 12px;
      line-height: 20px;
      color: black;
      background-color: lightgrey;
      text-decoration: none;
      font-weight:bold;
      border: 1px #000000 solid;
      }      
