.forumline {
  background-color:#f3f3f3;
  border: 1px #ccc solid;
  color: #333;
  border-collapse:collapse;
  padding: 3px;
  /* width:975px; */
}

.forumline .forumline-even {
    background-color:#eee;
}

.forumline .forumline-odd {
    background-color:#e0e0e0;
}

.forumline .forum-name a {
  color:#3d3d3d;
  font-weight:bold;
}

.forumline .forum-name {
  margin-bottom:2px;
}


.forumline tr th {
  font-size:14px;
  padding:5px;
  background-color:#e0e0e0;
}

.forumlineline {
  background-color:#6A6A6A;
  border: 1px #6A6A6A solid;
  color: #C8D800;
}

.tableline1 { 
  color:#888888;
  font-size:8pt;
  padding:8px;
  text-align:left;
  vertical-align:top;
  border-width:1px;
  border-style:solid; 
  border-color:#ccc;
  padding: 7px;
}

.tableline1 vcenter { 
  vertical-align:middle;
}

A.tableline1:hover { 
  text-decoration: underline
} 

.tableline2 { 
  color: #333333; 
  font-size: 9pt;
  text-align: center;
  /*font-weight:bold;*/
  vertical-align:top;
 border-width:1px;
 border-style:solid; 
 border-color:#ccc;
  padding: 3px;
}

.tableline3 { 
  color: #333333; 
  background-color: #fff;
  font-size: 8pt;
  text-align: center;
} 

A.tableline2:hover { 
  text-decoration: underline
} 

.table{
  width: 100%;
  margin-top: 20px;
  border-collapse: collapse;
  border-style: solid; 
  border-width: 1px; 
  border-color: #ccc;
  clear:both;
}

.tableforum{
  width: 100%;
  border-collapse:collapse;
  border-style: solid; 
  border-width: 1px; 
  border-color: #ccc;
  clear:both;
  font-size: 13px;
  table-layout:fixed;
}

.tabHeader{
  height: 23px;
  font-weight: bold;
  color: #2A577C;
}

.tabRow1 {
  background: #f9f9f9;
  height: 23px;
  border-top: 1px #ccc solid;
  cursor: pointer;
}

.tabRow2{
  background: #fff;
  border-top: 1px #ccc solid;
  padding:0px;
  *height: 23px;
  cursor: pointer;
}

.tabCol1 {
  padding: 3px;
  padding-left: 5px;
}

.tabCol2 {
  padding: 3px;
  text-align: left;
  width: 130px;
  font-size:11px;
  z-index:0;
}

.tabCol2short {
  padding: 3px;
  text-align: left;
  width: 70px;
  font-size:11px;
  z-index:0;
}

.tabCol2 img {
  max-width:100%;
  _width:expression(function(im) {
    var maxiComments = document.getElementById("maxicomments").offsetWidth - 165;
    if(im.width > maxiComments) {
        return maxiComments + "px";
    }
  }(this));
  -ms-interpolation-mode:bicubic;
}


div.plateforme {
  float: left;
  min-width: 60px; 
  color: #3B4046;
  text-align: left;
}

#maxicomments .tabCol2 {
  border-top: 1px #ccc solid;
  padding-left :5px;
  padding-right :5px;
  width: auto;
  text-align: left;
  background: #eee;
  vertical-align: top;
  font-size: 12px;
}

#maxicomments .tabCol2 div {
  *zoom:1;
}

#maxicomments .table{
  width: 100%;
  margin-top: 20px;
  border-collapse: collapse;
  border-style: solid; 
  border-width: 1px; 
  border-color: #ccc;
  clear:both;
}

#maxicomments .tabHeader{
  background: #3d3d3d;
  height: 23px;
  font-weight: bold;
  color: #fff;
}

#maxicomments .tabHeader .tabCol2 {
  background: #3d3d3d;
  text-align: center;
}

#maxicomments .tabHeader .tabCol1 {
  background: #3d3d3d;
  text-align: center;
}

#maxicomments .tabRow1{
  background: #F6F6F7;
  height: 23px;
  cursor: default;
}

#maxicomments .tabCol1 img{
  float:left;
  margin-right: 0px;
}

#maxicomments .tabCol1{
  padding-left :5px;
  padding-right :5px;
  width: 140px;
  border-right: 1px #ccc solid;
  border-top: 1px #ccc solid;
  text-align: left;
  vertical-align: top;
}

#maxicomments a.author{
  color: #000000;
  font-weight: bold;
  float: left;
}

#maxicomments img.smallicons {
  float: left;
  margin-top: 4px;
  margin-left: 2px;
  border:0;
}

#maxicomments img.authoricon {
  clear: both;
  border:0;
}
#maxicomments .rank {
  display:block;
  clear: both;
  font-size: 9px;
}

#maxicomments p {
  margin: 0;
  font-size:12px;
}

#maxicomments p.msgheader {
  margin: 0;
  margin-bottom: 5px;
  font-size:11px;
}

#maxicomments p.msgsignature {
  margin: 0;
  font-size:11px;
}

#maxicomments p.msgfooter {
  margin: 0;
  margin-top: 5px;
  font-size:10px;
  text-align: right;
}

#maxicomments .tabCol2 {
    /*position:relative;*/
}

#maxicomments p.msgfooter a {
  color: #000000;
}

.bluebold { 
  color: #1B6991; 
  font-weight: bold;
  font-size: 10pt
} 

A.bluebold:link { 
  color: #1B6991; 
  text-decoration: none
} 

A.bluebold:visited { 
  color: #1B6991; 
  text-decoration: none
} 

A.bluebold:hover { 
  color: #1B6991; 
  text-decoration: underline
}

.quotearea { 
    -moz-border-radius:5px;
    /* Webkit */
    -webkit-border-radius:5px;
    /* CSS 3 */
    border-radius:5px;
  width: auto;
  max-width: 100%;
  background-color:#e6e6e6;
  border: 1px solid #ccc; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 9pt; 
  padding: 4px;
  margin-top:5px;
  margin-bottom:5px;
  z-index:0;
}

/*
.quotearea img { 
  max-width:100%;
  _width:100%;
  -ms-interpolation-mode:bicubic;
}*/

.spoiler    {color: black; background: black}

.buttongsy {
    -moz-border-radius:5px;
    /* Webkit */
    -webkit-border-radius:5px;
    /* CSS 3 */
    border-radius:5px;
    background-color:#3d3d3d;
    border:none;
    color:#fff;
    font-family:arial;
    font-size:11px;
    font-weight:bold;
    margin:10px 5px 10px 0;
    margin-left:5px;
    padding:3px 5px;
    cursor: pointer;
}

textarea.forumtxt {
    border:1px solid #aaaaaa;
    font-family:verdana;
  font-size:8pt;
    width:99%;
  height:180px;
}
