table.sitemap td, table#outer td {
	font: 11px Verdana, Geneva, sans-serif;
	color: #333333;
}

a.sitemap:link, a.sitemap:visited {
	text-decoration: none;
}

table#outer {
	border-collapse: collapse;
}

table#outer tr {
	vertical-align: top;
}

table.sitemap td {
	background-color: #E5E5E5;
}

table.sitemap {
	background-color: #E5E5E5;
	border: 2px solid #9CAEB8;
}

table.sitemap#table1 {
	/*width: 100px;  arbitrary */
}

table.sitemap#table2 {
	/*width: 100px;  arbitrary */
}

table.sitemap td.page {
	padding: 10px 25px 5px 10px;
}

table.sitemap td.page img {
	border: 1px solid black;
}

table.sitemap tr {
	vertical-align: top;
}

table.sitemap .thumbnail {
	cursor: hand;
	cursor: pointer;
}

table.sitemap span.thumbnailTitle {
	white-space: nowrap;
	background-color: #E5E5E5;
}

.verticalLine{
	background-image:url(/img/sitemap/vertical_line.png); 
	background-repeat:repeat-y; 
	background-position:30px; 
	padding:0
}

.startpageThumb {
	border: solid 1px black;
}

td.page {
	width: 100px;
}
