/* talktable.css */

#talktable
{
border: 1px none #dae5f6;
margin-top: -6px;
}

#lt2_talk_column_topic {
	width: 55%;
}
#lt2_talk_column_unread {
	width: 20%;
}
#lt2_talk_column_lastmsg {
	width: 25%;
}
#lt2_talk_column_bug {
	width: 10%;
}
#lt2_talk_column_star,
#lt2_talk_column_controls {
	width: auto;
}

#talktable td
{
border: 1px none #f4e5da;
border: 1px none #f2e8e5;
border-top-style: solid;

padding: 2px 5px 2px 5px !important;
vertical-align: top !important;

font-size: 11px;
line-height: 140% !important;
}

table#talktable tr.chrome td
{
background-color: #f4e5da;
background-color: #dae5f6;
background-color: #fff5e1;
font-weight: bold;
padding: 4px 5px 4px 5px !important;
}

table#talktable tr.prevnextchrome td
{
border-top-style: none;
}

table#talktable tr.prevnextchrome_bottom td
{
border-top-style: solid !important;
border-bottom-style: none !important;
}

/* Particular columns */

#talktable td.heat
{
width: 1%;
padding-right: 10px !important;
}

.star
{
padding-right: 0px; 
padding-top: 2px;
}

tr.ignore.td
{
background-color: #FFE3E3;
}

tr.other td
{
background-color: #F5F6FA;
}

#talktable tr.body:hover td
{
background-color: #FFE0A8 !important;
background-color: #fff5e1 !important;
}

/* Particular rows */

/* Particular elements */

table#talktable td.rightmost
{
border-right-style: solid !important;
}

table#talktable td.leftmost
{
border-left-style: solid;
}

img.ignore
{
width: 14px;
height: 14px;
xpadding: 2px 0 2px 0px;
}

div.about
{
font-size: 10px;
line-height: 13px;
margin: 3px 0 1px 0;
}

div.about b
{
color: #343434;
}

#talktabcontent
{
}

#talktabnav
{
}

#talktabcontent .seconds
{
font-size: 10px;
color: gray;
}

#facets
{
position: relative;
}