#win-forum table.main {
	margin: 10px 0 0 0;
	padding: 0;
	border-collapse: collapse;
	width: 100%;
}

#win-forum .topics a {
color: #be0000;
}

/*#win-forum ul.main li {
	clear: both;
	background:  #F5F5F5;
	padding: 0px 0 0px 20px; 
}*/
#win-forum table.main th {
	background: #be0000;
	color: White;
	font-weight: bolder;
	height: 20px;
}
#win-forum table.main th.col10 {
	width: 350px;
	text-align: left;
	padding-left: 5px;
}
#win-forum table.main th.col20 {
	width: 70px;
}
#win-forum table.main th.col30 {
	width: 70px;
}
#win-forum table.main th.col40 {
	width: 140px;
}
#win-forum table.main td {
	text-align: center;
	color: #666;	
	padding: 10px 0 10px 0;
}
#win-forum table.main td.col10 {
	padding-left: 20px;
	text-align: left;
}
#win-forum table.main td.col40 {
	color: #be0000;
	font-weight: bold;
}
#win-forum table.main tr.odd td {
background:  #F5F5F5;
}


#win-forum table.topics {
	margin: 0px 0 30px 0;
	padding: 0;
	border-collapse: collapse;
	width: 100%;
}
#win-forum table.topics th {
	background: #be0000;
	color: White;
	font-weight: bolder;
	height: 20px;
}
#win-forum table.topics th.col10 {
	width: 320px;
	text-align: left;
	padding-left: 5px;
}
#win-forum table.topics th.col20 {
	width: 60px;
}
#win-forum table.topics th.col30 {
	width: 120px;
}
#win-forum table.topics th.col40 {
}
#win-forum table.topics td {
	text-align: center;
	color: #666;	
	padding: 3px 0 3px 0;
}
#win-forum table.topics td.col10 {
	padding-left: 5px;
	text-align: left;
}
#win-forum table.topics td.col40 {
	color: #be0000;
	font-weight: bold;
}
#win-forum table.topics tr.odd td {
background:  #F5F5F5;
}


#win-forum div.posts {
	margin: 13px 0 0 0;
}







#win-forum div.posts div.post span.title {
	display: block;
	float: left;
	margin-bottom: 5px;
/*	width: 250px;*/
	font-size: 11px;
	color: #be0000;
	font-weight: bold;
	/*background: blue;*/
}
#win-forum div.posts div.post div.autortime {
	clear: both;
}
#win-forum div.posts div.post span.autor {
	font-weight: bold;	
/*	background: red;*/
}
#win-forum div.posts div.post span.time {
	/*display: block;*/
	color: #be0000;
	font-weight: bold;
/*	background: green;	*/
}
#win-forum div.posts div.post div.button1 {
	float: right;
}
#win-forum div.posts div.post div.body {
	padding-top: 10px;
	clear: both;
}
#win-forum div.posts div.post {
	margin-bottom: 15px;
	padding: 5px 0 0px 0;
	border-top: 1px dotted #be0000;

}







#win-forum div.posts div.post-main div.title {
	display: block;
	float: left;
	margin-bottom: 0px;
/*	width: 250px;*/
	font-size: 13px;
	color: #be0000;
	font-weight: bold;
/*	background: blue;*/
}
#win-forum div.posts div.post-main div.autortime {
	clear: both;
}
#win-forum div.posts div.post-main span.autor {
	font-weight: bold;
	
/*	background: red;*/
	
}
#win-forum div.posts div.post-main span.time {
	/*display: block;*/
	color: #be0000;
	font-weight: bold;
/*	background: green;	*/
}

.blue {
	color: #be0000;
}

#win-forum div.posts div.post-main div.button1 {
	float: right;
}
#win-forum div.posts div.post-main div.body {
	padding-top: 10px;
	clear: both;
}

#win-forum div.posts div.post-main {
	margin: 0 0 15px 0;

/*	padding: 0 0 5px 0;
	border-bottom: 1px dotted #118ad1;*/
}


#win-forum a.button {
	display: block;
	width: 78px;
	height: 20px;
	background: url(/images/dekorace6.gif) no-repeat center blue;
	cursor: pointer;
	/*color: white;*/
	text-align: center;
	line-height: 20px;
	font-weight: bolder;	
	margin: auto;
}
#win-forum div.button {
	display: block;
	width: 78px;
	height: 20px;
	background: url(/images/dekorace6.gif) no-repeat center;
	cursor: pointer;
	/*color: white;*/
	text-align: center;
	line-height: 20px;
	font-weight: bolder;	
	margin: auto;
}

#win-forum form.newpost {
	margin: auto;
	color: #be0000;
	font-weight: bold;
}
#win-forum form.newpost input {
	width: 99%;
	margin: 0;
}
#win-forum form.newpost textarea {
	width: 99%;
	height: 150px;
	margin: 0;
	display: block;
}
#win-forum div.button.newpost {
	margin: 20px auto 0 auto;
}
#win-forum h2 {
	color: #be0000;
	font-size: 11px;
/*	border-bottom: dotted 1px  #dcdcdc;*/
	padding-bottom: 10px;
	margin: 20px 0 10px 0;
}
