/* coding: utf-8 */
li.Text {
	padding-left: 19px;
	background: url(/_img/text_s.gif) -5px 5px no-repeat;
}

.legend-text {
	background-image: url(/_img/group_o_text.gif);
}

div.text {
	clear: both;
	margin: 1em 0 0.5em 10px;
}

div.text h4 {
	margin: 1em 0 0.3em 0;
	padding: 0;
	font-weight: bold;
	font-size: 1.4em;
	color: #075084 !important;
}

div.text h5 {
	margin: 0.6em 0 0.3em 0;
	padding: 0;
	font-weight: bold;
	font-size: 1.2em;
	color: #333;
}

div.text h6 {
	margin: 0.3em 0 0.3em 0;
	padding: 0;
	font-weight: bold;
	font-size: 1.0em;
	color: #333;
}

#currentcontent div.text p,
div.text p {
	margin: 0.5em 0 0 0;
	padding: 0;
}

div.text blockquote {
	margin: 0.5em 0 0 0;
	padding: 0 0 0 10px;
	border-left: 20px solid #D8EEFB;
	font-style: italic;
}

div.text strong {
	font-weight: bold;
	background-color: transparent;
}

div.text p.description {
	text-align: right;
	color: #666;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}

div.text p.description a:link,
div.text p.description a:visited {
	color: #666;
}	

div.text p.description a:hover {
	color: #073353;
}

a.edit:hover,
#subfolders li:hover a.edit {
	background: url(/_img/edit_hover.gif) 2px 0 no-repeat;
}

a.delete:hover,
#subfolders li:hover a.delete {
	background: url(/_img/delete_hover.gif) 2px 0 no-repeat;
}

div.text:hover .edit-locked img,
div.text:hover .delete-locked img,
div.text:hover .edit img,
div.text:hover .delete img {
	visibility: hidden;
}

div.text:hover .edit-locked {
	background: url(/_img/edit_locked_hover.gif) 2px 0 no-repeat;
}

div.text:hover .delete-locked {
	background: url(/_img/delete_locked_hover.gif) 2px 0 no-repeat;
}

div.text:hover a.edit {
	background: url(/_img/edit_hover.gif) 2px 0 no-repeat;
}

div.text:hover a.delete {
	background: url(/_img/delete_hover.gif) 2px 0 no-repeat;
}

div#result-preview {
	padding: 40px 0 20px 0;
	margin: 0;
}
