/*This stylesheet defines all styles relating to documents*/

/*Document Editing*/
#toc_editing h1 {
	margin:0px;
	font-size:14px;
}

#toc_editing h1.contents_part {
	font-size:22px;
}

#toc_editing h1.contents_chapter {
	font-size:18px;
	margin-top:10px;
}

.contents_controls {
	font-size:10px;
	margin-bottom:10px;
}



.contents_first_drop {
	font-size:11px;
	color:#CECECE;
}
#toc_editing .hover {
	color:white;
	background-color:#333333;
}

#toc_editing li {
	list-style-type:none;
}

#toc_editing .drag_handle {
	color:red;
	cursor:move;
	background: url(../images/bullet.png) left center no-repeat;
}

