/* STOCK CAFE Labs Gadgets "CORE" Skin */

/* SCL_Desktop */

/* SCL_Window */
.SCL_Window {
    position:relative;
    border:none;
    overflow:hidden;
    background-color:transparent;
    color: #000;
    font-size:11.5px;
}
.SCL_Window a {
    color: #45528f;
    text-decoration: none;
}
.SCL_Window a:hover {
    color: #45528f;
    text-decoration:underline;
}
.SCL_Window .container-close {
    top:7px;
    right:4px;
    height:15px;
    width:15px;
    background-image:url(scafe-icon-close.gif);
}
.SCL_Window .hd {
    font-size:100%;
    padding:0;
    border:none;
    color:#FFF;
    height:29px;
    margin-left:29px;
    margin-right:1px;
    text-align:left;
    overflow:visible;
    background:transparent url(scafe-orange-hd.gif);
}
.SCL_Window .hd span {
    vertical-align:middle;
    line-height:29px;
}
.SCL_Window .hd .tl {
    width:29px;
    height:29px;
    top:0;
    left:0;
    position:absolute;
    background:transparent url(scafe-orange-tl-hatena.gif);
}
.SCL_Window .hd .tr {
    width:1px;
    height:29px;
    top:0;
    right:0;
    position:absolute;
    background:transparent url(scafe-orange-tr.gif);
}
.SCL_Window .bd {
    font-size:100%;
    color:#000;
    line-height:22px;
    padding:0px 4px;
    white-space:nowrap;
    text-align:left!important;
    overflow:hidden;
    border-width:0px 1px 1px 1px;
    border-style: solid;
    border-color: #fe8b02;
    background-color:#FFF;
}
.SCL_Window .ft {
    text-align:right;
    overflow:hidden;
    font-size:75%;
    color:#000;
    height:12px;
    padding:1px;
    overflow:hidden;
    border-width:0px;
    border-style:none;
    background-color:#d7d7d7;
    vertical-align:middle;
}
.SCL_Window .ft *|a {
    color:#000;
    text-decoration:none;
    vertical-align:middle;
}
.SCL_Window .ft *|a:hover {
    color:#000;
    text-decoration:underline;
    vertical-align:middle;
}
.SCL_Window .ft img {
    vertical-align:text-bottom;
}

/* SCL_StockExplorer */
.SCL_StockExplorer .hd .tl {
    background:transparent url(scafe-orange-tl-denkyu.gif);
}

/* SCL_StockFinder */
.SCL_StockFinder .hd {
    background:transparent url(scafe-gray-hd.gif);
}
.SCL_StockFinder .hd .tl {
    background:transparent url(scafe-gray-tl-loupe.gif);
}
.SCL_StockFinder .hd .tr {
    background:transparent url(scafe-gray-tr.gif);
}
.SCL_StockFinder .bd {
    border-color: #979797;
}

/* SCL_ChartViewer */
.SCL_ChartViewer .hd {
    background:transparent url(scafe-pink-hd.gif);
}
.SCL_ChartViewer .hd .tl {
    background:transparent url(scafe-pink-tl-files.gif);
}
.SCL_ChartViewer .hd .tr {
    background:transparent url(scafe-pink-tr.gif);
}
.SCL_ChartViewer .bd {
    border-color: #f58974;
}