.subpagetitle {
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    color: #3366CC;
    padding: 0pt 0pt 5pt 0pt;
}
.infobar {
    border-left: 1px solid #E0DFE3;
    border-top: 1px solid #E0DFE3;
    border-right: 1px solid #9D9DA1;
    border-bottom: 1px solid #9D9DA1;
    background-color: #F8F8F8;
    padding: 3px 5px 3px 5px;
    font-size: 10px;
    color: gray;
}

.filtercontainer {
    width: 221px;
    padding-top: 1pt;
    padding-bottom: 1pt;
}
.filtercontent {
    padding: 0pt 5pt 5pt 5pt;
    border-bottom: solid 1pt #D1D1D1;
    border-top: solid 1pt #E2E2E2;
    border-left: solid 1pt #D1D1D1;
    border-right: solid 1pt #E2E2E2;
    background-color: #F9FBFF;
}
.filtertitle {
    padding-top: 5pt;
}
.filterbutton {
    padding-top: 5pt;
}
.filtertop {
    background: url( '../images/filter_top_bg.png' );
    background-repeat: repeat-x;
    width: 221px;
    height: 12px;
    padding: 0pt 0pt 0pt 0pt;
}
.filtertopleft {
    position: absolute;
    float: left;
    background: url( '../images/filter_top_lt.png' );
    background-repeat: no-repeat;
    height: 12px;
    width: 8px;
}
.filtertopright {
    position: relative;
    float: right;
    background: url( '../images/filter_top_rt.png' );
    background-repeat: no-repeat;
    height: 12px;
    width: 8px;
}
.filterbottom {
    background: url( '../images/filter_bottom_bg.png' );
    background-repeat: repeat-x;
    width: 221px;
    height: 12px;
    padding: 0pt 0pt 0pt 0pt;
}
.filterbottomleft {
    position: absolute;
    float: left;
    background: url( '../images/filter_bottom_lt.png' );
    background-repeat: no-repeat;
    height: 12px;
    width: 8px;
}
.filterbottomright {
    position: relative;
    float: right;
    background: url( '../images/filter_bottom_rt.png' );
    background-repeat: no-repeat;
    height: 12px;
    width: 8px;
}

.commenttitle {
    font-weight: bold;
    font-size: 8pt;
}
.comment {
    padding: 5pt 5pt 5pt 5pt;
    font-size: 10px;
    color: #9D9DA1;
    text-align: justify;
}
.comment a:link {
    color: #3366CC;
    text-decoration: underline;
}
.comment a:visited {
    color: #3366CC;
    text-decoration: underline;
}
.comment a:hover {
    color: #3366CC;
    text-decoration: none;
    background-color: #EDF3FF;
}