@CHARSET "UTF-8";

.disabled {
	color: gray;
}

.pointer {
	cursor: pointer;
}

.strike {
	text-decoration: line-through;
}

.bold {
	font-weight: bold;
}

.red {
	color: red;
}
.selected {
	background-color: lightgreen;
}
tr {
	cursor: pointer;
}

.main-frame div{
	margin-bottom: 20px;
}