.appTable {
	width: 498px;
	position: relative;
	top: 0px;
	left: 4px;
	z-index:0;
}
.appTable thead th {
	background-color: #FF8806;
	color: #ffffff;
	font-size: 1.1em;
	font-weight: bold;
}

.appTable thead tr.subhead th {
	background-color: #ffffff;
	color: #000000;
	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;
}

table#diaryTablePager.paginated tbody tr.outer td.innercell {
	padding-bottom: 10px;
}

.diaryTable {
	width: 500px;
	/*-moz-opacity:.50; 
  	filter:alpha(opacity=50); 
  	opacity:.50; */
	position: relative;
	top: 0px;
	left: 0px;
	z-index:0;
}
.diaryTable thead th, #showdate {
	background-color: #ffffff;
	color: #000000;
	font-size: 1.1em;
	font-weight: bold;
}
.diaryTable thead th.dateHeader {
	background-color: #FF8806;
	color: #ffffff;
	font-size: 1.1em;
	font-weight: bold;
	text-align:left;
	padding: 5px 5px 5px 15px;
	border: 0px;
}

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

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

.diaryTable tbody td {
	text-align: center;
	padding:0px;
}

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

form div select#DiaryEntrytime {
	width: auto;
	clear: none;
	float: none;
	display: inline !important;
}
form div select#DiaryEntrytime.error {
	border: 1px solid red;
}
label.error[generated=true] {
	display: none !important;
}

input[type=text], input[type=password] {
	width: 70px;
	float: none;
}

input#DiaryEntrydate[type=text] {
	float: left;
}

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