.forum {
    border-collapse: collapse;
    width: 100%;
}

.forum .title {
	background-color:#E4E3DF;
	font-weight:700;
	height:30px;
	vertical-align:middle;
}
.forum .title .date {
	font-weight:400;
	float:right;
	margin-right:10px;
}
.forum .name {
	padding-left:10px;
	padding-top:10px;
	font-weight:700;
	font-size:13px;
}
.forum .desc {
	padding-left:10px;
	font-size:11px;
	vertical-align:top;
}
.forum .desc div {
	width:500px;
}
.forum .cell {
	padding:10px 5px;
}
.forum .last {
	padding-right:15px;
	padding-bottom:7px;
}
.forum .topic {
	padding-left:10px;
	padding-top:10px;
	font-size:13px;
}
.forum .row {
	background-color:#FFF;
}
.forum .row1 {
	background-color:#f7f7f5;
	border-bottom:1pt solid #fff;
	border-top:1pt solid #fff;
}
.forum .userinfo {
	padding-top:20px;
	vertical-align:top;
	width:130px;
}
.forum .userinfo img {
	margin-top:10px;
	margin-bottom:10px;
}
.forum .userinfo p {
	margin-top:0;
	font-size:11px;
	width:100px;
}
.forum .userinfo a {
	color:#126EC3;
	font-weight:700;
}
.forum .message {
	padding-top:20px;
	vertical-align:top;
	padding-bottom:18px;
}
.forum .message pre {
	width:750px;
	overflow-x:auto;
	max-height:500px;
}
.forum .actions {
	border-top:1pt solid #cdcdcd;
	text-align:right;
	vertical-align:top;
	padding-top:10px;
	padding-bottom:18px;
}

.voting {
	position:relative;
	margin:0 0 0 1em;
	width:104px;
	height:22px;
	overflow:hidden;
	background:#CCC url(images/stars.png) 0 -22px no-repeat;
	padding:0;
	float:left;
	}
	.voting-text { height:22px; line-height:28px; font-size:18px; float:left; }
	#voting-bar { margin-bottom:20px; }
	.voting LI {
		float:left;
		padding:0;
		margin:0;
		}
	.voting A {
		position:absolute;
		top:0;
		left:0;
		display:block;
		height:22px;
		text-indent:-9999px;
		}
	.voting A.cur,
	.voting A:hover,
	.voting:hover A.cur:hover,
	.voting.phover A.cur:hover,
	.voting:hover A:hover,
	.voting.phover A:hover {
		background:#FC0 url(images/stars.png) no-repeat;
		}
	.voting:hover A.cur,
	.voting.phover A.cur {
		background:none;
		}
	.voting .one A {
		width:15px;
		z-index:5;
		}
	.voting .two A {
		width:34px;
		z-index:4;
		}
	.voting .three A {
		width:56px;
		z-index:3;
		}
	.voting .four A {
		width:80px;
		z-index:2;
		}
	.voting .five A {
		width:104px;
		z-index:1;
		}
