/* Styles for health centers list and symptom checker module */

.hp_hclist_rdr {
        width:250px;
        height:273px;
        float:left;
}
.hp_hclist_top {
        height:33px;
        background:url(/images/hp_sc_top_bot.jpg) top left;
}
.hp_hclist_top h3 {
        margin:0px;
        padding:2px 0px 0px 2px;
        font-size:110%;
        color:#576f21;
        font-style:italic;
        text-align:center;
}
.hp_hclist_top h4 {
        margin:0px;
        padding:2px 0px 0px 2px;
        font-size:110%;
        color:#576f21;
        text-align:center;
}
.hp_hclist_box {
        border-left:1px solid #7a9149;
        background:#f4f8e9;
        height:210px;
        overflow: auto;
        /*scrollbar-arrow-color:#fff;
        scrollbar-darkshadow-color:#e37d0e;
        scrollbar-base-color: #fda42c;*/
}
.hp_hclist_box ul {
        margin:0px;
        padding:0px;
        width: 225px;
        list-style:none;
}
.hp_hclist_box li {
        border-Bottom:1px solid #ddd9c0;
        margin-left:5px;
        padding:1px 1px;
        font-size:80%;
}
.hp_hclist_box li.first {
        margin-left:5px;
        border:none;
        font-weight: bold;
        font-style:italic;
        border-bottom:1px solid #ddd9c0;
        font-size:85%;
        padding:5px 1px;
}
.hp_hclist_bot {
        height:1px;
        padding:5px 0px 0px 28px;
        background:url(/images/hp_sc_top_bot.jpg) 0px 29px;
}


.hp_sc_rdr {
        width:118px;
        float:left;
        margin-left:2px;
}
.hp_sc_top {
        height:30px;
        padding:10px 0px 0px 22px;
        background: url(/images/hp_sc_top_bot.jpg) 118px 0px;
}
.hp_sc_figure {
        border-left:1px solid #7a9149;
        border-right:1px solid #7a9149;
        background:#e5eed1;
        color:#27334b;
        font-size:80%;
        text-align:center;
        padding-bottom:3px;
        height:200px;
}
.hp_sc_figure img {
        margin-bottom:4px;
}
.hp_sc_bot {
        height:25px;
        padding:5px 0px 0px 18px;
        background:url(/images/hp_sc_top_bot.jpg) 118px 29px;
}