﻿/* ---------------------------------- */
/* PROPERTY FILTER STYLES             */
/* ---------------------------------- */
.propfilter_container {
}
.prop_selall {
    font-size:x-small;
    color: Gray;
}
a.prop_selall_link:link {text-decoration: none; color: Gray;}
a.prop_selall_link:visited {text-decoration: none; color: Gray;}
a.prop_selall_link:hover {text-decoration: underline; color:Black;}
a.prop_selall_link:active {text-decoration: none; color: Gray;}

.propfilter_name {
    background-color:#BBBBBB;
    margin: 5px 0;
    font-weight:bold;
}
.showhide_div {
    display:none;
}
.propfilter_instructions {
    font-size:x-small;
}
#ajaxloading {
    text-align: center;
    vertical-align:middle;
    z-index:1;
    padding: 20px;
}

/* This DIV contains the list of programs*/
/* ---------------------------------- */
/* List of program articles             */
/* ---------------------------------- */
#programlist {
    min-height: 120px;
}
#article_count {
    font-weight:bold;
    color:Red;
}
.article {
}
.article_title {
    font-weight:bold;
    }