/**
 *  Public index articles section view css
 *
 * -----------------------------------------\
 * This program is written by Chi Fong, LEE |
 * Copyright reserved.                      |
 * -----------------------------------------/
 *
 *
 * MODIFIED:
 * Version 1.0,     2008/7/24,       Created.
 * Author : Chi Fong, LEE
 */
#yp-pub-articles-sv-featured-article-div{
    margin: 10px 0px 0px 0px;
    background-image: url(featured_articles_bg.png);
    background-position: top right;
    background-repeat: no-repeat;
    overflow: auto;
    padding: 0px 0px 10px 0px;
    border-width: 1px 0px 1px 0px;
    border-style: solid solid dotted solid;
    border-color: white red #B8E2B8 red;
}
#yp-pub-articles-sv-featured-article-div .title-div{
    border: 0px solid red;
    margin: 50px 90px 0px 0px;
    font-size: 15pt;

    color: #004000;
}
#yp-pub-articles-sv-featured-article-div .body-div{
    border: 0px solid red;
    overflow: auto;
    width: 420px;
    margin: 15px auto 0px auto;
}
#yp-pub-articles-sv-featured-article-div .body-div .article-img-td{
    width: 35%;
    text-align: right;
}
#yp-pub-articles-sv-featured-article-div .body-div .article-img-td img{
    height: auto;
    width: 125px;
    border: 1px solid #C0C0C0;
    padding: 2px;
    background-color: transparent;
}
#yp-pub-articles-sv-featured-article-div a{
    color: green;
    text-decoration: none;
}

#yp-pub-articles-sv-featured-article-div div.footer-div{
    min-height: 50px;
    width: 290px;

    padding-left: 15px;
}

#yp-pub-articles-sv-featured-article-div div.footer-div div.sub-featured-div{
    background-image: url(square.gif);
    background-repeat: no-repeat;
    background-position: 3px 3px;
    padding-left: 18px;

    width: 280px;
    height: 18px;
    overflow: hidden;
}   



#yp-pub-articles-sv-argue-article-div{
    border: 1px solid #60AA00;
    border-width: 0px 1px 1px 1px;
    overflow: auto;
    margin: 10px 0px 0px 0px;
}
#yp-pub-articles-sv-argue-article-div .title-blk-div{
    height: 24px;
    border: 0px solid red;
    background-image: url(editorial_title_blk_bg.gif);
    background-repeat: no-repeat;
}
#yp-pub-articles-sv-argue-article-div .item-table .item-tr th,
#yp-pub-articles-sv-argue-article-div .item-table .item-tr td{
    border-width: 0px 0px 1px 0px;
    border-style: dotted;
    border-color: green;
}
#yp-pub-articles-sv-argue-article-div .item-table .item-tr th{
    text-align: left;
    padding: 5px 0px 2px 10px;
}
#yp-pub-articles-sv-argue-article-div .item-table .item-tr th a{
    color: #3D923D;
    text-decoration: none;
    font-weight: bold;
}
#yp-pub-articles-sv-argue-article-div .item-table .item-tr td{
    text-align: center;
    width: 30%;
    color: #8FD18F;
}
#yp-pub-articles-sv-argue-article-div .item-table .addition-tr th,
#yp-pub-articles-sv-argue-article-div .item-table .addition-tr td{
    color: green;
    text-align: center;
    padding: 10px 0px 10px 0px;
}
#yp-pub-articles-sv-argue-article-div .item-table .addition-tr a{
    color: #2F712F;
    text-decoration: none;
    font-weight: bold;
}




#yp-pub-articles-sv-didyouknow-article-div{
    border: 1px solid #60AA00;
    border-width: 2px;
    overflow: auto;
    margin: 10px 0px 0px 0px;
    background-image: url(did_you_know_bg.gif);
    background-position: bottom right;
    background-repeat: no-repeat;
}
#yp-pub-articles-sv-didyouknow-article-div .item-div{
    border: 0px solid red;
    width: 310px;
    overflow: auto;
    padding: 0px 0px 5px 0px;
}
#yp-pub-articles-sv-didyouknow-article-div .item-div a,
#yp-pub-articles-sv-didyouknow-article-div .item-div a:link,
#yp-pub-articles-sv-didyouknow-article-div .item-div a:visited{
    display: block;
    margin: 3px 0px 0px 5px;
    border-width: 0px 0px 0px 5px;
    border-style: solid;
    border-color: white;
    padding: 0px 0px 0px 3px;
    text-decoration: none;
    color: #307633;
}
#yp-pub-articles-sv-didyouknow-article-div .item-div a:hover,
#yp-pub-articles-sv-didyouknow-article-div .item-div a:active{
    border-color: green;
}





#yp-pub-articles-sv-article-by-cat-div{
    border: 1px solid #A6D2A6;
    margin: 10px 0px 50px 0px;
    padding: 5px 0px 0px 0px;
    background-image: url(article_by_cat_bg.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
}
#yp-pub-articles-sv-article-by-cat-div ul.subsection_tabs li span{
    padding: 1px 15px;
}
#yp-pub-articles-sv-article-by-cat-div .item-div a{
    margin: 5px 5px 0px 5px;
    color: #398C3E;
    text-decoration: none;
    display: block;
    font-weight: normal;
    border-width: 0px 0px 1px 0px;
    border-style: dotted;
    border-color: silver;
    clear: both;
}
#yp-pub-articles-sv-article-by-cat-div .item-div a:hover{
    color: green;
    border-color: green;
}
#yp-pub-articles-sv-article-by-cat-div .addition-div{
    text-align: right;
    padding: 5px 5px 5px 0px;
}
#yp-pub-articles-sv-article-by-cat-div .addition-div a{
    color: green;
}

#yp-pub-articles-sv-article-by-cat-div ul#articlesNavigation{
    margin-left: 0px;
}

/*---[ End of File ]---------------------------------------------------------*/
