.externalLink {
	background:transparent url(/img/external.png) no-repeat scroll right center; 
	padding-right:13px;
	/* This is the external link icon used by Wikimedia, used under the GPL as spelt out here:
	http://commons.wikimedia.org/wiki/File:Icon_External_Link.png */
}

#ed_strong {
	font-weight: bold;
}

#ed_hardlink {
	color: blue;
	text-decoration: underline;
}

#ed_pipe_link {
	color: blue;
	text-decoration: underline;
}

#ed_del {
	text-decoration: line-through;
}

#ed_em {
	font-style: italic;
}

#ed_code {
	font-family: "Courier New", Courier, mono;
}

.voteinfo span {
	white-space: nowrap ;
}

.unvotable {
	cursor: help ;
}

.widget {
	background: white ; 
	color: black ; 
	padding: 0.5em ; 
	border: 1px solid ;
	position: absolute ;
	margin-top: 1.2em ;
	top: auto ;
	left: auto ;
	white-space: nowrap ;
}

.showwidget:before {
	content: "\25B6\A0" ;
}

.open:before {
	content: "\25BE\A0" ;
}

:link.hidewidget:before , a.hidewidget:before , .hidewidget:link:before{
	content: none ;
}

.hidewidget {
	position: absolute ;
	top: 0 ;
	right: 0.25em ;
	font-size: 75% ;
	font-weight: bold ;
}
