
.mashmaker-icon {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    padding-right: 4px;
    border: none;
}

.mashmaker-props {
    border: 1px solid;
    background-color: #c3d9ff;
    -moz-border-radius: 4pt;
    padding: 2px;
    clear: both;
}

.mashmaker-subnodes {
		margin-left: 16px;
		margin-top: 2px;
		margin-right: 2px;
    border: 1px solid;
    background-color: #c3d9ff;
    -moz-border-radius: 4pt;
    padding: 2px;
    clear: both;
}


.mashmaker-prop {
		text-align: left;
}

.mashmaker-propname {
    font-weight: bold;
    font-family: verdana, sans-serif;
    font-size: 10pt;
    padding-right: 4pt;
}

.mashmaker-propval {
    font-weight: normal;
    font-family: verdana, sans-serif;
    font-size: 10pt;
}

.mashmaker-error {
    font-weight: normal;
    font-family: verdana, sans-serif;
    font-size: 10pt;
    color: red;
}

.mashmaker-loading {
    font-weight: normal;
    font-family: verdana, sans-serif;
    font-size: 10pt;
    color: green;
}

.mashmaker-proplink {
    font-weight: normal;
    font-family: verdana, sans-serif;
    font-size: 10pt;
}

.mashmaker-tree {
	border-collapse: collapse;
	width: 100%;
	height: auto;
	text-align: left;
}

.mashmaker-textbox {
	width: 100%;
	padding: 0px;
	border-collapse: collapse;
}

.mashmaker-splitter {
	border-width: 0pt 2px;
	cursor: e-resize;
	border-style: solid;
	background-color: threedface;
}

.mashmaker-title {
	font-size: medium;
	font-weight: bold;
}

