@charset "UTF-8";
.releaseinfo {
	width: 25%;
	float: right;
	margin-left: 20px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	padding-left: 20px;
}
.releaseinfo p  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #43515F;
}
.releaseinfo ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-left: 20px;
	color: #43515F;
}
.releaseinfo ul li, .releaseinfo ul li a   {
	margin-bottom: 5px;
	list-style-image: url(images/sqbullet.gif);
	list-style-position: outside;
	text-decoration: none;
	color: #43515F;
	padding-bottom: 5px;
}
.releaseinfo p.title {
	font-family: Arial, Helvetica, sans-serif;
	color: #106034;
	font-size: 16px;
	margin-bottom: 0px;
}
.title img {
	padding-right: 5px;
}
.share {
	background-color: #E9F0F6;
	height: 100px;
	padding: 15px;
}
.releaseinfo hr {
	border-top-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}
.releaseinfo a:hover  {
	text-decoration: underline;
}
.releaseinfo a {
	color: #43515F;
}
.current      {
	color: #660066;
}
.vertaligntop {
	vertical-align: top;
}
.releaseinfo .light a, .releaseinfo .light {
	color: #5A6D80;
}
.releaseinfo .light .current {
	font-weight: bold;
}

