@charset "utf-8";

#forum #contentContainer { padding-bottom: 110px; }

#forum #contentContainer .forumHeader h1 {
	color:#6B90AD;
	font-size:3em;
	line-height:1.15em;
	padding:2px 0 0;
}

#forum #contentContainer .forumHeader p {
	
}
#forum #contentContainer .tableContainer.subforums {
	margin-bottom:0;
}

#forum #contentContainer .tableContainer.subforums .forums {
	margin-top:25px;

}

#forum #contentContainer .tableContainer {
	border-bottom: 16px solid #666666; /* nadanie tego tabeli bez objęcia jej divem powoduje błąd w FF */
	margin-bottom: 30px;	
}

#forum #contentContainer #moderationForm .tableContainer {
	padding: 25px 0px 0px;	
	margin: 0;
}

#forum table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0; 
	vertical-align: middle;		
}

#forum table th, #forum table td { text-align: center; }

/* tabela z forum */

#forum table.forums th, #forum table.forums td { padding: 1px 16px; }

#forum table th { /* wspólne dla obu tabel */
	background: #17476c;
	font-weight: bolder;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.2em;
	border-bottom: 1px solid #fff;
	text-shadow: 0 0 0 #17476c;
	line-height: 1.1em;
}

#forum table.forums th.first { width: 60%; text-align: left; padding: 0 16px 0 8px;}

#forum table.forums .latest { width: 38%; }

#forum table.forums .lastTwoCols { width: 2%; }

#forum table.forums td {
	padding: 7px 16px;
	border-bottom: 1px dotted #686868;
}

#forum table.forums tr.sectionName td {
	background: #666666;
	color: #fff;
	font-size: 1.5em;
	text-align: left;
	padding: 6px 16px 4px 8px;	
	border: none;
	line-height: 1em
}

#forum table.forums tr.sectionName td a {
    color: #fff;
}

#forum table.forums tr.sectionName td span {
	color: #c9cccf;
	display: inline;
	background: #666666;
	font-size: 1em;
	line-height: 1em	
}

#forum table.forums tr.noBorder td { border: 0 none; }

#forum table.forums tr.subForums td { vertical-align: top; }

#forum table.forums td.forumName { 
	text-align: left;
	padding: 7px 16px 5px 8px;
}

#forum table td strong, #forum table td span, #forum table td em { display: block; }

#forum table td em, 
#forum table td span { 
	font-style: normal;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.3em;
}

#forum table td.forum em {
    font-size: 1.2em;
    line-height: 1.3em;
}

#forum table.forums td strong { line-height: 1.4em; }

#forum table.forums strong a { color: #17476c; }

#forum table em a { color: #a21f4b; }

#forum table.forums td.forumName a.ico {
	display: block;
	width: 36px;
	height: 36px;
	background: #fff url(../img/common/post.gif) 0 0 no-repeat;
	float:left;
	text-decoration: none !important; 
}

#forum table.forums td.forumName a.ico.new { background: #fff url(../img/common/new_post.gif) 0 0 no-repeat; }

#forum table.forums td.forumName div ul li a.ico {
	width: 22px;
	height: 22px;
	background: #fff url(../img/common/post_small.gif) 0 0 no-repeat;
}

#forum table.forums td.forumName div ul li a.ico.new { background: #fff url(../img/common/new_post_small.gif) 0 0 no-repeat; }

#forum table.forums td.forumName strong, #forum table.forums td.forumName span { margin-left: 46px; }

#forum table.forums td.forumName strong {
	font-size: 1.5em;
	line-height: 1.1sem;
	font-weight: normal;
}

#forum table.forums td.forumName strong a { color: #a21f4b;	}

#forum table.forums td.forumName div {
	clear: left;
	padding-left: 46px;
	overflow: hidden;
	padding-top: 8px;
}

#forum table.forums td.forumName div ul { overflow: auto; }

#forum table.forums td.forumName div ul li {
	overflow: auto;
	padding: 0 0 4px 26px;
}

#forum table.forums td.forumName div strong {
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #615f62;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	line-height: 22px;		
}

#forum table.forums td.forumName div ul li strong {
	text-transform: none;
	float: none;
	margin: 0 0 0 26px;
}

