@import "ZeroDocStyle.css";

#packages ul, #Overview ul {
	list-style-type: none;
	list-style-position: inside;
	margin: 0;
	padding: 0 0 0 1em;
}

#packages li {
	margin: 0px;
	padding: .1em 0 .1em 0;
}

#packages h1 {
	font-size: 1.1em;
	margin: 5px 0 0 0;
}

#packages h2 {
	font-size: 1em;
	margin: 5px 0 0 0;
}

#entityPackage {
	font-size: 1em;
}

#entityName {
	font-size: 1.5em;
	margin: 0 0 .5em 0;
}

#mainContent h2, #mainContent h3 {
	line-height: 1em;
	margin: 0 0 .5em 0;
}

#content {
width: 100%;
}

td {
    vertical-align: top;
    font-size: 100%;
    line-height: normal;
}

.narrow {
width: 1%;
}


#content p, #content dl {
	line-height: 1.2em;
	margin: 1em 0;
}

tt, code , pre{
	font-family: monospace;
}

.expandable {
margin-top: .5em;
}

.bold {
font-weight: bold;
}

.del {
text-decoration: line-through;
}

a.del, a:link.del {
text-decoration: line-through;
}

#toggleButtons {
float: right;
font-size: 75%;
}