/* =============================================================
 ALPS Website
 Home
 localcommon.css
 =============================================================== */

@import url( header.css );
@import url( footer.css );

.pending{
    height:100px;
    background-color:#c00;
    line-height:100px;
    text-align:center;
    color:#fff;
}

#main .relatedArticles p.gotoList {
	background: url(../images/btn_lst.gif) no-repeat top left;
}
#main .relatedArticles p.gotoList a:hover { background: url(../images/btn_lst_ov.gif) no-repeat top left; }


