﻿/* 管理后台左侧body样式定义 */
#guidebody
{
    background: #a9c9ee;
    padding: 5px 0px 0px 0px;
    margin: 0px;
}

/* 管理后台左侧菜单样式定义 */
/* ====菜单背景==== */
#guide_back, #guide_back ul, #guide_back li
{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
#guide_back
{
    background:  #a9c9ee repeat-y left;
}

/* ====菜单顶部==== */
#guide_top
{
    height: 57px;
    background:  #a9c9ee no-repeat left top;
}
#guide_toptext
{
    font-family: "宋体";
    font-size: 14px;
    font-weight: bold;
    color: #28569b;
    padding-top: 25px;
    margin: 0px 0px 0px 60px;
}

/* ====菜单中部==== */
#guide_main
{
    margin: 0px;
    padding: 0px;
}
#guide_box
{
    margin: 0px 0px 0px 10px;
    padding: 0px;
}

/* ====菜单内容项目样式==== */
.guideexpand, .guidecollapse
{
    height: 25px;
    line-height: 25px;
    padding-left: 30px;
    text-align: left;
    cursor: pointer;
    font-family: "宋体";
    font-size: 12px;
    font-weight: bold;
    color: #08377c;
}
.guideexpand
{
    background:  no-repeat left center;
}
.guidecollapse
{
    background:  no-repeat left center;
}

.guide, .guidesearch
{
    background-color: #fff;
    margin-right: 15px;
}
.guide ul, .guide li
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    background-color: #fff;
}
.guidesearch
{
    margin-top: 2px;
    line-height: 25px;
    text-align: center;
}

/* ====.guide li高度兼容样式==== */
.guide li
{
    background-color: #fff;
    line-height: 140%;
}
* html .guide li /* ie6解析 */
{
    height: 20px;
}
.guide ul
{
    padding-bottom: 5px !important;
}
.guide a
{
    display: block;
    clear:both;
    text-align: left;
    padding: 3px 3px 3px 8px;
    text-decoration: none;
    overflow:hidden;
    text-overflow:ellipsis;
    -o-text-overflow: ellipsis;
    white-space:nowrap;
    word-break:keep-all;
}
.guide a:link, .guide a:visited
{
    height: 20px;
    line-height: 20px;
    color: #4579b9;
    border: 1px solid #fff;
    text-decoration: none;
}
.guide a:hover
{
    color: #c00;
    border: 1px solid #e6eff8;
    background-color: #f2f8fd;
    text-decoration: none;
}

.guide .selected a
{
    color: #c00;
    border: 1px solid #e6eff8;
    background: #f2f8fd no-repeat 5px center;
    text-decoration: none;
}

/* ====菜单底部==== */
#guide_bottom
{
    height: 13px;
    background:  #adcbef no-repeat left top;
}

.refresh
{
    position: absolute;
    top: 29px;
    left: 160px;
    width: 15px;
    height: 15px;
    background:  no-repeat center center;
    cursor: pointer;
}

.quicklink li
{
    float: left;
    white-space: nowrap;
}

/* 浮动窗口 */
.floatingiframe
{
    background: none;
}
.floatingdialog
{
    position: absolute;
    z-index: 50;
    margin: 0 auto;
    background: transparent;
}
.floatingdialog li
{
    margin: 0;
}
.floatingdialog .fdtop
{
    position: relative;
    height: 34px;
    background: transparent  0 0 no-repeat;
}
.floatingdialog .fdtop dl
{
    height: 34px;
    background:  right top no-repeat;
    padding: 0 8px;
}
.floatingdialog .fdtop dd
{
    height: 34px;
    background:  top repeat-x;
}
.floatingdialog .fdtop dd li
{
    display: block;
    float: left;
    margin-left: 0;
}
.floatingdialog .fdtop dd li.close
{
    float: right;
    width: 18px;
    height: 18px;
    padding: 8px;
}
.floatingdialog .fdtop dd li.close a
{
    display: block;
    width: 18px;
    height: 18px;
    background:  left center no-repeat;
}
.floatingdialog .fdtop dd li.close a:hover
{
    background:  left center no-repeat;
}
.floatingdialog .fdtop dd li.title
{
    position: absolute;
    left: -6px;
    background:  15px 12px no-repeat;
    height: 34px;
    line-height: 34px;
    padding-left: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #4f4f4f;
}
.floatingdialog_handle
{
    cursor: move;
}
.floatingdialog .floatingdialog_content
{
    background:  top repeat-x #fff;
    border-left: 1px solid #b1ceee;
    border-right: 1px solid #b1ceee;
    padding: 12px;
    _padding: 12px 9px 12px 12px;

    
}

