@CHARSET "UTF-8";

.error {
	background-color: rgb(255, 153, 153); 
}

.calendarNoBackground {
	background: white;
}

.calendarNoBackground input {
	background: white;
}

/* General */
.clickableText {
	cursor: pointer;
	text-decoration: underline;
}

/* Menu */
.left_menu .menu_item {
	margin: 10px 0 10px 10px;
	cursor: pointer;
}

.left_menu .menu_item:hover {
	color: blue;
}

.left_menu .menu_item.selected {
	color: #ee5555;
	font-weight: bold;
}

/* Forms */
form .form_line {
	position: relative;
	margin: 8px 0px;
	padding: 4px;
	background-color: #dddddd;
}

form .form_line label {
	vertical-align: middle;
}

form .form_line input, form .form_line select {
	position: absolute;
	left: 180px;
	width: 300px;
}
