/* new menu start */
.title a:link { color: #001943; font: 12px verdana; font-weight: bold; text-decoration: none; }
.title a:visited { color: #001943; font: 12px verdana; font-weight: bold; text-decoration: none; }
.title a:hover { color: #FF6300; font: 12px verdana; font-weight: bold; text-decoration: none; }
.title a:active { color: #001943; font: 12px verdana; font-weight: bold; text-decoration: none; }


/* new menu end */

.font10b { font-size: 10px; font-weight: bold; }
.font12b { font-size: 12px; font-weight: bold; }
.font10 { font-size: 11px;  }
.font12 { font-size: 13px;  }
/*.font14b { font-size: 14px; font-weight: bold; }*/
.font16b { font-size: 16px; font-weight: bold; }
.font18b { font-size: 18px; font-weight: bold; color:#78C4F5; }

/*voting*/

.neu_img{
    vertical-align: super;
}
.filled_thumb{
    background-color: rgb(170,220,250);
}
.vote_filled_thumb{
    background-color: rgb(170,220,250);
    cursor: pointer;
}
.error_message{
    font-size: 12px;
    color: #EE0000;
}
.success_message{
    font-size: 14px;
    color: rgb(170,220,250);
}
.vote_messages_div{
    display: none;
}
.thumbs_label{
    font-size: 12px;
    color: #888888;
}
.thumbs_label_hidden{
    font-size: 12px;
    color: #888888;
    display: none;
}
.invisible_div{
    display: none;
}
.delete_link{
    font-size: 12px;
    color: #EE0000;
}

