/* Added by calcifer */
a.linkexternal,
a.liexternal,
a.external {
	background-image: url(images/link_icon_external.gif);
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 12px;
}

a.linkwikipedia,
a.liwikipedia,
a.wikipedia {
	background-image: url(images/link_icon_wikipedia.gif);
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 12px;
}

a.linkcompressfile,
a.tarball {
	background: url(images/link_icon_tarball.png);
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 12px;
}

.from, .reference, .ref {
	margin: 0;
}

.noborder, .border-none {
	border: none;
}

img.noborder, img.border-none {
	padding: 0 ! important;
	background-color: #FFFFFF ! important;
}

dl {
}

dt {
	margin-top: 10px;
	font-weight: bold;
}

dd {
	margin-left: 14px;
}

pre {
	font-family: Monaco,Lucida Console,monospace;
	border: solid 1px #DBDBDB;
	padding: 5px;
}

.post-content table {
	border-collapse: collapse;
}

	.post-content table th,
	.post-content table td {
		border: 1px solid #DBDBDB;
		padding: 2px;
	}
