/* TABLEs with colors */
.table-width{
margin: -3px -13px 0px -10px;
padding:0;
}
.table-color{
width:100%;
margin:0;
padding:0;
color:#000000;
font-size:0.8em;
}
.table-row-even{
height:20px;
background-color:#efefef;
}
.table-row-odd{
height:20px; 
background-color:#d7d8d9;
}
.table-column-divider{
background-color:#455f77;
text-align:center;
font-weight:800;
color:#c6c6c6;
line-height:12px;
}

.table-column-icon-even,.table-column-icon-odd{
width:20px;
}
.table-column-icon-img{
margin-left:4px;
}
.table-column-text-even,.table-column-text-odd{
text-align:left;
border-bottom:1px solid #ccc;
}
.table-column-text-even{
background-color:#efefef;
text-indent:-8px;
padding-left:16px;
}
.table-column-text-odd{
background-color:#d7d8d9;
text-indent:-8px;
padding-left:16px;
}
.table-row-odd a,.table-row-even a {
color:#636563;
}
.table-column-text-even a,.table-column-text-odd a{
color:#000000;
font-size:0.86em;
}
.table-column-view-even, .table-column-view-odd,.table-column-info-even, .table-column-info-odd,
.table-column-date-even, .table-column-date-odd,
.table-column-rate-even, .table-column-rate-odd, .table-column-vote-even, .table-column-vote-odd{
text-align:center;
width:40px;
font-size:0.8em;
}
.table-column-down-even,.table-column-down-odd{
text-align:left;
width:134px;
}
.table-column-genre-even, .table-column-genre-odd, .table-column-length-even, .table-column-length-odd, .table-column-category-even, .table-column-category-odd{
text-align:left;
width:100px;
padding-left:10px;
font-size:0.8em;
}
.table-column-rate-even, .table-column-rate-odd{
width:120px;
}
.table-column-category-even, .table-column-category-odd,
.table-column-length-even, .table-column-length-odd{
width:80px;
text-align:right;
padding-right:10px;
}
.table-column-down-even, .table-column-down-odd{
border-left: 1px solid #ccc;
}
.table-column-down-even-a,.table-column-down-odd-a,.table-column-info-even-a,.table-column-info-odd-a,.table-column-view-even-a,.table-column-view-odd-a{
text-decoration:none;
}
.table-column-down-even-a:hover,.table-column-down-odd-a:hover,.table-column-info-even-a:hover,.table-column-info-odd-a:hover,.table-column-view-even-a:hover,,.table-column-view-odd-a:hover{
text-decoration:none;
}
.table-column-down-even-a, .table-column-down-odd-a{
background: url("../img/navigation/icons/arrow-normal_ico.gif")  center top no-repeat;
}
.table-column-down-even-a:hover, .table-column-down-odd-a:hover{
background: url("../img/navigation/icons/arrow-over_ico.gif")  center top no-repeat;
text-decoration:none;
}
.table-column-view-even-a, .table-column-view-odd-a{
background: url("../img/navigation/icons/tv-normal_ico.gif")  center top no-repeat;
}
.table-column-view-even-a:hover, .table-column-view-odd-a:hover{
background: url("../img/navigation/icons/tv-over_ico.gif")  center top no-repeat;
text-decoration:none;
}
.table-column-info-even-a, .table-column-info-odd-a{
background: url("../img/navigation/icons/info-normal_ico.gif")  center top no-repeat;
}
.table-column-info-even-a:hover, .table-column-info-odd-a:hover{
background: url("../img/navigation/icons/info-over_ico.gif")  center top no-repeat;
text-decoration:none;
}
.table-column-icon-even, .table-column-down-even, .table-column-view-even, .table-column-info-even, 
.table-column-date-even, 
.table-column-genre-even, .table-column-length-even, .table-column-rate-even, .table-column-vote-even,
.table-column-category-even{
background-color:#d1dae1;
color:#666666;
}
.table-column-icon-odd,.table-column-down-odd,.table-column-view-odd,.table-column-info-odd,
.table-column-date-odd,
.table-column-genre-odd, .table-column-length-odd, .table-column-rate-odd, .table-column-vote-odd,
.table-column-category-odd{
background-color:#cad3db;
color:#666666;
}
.table-column-icon-even:hover, .table-column-down-even:hover, .table-column-view-even:hover, .table-column-info-even:hover,
.table-column-genre-even:hover, .table-column-length-even:hover, .table-column-rate-even:hover, .table-column-vote-even:hover{
background-color:#d1dae1;
}
.table-column-icon-odd:hover,.table-column-down-odd:hover,.table-column-view-odd:hover,.table-column-info-odd:hover,
.table-column-genre-odd:hover, .table-column-length-odd:hover, .table-column-rate-odd:hover, .table-column-vote-odd:hover{
background-color:#cad3db;
}