.floatingdialog .fdbottom
{
    height: 3px;
    font-size: 0;
    background:  top left;
}
.floatingdialog .fdbottom dl
{
    display: block;
    height: 3px;
    padding: 0 3px;
    background:  top right no-repeat;
}
.floatingdialog .fdbottom dt
{
    background: url(/uploads/image/aaimages/p-up-b.gif) top repeat-x;
    height: 3px;
}

.floatingdialogfontskin
{
    cursor: pointer;
    color: red;
}
/*==书签菜单定义开始==*/
#admintabs
{
    height: 24px;
    clear: both;
}
#admintabs, #admintabs ul, #admintabs li
{
    margin: 0px;
    padding: 0px;
}
/*书签右侧间隔*/
#admintabs li
{
    cursor: pointer;
    margin-right: 2px;
    font-weight: bold;
}
#admintabs li, #admintabs a
{
    float: left;
}
/*-左背景，等同图片宽度-*/
#admintabs a
{
    background:  no-repeat left top;
    margin: 0px;
    padding-left: 3px;
    text-decoration: none;
    font: normal normal normal 12px/24px arial, "宋体" ,helvetica,sans-serif;
    display: block;
    text-align: center; /*_width:70px;*/
    min-width: 70px;
}

/*-右背景，左缩进需减去左背景缩进-*/
#admintabs a span
{
    float: none;
    display: block;
    background:  no-repeat right top;
    padding: 0px 8px 0px 5px;
    color: #000;
}
/*-背景定位-*/
#admintabs a:hover, #admintabs #current a
{
    background-position: 0% -24px;
}
#admintabs a:hover span, #admintabs #current a span
{
    background-position: 100% -24px;
    color: #fff;
}
#admintabs a:hover, #admintabs .current a
{
    background-position: 0% -24px;
}
#admintabs a:hover span, #admintabs .current a span
{
    background-position: 100% -24px;
    color: #fff;
}
/*==书签菜单定义结束==*/
/*bookmarks定义开始*/
#bookmarkstable table
{
    height: 24px;
    clear: both;
}

#bookmarkstable td
{
    cursor: pointer;
    margin-right: 2px;
    font-weight: bold;
}
#bookmarkstable a
{
    float: left;
}
/*-左背景，等同图片宽度-*/
#bookmarkstable a
{
    background:  no-repeat left top;
    margin: 0px;
    text-decoration: none;
    font: normal normal normal 12px/24px arial, "宋体" ,helvetica,sans-serif;
    display: block;
    text-align: center; /*_width:70px;*/
    padding-left: 3px;
    height: 24px;
    line-height: 24px;
}

/*-右背景，左缩进需减去左背景缩进-*/
#bookmarkstable a span
{
    float: none;
    display: inline-block;
    background:  no-repeat right top;
    padding: 0px 8px 0px 5px;
    height: 24px;
    line-height: 24px;
    padding-right: 10px;
    color: #000;
}
/*-背景定位-*/
#bookmarkstable a:hover, #bookmarkstable .current a
{
    background-position: 0% -24px;
}
#bookmarkstable a:hover span, #bookmarkstable .current a span
{
    background-position: 100% -24px;
    color: #fff;
}
/*bookmarks定义结束*/


/*节点搜索*/
.searchinputtext, .searchinputtext_hover, .searchinputtext_focus
{
    line-height: 20px;
    border: #7f9db9 solid 1px;
    width: 140px;
    height: 16px;
    position: absolute;
    left: 30px;
    top: 66px;
}
.searchinputtext_hover, .searchinputtext_focus
{
    border: #3575ba solid 1px;
}
.searchinputtext_focus
{
    background-color: #ffffd8;
}
.searchb, .searcha
{
    background-image: url(/uploads/image/aimages/searchn.gif);
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
    z-index: 9999;
    left: 155px;
    top: 67px;
    width: 15px;
    height: 15px;
}
.searcha
{
    background-image: url(/uploads/image/aimages/searchx.gif);
    display: none;
}
