.ViewPointHolder
{
	background-image: url(/images/view-point-bg.gif);
	background-repeat: repeat-y;
	margin: 0 0 15px 0;
	width: 271px;
}

.ViewPointTitle
{
	background-image: url(/images/viewpoint.gif);
	background-repeat: no-repeat;
	height:52px;
}

.ViewPoint
{
	padding:0 4px 0 3px;
}

.ViewPointBlock
{
  background-image: url("/images/looking-north-block.gif");
  background-position: 50% 0;
  background-repeat: no-repeat;
	padding:8px 0px 8px 8px;
	font-size:12px;
	color:#243033;
	overflow:hidden;
	zoom:1;
}

.ViewPointBlock:first-child
{
	background:none;
}

.ViewPointBlock h1
{
	font-size:14px;
	color:#243033;
	font-weight:bold;
	margin-bottom:3px;
}

.ViewPointBlock h1 a
{
	font-size:14px;
	color:#243033;
	font-weight:bold;
	margin-bottom:3px;
	text-decoration:none;
}

.ViewPointBlock h1 a:hover
{
	text-decoration:underline;
}

.ViewPointBlock h3
{
	font-size:14px;
	margin:0 0 3px;
	color:#3d92a1;
	font-weight:bold;
}

.ViewPointBlock h3 a
{
	color:#3d92a1;
}

.ViewPointBlock h3 a:hover
{
	text-decoration:none;
}

.ViewPointBlock p
{
	padding:0 10px 8px 0;
}

.ViewPointBlock img
{
	border:1px solid #fdfdfd;
	float:left;
	margin:3px 9px 15px 0;
}

.ViewPointBlock .Date
{
	float:left;
	font-size:11px;
	color:#677679;
}

.ViewPointBlock .CommentsLT
{
	background: url(/images/right-comments2.gif) #4ca8b8;
	background-repeat: no-repeat;
	background-position:100% 0;
	height:17px;
	padding:1px 10px 0 0;
}

.ViewPointBlock .Comments
{
	background: url(/images/left-comments2.gif);
	background-repeat: no-repeat;
	padding:0 12px 0 25px;
	float:right;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	height:18px;
}

.ViewPointHolder .AllLink
{
	background-image: url(/images/left-block-alllink.gif);
	background-repeat: no-repeat;
	height:24px;
	text-align:right;
	padding:8px 11px 0 0;
	font-size:12px;
}

.ViewPointHolder .AllLink a
{
	color:#ffffff;
	text-decoration:underline;
}

.ViewPointHolder .AllLink a:hover
{
	color:#ffffff;
	text-decoration:none;
}