@charset "utf-8";

/**
 *
 */
.textNotes{}

.textNotes ul {
	display: table;
	zoom: 1;
	padding: 7px;
	border: 1px solid #aaa;
	background-color: #f9f9f9;
	margin:10px;
}

.textNotes h3{
	margin-top:10px;
	margin-bottom: 5px;
	border-left: 5px solid #800000;
	padding-left: 12px;
	cursor: pointer;
}

	.textNotes .textNotesBody{
		margin-left: 10px;
		display: none;
	}
	.textNotes h3:hover{
		background-color: #ffe0e0;
	}

	.textNotesHandler{
		font-size: small;
		margin-left: 20px;
		cursor: pointer;
		color: #800000;
	}
		.textNotesHandler:hover{
			font-weight:bold;
		}