﻿
.red {
    color: red;
}

.error {
    display: none;
}


/*设置员工选择,样式*/
.textboxEx-content {
    border: 1px solid #ccc;
    /*padding-left: 5px;*/
    width: 100%;
    min-height: 28px;
    display: -moz-inline-box;
    display: inline-block;
    line-height: 28px;
}

.textboxEx-text {
    border: 1px solid #ccc;
    display: -moz-inline-box;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0px 3px 0px 3px;
    margin-left: 3px;
}
.textboxEx-text-one {
    border: none;
}
.textboxEx-remove {
    font-size: 10px;
    margin-left: 5px;
    cursor: pointer;
}
.textboxEx-content a {
    float: right;
}
/**** end 设置物料样式*******/

/*********** tree 树样式  *************/
.tree-box {
    width: 142px;;
    height: 440px;
    margin: 5px;
    margin-right: 5px;
    float: left;
    border: 1px solid #ccc;
    overflow: auto;
}
/*********** tree 树样式  *************/

/********** Tab控件专用脚本 ***********/
OL LI
{
    margin: 8px;
}
#con
{
    font-size: 12px;
    margin: 0px auto;
    width: 100%;
}
#tags
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px 0px 0px 10px;
    width: 700px;
    padding-top: 0px;
    height: 23px;
}
#tags LI
{
    background-color:silver;
    float: left;
    margin-right: 1px;
    list-style-type: none;
    height: 23px;
}
#tags LI A
{
    padding-right: 7px;
    padding-left: 7px;
    background-color:silver;
    float: left;
    padding-bottom: 0px;
    color: black;
    line-height: 23px;
    padding-top: 0px;
    height: 23px;
    text-decoration: none;
}
#tags LI.emptyTag
{
    background: none transparent scroll repeat 0% 0%;
    width: 4px;
}
#tags LI.selectTag
{
    background-position: left top;
    margin-bottom: -2px;
    position: relative;
    height: 25px;
}
#tags LI.selectTag A
{
    background-position: right top;
    color: brown;
    line-height: 25px;
    height: 25px;
}
#tagContent
{
    border-right: silver 1px solid;
    padding-right: 1px;
    border-top: silver 1px solid;
    padding-left: 1px;
    padding-bottom: 1px;
    border-left: silver 1px solid;
    padding-top: 1px;
    border-bottom: silver 1px solid;
    background-color: #fff;
    width:100%;
}
.tagContent
{
    padding-right: 5px;
    display: none;
    padding-left: 5px;
    background-color:whitesmoke;
    padding-bottom: 0px;
    width:100%;
    color: black;
    padding-top: 0px;
    height: 100%;
}
#tagContent DIV.selectTag
{
    display: block;
    width:100%;
    height: 100%;
}
/********** Tab控件专用脚本 ***********/
