ul.maschinenBemerkungen
{
	list-style: none;
	padding-left: 0;
}

ul.maschinenBemerkungen li
{
	display: inline;
	margin-right: 5px;
	cursor: pointer;
}

ul.maschinenBemerkungen a
{
	background: #454545;
	padding: 3px 2px;
	border: 1px solid #454545;
	font-weight: bold;
}

ul.maschinenBemerkungen a:hover
{
	background: white;
	color: #006699;
	border: 1px solid #006699;
}

textarea#maschinenBemerkungTextarea
{
	width: 100%;
}

.yearSelected
{
	background: white !important;
	color: #006699;
	border: 1px solid #006699;
	padding: 3px 2px;
	font-weight: bold;
}

div.year
{
	padding-bottom: 1em;
}

div.year input
{
	width: 60px;
	border: 1px solid #006699;
}

div.noteDialog label.textareaLabel
{
	display: block;
	padding-bottom: 1em;
}

div.noteDialog textarea
{
	width: 98%;
	height: 150px;
}

span.noteYear button
{
	padding: 0 0.3em;
	border: 1px solid transparent;
	width: 20px;
	cursor: pointer;
}

span.noteYear.plus, span.noteYear.minus
{
	display: inline-block;
	height: 17px;
}

span.noteYear.plus button
{
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}

span.noteYear.minus button
{
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}

span.noteYear.minus button span
{
	zoom: 152%;
	display: inline-block;
	height: 10px;
	position: relative;
	bottom: 3px;
	vertical-align: text-top;
	cursor: pointer;
}

span.noteYear.plus button span
{
	zoom: 140%;
	display: inline-block;
	height: 10px;
	position: relative;
	bottom: 3px;
	right: 1px;
	vertical-align: text-top;
	cursor: pointer;
}