/***style sheet for Westwood-Mansfield Pediatric Associates site map***/
div.PrintingStyle
	{
	}
/***list styles***/
li.open ul {
	display: block;
	}
li.closed ul {
	display: none;
	}
#PrintStyleID ul li {
	list-style-type: none;
}

ul#root {
	padding: 0px;
	margin: 0px;
	}	
/***link styles***/				
a {
	padding-left: 18px;
	}
a.page {
	background-image: url( ../treeview/iedoc.gif );
	background-repeat: no-repeat;
	}
a.open {
	width: 16px;
	height: 16px;
	text-decoration: none;
	background-image: url( ../treeview/open2.gif );
	background-repeat: no-repeat;
	}
a.closed {
	width: 16px;
	height: 16px;
	text-decoration: none;
	background-image: url( ../treeview/closed2.gif );
	background-repeat: no-repeat;
	}
	
/***class styles***/	
span.meta {
	padding-left: 40px;
	}
	
table.meta {
	margin-left: 40px;
	font-size: 70%;
	}
	
div.Notes {
	background-color: rgb( 255, 255, 128 );
	border: 1px solid rgb( 128, 128, 128 );
	margin-left: 1em;
	display: inline;
	}
	
.accessible {
	display: none;
	}
@media print {
	#pmnavbar {display: none; }
	}					
