#middle-side {
  width: 920px !important;
  background-color:#fff !important;
  padding-left:10px;
  padding-right:10px;
  min-height:485px;
}
.forum-content{
  padding-right:10px !important;
  padding-left:10px !important;
    
}
.forum, .forum td, .forum th, table#fora td.forum_threads, table#fora td.forum_posts, table#fora td.forum_recent,
table#threads td.thread_replies, table#threads td.thread_views, table#threads td.thread_recommandations, table#threads td.thread_recent
{
  /*font-family: 'Lucida Grande', 'Trebuchet MS', Arial, Helvetica, sans-serif;*/
  font-size: 15px !important;
  
}
.forum .forum_name{background-colo:white;}
.forum h1
{
  /*font-family: 'Lucida Grande', 'Trebuchet MS', Arial, Helvetica, sans-serif;*/
  margin: 5px 0;
  font-size: 1.6em;
}

.forum .forum_figures
{
  width: 100%;
  text-align: right;
  margin: 0 0 10px 0;
}
.forum_figures a{color:#000 !important;}
table#fora, table#threads, table#messages
{
  border-collapse: collapse;
  width: 100%;
  clear: both;
}

table#fora td, table#fora th, table#threads td, table#threads th, table#messages td, table#messages th
{
  border: solid 1px #ccc;
  padding: 4px;
}

table#fora th, table#threads th, table#messages th
{
  background: #03A6B0;
  color: white;
  border:none;
}

table#fora td.category_header
{
  font-weight: bold;
  color: #000;
  background-color: #F3F9FB;
  padding-top: 5px;
  padding-bottom:5px; 
}

table#fora td.forum_name a
{
  font-weight: bold;
  /*font-size: 1.3em;*/
  text-decoration: underline;
<<<<<<< HEAD
=======
  color:#000;
}
table#fora td.forum_name a:hover
{
 color:#03A6B0;
>>>>>>> be0214f68a82586b1d6d21016609a1cd4f044e27
}

table#fora td.forum_name
{
  width: 45%;
  padding: 10px;
}

table#fora td.forum_threads, table#fora td.forum_posts
{
  text-align: center;
  width: 9%;
  background-color: #F3F9FB;
}

table#threads td.thread_name
{
  /**width: 50%;*/
  padding: 5px;
  text-align: left;
}

table#threads .thread_name a
{
  text-decoration: underline;
<<<<<<< HEAD
=======
  color:#000;
>>>>>>> be0214f68a82586b1d6d21016609a1cd4f044e27
}

table#threads .thread_name a:hover
{
  text-decoration: none;
}

table#threads .thread_name a.new
{
  font-weight: bold;
}

table#threads td.thread_replies, table#threads td.thread_views, table#threads td.thread_recommandations
{
  text-align: center;
  width: 8%;
  background-color: #F3F9FB;
}

table#messages td.post_author
{
  width: 20%;
  background-color: #F3F9FB;
  vertical-align: top;
}

table#messages td .post_details
{
  border-bottom: solid 1px ;
  color: #81A5CF;
  margin-bottom: 5px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

table#messages td.post_message {
  text-align: left;
}
<<<<<<< HEAD
=======
table#messages td.post_message a{
  color:#000;
}
table#messages td.post_message a:hover{
  color:#0088cc;
}

>>>>>>> be0214f68a82586b1d6d21016609a1cd4f044e27

table#messages td .post_content
{
  margin: 10px;
}

table#messages .spacer td
{
  border: none;
}

ul.forum_actions
{
  float: left;
  margin-bottom: 5px;
}

ul.forum_actions li
{
  display: inline;
  width: auto;
  padding:5px 15px 11px 0 !important;
  float:left !important;
}

<<<<<<< HEAD
ul.forum_actions li a:link,
ul.forum_actions li a:visited
{
  font-size: 1.1em;
  padding: 2px 4px;
  color: white;
  background: #CAAA00 url(/sfDoctrineSimpleForumPlugin/images/button_bg.gif);
  text-decoration: none!important;
  border-bottom: solid 1px #B08854;
  border-right: solid 1px #B08854;
}

=======

#threads .thread_recent a{color:#000;}
>>>>>>> be0214f68a82586b1d6d21016609a1cd4f044e27
ul.post_actions
{
  list-style: none;
  text-align: right;
}

ul.post_actions li
{
  display: inline;
  font-size: 0.9em;
}

ul.post_actions li::before
{
  color: lightgrey;
  content: ' - ';
}

ul.post_actions li:first-child::before
{
  content: '';
}

ul.post_actions li a:link,
ul.post_actions li a:visited
{
  color: red;
  text-decoration: none!important;
}

ul.post_actions li a:hover
{
  text-decoration: underline!important;
}

.forum a {
  text-decoration: none;
<<<<<<< HEAD
  color: #00A0EA;
}

.forum a:hover {
  color: #00A0EA;
=======
  color: #fff;
}

.forum a:hover {
  color: #03A6B0;
>>>>>>> be0214f68a82586b1d6d21016609a1cd4f044e27
  text-decoration: underline;
}

.forum a img {
  border: 0;
}

h1 {
  color: #00A0EA;
  font-size: 1.3em;
  padding: 10px 0;
}

ul#forum_navigation, ul.forum_actions
{
  list-style: none;
  display: inline;
<<<<<<< HEAD
=======
  margin: 0;
>>>>>>> be0214f68a82586b1d6d21016609a1cd4f044e27
}

ul#forum_navigation li
{
  display: inline;
}

<<<<<<< HEAD
.breadcrumb {
  padding: 10px 0;
  font-size: 0.9em;
}
=======

>>>>>>> be0214f68a82586b1d6d21016609a1cd4f044e27

.breadcrumb a {
  text-decoration:none;
}

.breadcrumb a:hover {
  text-decoration:underline;
}
