table.forum_strona_glowna {
	width:100%;
	margin:10px 0px;
}
table.forum_strona_glowna td, table.forum_strona_glowna th {
	padding:8px;
	text-align:center;
	vertical-align:middle;
}

div.forum_quote {
	background-color:#F1F1F1;
	border:1px solid #BBBBBB;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:5px;
	padding:6px;
	color:#555555;
	font-size:11px;
}

div.forum_quote_head {
	margin-top:5px; 
	margin-left:20px; 
	font-size:11px;
	font-weight:bold;
	}

ol.forum_wyniki li {
	padding-top:7px;
	padding-bottom:10px;
}


/* najświeższe wątki */
ul.forum_newest {
	padding:0px;
	margin:0px;
	margin-bottom:7px;
	list-style: none;	
	font-size:11px;
	line-height:120%;
}
ul.forum_newest li {
	padding-bottom:0px;
	padding-top:0px;
	margin:3px 0px 4px 0px;
}
div.watek {
	padding-left:22px;
	padding-bottom:3px;
	white-space:nowrap;
    overflow:hidden;
}
div.watek_nieczytany {
	background: url(../g/forum/notread.gif) no-repeat;
}
div.watek_czytany {
	background: url(../g/forum/read.gif) no-repeat;
}
div.watek_zamkniety {
	background: url(../g/forum/closed.gif) no-repeat;
}


/* tematy */
a.temat_nieczytany {
  font-weight:bold;
}


/* temat */
table#forum_temat {
  width:100%;
  border-collapse:inline;
  border-spacing:0px;
}
table#forum_temat td, table#forum_temat th  {
  vertical-align: middle;
}
table#forum_temat td.watek {
    padding:5px;
}

table#forum_temat td.ostatniWpis {
	text-align:center;
    width:190px;
}
table#forum_temat td.ostatniWpis small {
    line-height:18px;
}
table#forum_temat td.iloscPostow {
	text-align:center;
    width:70px;
    font-weight:bold;
}

/* posty w wątku */

div#forum_posty div.tytul {
    margin:0px;
    padding:10px;
    background:#ffffff;
    border-top:1px solid #dddddd;
    border-bottom:1px solid #dddddd;
    font-size:11px;
    color:#333333;
}
div#forum_posty div.akcje {
    float:right;
    margin-left:10px;
    padding-left:10px;
    border-left:1px solid #dddddd;
    font-size:10px;
}
div#forum_posty div.avatar {
    padding:10px 0px;
    float:left;
}
div#forum_posty div.tresc {
    float:right;
    width:430px;
    margin:10px 0px 30px;
    overflow:hidden;
}
div#forum_posty {
    border-bottom:1px solid #cccccc;
}

