.recordsList {
     width: 100%;
     border-collapse: separate;
     border-spacing: 1px 1px;
     empty-cells: hide;
     background-color: #000000;
     text-align: left;
     font-weight: normal;
}

.recordsList td {
     background-color: #FFFFFF;
     padding: 4px;
}

.listHeader {
    font-weight: bold;
    white-space: nowrap;
    background-color: #C4DBEC !important;
}

.listRow1 {
    background-color: #F2F8FC !important;/*#B0D4F0 !important;*/
}

.listRow2 {
    background-color: #DEEBF5 !important;/*#CFDDE7 !important;*/
}

.inputdate {
	font-size: 10px; 
 	background-color: #efeffa;
 	border: 1px solid #666666;
	text-align: right;
}

.inputsmall{
	width: 20px; 
}

.inputyear{
	width: 40px; 
}