#forum table td a.goto {
	display: inline-block;
	width: 16px;
	height: 9px;
	background: url(../img/common/goto.gif) 0 0 no-repeat;
	position: relative;
	top: 1px;
}

/* tabela z tematami */

#forum table.topics td {
	background: #fbfbfb;
	font-size: 1em;
	color: #615f62;
}

#forum table.topics tr.grey td {	background: #f3f3f3; }

#forum table.topics tr.blue td {background: #dce4ea; }

#forum table.topics tr:hover td {background: #dce4ea; }

#forum table.topics .status {
	width: 1%;
	padding: 4px 8px;
}

#forum table.topics .topic {
	width: 48%;
	text-align: left;
	padding: 4px 16px 4px 8px;
}

#forum table.topics .topic strong, #forum table.topics .topic em { display: inline; }

#forum table.topics .topic em, 
#forum table.topics .topic span { 
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1em;
}

#forum table.topics .topic em {
	font-style: italic;
	font-size: 1em;
}

#forum table.topics .topic a.goto {
	background: url(../img/common/goto02.gif) 0 0 no-repeat;
	top: 0;
}

#forum table.topics .topic a { color: #a21f4b; }

#forum table.forums td strong { line-height: 1em; }

#forum table.topics .posts {
	width: 2%;
	padding: 4px 16px 4px 8px;	
}

#forum table.topics .by {
	width: 17%;
	text-align: left;
	padding: 4px 16px;	
}

#forum table.topics .latest {
	width: 20%;
	padding: 4px 4px 4px 16px;
}

#forum table.topics .checkBox {
	width: 2%;
	padding: 4px 8px;
}

#forum table.topics .checkBox input {
	width: 12px;
	height: 12px;
}

#forum table.topics th {
	padding-bottom: 1px !important;
	padding-top: 1px !important;
}

#forum table.topics th a {
    color:#ffffff;
}

#forum table.topics th a:hover {
    text-decoration:none;
}

.smallCaps {
	text-transform: lowercase;
	font-variant: small-caps;
	font-size: 1.1em
}

/* ikonki informujące postach */

#forum table.topics td.status a { display: block; }

.status a.newPosts { 
	background: url(../img/common/new_posts.png) 0 0 no-repeat;
	width: 21px;
	height: 25px;
}

.status a.attached { 
	background: url(../img/common/attached_post.png) 0 0 no-repeat;
	width: 18px;
	height: 21px;
}

.status a.noNewPosts { 
	background: url(../img/common/no_new_posts.png) 0 0 no-repeat;
	width: 18px;
	height: 21px;
}

.status a.noNewClosed { 
	background: url(../img/common/no_new_posts_closed.png) 0 0 no-repeat;
	width: 19px;
	height: 22px;
}

.status a.NewClosed { 
	background: url(../img/common/new_posts_closed.png) 0 0 no-repeat;
	width: 22px;
	height: 26px;
}

.status a.notice { 
	background: url(../img/common/notice.png) 0 0 no-repeat;
	width: 22px;
	height: 19px;
}

#forum table.topics td.by a { color: #17476c; }

/* nadpiski dla poprzednia - następna */

#forum .flipbar {
	margin-bottom: 4px;
	margin-top: 4px;
}

/* ********* */

#forum a.addTopic {
	display: block;
	width: 130px;
	height: 33px;
	line-height: 33px;
	font-size: 1.4em;
	font-weight: bolder;
	color: #fff;
	background: #b01a4c url(../img/common/add_topic.gif) 40px 50% no-repeat;
	padding: 4px 4px 4px 86px;
	border: 1px solid #8b0934;
}

#forum a.addTopic.over { margin-bottom: -14px; }

#forum a.addTopic.under { margin-top: -14px; }

#forum #moderationForm fieldset { margin: 16px 6px; }

#forum #moderationForm fieldset div {
	width: 330px;
	float: right;
	text-align: right;
}

#forum #moderationForm fieldset div * {	text-align: left; }

#forum #moderationForm fieldset div label {
	display: block;
	color: #6b90ad;
	font-size: 1.6em;
	line-height: 1.4em;
}

#forum #moderationForm fieldset div select {
	width: 100%;
	border: 1px solid #000;
	padding: 3px;
}

#forum #moderationForm fieldset div select option {
	border: 0 none;
	outline: 0 none
}

