body, td {
	font-family: verdana;
	font-size: .8em;
}

.alert {
	color: red;
}

.confirm {
	color: blue;
}

.timesheet .totals {
	color: #0C457D;
	background-color: #F7F7F7;
	font-weight: bold;
}

.timesheet th {
	background-color: #D1DCF2;
	border: 1px solid #D7D7D7;
	font-size: 0.9em;
	padding: 5px;
}

.timesheet td {
	border: 1px solid #D7D7D7;
	font-size: 0.8em;
	padding: 5px;
}

.timesheet a {
	color: #000;
}

input, select, textarea {
	font-family: verdana, arial, tahoma;
	font-size: 0.9em;
}

.styledButton {
	background: #eaeaea;
	border: 1px solid #000;
}
