table {
  border-collapse: collapse;
  border: 0px solid #996;
  font: verdana, arial, helvetica, sans-serif;
  color: #333;
  background: #fffff0;
  }
caption {
  padding: 0 .4em .4em;
  text-align: left;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
  background: transparent;
  }
td, th {
  border: 0px solid #cc9;
  padding: .3em;
  }
thead th, tfoot th {
  border: 0px solid #cc9;
  text-align: left;
  font-size: 1em;
  font-weight: bold;
  color: #444;
  background: #eeeeee;
  }
tbody td a {
  background: transparent;
  color: #72724c;
  text-decoration: none;
  border-bottom: 1px dotted #cc9;
  }
tbody td a:hover {
  background: transparent;
  color: #666;
  border-bottom: 1px dotted #72724c;
  
}
tbody th a {
  background: transparent;
  color: #72724c;
  text-decoration: none;
  font-weight:bold;
  border-bottom: 1px dotted #cc9;
  }
tbody th a:hover {
  background: transparent;
  color: #666;
  border-bottom: 1px dotted #72724c;
  }
tbody th, tbody td {
  vertical-align: top;
  text-align: left;
  }
tfoot td {
  border: 1px solid #996;
  }
.odd{
  color: #333;
  background: #f7f5dc;
  }
.even{
  color: #333;
  background: #ffffff;
}  
tbody tr:hover {
  color: #333;
  background: #fff;
  }
tbody tr:hover th,
tbody tr.odd:hover th {
  color: #333;
  background: #ddd59b;
}

.inputText { 	
	border : 1px solid gray;
	padding-left : 1px;
	margin-right:2px;
	margin-left:5px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:12px;
}
.cssfield1 {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 3px; PADDING-TOP: 3px;
	border-bottom:1px dotted #cccccc;
}
.cssfieldNoBottomLine{
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 3px; PADDING-TOP: 3px;
	
}
em {
/*	color: red;*/
	font-family: Arial, Helvetica, Sans-Serif;
}
.errorMessage {
	COLOR: #c00
}
.inputMessage { 
	color: #990033;		
	padding-left : 1px;
	margin-right:2px;
	margin-left:5px;
	font-family: Helvetica, Arial, Sans-Serif;
}
.inputButton { 
	border : 1px solid gray;
	padding-left : 1px;
	margin-right:2px;
	margin-left:5px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:12;
}

