.unreadAlerts {
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 4em;
    color: #ffffff !important;
    text-shadow: 1px 1px 0 rgb(0,29,47);
    border: 1px solid rgb(0,29,47);
    width: 2em;
    height: 1em;
    line-height:1em;
    vertical-align:middle;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    display: inline-block;
    background:#026CB1 url(images/thead_bg.gif) top left repeat-x;
    background:-webkit-linear-gradient(top, rgb(2,108,177) 0%,rgb(3,84,136) 100%);
    background:-moz-linear-gradient(top, rgb(2,108,177) 0%,rgb(3,84,136) 100%);
    background:-o-linear-gradient(top, rgb(2,108,177) 0%,rgb(3,84,136) 100%);
    background:-ms-linear-gradient(top, rgb(2,108,177) 0%,rgb(3,84,136) 100%);
    background:linear-gradient(top, rgb(2,108,177) 0%,rgb(3,84,136) 100%);
    box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.3);
    margin:0px;
    text-decoration:none;
}
    .unreadAlerts:hover,.unreadAlerts:active{
        text-decoration:none;
    }