﻿

.yom-sentiment-menu li {
    display: block;
    float: left;
    text-align: center;
}
.yom-sentiment-menu a {
    border: 1px solid transparent;
    display: block;
    height: 68px;
    position: relative;
}
.yom-sentiment-menu a:hover {
    background-color: #EFEFEF;
    background-image: -moz-linear-gradient(center top , #FFFFFF, #EFEFEF);
    border-color: #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    display: block;
}
.yom-sentiment-menu li.on a {
    color: #000000 !important;
    cursor: default;
}
.yom-sentiment-menu li.on a:hover {
    background: none repeat scroll 0 0 transparent;
    border-color: transparent;
}
.yom-sentiment-menu a span {
    background: url("sentiment.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 40px;
    margin: 5px auto 0;
    overflow: hidden;
    width: 40px;
}
.yom-sentiment-menu a div {
    text-transform: capitalize;
}
.yom-sentiment-menu .happy a span {
    background-position: 5px 3px;
}
.yom-sentiment-menu .informative a span {
    background-position: 5px -51px;
}
.yom-sentiment-menu .depressing a span {
    background-position: 2px -105px;
}
.yom-sentiment-menu .odd a span {
    background-position: 5px -159px;
}
.yom-sentiment-menu .boring a span {
    background-position: 5px -213px;
}
.yom-sentiment-menu .angry a span {
    background-position: 5px -267px;
}
.yom-sentiment-menu .interesting a span {
    background-position: 5px -321px;
}
.yom-sentiment-menu .inspiring a span {
    background-position: 5px -375px;
}
.yom-sentiment-menu .funny a span {
    background-position: 5px -429px;
}
.yom-sentiment-menu .warm a span {
    background-position: 5px -483px;
}
.yom-sentiment-menu .horrible a span {
    background-position: 5px -537px;
}
.yom-sentiment-menu .worried a span {
    background-position: 5px -591px;
}
.textimg-s .yom-sentiment-menu a span {
    height: 23px;
    width: 23px;
}
.textimg-s .yom-sentiment-menu .happy a span, .text-img-s .bd .voted .happy a:hover span, .text-img-s .bd .voted .happy a:active span {
    background-position: 1px -649px;
}
.textimg-s .yom-sentiment-menu .informative a span, .text-img-s .bd .voted .informative a:hover span, .text-img-s .bd .voted .informative a:active span {
    background-position: 1px -691px;
}
.textimg-s .yom-sentiment-menu .depressing a span, .text-img-s .bd .voted .depressing a:hover span, .text-img-s .bd .voted .depressing a:active span {
    background-position: 0 -733px;
}
.textimg-s .yom-sentiment-menu .odd a span, .text-img-s .bd .voted .odd a:hover span, .text-img-s .bd .voted .odd a:active span {
    background-position: 1px -775px;
}
.textimg-s .yom-sentiment-menu .boring a span, .text-img-s .bd .voted .boring a:hover span, .text-img-s .bd .voted .boring a:active span {
    background-position: 1px -817px;
}
.textimg-s .yom-sentiment-menu .angry a span, .text-img-s .bd .voted .angry a:hover span, .text-img-s .bd .voted .angry a:active span {
    background-position: 1px -859px;
}
.textimg-s .yom-sentiment-menu .interesting a span, .text-img-s .bd .voted .interesting a:hover span, .text-img-s .bd .voted .interesting a:active span {
    background-position: 1px -901px;
}
.textimg-s .yom-sentiment-menu .inspiring a span, .text-img-s .bd .voted .inspiring a:hover span, .text-img-s .bd .voted .inspiring a:active span {
    background-position: 1px -943px;
}
.textimg-s .yom-sentiment-menu .funny a span, .text-img-s .bd .voted .funny a:hover span, .text-img-s .bd .voted .funny a:active span {
    background-position: 1px -985px;
}
.textimg-s .yom-sentiment-menu .warm a span, .text-img-s .bd .voted .warm a:hover span, .text-img-s .bd .voted .warm a:active span {
    background-position: 1px -1027px;
}
.textimg-s .yom-sentiment-menu .horrible a span, .text-img-s .bd .voted .horrible a:hover span, .text-img-s .bd .voted .horrible a:active span {
    background-position: 1px -1069px;
}
.textimg-s .yom-sentiment-menu .worried a span, .text-img-s .bd .voted .worried a:hover span, .text-img-s .bd .voted .worried a:active span {
    background-position: 1px -1111px;
}
.sentiment-disable {
    background: url("/styles/drupal/images/ajax-loader.gif") no-repeat scroll center center #FFFFFF;
    height: 95%;
    opacity: 0.4;
    overflow: hidden;
    position: absolute;
    text-indent: -9999em;
    top: 0;
    width: 98%;
    z-index: 3;
}
.ui-helper-hidden {
    display: none;
}