﻿/*最外层div*/
.div_Outer
{
    display:none;
    position: absolute;
    min-height: 100px;
    border-width: 1px;
    border-style: solid;
    width: 254px;
    border-color: #B89E79;
    background-color:white;
    z-index: 999;
}
/*左边div*/
.div_Line
{
    width: 10px;
    position: relative;
    left: 32px;
    top: 28px;
    text-align: center;
}
.div_Line_start_img
{
    position: relative;
    left: -5px;
    top: 0px;
    width: 20px;
    height: 18px;
}
.div_Line_end_img
{
    position: relative;
    left: -5px;
    width: 20px;
    height: 18px;
}
.div_Line_img
{
    position: relative;
    left: -3px;
    top: -38px;
    width: 1px;
}
/*右边div往下压*/
.div_beforeOne
{
    height: 13px;
}
/*左边线上的圈*/
.div_OO
{
    position: absolute;
    left: 32px;
    width: 10px;
    height: 10px;
    font-family: 'Arial Normal' , 'Arial';
    font-weight: 400;
    font-style: normal;
    color: #0B79C8;
}
.div_OO_img
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 10px;
    height: 10px;
}
/*右边每一个类型*/
.div_One
{
    position: relative;
}
/*右边每一个类型标题*/
.div_One_Title
{
    position: relative;
    left: 0px;
    top: 5px;
    width: 70px;
    height: 24px;
    font-family: 'Arial Normal' , 'Arial';
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: #000000;
    text-align: left;
}
/*右边每一个类型标题名*/
.div_One_TitleName
{
    top: 5px;
    transform-origin: 33px 7px 0px;
    position: absolute;
    left: 2px;
    top: 4px;
    width: 150px;
    word-wrap: break-word;
}
.div_One_TitleName_P
{
    font-family: 'Arial Normal' , 'Arial';
    font-weight: 400;
    font-style: normal;
}
.div_One_TitleName_P2
{
    color: #0000FF;
    cursor: pointer;
}
/*右边每一个类型标内多条单据*/
.div_One_Data
{
    position: relative;
    left: 18px;
    top: 3px;
    width: 114px;
    /*height: 15px;*/
    font-family: 'Arial Normal' , 'Arial';
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: #0000FF;
}
/*右边每一个类型标内一条单据*/
.div_One_Data_l
{
    position: relative;
    left: 0px;
    top: 0px;
    width: 180px;
    height: 20px;
    white-space: nowrap;
}
.div_One_Data_l_p
{
    font-family: 'Arial Normal' , 'Arial';
    font-weight: 400;
    font-style: normal;
    cursor: pointer;
    position: relative;
    float: left;
    height: 1px;
}
.div_One_Data_l_p_span
{
    font-family: 'Arial Normal' , 'Arial';
    font-weight: 400;
    font-style: normal;
    text-decoration: underline;
}
/*右边每一个类型标内一条单据的未审核*/
.div_One_Data_shen
{
    position: relative;
    left: 10px;
    top: 0px;
    width: 44px;
    height: 16px;
    font-family: 'Arial Normal' , 'Arial';
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    line-height: normal;
    float: left;
}
.div_One_Data_shen_img
{
    position: relative;
    left: 0px;
    top: 0px;
    width: 44px;
    height: 16px;
}
.div_One_Data_shen_div
{
    top: 1px;
    transform-origin: 20px 7px 0px;
    position: relative;
    top: -15px;
    left: 2px;
    width: 40px;
    word-wrap: break-word;
}
.div_One_Data_shen_div_p
{
    font-family: 'Arial Normal' , 'Arial';
    font-weight: 400;
    font-style: normal;
}
