.sm_column_13 {
    float:              left;
    width:              32%;
}

.sm_column_12 {
    float:              left;
    width:              49%;
}

.sm_column_23 {
    float:              left;
    width:              66%;
}

.sm_bold   { font-weight: bold; }
.sm_italic { font-style: italic; }
.sm_center { text-align: center; }

.sm_fprint { font-size: 0.8em; color: #aaa; }

.sm_fleft  { float: left; }
.sm_fright { float: right; }
.sm_clear  { clear: both; }

.sm_list {
    height:             400px;
    overflow-y:         auto;
    border:             1px black solid;
}

.sm_list_entry {
    border-bottom:      1px #ddd solid;
    padding:            2px 5px 1px 5px;
    cursor:             pointer;
}

.sm_selected {
    background:         blue;
    color:              white;
}

ul.sm_services {
    list-style:         none outside;
}

ul.sm_services li {
    float:              left;
    width:              33%;
    margin-bottom:      20px;
}
