.table_format {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #665;
	white-space: nowrap;
}

.table_format tr {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
	background-color: #E0E0E0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #667;
  }

.table_format tr:hover {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
	background-color: #D0D0D0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E66F02;
  }
  
.table_format tr img { display:block; width:32px; background-color: #FFFFFF}
.table_format tr img:hover { background-color: #990000}

.table_format tr a {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  }

.table_format tr a:hover {
  color: #E66F02; 
  text-decoration: underline; 
  }
  
.table_format thead {
  white-space: nowrap;
	padding: 1px 2px 1px 2px;
  background-color: #BFCFDF;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
  }
  
.grey_border {
  border: 1px solid #cccccc;
}

.label
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #333333;
}

.title
{
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
}

.inputBox
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #000000;
  border-width: 0px;
  background-color: #ffffff;
}

.inputBox_Label
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #333333;
  border-width: 0px;
  background-color: #ffffff;
}

div.commentForm
{
    margin: 0px 20px 0px 20px;
    display: none;
}

.table_layer
{
    white-space: nowrap;
	padding: 1px 2px 1px 2px;
	background-color: #E0E0E0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #667;
}
