@charset "UTF-8";
/* CSS Document */

/* Standard */

body {
	margin: 0;
	border: 0;
	padding: 0;
}

ul {
	margin: 0;
}

ol {
	margin: 0;
}

li {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

/* Standard end */
/* Footer netme -------------------------*/
div#netme_powered a {
	display: block;
	text-decoration: none;
	color: #000;
}
div#netme_powered span {
	vertical-align: center;
	position: relative;
	bottom: 7px;
}
div#netme_powered img {
	width: 75px; /*max100*/
	height: 24px; /*max32*/
}
/* Footer netme end ---------------------*/
/* Text */

span.bold {
	font-weight: bold;
}

span.italic {
	font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

p {
	margin: 0;
}

/* Text end */
/* Editor pannels ------------------------*/

.clickable {
	cursor: pointer;
}

img.editor {
	width: 24px;
	height: 24px;
	margin-left: 5px;
}

div.editor_tree_row {
	height: 24px;
}

img.editor_tree_depth{
	margin-left: 30px;
}

span.tree_name {
	position: relative;
	top: -7px;
}
/* End editor pannels */

