#testy {
    position: fixed;
    bottom: 60px;
    left: 20px;
}
.rotaDivClose{
    width: 40%; 
    cursor: pointer; 
    font-family: sans-serif; 
    float: right; 
    color: red; 
    font-weight: 100;
}

.rotaDivClose2{
    width: 40%; 
    cursor: pointer; 
    font-family: sans-serif; 
    float: right; 
    color: red; 
    font-weight: 100;
}

#resultSet{
    color: #000;
    font-size: 10px;
    font-weight: normal;
}
#buttons {
    width: 815px;
    height: 50px;
    margin: 50px auto;
}
#testy p {
    font-size: 12px;
}

.gotoClass {
    color: #04DF04 !important;
    z-index: 999;
}

.getTimeClass{
    color: #118211;
    text-align: right;
}

.bellStyle{
    padding-left: 2px !important; 
    font-size: 18px !important; 
    color: #0078AF;
}
.unReadClass{
    background-color: #d6f1ff !important;
}
#noti_ul_Container {
    display:block;
    list-style:none;
    margin:0;
    padding:12px 10px;
    height:21px;
    width: 143px;
}
#rota_ul_Container {
    display:block;
    list-style:none;
    margin:0;
    padding:12px 10px;
    height:21px;
    width: 143px;
}
#rota_ul_Container2 {
    display:block;
    list-style:none;
    margin:0;
    padding:12px 10px;
    height:21px;
    width: 143px;
}
#noti_ul_Container li {
    float:left;
    font:13px helvetica;
    font-weight:bold;
    margin:3px 0;
}
#rota_ul_Container li {
    float:left;
    font:13px helvetica;
    font-weight:bold;
    margin:3px 0;
}
#rota_ul_Container2 li {
    float:left;
    font:13px helvetica;
    font-weight:bold;
    margin:3px 0;
}
#noti_ul_Container li a {
    text-decoration:none;
    padding:6px 15px;
    cursor:pointer;
}
#noti_ul_Container li a:hover {
    text-decoration:none;
    cursor:pointer;
}

#noti_Container {
    position:relative;
}

#rota_Container, #rota_Container2 {
    position:relative;
}

/* A CIRCLE LIKE BUTTON IN THE TOP MENU. */
#noti_Button {
    width:22px;
    height:22px;
    line-height:22px;
    border-radius:50%;
    -moz-border-radius:50%; 
    -webkit-border-radius:50%;
    background:#FFF;
    margin:-3px 10px 0 10px;
    cursor:pointer;
}

/* A CIRCLE LIKE BUTTON IN THE TOP MENU. */
#rota_Button {
    width:22px;
    height:22px;
    line-height:22px;
    border-radius:50%;
    -moz-border-radius:50%; 
    -webkit-border-radius:50%;
    background:#FFF;
    margin:-3px 10px 0 10px;
    cursor:pointer;
}

/* A CIRCLE LIKE BUTTON IN THE TOP MENU. */
#noti_Button1 {
    width:22px;
    height:22px;
    line-height:22px;
    border-radius:50%;
    -moz-border-radius:50%; 
    -webkit-border-radius:50%;
    background:#FFF;
    margin:-3px 10px 0 10px;
    cursor:pointer;
}

/* A CIRCLE LIKE BUTTON IN THE TOP MENU. */
#rota_Button1, #rota_Button2 {
    width:22px;
    height:22px;
    line-height:22px;
    border-radius:50%;
    -moz-border-radius:50%; 
    -webkit-border-radius:50%;
    background:#FFF;
    margin:-3px 10px 0 10px;
    cursor:pointer;
}

/* THE POPULAR RED NOTIFICATIONS COUNTER. */
#noti_Counter {
    display:block;
    position:absolute;
    background:#E1141E;
    color:#FFF;
    font-size:12px;
    font-weight:normal;
    padding:1px 3px;
    margin:-8px 0 0 25px;
    border-radius:2px;
    -moz-border-radius:2px; 
    -webkit-border-radius:2px;
    z-index:1;
}

