.entry .author {
	margin: 0;
	margin-left: -1px;
	padding-left: 10px;
	font-size: 130%;
	font-weight: bold;
	color: white;
	height: 25px;
	width: 432px;
	background-image: url("../images/misc_vm_detail_titlebar.png");
	background-position: left;
}

.entry .author a {
	color: white !important;
}

.entry a, .pageNumbers a {
	text-decoration: none !important;
}
.entry a:hover, .pageNumbers a:hover  {
	text-decoration: underline !important;
}

.entry .createdAt {
	color: white;
	font-size: 100%;
	font-weight: bold;
	float: right;
	margin-top: -20px;
	margin-right: 5px;
}

.entry .text {
	width: 410px;
	padding-top: 0;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	background-image: url("../images/misc_vm_detail_footer.png");
	background-repeat: no-repeat;
	background-position: bottom left;
}

.entry .text p {
	margin-top: 6px !important;
	margin-bottom: 6px !important;
}

.entry .text img {
	border: 1px solid #bbb;
	padding: 3px;
	margin: 3px;
}

.entry .text .socialTools>div{
	display: inline-block;
	vertical-align: middle;
}



.entry.comment .author {
	width: 630px;
	margin-left: 25px;
	font-size: 115%;
	height: 21px;
}

.entry.comment .createdAt {
	margin-top: -18px;
}

.entry.comment .text {
	width: 610px;
	margin-left: 25px;
}

.fullback,.back,.forward,.fullforward {
	float: left;
	display: block;
	width: 17px;
	height: 19px;
	font-size: 0;
	background-image: url("../images/gb_pfeile2.png");
	margin: 2px;
}

.fullback {
	background-position: 0 -19px;
}

.fullback:hover {
	background-position: 0 0px;
}

.fullback.inactive,.fullback.inactive:hover {
	background-position: 0 -38px;
}

.back {
	background-position: -19px -19px;
}

.back:hover {
	background-position: -19px 0px;
}

.back.inactive,.back.inactive:hover {
	background-position: -19px -38px;
}

.forward {
	background-position: -34px -19px;
}

.forward:hover {
	background-position: -34px 0px;
}

.forward.inactive,.forward.inactive:hover {
	background-position: -34px -38px;
}

.fullforward {
	background-position: -53px -19px;
}

.fullforward:hover {
	background-position: -53px 0px;
}

.fullforward.inactive,.fullforward.inactive:hover {
	background-position: -53px -38px;
}

.pageNumbers * {
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	float: left;
	display: block;
	margin-top: 0;
	margin: 2px;
	min-width: 17px;
}
