body{
padding:10px;	
overflow-x: hidden;
font-family: Helvetica, Verdana, "LiHei Pro", "新細明體", PMingLiU, sans-serif;
position: relative;
}
#list_view{
padding: 0 20px;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
.subject-text {
display: block;
}
.main-forum{
padding:10px;
}
.main-forum table .subject-text a.topic_gen {
color: #000000;
}
.main-forum table td, .main-forum table th {
padding: 7px;
text-align: left;
line-height: 1.5;
border-bottom: 1px solid #eee;
font-weight: normal;
color: #666;
}
.main-forum table th a {
color: rgb(102,102,102);
}
.main-forum table th a:hover, .subject-text a:hover {
text-decoration: underline;
}

.single-post-author {
position: relative;
z-index: 1;
line-height: 1.3;
padding: 10px 0;
background: #eeeeef;
height:80px;
}

.group, .clear {
clear: both;
}
.main-forum table p {
font-size: 12px;
padding: 0;
}

.user-icon {
display: block;
float: left;
position: absolute;
left:10px;
width: 80px;
height: 80px;
background-color: #cccccc;
overflow: hidden;
border: 1px solid #aaaaaa;
text-align: center;
}

.user-icon span {
color: #666666;
font-size: 11px;
}
.single-post-author .user-info {
display: block;
font-size: 15px;
font-weight: bold;
font-family: Verdana;
width: 180px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
padding-left:100px;
margin: 5px;
}

.single-post-author .date {
display: block;
font-size: 12px;
padding-left:100px;
margin: 5px;
}

.single-post-content {
position: relative;
top: -10px;
letter-spacing: 0.1em;
font-weight:normal;
padding: 10px;
}

.options{
margin-right: 20px;
float:right;	
}
.options a{
color:#ffffff;
}
a{
text-decoration: underline;	
}
.remove-option, .edit-option{
position:relative;
}
.x-message-remove{
position: absolute;
color: #000000;
top: 0px;
right: 5px;
font-size: 16px;
width: 40px;
height: 20px;
text-align: center;
border: solid 1px #000000;
cursor:pointer;	
}
.x-message-edit{
position: absolute;
color: #000000;
top: 0px;
right: 50px;
font-size: 16px;
width: 40px;
height: 20px;
text-align: center;
border: solid 1px #000000;
cursor:pointer;	
background-image:url('images/edit.png');
}