/* 
 * contest 
 */
#divVMsg {
    float: right;
    width: 190px;
    min-height: 75px;
    padding: 0 15px;
    text-align: center
}
td.cEmo1 {
    width:20px;
    padding-top:6px
}
td.cRating {
    text-align: center;
}
td.cEmo2 {
    width:22px
}
table.cIconCat td {
    width: 200px;
    text-align: center;
    padding: 10px;
}
table.cIconCat a {
    height: 100%;
    display: block;
    padding: 5px;
    border: solid 1px Transparent;
}
table.cIconCat a:hover { 
    background-color: #DEEFFF; 
    border-color: #7BAEFF; 
    text-decoration: none;
}
table.cIconCat img {
    width: 120px;
    height: 120px;
}
a.cIconCatSel { background-color: #dedede }
