table#last_posts {
    width: 100%;
    border-collapse: collapse;
    margin: 6px 0px 0px 0px;
}

table#last_posts td {
    border-top:2px solid #FFFFFF;
}

table#last_posts tr.firstline td {
    border-top:none;
}

table#last_posts th {
    font-size:12px;
    height:24px;
    padding:2px 0 0 3px;
    text-align:center;
    vertical-align:top;
}

table#last_posts tr.header {
    color: #FFFFFF;
    height: 32px;
    background: #85A3C1 url(/apps/frontend/forum/img/v2/category_shadow.gif) repeat-x 0px bottom;
}

table#last_posts tr.header .last_posts_header {
    font-size: 16px;
    text-align: left;
    font-weight: bold;
}

table#last_posts tr.header li {
    background:transparent url(/apps/frontend/forum/img/v2/onglet_rank.png) no-repeat scroll 0 0;
    float:left;
    line-height:18px;
}

table#last_posts tr.header li.start {
    background-position:0 -41px;
    height:19px;
    width:4px;
}

table#last_posts tr.header li.content {
    background:transparent url(/apps/frontend/forum/img/v2/onglet_content_rank.png) repeat-x scroll 0 -41px;
    height:20px;
}

table#last_posts tr.header li.end {
    background-position:-4px -41px;
    height:19px;
    width:4px;
}

table#last_posts td.thread_ico {
    padding:4px 2px 0 4px;
    vertical-align:top;
    width:90px;
    border-right:1px solid #E6F1F6;
}

table#last_posts td.thread_ico div.postit
{
	width: 38px;height: 33px;
	float: left;
	background: transparent url(/apps/frontend/forum/img/v2/postit.gif) no-repeat scroll -38px 0;
	cursor:pointer;
}

table#last_posts td.thread_ico div.redac
{
	width: 24px;height: 27px;
	float: left;
	margin-right: 10px;
	background: transparent url(/apps/frontend/forum/img/v3/redac.gif) no-repeat scroll -40px 0;
	cursor:pointer;
}

table#last_posts td.thread_name {
    padding:5px;
    border-right:1px solid #E6F1F6;
}

table#last_posts td.thread_name div.text {
    float:left;
}

table#last_posts td.thread_name a {
    color:#000000;
    font-size:14px;
    font-weight:bold;
    line-height:30px;
    text-decoration:none;
    outline: none;
}

table#last_posts tr.bkg_v0 td.thread_name a:hover {
	background-color: #000000;
	color:#F2EDD2;
}

table#last_posts tr.bkg_v1 td.thread_name a:hover {
	background-color: #000000;
	color:#E3DEC8 ;
}

table#last_posts td.thread_replies,
table#last_posts td.thread_views {
    text-align:center;
    width: 75px;
    font-size: 0.9em;
    border-right:1px solid #E6F1F6;
    background:#FFFFFF url(/apps/frontend/forum/img/v2/bkg_white.gif) repeat-x scroll 0 bottom;
}

table#last_posts td.thread_recent {
    font-size:85%;
    text-align:center;
    text-transform:capitalize;
    width:130px;
    background:#FFFFFF url(/apps/frontend/forum/img/v2/bkg_white.gif) repeat-x scroll 0 bottom;
}

table#last_posts td span.time {
    background:transparent url(/apps/frontend/forum/img/v2/clock_v1.gif) no-repeat scroll left center;
    padding-left:14px;
}

table#last_posts td.thread_recent a {
    color:#27B0F0;
    text-decoration:none;
}

table#last_posts td.thread_recent a:hover {
    background-color: #27B0F0;
    text-decoration: none;
    color: #FFFFFF;
}


