span.friend-requests,
span.unread_chat,
span.unread_email,
span.unread_email_and_chat,
span.unread_notification,
span.unread_notification_new {
    padding: 3px 3px;
    line-height: 16px; /* to over-write line-height 1 in fruitcup_reset CSS class 'ul, ol, dl' and 'body' */
    box-shadow: 0 1px 1px black;
    position:absolute;

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
span.friend-requests,
span.unread_chat,
span.unread_email,
span.unread_notification,
span.unread_notification_new {
    top:10px;
    right:15px;
}
span.unread_email_and_chat {
    top:2px;
    left:32px;
}

span.friend-requests,
span.unread_chat,
span.unread_email,
span.unread_email_and_chat,
span.unread_notification {
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    text-shadow: 0px 0px 1px #7d0000;

    background: #f00;
    background: -moz-linear-gradient(top,  #f7bfc1 0%, #ff0000 40%, #ff0000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7bfc1), color-stop(40%,#ff0000), color-stop(100%,#ff0000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f7bfc1 0%,#ff0000 40%,#ff0000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f7bfc1 0%,#ff0000 40%,#ff0000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f7bfc1 0%,#ff0000 40%,#ff0000 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f7bfc1 0%,#ff0000 40%,#ff0000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7bfc1', endColorstr='#ff0000',GradientType=0 ); /* IE6-9 */
}

span.unread_notification_new {
    color: #ff0000;
    font-size: 13px;
    text-shadow: -1px -1px 1px #aaaaaa;
    
    background: #bcbbbb;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bcbbbb), to(#ffffff)); /* Safari 4-5, Chrome 1-9 */
    background: -webkit-linear-gradient(top, #ffffff, #bcbbbb); /* Safari 5.1, Chrome 10+ */
    background: -moz-linear-gradient(top, #ffffff, #bcbbbb); /* Firefox 3.6+ */
    background: -ms-linear-gradient(top, #ffffff, #bcbbbb); /* IE 10 */
    background: -o-linear-gradient(top, #ffffff, #bcbbbb); /* Opera 11.10+ */
    background: linear-gradient(to, #ffffff, #bcbbbb); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bcbbbb',GradientType=0 ); /* IE6-9 */
}
.menu-separator {
    display: none;
}
ul.selectable-list li {
    position: relative;
    top: 0;
    left: 0;
}

.full-width {
    width: 100%;
}
.spinner {
    position: fixed;
    background:none;
    z-index:200;
}
.spinner.middle {
    left: 45.3%;
    top: 45.3%;
}
.spinner.bottom {
    left: 49.5%;
    bottom: 5%;
}
ul {
    list-style-type: none;
}
script[data-role] {
    display: none;
}

#menu li.sidenav_sub_menu,
div.sidenav_menu ul.sidenav_list li.sidenav_sub_menu,
ul.ui-listview li.sidenav_sub_menu { background-color:#323232; border-top:0; border-bottom:0; }