﻿
.bookmarkSummary
{
	padding-bottom: 12px;
}

.bookmarkTitle
{
	font-weight: bold;
	font-size: 11pt;
	padding-bottom: 3px;
}

.bookmarkDesc
{
	padding-bottom: 3px;
	color: #484848;
}

.bookmarkOtherInfo
{
	color: #484848;
}

.buttonActive
{
	float: right;
	background-color: #9DC4D8;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 6px;
	padding-top: 6px;
	position: relative;
	top: -40px;
	border-top: #696969 1px dotted;
	border-right: #696969 1px dotted;
	border-left: #696969 1px dotted;
	font-weight: bold;
	margin-right: 15px;
}

.buttonInActive
{
	float: right;
	border-top: #696969 1px dotted;
	border-right: #696969 1px dotted;
	border-left: #696969 1px dotted;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 6px;
	padding-top: 6px;
	position: relative;
	top: -40px;
	margin-right: 15px;
}

.buttonComment
{
	background-image: url(../Images/Icons/sharp/comments.gif);
	background-repeat: no-repeat;
	padding:0px 0px 4px 18px;
}

.buttonReportAbuse
{
	background-image: url(../Images/Icons/sharp/attention.gif);
	background-repeat: no-repeat;
	padding:0px 0px 4px 20px;
}

.buttonRemove
{
	background-image: url(../Images/Icons/sharp/action_delete.gif);
	background-repeat: no-repeat;
	padding:0px 0px 4px 20px;
}