.postHead {
	position:relative;
	width:495px;
	height:35px;
	border-top:1px solid rgb(182,186,196);
	border-right:1px solid rgb(182,186,196);
	border-bottom:1px solid rgb(182,186,196);
	border-left:1px solid rgb(182,186,196);
	background-image:url(img/postsBg.png);
	background-repeat:repeat-x;
	background-position:0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	color:#40364e;
	font-size:14px;
	vertical-align:middle;
	line-height:30px;
	padding:0px 0px 0px 5px;
	font-weight:bold;
}
.postHead:hover {
	background-position:0px -37px;
}
.postDate {
	position:absolute;
	height:10px;
	line-height:10px;
	bottom:2px;
	left:0px;
	padding:0px 0px 0px 6px;
	font-size:10px;
	color:#666;
}
.postLokal {
	position:absolute;
	height:10px;
	line-height:10px;
	bottom:2px;
	left:66px;
	padding:0px 0px 0px 6px;
	font-size:10px;
	color:#666;
	border-left:1px solid #666;
}
a.postFormBtn, a.postFormBtn:visited, a.postFormBtn:active {
	position:absolute;
	display:block;
	height:35px;
	top:0px;
	right:10px;
	background-image:url(img/postsBg.png);
	background-repeat:no-repeat;
	background-position:right -75px;
	padding:0px 28px 0px 5px;
	line-height:35px;
	vertical-align:middle;
	font-size:11px;
	color:rgb(182,186,196);
	font-weight:bold;
	text-decoration:none;
}
a.postFormBtn:hover {
	background-position:right -112px;
	text-decoration:underline;
}
a.postPageBtn, a.postPageBtn:visited, a.postPageBtn:active {
	position:absolute;
	display:block;
	height:35px;
	top:0px;
	right:100px;
	background-image:url(img/postsBg.png);
	background-repeat:no-repeat;
	background-position:right -149px;
	padding:0px 28px 0px 5px;
	line-height:35px;
	vertical-align:middle;
	font-size:11px;
	font-weight:bold;
}
a.postPageBtn:hover {
	background-position:right -186px;
}
