table.rsheet {
	width: 100%;
}

th.rsheet_header {
	font-size: medium;
}
th.rsheet_control_cell {
	font-size: medium;
}
td.rsheet_control_cell {
}
tr.rsheet_new {
	background-color: #ffd;
}

tr.rsheet_header {
	background-color: #eee;
}

tr.rsheet_exist {
	background-color: #ddd;
}

tr.rsheet_buttonbar {
	text-align: right;	
}

.rsheet_input_cell {
	text-align: center;
}

.rsheet_focus_input {
	background-color: #ff0;
	color: #000;
}

.rsheet_blur_input {
	background-color: #fff;
	color: #000;
}

.rsheet_control_cell {
}

font.rsheet_apply_text {
	font-size: smaller
}
