/* CSS Document */
/* FIX for emoticon size */
img.e-emoticon {
width: 60px;
}

/* fix for calendar menu */

.e107-mini-calendar .table-striped>tbody>tr:nth-of-type(odd) {
background-color: transparent;
}
/* fix for newforumposts-menu */

.newforumposts-menu-scroll  .table {
   max-width: 100%;
}
                                   
.newforumposts-menu-scroll table.table > tbody > tr > td > a {
       font: 16px Arial, Helvetica, Sans-serif;
}


.newforumposts-menu-scroll table.table tr th.forumheader  {
   font-size: 13px;
}

 .leftmenu-box table.table tr td.case1, 
.rightmenu-box table.table tr td.case1 {
background-color: #ffd700;
}

 .leftmenu-box table.table tr td.case3, 
.rightmenu-box table.table tr td.case3 {
background-color: #7fff00;
}
 
 .leftmenu-box table.table tr td.case4, 
.rightmenu-box table.table tr td.case4 {
   background-color: #00008b;
 }
 
 
 
.leftmenu-box table.table tr td.case6, 
.rightmenu-box table.table tr td.case6 {
   background-color: #696969;
 }
 
 
#forum-viewforum .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #333;
    background-image: none;
    color: #dbdbdb;
    border: 1px solid #161616;
}

 .centermenu-box #forum-viewforum table.table {
    border: 1px solid #333;
}