@charset "utf-8";
/* CSS Document */

#shareThisPage {
	display: none;
	position: relative;
	width: 130px;
	height: 20px;
	padding: 0;
	margin: 0;
	background-image:url(shareThisPageButton.png);
	background-position: 0;
	background-repeat: no-repeat;
	background-color: transparent;
	color: white;
	font-size: 11px;
	text-align: center;
	color: white;
	font-family:Arial, Helvetica, sans-serif;
}
#shareThisPagePopUp {
	display: none;
	position: absolute;
	left: 0;
	width: 130px;
	margin: 0;
	padding: 0;
	z-index: 100000;
}
#shareThisPagePopUp .above, #shareThisPagePopUp .below {
	display: block;
	width: 130px;
	height: 8px;
	margin: 0;
	padding: 0;
	background-position: center;
	background-repeat: no-repeat;
}
#shareThisPagePopUp .above {
	background-image:url(pointerUp.png);
}
#shareThisPagePopUp .below {
	background-image:url(pointerDown.png);
}
#shareThisPage ul {
	margin: -20px 0 0 0;
	padding: 12px;
	list-style: none;
	background-color: #4289C8;
	clear: both;
}
#shareThisPage p {
	margin: 0;
	padding: 0 0 20px 0;
	font-size: 1.1em;
	background-color: #4289C8;
	clear: both;
}
#shareThisPage button {
	border: none;
	background-color: transparent;
	color: white;
	text-decoration: underline;
	font-weight: bold;
}
#shareThisPage button:hover {
	color: #ccc !important;
	cursor: pointer;
}
#shareThisPage p.copylink {
	padding-bottom: 20px;
}
#shareThisPage h3 {
	cursor: pointer;
	margin: 0;
	padding-top: 2px;
	padding-right: 8px;
	font-size: 1em;
	text-align: right;
}
#shareThisPage #shareThisPageClose {
	margin: 0;
	padding: 4px;
	text-align: right;
	font-weight: bolder;
	cursor: pointer;
}
#shareThisPage ul li {
	width: 24px;
	min-height: 24px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 12px;
	zoom: 1;
	*display: inline;
	_height: 24px;
}
#shareThisPage a, #shareThisPage a:hover {
	background-color: transparent !important;
	text-decoration: underline !important;
	font-weight: bolder !important;
}
#shareThisPage a {
	color: white !important;
}
#shareThisPage a:hover {
	color: #ccc !important;
}
#shareThisPage li img {
	border: none;
}