

a.forum {   
   font-weight: bold;
   color: #D14617;
   text-decoration: underline;
}

a.forum:hover {   
   font-weight: bold;
   color: #c51219;
   text-decoration: underline;
}


.forum_text {
   border: 1px solid #828282;
   background-color: #EEEEEE;
   color: black;
}


/* -- tabulka temat --- */
table.forum {
   border: 1px solid #828282;
   border-collapse: collapse;
   width: 100%;
   margin-left: 5px;
}
table.forum td {
   border: 1px solid #828282;
   text-align: left;   
   padding: 2px;
}

table.forum th {
   border: 1px solid #828282;
   background-color: #464546;
   color: white;
   font-weight: bold;
   text-align: left;
   padding: 0.2em;
}



div.forum_post {
  /*border-top: 1px grey solid;
  border-left: 1px grey solid;*/
   background-color: #DDDDDD;
  padding: 2px 2px 10px 2px; 
  margin-top: 2px;
}

div.forum_post2 {
  /*border-top: 1px grey solid;
  border-left: 1px grey solid;*/
   background-color: #EFEFEF;
  padding: 2px 2px 10px 2px; 
  margin-top: 2px;
}


div.forum_reply {
  /*border-top: 1px grey solid;
  border-left: 1px grey solid;*/  
  padding: 0px 0px 10px 2px; 
  margin-top: 0px;
}

div.sipka {
	width: 50px; height: 40px;
	float: left;
	background: url(../img/sipka.png) 0px 0px no-repeat;
}
div.cont {
	float: left; background-color: #DDDDDD;
}



div.forum_post_top {
  margin: 8px 8px 4px 8px; padding: 0px 0px 4px 0px; 
  border-bottom: 1px #888888 solid;
}
div.forum_post_foot {
  margin-left: 8px; 
}
div.forum_author {
  float: left;
  margin-right: 8px; 
  font-weight: bold;
}
div.forum_time {
  float: left;
}
div.forum_text_msg {  
  margin: 8px;
}

div.forum_delete {
  float: right;
}

