/**
 * Copyright (c) 2008 eSolutions Group Ltd.
 *
 * Author: Timothy Grant Vogelsang <tvogelsang@esolutionsgroup.ca>
*/

a.shareLink, a.shareLink:active, a.shareLink:visited
{
	margin: 0px 0px 0px 0px;
	position: relative;
	width: 62px;
	height: 11px;
	float: right;
}

a.shareLink img
{
	width: 62px;
	height: 11px;
	float: left;
	position: absolute;
	padding: 0px;
	margin: 0px;
	top: 0px;
}
	
span.share
{
	float: right;
	position: relative;
	width: 62px;
	height: 11px;	
}

.DropDown {
	border: 1px solid #a8a7a7;
	position: absolute;
	left: 12px;
	top: 15px;
	text-align: left;
	width: 120px;
	z-index: 1000;
	background-color: #ffffff;
}

.DropDown img {
	margin-right: 10px;
	border: 0px;
}

.DropDownOption, .DropDownOptionHover {
	display: block;
	width: 100px;
	color: #afbd22;
	margin: 0px 0px 0px 0px;
	padding: 3px 10px 3px 10px;
	font-size: 11px !important;
	text-decoration: none;
}

.DropDownOptionHover  {
	background-color: #fefcba;
}

.DropDown a, .DropDown a:active, .DropDown a:visited, .DropDown a:hover
{
	text-decoration: none !important;
}