
div.sitemapHeader {
	margin:5px 0px 1px 20px;
	font-size:14px;
	font-weight:bold;
}


table.sitemap {
	width: 96%;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

table.sitemap tr.row {
	height: 22px;
	line-height: 22px;
}
table.sitemap tr.row.first td {
	border-top: 1px solid #888888;
}
table.sitemap tr.row.last {

}
table.sitemap tr.row.even {
	background-color: #F3F3F3;
}
table.sitemap tr.row.odd {

}


table.sitemap tr.row td {
	border-bottom: 1px solid #888888;
	border-left: 1px solid #888888;
	border-right: 1px solid #888888;
}

table.sitemap tr.row div.spacer {
	/*float:left;
	width:20px;*/
	display:none;
}
table.sitemap tr.row td div.bullet { 
	float:left;
	background-image: url(../../images/admin/cmsIT/sitemap/bullet.jpg);
	width:8px;
	height:7px;
	margin:7px 5px 0px 8px;	
}
table.sitemap tr.row span.delimiter {
	margin: 4px 4px 0px 4px;
}




table.sitemap tr.row.highlight {
	background-color: #EAE7DB;
	cursor: pointer;
}