/* THE POPULAR RED NOTIFICATIONS COUNTER. */
#noti_Counter1 {
    display:block;
    position:absolute;
    background:#E1141E;
    color:#FFF;
    font-size:12px;
    font-weight:normal;
    padding:1px 3px;
    margin:-8px 0 0 25px;
    border-radius:2px;
    -moz-border-radius:2px; 
    -webkit-border-radius:2px;
    z-index:1;
}

/* THE NOTIFICAIONS WINDOW. THIS REMAINS HIDDEN WHEN THE PAGE LOADS. */
#notifications {
    display:none;
    width:430px;
    position:absolute;
    top:30px;
    left:0;
    background:#FFF;
    border:solid 1px rgba(100, 100, 100, .20);
    -webkit-box-shadow:0 3px 8px rgba(0, 0, 0, .20);
    z-index: 0;
}
/* AN ARROW LIKE STRUCTURE JUST OVER THE NOTIFICATIONS WINDOW */
#notifications:before {         
    content: '';
    display:block;
    width:0;
    height:0;
    color:transparent;
    border:10px solid #CCC;
    border-color:transparent transparent #FFF;
    margin-top:-20px;
    margin-left:10px;
}

/* THE NOTIFICAIONS WINDOW. THIS REMAINS HIDDEN WHEN THE PAGE LOADS. */
#notifications1 {
    display:none;
    width:430px;
    position:absolute;
    top:30px;
    left:0;
    background:#FFF;
    border:solid 1px rgba(100, 100, 100, .20);
    -webkit-box-shadow:0 3px 8px rgba(0, 0, 0, .20);
    z-index: 0;
}
/* AN ARROW LIKE STRUCTURE JUST OVER THE NOTIFICATIONS WINDOW */
#notifications1:before {         
    content: '';
    display:block;
    width:0;
    height:0;
    color:transparent;
    border:10px solid #CCC;
    border-color:transparent transparent #FFF;
    margin-top:-20px;
    margin-left:10px;
}

/* THE NOTIFICAIONS WINDOW. THIS REMAINS HIDDEN WHEN THE PAGE LOADS. */
#rota1 {
    display:none;
    width:430px;
    position:absolute;
    top:30px;
    left:0;
    background:#FFF;
    border:solid 1px rgba(100, 100, 100, .20);
    -webkit-box-shadow:0 3px 8px rgba(0, 0, 0, .20);
    z-index: 0;
}
#rota2 {
    display:none;
    width:800px;
    position:absolute;
    top:30px;
    left:0;
    background:#FFF;
    border:solid 1px rgba(100, 100, 100, .20);
    -webkit-box-shadow:0 3px 8px rgba(0, 0, 0, .20);
    z-index: 0;
}
/* AN ARROW LIKE STRUCTURE JUST OVER THE NOTIFICATIONS WINDOW */
#rota1:before, #rota2:before {         
    content: '';
    display:block;
    width:0;
    height:0;
    color:transparent;
    border:10px solid #CCC;
    border-color:transparent transparent #FFF;
    margin-top:-20px;
    margin-left:10px;
}

.h3Class {
    line-height: 15px;
    display:block;
    color:#333; 
    background:#FFF;
    font-weight:bold;
    font-size:13px;    
    padding:8px;
    margin:0;
    border-bottom:solid 1px rgba(100, 100, 100, .30);
}

.seeAll {
    background:#F6F7F8;
    padding:8px;
    font-size:12px;
    font-weight:bold;
    border-top:solid 1px rgba(100, 100, 100, .30);
    text-align:center;
}
.seeAll a {
    color:#3b5998;
}
.seeAll a:hover {
    background:#F6F7F8;
    color:#3b5998;
    text-decoration:underline;
}
.notification-item {
    background-color: #FFF;
    border-bottom: 1px solid #9b9b9b;
    cursor: pointer;
    padding: 10px;
}
.notification-item:hover {
    background-color: #eaf8ff;
}
.notification-subject{
    color:#118211;
    font-size: 11px;
    font-weight: inherit;
    margin-bottom: 5px;
}
.notification-comment{
    color:#245193;
    font-size: 13px;
    font-weight: initial;
}