/* Bookmark styles */

.sharelink {
	color: #004494 !important;
	background-color: #01D2FF;
	font-weight: bold;
	/*position: absolute;*/
	text-decoration: none;
	padding: 4px 10px;
	border: 1px solid #01D2FF;
	font-size: 12px;
	margin-left: 10px;
}
.sharelink:hover {
	color: #01D2FF !important;
	background-color: #004494;
	font-size: 12px;
}
.sharewindow {
	background-color:#FFF;
	border:1px solid #033271;
	height: 216px;
	/*margin-top: 20px;*/
	margin-top: 5px;
	_margin-top: 22px;
	*margin-top: 22px;
	margin-left: -100px;
	_margin-left: -325px;
	*margin-left: -325px;
	position: absolute;
	text-transform: none;
	z-index: 2;
	display: none;
}
.sharewindow a {
	color: #028BC8;
}
.sharemail {
	background-color: #028BC8;
	height: 25px;
	width: 322px;
	position: relative;
	top: 0px;
	color: #FFFFFF;
	font-size: 10px;
}

.shareinfo {
	background-color: #01D2FF;
	height: 11px;
	width: 308px;
	position: relative;
	top: 0px;
	color: #004494;
	font-size: 10px;
	position: absolute;
	margin-top: 191px;
	padding: 7px;
}

.shareemail span {
	margin: 2px 0 0 2px;
}
.sharemail a {
	color: #fff !important;
}

.bookmark_list {
	width: 324px;
	display: inline-block;
	float: left;
	list-style-type: none;
	margin: -2px;
	padding: 0;
	text-align: left;
}
.sharewindow .bookmark_list li {
	float: left;
}
.sharewindow .bookmark_list li a {
	display: block;
	width: 104px;
	height: 20px;
	padding: 2px;
	margin: 0;
}
.sharewindow a:hover {
	background-color: #01D2FF;
	color: #001430 !important;
}
.bookmark_list a {
	font-size: 11px;
	text-decoration: none;
}
.bookmark_list span {
	display: inline-block;
	width: 16px;
	height: 16px;
	cursor: pointer;
	margin: 2px 0 0 2px;
}
.bookmark_list img {
	margin: 0;
	width: 16px;
	height: 16px;
}
.bookmark_compact {
	background-color: #001230;
	border: 1px solid #01D2FF;
	width: 124px;
	padding: 1px;
	margin-top: -5px;
}
.bookmark_compact li {
	float: left;
}
.bookmark_compact li a {
	width: 16px;
	height: 16px;
	margin: 0;
	padding: 1px;
	background-color: transparent;
	border: none;
}
#content .bookmark_list a {
	font-size: 11px;
	color: #003499;
}
.powered {
	background-color:#808080;
	height: 30px;
	width: 324px;
	_width: 322px;
	position: absolute;
	bottom: 0px;
	color: #FFFFFF;
	font-size: 10px;
}
.powered img {
	margin-top:-23px;
	margin-bottom: 0px;
	width: 124px;
}
.powered p {
	margin: 0;
	padding-top: 9px;
	padding-left: 5px;
}