.notesLink {
	padding-top:5px;
	padding-bottom:5px;
	font-size:14px;
	font-family:arial, verdana, sans-serif;
	font-weight:bold;
	color:
}
.whatisthis:hover {
	background-color: #FFFFFF;
}
.notesLink a:link, .notesLink a:visited {
	text-decoration: underline;
	color: #7987C6;
}
.notesLink a:hover {
	text-decoration: underline;
	color: #3A4887;
}
.notesTitle {
	font-size:14px;
	font-family:arial, verdana, sans-serif;
	font-weight:bold;
	color: #2F4F4F;
	padding-bottom:5px;
	border-bottom: 1px solid  #4682B4;
}
.tableNotes {
	font-size:12px;
	font-family:arial, verdana, sans-serif;
}
.tdAtableNotes {
	border: 1px solid #CCC;
	background-color:#eeeeee;
	padding:2px;
}
.tdBtableNotes {
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 2px solid black;
	padding:2px;
}
.notesName, .notesDate, .notesInvalid{
	font-size:11px;
	font-family:arial, verdana, sans-serif;
	font-weight: bold;
	float:left;
}
.notesName{
	color: #191970;
}
.notesDate {
	color: #2F4F4F;
	/*clear:both;*/
}
.notesInvalid, .notesRight{
	float:right;
}
.notesRejected {
	color: maroon;
}
.notesCandidate {
	color: orange;
}
.notesApproved {
	color:green;
}
.notesDelete {
	color: red;
}
.notesAccept {
	color: Purple;
}
.notesLeft {
	float:left;
}
.notesSelect, .notesButton1{
	font-size:11px;
	font-family:arial, verdana, sans-serif;
	font-weight: bold;
}
.notesButton1{
	background-color: #3c4070;
	color: #ffffff;
	cursor:hand;
}
label {
	cursor:hand;
	font-weight : bold;
}

