﻿.CurrentTopicsBox, .OfInterestBox {
    display:block;
    position:relative;
    padding-left:10px;
    padding-right:10px;
    /*padding-bottom:10px;*/
    padding-top:0px;
    width:250px;
    height:100%;
    left:20px;
    box-sizing:border-box;
}

.CurrentTopicItem, .OfInterestItem {
    display:table;
    position:relative;
    vertical-align:middle;
    text-decoration:none;
    height:87px;
    width: 250px;
    left:20px;
    text-overflow:ellipsis; overflow:visible;
}

.CurrentTopicsTitle, .OfInterestTitle {
    display:inline-block;
    width: 270px;
    height:20px;
    line-height:20px;
    vertical-align:middle;
    color:#00669b;
    font-size:12pt;
    font-weight:bold;
    border-top-color:#999999;
    border-top-style:solid;
    border-top-width:1px;
    padding-top:20px;
    padding-bottom:10px;
    left:20px;
}



.CurrentTopicLabel, .OfInterestLabel {
    display:table-cell;
    box-sizing:border-box;
    padding-left:10px;
    padding-right:10px;  
    width:140px;
    height:73px;
    color:#333333;
    text-align:left;
    vertical-align:middle;
    left:110px;
    text-overflow:ellipsis; overflow:visible;
}

    .CurrentTopicLabel:hover {
        text-decoration:none;
        color:#850000;
    }
    .OfInterestLabel:hover {
        text-decoration:none;
        color:#850000;
    }


.CurrentTopicIcon, .OfInterestIcon {
    display:inline-block;
    vertical-align:middle;
    height:73px;
    width:110px;
}

.Topic00, .Topic01 {
    display:inline-block;
    height:73px;
    width:110px;
    color:#333333;
}

.Topic00 {
    background-position:0px 0px;
    text-decoration:none;
}

.Topic00:hover {
    background-position:0px -73px;
    text-decoration:none;
    color:#850000;
}

.Topic01 {
    background-position:440px 0px;
    text-decoration:none;
}

.Topic01:hover {
    background-position:440px -73px;
    text-decoration:none;
    color:#850000;
}

.Interest00, .Interest01, .Interest02 {
    display:inline-block;
    height:73px;
    width:110px;
    color:#333333;
}

.Interest00 {
    background-position:330px 0px;
    text-decoration:none;
}

.Interest00:hover {
    background-position:330px -73px;
    text-decoration:none;
    color:#850000;
}

.Interest01 {
    background-position:220px 0px;
    text-decoration:none;
}

.Interest01:hover {
    background-position:220px -73px;
    text-decoration:none;
    color:#850000;
}


.Interest02 {
    background-position:110px 0px;
    text-decoration:none;
}

.Interest02:hover {
    background-position:110px -73px;
    text-decoration:none;
    color:#850000;
}