.listItemBackgrd_odd{
	background-color: #B0ADB0 !important;
}

.listItemBackgrd_even{
	background-color: #C9C9C9 !important;
}

#overlay {
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.div_rightIndent7{
	width: 7%;
	float: left;
}

.errorMsg{
	color: red;	
	text-shadow: none;
}

.resultMsg{
	color: green;
	font-weight: bold;
}

.divContent_CenterAlignment{
	text-align: center;
	width: 100%;
}

.notesDiv {
  width: 100%; height: 100px; overflow: scroll; text-align: left; background-color:wheat; white-space: nowrap;
}