#forum ul.forumIconLegend,
#forum #moderationForm fieldset ul {
	overflow: hidden;
	float: left;
	width: 50%;
}
#forum ul.forumIconLegend {
    float:none;
}

#forum ul.forumIconLegend li,
#forum #moderationForm fieldset ul li {
	float: left;
	line-height: 28px;
	min-height: 34px;
	width: 30%;
	font-size: 0.9em;
	white-space: nowrap;
}

#forum ul.forumIconLegend li {
    float:none;
}

#forum ul.forumIconLegend  li *,
#forum #moderationForm fieldset ul li * {
	vertical-align: middle;
}

#forum #moderationForm fieldset ul li span { 
	display:inline-block;
    width: 26px;
}

#forum ul.forumIconLegend  li span {
    display: inline-block;
    width: 45px;
}

#forum #moderationForm button {
  width: auto;
	height: 24px;
	line-height: 22px;
	background: url(../img/common/search.gif) 0 0 repeat-x;
  text-align: center !important;	
	border: 1px solid #b3b3b3;
	padding:0 16px 6px;
	margin: 6px 0;
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

#editProfile form#personal.newTopic {
	width: 100%;
	border-top: none; 
}

.addNextAtt {
    color: #a21f4b;
    text-decoration:underline;
}

.addNextAtt:hover {
    text-decoration:none;
}

#forumCategories {
    
}
#forumCategories h3 {
    font-size:1.1em;
    font-weight:bold;
    padding-bottom:5px;
}

#forumCategories ul {
    display:inline-block;
    padding-left:5px;
}

#forumCategories li {
    margin-bottom:2px;
    font-size:0.9em;
}

#forumCategories ul li {
    display:inline-block;
    color: #cccccc;
    margin-bottom:3px;
    font-size:1em;
    padding-left:2px;
}

#forumCategories ul li a {
    color: #a21f4b;
    padding-right:8px;
}

#forumWelcome {
    border: 1px solid #666666;
    margin:0 0 30px;
    padding:8px;
    position:relative;
}

#forumWelcome p {
    line-height:1.4em;
    color: #333333;
}

#forumWelcome p.last {
    margin-top:10px;
}

#forumWelcome p a {
    color:#a21f4b;
}

#forumContest {
    position:absolute;
    top:0;
    right:0;
    height:100%;
    border-left:1px solid #666666;
    width:220px;
    text-align:center;
}

#forumContest h3 {
    color:#a21f4b;
    font-weight:bold;
    padding: 15px 0 0;
}

#forumContest p {
    line-height:1.2em;
    font-size:1.4em;
    font-weight:bold;
}

.forumMenu {
    border-top:6px solid #666666;
    border-bottom:1px dotted #666666;
    overflow:hidden;
    margin:0 0 30px;
    padding: 6px;
}

.forumMenu a {
    margin: 0 6px;
    color:#17476C;
    font-weight:bold;
}

.forumStats.forumUsers {
    border-bottom:17px solid #666666;
    margin:0 0 30px;
}

.forumStats .stats {
    padding:14px 10px 13px;
    color:#333333;
}

.forumStats .stats img {
    float:left;
    margin-top:6px;
    margin-right:8px;
}

.forumStats.forumUsers .stats {
    border-bottom:1px dotted #666666;
    padding:14px 10px 22px;
}

.forumStats .stats a {
    color:#a21f4b;
}

.forumStats h3 {
    background:#17476C;
    border:0;
    color:#FFFFFF;
    font-size:12px;
    font-weight:bolder;
    line-height:1em;
    text-shadow:0 0 0 #17476C;
    text-transform:uppercase;
    padding: 3px 12px 2px;
    font-family:Arial,Helvetica,sans-serif;
}

.forumStats div.menu {
    padding: 6px;
}

.forumStats div.menu a {
    margin: 0 6px;
    color:#17476C;
    font-weight:bold;
}

#forum table.usersRank .user {
    width:40%;
}

#forum table.usersRank .posts {
    width:15%;
}

#forum table.usersRank .thanks {
    width:15%;
}

#forum table.usersRank .lastPost {
    width:30%;
    padding: 0 0 5px;
}

#forum table.usersRank .lastPost strong a {
    color:#17476C;
}

.rangeSelect {
    float:right;
    width:170px;
    margin-top:10px;
}