
div.sitemapHeader {
	margin:5px 0px 1px 0px;
	font-size:14px;
	font-weight:bold;
}


table.sitemap {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

table.sitemap tr.row {
	height: 22px;
	line-height: 22px;
}
table.sitemap tr.row.first td {
	border-top: 1px solid #6cbbe5;
}
table.sitemap tr.row.last {

}
table.sitemap tr.row.even {
	/*background-color: #F3F3F3;*/
	color: #FBBA3E;
}
table.sitemap tr.row.odd {
	color: #FBBA3E;
}


table.sitemap tr.row td {
	border-bottom: 1px solid #6cbbe5;
	border-left: 1px solid #6cbbe5;
	border-right: 1px solid #6cbbe5;
	
}

table.sitemap tr.row td a { 
	text-decoration: none;
}

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/content/sitemap/bullet.jpg);
	width:6px;
	height:6px;
	margin:8px 5px 0px 8px;	
}

table.sitemap tr.row span.delimiter {
	margin: 4px 4px 0px 4px;
}




table.sitemap tr.row.odd.highlight {
	background-color: #ffda93;
	color: #800303;
	cursor: pointer;
}

table.sitemap tr.row.even.highlight {
	background-color: #ffda93;
	color: #800303;
	cursor: pointer;
}


table.sitemap tr.row.highlight a { 
	color: #800303;
}

table.sitemap tr.row.highlight  td div.bullet { 
	float:left;
	background-image: url(../../images/content/sitemap/bullet_on.jpg);
	width:6px;
	height:6px;
	margin:8px 5px 0px 8px;	
}