﻿/*treeview 获取不兼容问题*/
.tv-clear
{
    clear: both;
    width: 100%;
}
/* Tabs */
.tabs-trigger
{
    width: 350px;
    height: 26px;
}

    .tabs-trigger a
    {
        display: inline-block;
        float: left;
        width: 86px;
        height: 26px;
        line-height: 23px;
        text-align: center;
        outline: none;
        overflow: hidden;
    }

        .tabs-trigger a:hover
        {
            border: 0px;
        }

        .tabs-trigger a.current
        {
            color: #cc0000;
            font-weight: bold;
        }

.tabs-panel
{
    width: 348px;
    padding-bottom: 10px;
    border-top: 0;
}

    .tabs-panel p
    {
        line-height: 4;
    }

.w1
{
    width: 280px;
    margin: 0 auto;
}

.w2
{
    width: 278px;
    margin: 0 auto;
}

/* Slide */
.slide-trigger
{
    position: relative;
    top: -25px;
    width: 465px;
    text-align: right;
}

    .slide-trigger a
    {
        display: inline-block;
        margin-right: 3px;
        width: 16px;
        height: 16px;
        line-height: 16px;
        text-align: center;
        color: #d94b01;
        background-color: #fff5e1;
        border: 1px solid #f47500;
        outline: none;
        overflow: hidden;
    }

        .slide-trigger a:hover
        {
            text-decoration: none;
            border: 0px;
        }

        .slide-trigger a.current
        {
            width: 18px;
            height: 18px;
            line-height: 18px;
            font-weight: bold;
            color: #FFF;
        }

.slide-panel
{ /* 下面四项必须设置 */
    position: relative;
    width: 470px;
    height: 150px;
    overflow: hidden;
    border: 1px solid #B6D1E6;
}

    .slide-panel div
    {
        position: absolute;
    }

        .slide-panel div img
        {
            display: block; /* fix img's 3px bug in ie6*/
            width: 470px;
            height: 150px;
        }

.ctrl
{
    width: 348px;
    text-align: center;
}

.play, .pause, .stop
{
    width: 20px;
    height: 20px;
    border: none;
    cursor: pointer;
}

.play
{
    background: url(../../image/ctrl.png) 0 0 no-repeat;
}

.pause
{
    background: url(../../image/ctrl.png) 0 -20px no-repeat;
}

.stop
{
    background: url(../../image/ctrl.png) 0 -40px no-repeat;
}

/* Scrollable */
.trigger-bar
{
    width: 423px;
    height: 18px;
}

    .trigger-bar .prev,
    .trigger-bar .next
    {
        float: right;
        width: 18px;
        height: 18px;
        display: block;
        outline: none;
        background-image: url(images/navigator.png);
        background-repeat: no-repeat;
    }

    .trigger-bar .prev
    {
        margin-right: -1px;
        background-position: -40px 0;
    }

    .trigger-bar .next
    {
        background-position: -17px 0;
    }

    .trigger-bar .prev:hover
    {
        text-decoration: none;
        background-position: 0 0;
    }

    .trigger-bar .next:hover
    {
        text-decoration: none;
        background-position: -57px 0;
    }

.scrollable-trigger
{
    float: right;
}

    .scrollable-trigger a
    {
        display: inline-block;
        width: 6px;
        height: 6px;
        margin: 6px 5px 0 0;
        font-size: 0px;
        color: #70B2D5;
        background: url(images/navigator.png) -80px -10px no-repeat;
        outline: none;
        overflow: hidden;
    }

        .scrollable-trigger a.current,
        .scrollable-trigger a:hover
        {
            color: #CACACA;
            background: url(images/navigator.png) -80px 0 no-repeat;
        }

.scrollable-panel
{ /* 下面四项必须设置 */
    position: relative;
    width: 437px;
    height: 76px;
    overflow: hidden;
}

    .scrollable-panel div
    {
        position: absolute;
        width: 2010em; /* 设置足够的宽度 */
    }

    .scrollable-panel img
    {
        float: left;
        display: inline; /* 修复IE6双边距BUG */
        margin: 10px 0 0 15px;
        padding: 2px;
        border: 1px solid #ccc;
        width: 120px;
        height: 60px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
    }

.widget
{
    width: 437px;
    height: 66px;
    text-align: center;
}

    .widget img
    {
        width: 120px;
        height: 60px;
        padding: 2px;
        border: 1px solid #ccc;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
    }

/* Accordion */
.accordionHeader
{
    background: url(../../App_Image/System/menuselectbg.gif) no-repeat;
    color: #075587;
    height: 27px;
    line-height: 27px;
    margin-top: 0px!important;
    cursor: pointer;
    padding-left: 40px;
}

.accordionHeaderSelected
{
    background: url(../../App_Image/System/menubg.gif) no-repeat;
    color: #ffffff;
    height: 27px;
    line-height: 27px;
    cursor: pointer;
    padding-left: 40px;
}

.accordionContent
{
    background: url(../../App_Image/System/menubackground.gif) repeat-y;
    float: left;
    width: 147px;
    height: auto;
    padding-left: 15px;
    padding-right: 5px;
    color: #075587;
}

    .accordionContent ul
    {
        float: left;
        width: 147px;
        clear: both;
        color: #075587;
    }

        .accordionContent ul li
        {
            float: left;
            margin: 5px;
        }

    .accordionContent a
    {
        color: #417ac1;
        display: block;
    }

        .accordionContent a:hover
        {
            color: #ca0100;
            background-color: Transparent;
            border-bottom: 0px dashed #cc0204;
        }
