body, html {
	margin: 0px;
	font-family: Verdana, Arial;
	font-size: 11px;
	background: #ffffff;
	height: 100%;
}

table.list {
}

#chaptercontainer {
	background: #ffffff;
}

span.chapter
{
	font-weight: bold;
}



.subpara {
}

.treeplus {
	height: 16px;
	width: 11px;
	display: block;
	background: url(images/tree_fold.gif) no-repeat #ffffff;
}

.treemin {
	height: 16px;
	width: 11px;
	display: block;
	background: url(images/tree_unfold.gif)  no-repeat #ffffff;
}

a.ibut 
{
	background: #993366;
	color: #ffffff;
	font-weight: bold;
	padding: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
a.ibut:hover
{
	color: #ffffff;
} 


#tageditor_taglist
{
	background : #ffffff;
}

#tageditor_selectedtaglist
{
	background : #ffffff;
}