/**
 * @file
 * CSS for the right sidebar
 */

/* Generic */

[dir="rtl"] #sidebar-right {
    background: url("../images/sidebar-border.png") no-repeat scroll right 0 transparent;
    padding-left: 0px;
    padding-right: 20px;
}
#sidebar-right {
    vertical-align: top;
    /*padding-top: 80px;*/
    background: url("../images/sidebar-border.png") no-repeat;
    padding-left: 20px;
    font-family: Century Gothic, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #666666;
}

#sidebar-right .side-arrow {
    /* background: url("images/side-pannel-arrow.png") no-repeat 190px; */
}

/* Class details box */

#sidebar-right .class-details {
    margin-bottom: 20px;
    padding-bottom: 10px;
}

/* Students listing box*/

#sidebar-right .student-list {
    padding-bottom: 10px;
}

#sidebar-right .student-list .custom-block-item a:hover,
#sidebar-right .student-list .custom-block-item a:active {
    text-decoration: underline;
}


