﻿body {
}

.sch-book {
    width: 26px;
    height: 26px;
    background: url(../images/sch-book.png);
    float: left;
    padding-top: 7px;
    color: #0066cc;
    margin-right: 3px;
    margin-bottom: 3px;
    font-size: 13px;
    text-align: center;
}

.sch-full {
    width: 26px;
    height: 26px;
    background: url(../images/sch-full.png);
    float: left;
    padding-top: 7px;
    color: #333333;
    margin-right: 3px;
    margin-bottom: 3px;
    font-size: 13px;
    cursor: default;
    text-align: center;
}

.sch-gtr {
    width: 26px;
    height: 26px;
    background: url(../images/sch-gtr.png);
    float: left;
    padding-top: 7px;
    color: #339900;
    margin-right: 3px;
    margin-bottom: 3px;
    font-size: 13px;
    text-align: center;
}
