

a.forum {   
   font-weight: bold;
   /*color: #00CCFF;*/
   text-decoration: underline;
}

a.forum:hover {   
   font-weight: bold;
   /*color: #00CCFF;*/
   text-decoration: underline;
}


.forum_text {
   border: 1px solid #828282;
   background-color: #464546;
   color: white;
}


/* -- 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; 
  padding: 2px;
  margin-top: 5px;
}
div.forum_post_top {
  margin: 8px; 
}
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_text_msg_rep {  
  margin: 8px;
  color: blue;
}


div.forum_delete {
  float: right;
}

