/* STOCK CAFE Labs Gadgets "CORE" with YUI Library */
@import url(css/folders/tree.css);

/* SCL_Desktop */

/* overwrite yui default */
.yui-panel-container { position: relative; }

/* SCL_Window */

/* SCL_StockExplorer */
.SCL_StockExplorer .icon-brand {
    padding-left: 20px;
    background: transparent url(img/icons.png) 0 0px no-repeat;
} 

/* SCL_StockFinder */
.SCL_StockFinder .inputArea {
    text-align: center;
}
.SCL_StockFinder .inputArea form {
    padding: 0px;
    margin: 0px;
}
.SCL_StockFinder .buttonArea {
    margin: 5px;
    text-align: center;
}
.SCL_StockFinder .buttonArea table {
    width: 100%;
    border-collapse: collapse;
}
.SCL_StockFinder .buttonArea td {
    border-style: none;
    padding:1px;
}
.SCL_StockFinder .buttonArea a {
    display: block;
    width: 71px;
    height: 20px;
}
.SCL_StockFinder .findBrandButton {
    background: transparent url(img/btn_find_brand.gif);
}
.SCL_StockFinder .findBrandButton:hover {
    background: transparent url(img/btn_find_brand_on.gif);
}
/*
.SCL_StockFinder .findTagButton {
    background:transparent url(img/btn_find_tag.gif);
}
.SCL_StockFinder .findTagButton:hover {
    background:transparent url(img/btn_find_tag_on.gif);
}
*/
.SCL_StockFinder .findDiaryButton {
    background:transparent url(img/btn_find_diary.gif);
}
.SCL_StockFinder .findDiaryButton:hover {
    background:transparent url(img/btn_find_diary_on.gif);
}
.SCL_StockFinder .findCommuButton {
    background:transparent url(img/btn_find_commu.gif);
}
.SCL_StockFinder .findCommuButton:hover {
    background:transparent url(img/btn_find_commu_on.gif);
}
.SCL_StockFinder .findClipButton {
    background:transparent url(img/btn_find_clip.gif);
}
.SCL_StockFinder .findClipButton:hover {
    background:transparent url(img/btn_find_clip_on.gif);
}
.SCL_StockFinder .findBlogButton {
    background:transparent url(img/btn_find_blog.gif);
}
.SCL_StockFinder .findBlogButton:hover {
    background:transparent url(img/btn_find_blog_on.gif);
}
.SCL_StockFinder .findYutaiButton {
    background:transparent url(img/btn_find_stockholder.gif);
}
.SCL_StockFinder .findYutaiButton:hover {
    background:transparent url(img/btn_find_stockholder_on.gif);
}
.SCL_StockFinder .findThemeButton {
    background:transparent url(img/btn_find_theme.gif);
}
.SCL_StockFinder .findThemeButton:hover {
    background:transparent url(img/btn_find_theme_on.gif);
}
.SCL_StockFinder .findNewsButton {
    background:transparent url(img/btn_find_news.gif);
}
.SCL_StockFinder .findNewsButton:hover {
    background:transparent url(img/btn_find_news_on.gif);
}
.SCL_StockFinder .findGeoButton {
    background:transparent url(img/btn_find_geo.gif);
}
.SCL_StockFinder .findGeoButton:hover {
    background:transparent url(img/btn_find_geo_on.gif);
}
.SCL_StockFinder .findDictButton {
    background:transparent url(img/btn_find_dict.gif);
}
.SCL_StockFinder .findDictButton:hover {
    background:transparent url(img/btn_find_dict_on.gif);
}
.SCL_StockFinder .findKeywordButton {
    background:transparent url(img/btn_find_dict.gif);
}
.SCL_StockFinder .findKeywordButton:hover {
    background:transparent url(img/btn_find_dict_on.gif);
}
.SCL_StockFinder .outputArea {
    visibility: hidden;
}

/* SCL_ChartViewer */
.SCL_ChartViewer .bd {
    text-align: center;
}
.SCL_ChartViewer .bd *|img {
    border: 0px;
}