@charset "windows-1253";
.contentBoxForForum {
	padding:10px 0 10px 0;
	width:464px;
}
.contentBoxForForum h1 {
	color: #4a4a4a;
	font-weight: bold;
	font-size: 14px;
	margin:0 10px 0 10px;
	padding:0;
}
.contentBoxForForum .item {
	border-bottom: 1px dotted #dddddd;
	border-left: 1px dotted #dddddd;
	border-right: 1px dotted #dddddd;
	margin:10px 10px 0 10px;
}
.contentBoxForForum .item .header {
	background-color:#EAE8E2;
	width:100%;
	margin:0;
	padding:0;
}
.contentBoxForForum .item .header td {
	padding:3px 10px 3px 10px;
	margin:0;
}
.contentBoxForForum .showTitle {
	display:inline;
}
.contentBoxForForum .showTitle a,
.contentBoxForForum .showTitle a:link,
.contentBoxForForum .showTitle a:visited{
	font-weight:bold;
	font-size:13px;
	vertical-align:middle;
}
.contentBoxForForum .showTitle a:hover {
}
.contentBoxForForum .messageDate {
	font-size:11px;
	white-space:nowrap;
}
.contentBoxForForum .personName {
	padding:0 0 0 5px;
	font-size:11px;
}
.contentBoxForForum .body {
	padding:5px 10px 5px 10px;
}
.contentBoxForForum .image {
	margin:0 10px 0 0;
}
.contentBoxForForum .footer {
	margin:10px 0 0 0;
	text-align:center;
	font-weight:bold;
	font-size:14px;
}

.pager {
	text-align:center;
}
.pager a.pageLink,
.pager a.pageLink:link,
.pager a.pageLink:visited{
	padding:2px 10px 2px 10px;
	border:1px solid #9F9D9E;
	background-color:white;
	text-align:center;
	line-height:21px;
	margin:0 2px 0 2px;
}
.pager a.pageLink:hover {
	background-color:#EDEDED;
	border:1px solid #666;
	color:#333;
}
.pager a.nextPage,
.pager a.nextPage:link,
.pager a.nextPage:visited {
	margin:0 0 0 5px;
	padding:2px 10px 2px 10px;
	border:1px solid #9F9D9E;
	background-color:white;
	text-align:center;
	line-height:21px;
}
.pager a.nextPage:hover {
	background-color:#EDEDED;
	border:1px solid #666;
	color:#333;
}
.pager a.active,
.pager a.active:link,
.pager a.active:visited {
	background-color:#670F0D;
	color:white;
	margin:0 0 0 5px;
	padding:2px 10px 2px 10px;
	border:1px solid #9F9D9E;
	text-align:center;
	line-height:21px;
}
.pager a.previousPage,
.pager a.previousPage:link,
.pager a.previousPage:visited {
	margin:0 5px 0 0;
	padding:2px 10px 2px 10px;
	border:1px solid #9F9D9E;
	background-color:white;
	text-align:center;
	line-height:21px;
}
.pager a.previousPage:hover {
	background-color:#EDEDED;
	border:1px solid #666;
	color:#333;
}
