﻿#main_menu li a.menu_item span.queue
{
	background-color: green!important;
	color: Yellow;
	font-weight:bold;
}

#RatingId {
    width: 100%;
    text-align: center;
}

.b-star {
    /*border: 1px solid #cdd0d4;
    width: 370px;
    padding: 20px 30px;
    margin: 5px 15px;
    text-align: center;*/
}

.b-star div {
    display: inline-table;
    /*margin: 0 10px;*/
}

.star {
    position: relative;
    height: 24px;
    width: 24px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    /*margin-right: 2px;*/
    margin: 0 4px 4px 4px;
    padding: 8px;
}

.hover {
    background: url("/Modules/ITino.ELMA.Support.Web/Content/Images/x24/Favorites.png") no-repeat;
}

.select-rating {
    background: gainsboro;
}
