.tt-dropdown-menu .tt-suggestion.tt-cursor {
	background-color: #2c699e;
	color: #ffffff;;
}

table.gaes-sheet {
	border-collapse: collapse;
	border: 1px solid silver;
	margin: 10px 0;
}

table.gaes-sheet thead tr th {
	text-align: left;
	padding: 3px;
	white-space: nowrap;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
}

table.gaes-sheet tbody tr td {
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	padding: 2px;
	min-width: 20px;
}

.staff-listing th[data-grid-property="hireDate"] {
	width: 95px;
}

.attendance-listing th[data-grid-property="date"] {
	width: 170px;
}

.attendance-listing th[data-grid-property="roster"] {
	width: 170px;
}

.work-at-holiday-listing th[data-grid-property="date"] {
	width: 95px;
}

.leave-listing th[data-grid-property="beginDate"], .leave-listing th[data-grid-property="endDate"]
	{
	width: 110px;
}

.hour-leave-details #endDate, .hour-leave-details #beginDate2,
	.hour-leave-details #endDate2 {
	display: none;
}