.tsscontents a {
	color: blue;
	text-decoration: none;
}

.tsscontents dd {
	background: #f5f5f5;
	color: green;
	padding: 2px;
	margin: 0;
	text-indent: 2em;
}

.tsscontents dl {
	border-bottom: dotted 1px black;
	border-left: dotted 1px black;
	border-right: dotted 1px black;
}

.book2htmlmenu {
	background: #ec6;
	border-bottom: solid 1px #000;
	font-size: 13px;
	padding-left: 4px;
}

.book2htmlmenu a {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

.book2htmlfolder {
	font-weight: bold;
	padding: 2px;
	background: #ddd;
	border-top: dotted 1px black;
}

.book2htmlfolder:before {
	content: url(../../images/icons/bookmarks/folder.gif);
}

.book2htmllink {
	padding: 2px;
	background: #eee;
	border-top: dotted 1px black;
}

.book2htmllink:before {
	content: url(../../images/icons/bookmarks/bookmark.gif);
	margin-left: 2px;
}

.linksbox {
	background: white;
	border-right: solid 2px #ccc;
	border-bottom: solid 2px #ccc;
	border-collapse: collapse;
}

.linksbox th, td {
	padding: 0px;
	margin: 0px;
}

.linksbox th {
	background: #ec6;
	text-align: left;
	padding: 2px;
	text-indent: 4px;
}

.linksbox li {
	border: solid 1px #eee;
	padding: 4px;
	margin: 4px;
	clear: both;
}

.linksbox li img {
	margin-right: 8px;
	margin-bottom: 1em;
	vertical-align: top;
}

.linksboxshadow {
	border: solid 1px black;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}

.linksbox iframe {
	margin-top: 1em;
	margin-bottom: 1em;
}
