﻿#addNoteButton {
	margin-top: 10px;
}
.noteTextColumn {
	width:40%;
}

#viewNoteText {
	max-width: 300px;
}

.ui-state-default.notesPresent {
	border: 1px solid #cccccc;
	background: Green url(/static/images/ui-bg_flat_100_32486_40x100.png) 50% 50% repeat-x;
	font-weight: normal;
	color: white;
}

.ui-state-default.notesPresent a {
	color:White;
}

.ui-state-hover.notesPresent {
	border: 1px solid #cccccc;
	background: #324486 url(/static/images/ui-bg_flat_100_324486_40x100.png) 50% 50% repeat-x;
	font-weight: normal;
	color: White;
}