.appTable {
	width: 500px;
	/*-moz-opacity:.50; 
  	filter:alpha(opacity=50); 
  	opacity:.50; */
	position: relative;
	top: 0px;
	left: 0px;
	z-index:0;
}
.appTable thead th {
	background-color: #FF8806;
	color: #ffffff;
	font-size: 1.1em;
	font-weight: bold;
}


.appTable tbody tr.alt {
	background-color: #FFE0C1;
}

.appTable tbody th {
	font-size: 1.1em;
	font-weight: bold;
}

.appTable tbody td {
	text-align: center;
}
.watermark {
	position:relative;
	top: 60px;
	left: 200px;
	font-family: Georgia;
	font-weight: normal;
	font-style: italic;
	z-index: 3;
	font-size: 3em;
	-moz-opacity:.50; 
  	filter:alpha(opacity=50); 
  	opacity:.50;
	color: #000000;
	text-transform: uppercase;
}
.removeOpacity {
	-moz-opacity:1; 
  	filter:alpha(opacity=100); 
  	opacity:1; 
}

label.error[generated=true] {
	display:none !important;
}


#showdate {
	width: 200px;
	font-size: 1em;
	font-weight: bold;
	padding: 2px;
}