/* SHARE TOOL
-------------------------------------------------------- */
#share-box {
	position:relative;
	margin:0;
	padding:0;
	z-index:99;
	}
#share-box * {
	margin:0;
	padding:0;
	float:none;
	border:0;
	}
#share-loading {
	background:#fff url('images/icons/loading-circle.gif') center center no-repeat;
	padding:50px;
	}
#share-box a {
	color:#003366;
	text-decoration:none;
	outline:0;
	}
a#share-close {
	color:#fff;
	cursor:pointer;
	font-weight:bold;
	font-size:1em;
	position:absolute;
	right:15px;
	top:13px;
	line-height:16px;
	z-index:1000010;
	padding:0 5px;
	border:1px solid #cc9999;
	}
#share-box label {
	font-weight:bold;
	}
#share-box label span {
	font-weight:normal;
	}

/* SHARE BUTTON
-------------------------------------------------------- */
.share-button {
	display:block;
	width:66px;
	line-height:21px;
	height:21px;
	text-decoration:none;
	outline:0;
	margin:0;
	padding:0;
	background:transparent url("images/share.png") left top no-repeat;
	text-indent:-10000px;
	}
.share-button-wrapper {
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	height:21px;
	overflow:hidden;
	position:relative;
	}
.share-button:hover,
.share-button-wrapper a.share-active {
	background-position:0 -21px;
	}

/* SHARE BOX
-------------------------------------------------------- */
#share-box {
	position:absolute;
	width:541px;
	background-color:#cccccc;
	}
#share-box-inner {
	padding:7px 7px 2px 7px;
	position:relative;
	}

/* SHARE MENU
-------------------------------------------------------- */
#share-menu {
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:5px 8px 0px 8px;
	height:29px;
	background-color:#990000;
	}
* html #share-menu {
	height:27px;
	}
#share-menu li {
	float:left;
	padding-right:2px;
	}
#share-menu li a {
	float:left;
	color:#ffffff;
	text-decoration:none;
	}
#share-menu li a span {
	font-weight:bold;
	cursor:pointer;
	float:left;
	line-height:27px;
	padding:0 10px;
	}
#share-menu li a:hover {
	background:#cc9999 url("images/share-tab-hover-left.gif?1") no-repeat;
	}
#share-menu li a:hover span {
	background:url("images/share-tab-hover-right.gif?1") right top no-repeat;
	}
#share-box #share-menu li.active a {
	background:#d5d5d5 url("images/share-tab-active-left.gif?1") no-repeat;
	}
#share-box #share-menu li.active a span {
	color:#000000;
	background:url("images/share-tab-active-right.gif?1") right top no-repeat;
	}

/* SHARE CONTENT
-------------------------------------------------------- */
#share-content {
	padding:0;
	line-height:16px;
	bottom:5px;
	background-color:#fff;
	position:relative;
	border-right:1px solid #bbb;
	border-left:1px solid #bbb;
	border-bottom:1px solid #bbb;
	}
#share-content-inner {
	padding:8px 11px;
	background-color:#f5f5f5;
	position:relative;
	}
#share-content h2 {
	margin-bottom:5px;
	color:#003399;
	font:bold 1.8em "Trebuchet MS", sans-serif;
	margin-top:0;
	}
#share-content p {
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
	padding-bottom:0px;
	}

/* table */
#share-content table {
	font-size:0.923em;
	width:100%;
	border-collapse:collapse;
	}
#share-content table tr td {
	text-align:left;
	padding:10px 2px;
	}
#share-content table tr td a {
	font-weight:bold;
	font-size:1em;
	}
#share-content table tr td a img {
	border:1px solid #ccc;
	width:40px;
	height:40px;
	display:block;
	margin:0 auto;
	}
#share-content table tr td a:hover img {
	border:1px solid #800000;
	}

/* form */
#share-content form {
	margin-bottom:7px;
	}
#share-content form table tr td {
	padding:10px 4px 1px 7px;
	}
#share-content form input,
#share-content form select,
#share-content form button {
	font-size:12px;
	vertical-align:middle;
	}
#share-content form input {
	font-family:"Courier New", Courier, monospace;
	width:225px;
	padding:3px;
	}
#share-content form textarea {
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	width:476px;
	height:75px;
	padding:3px;
	}
#share-content form input,
#share-content form textarea {
	border:1px solid #bbb;
	background:#fff;
	}
#share-content form td span {
	font-weight:normal;
	}
#share-content form .button {
	font-family:Arial, Helvetica, sans-serif;
	border-bottom-color:#999;
	border-right-color:#999;
	background:#cccccc;
	cursor:pointer;
	width:80px;
	padding:1px 3px;
	}
#share-content form .button:hover {
	background:#cc9999;
	}