/*===== forum ================================================================*/

#forum
{
}

#forum table
{
border-collapse:collapse;
margin:1em 0em 2em 0em;
width:100%;
}
#forum table thead tr
{
background:#4d6db8;
background:-webkit-linear-gradient(#3e5793, #4d6db8); /* For Safari 5.1 to 6.0 */
background:-o-linear-gradient(#3e5793, #4d6db8); /* For Opera 11.1 to 12.0 */
background:-moz-linear-gradient(#3e5793, #4d6db8); /* For Firefox 3.6 to 15 */
background:linear-gradient(#3e5793, #4d6db8); /* Standard syntax */
color:#ffffff;
}
#forum table tbody tr:nth-of-type(2n+1)
{
background:#f0f5ff;
}
#forum table tr:nth-of-type(2n)
{
background:#ebeeff;
}
#forum table tr th
{
padding:0.5em;
}
#forum table tr td
{
padding:1em;
}
#forum table tr th,
#forum table tr td
{
border:0.1em solid #999999;
}
#forum table tr th:nth-of-type(1),
#forum table tr td:nth-of-type(1)
{
padding-left:2em;
}
#forum table tr th:nth-of-type(2),
#forum table tr td:nth-of-type(2),
#forum table tr th:nth-of-type(4),
#forum table tr td:nth-of-type(4)
{
padding-left:1.75em;
padding-right:1.5em;
}
#forum table tr th:nth-of-type(3),
#forum table tr td:nth-of-type(3)
{
text-align:center;
width:4em;
}
#forum table tr th:nth-of-type(2),
#forum table tr th:nth-of-type(4)
{
width:14em;
}
#forum table tr td:nth-of-type(2) p:nth-of-type(2),
#forum table tr td:nth-of-type(4) p:nth-of-type(2)
{
font-size:0.8em;
margin-top:0.5em;
}
#forum table tr td:nth-of-type(2) p:nth-of-type(2) img,
#forum table tr td:nth-of-type(4) p:nth-of-type(2) img
{
top:0em;
}
#forum table tr td:nth-of-type(2) p:nth-of-type(3),
#forum table tr td:nth-of-type(4) p:nth-of-type(3)
{
color:#888;
margin-top:0.5em;
font-size:0.8em;
}