﻿/*-------------------*/
/*    Popup Window   */
/*-------------------*/
.Popup_Header_Left
{
    background-image: url(../Images/Popup/popup_head.gif);
    background-repeat: no-repeat;
    width: 650px;
    height: 40px;
    line-height: 30px;
    vertical-align: middle;
    text-align: left;
    text-indent: 10px;
    color: White;
    font-weight: bold;
    cursor: move;
}

.Popup_Body
{
    background-image: url(../Images/Popup/popup_Body.gif);
    width: 650px;
}

.Popup_Footer
{
    background-image: url(../Images/Popup/popup_Footer.gif);
    width: 650px;
    height: 18px;
    line-height: 18px;
    vertical-align: middle;
    text-align: left;
}
/* 另外一种Message Popup from Yahoo */
.Popup_Header_Left_02
{
    background-image: url(../Images/Popup/popup_head_02.gif);
    background-repeat: no-repeat;
    width: 455px;
    height: 35px;
    line-height: 30px;
    vertical-align: middle;
    text-align: left;
    text-indent: 10px;
    color: White;
    cursor: move;
}
DIV.P_02
{
    text-indent: 10px;
    color: White;
    font-weight: bold;
}
.Popup_Body_02
{
    background-image: url(../Images/Popup/popup_Body_02.gif);
    width: 455px;
}
.Popup_Footer_02
{
    background-image: url(../Images/Popup/popup_Footer_02.gif);
    width: 455px;
    height: 16px;
    line-height: 16px;
    vertical-align: middle;
    text-align: left;
}
/****  Win7 风格的弹出框 ***/
.Popup_Header_03
{
    background-image: url(../Images/Popup/popup_head_03.png);
    background-repeat: no-repeat;
    width: 819px;
    height: 42px;
}
.Popup_Header_Left_03
{
    text-indent: 10px;
    text-align: left;
    font-weight: bold;
    cursor: move;
    line-height: 34px;
    vertical-align: middle;
    width: 760px;
    height: 40px;
    float: left;
}
.Popup_Header_Right_03
{
    cursor: pointer;
    display: block;
    height: 20px;
    width: 50px;
    display: block;
    float: right;
}

.Popup_Body_03
{
    background-image: url(../Images/Popup/popup_Body_03.png);
    width: 819px;
    min-height: 250px;
}

.Popup_Body_03 .BodyContent
{
    padding:10px 10px 0px 10px;
}

.Popup_Footer_03
{
    background-image: url(../Images/Popup/popup_Footer_03.png);
    width: 819px;
    height: 29px;
}
/*
* Win7风格弹出框中的Tab内容框
*/
.PopupTab
{
    height: 26px; 
    margin-left: 40px;
}
.PopupContent
{
    border: solid 1px #9BB4D1;
    width: 760px;
    height: 300px;
    padding-top: 10px;
    overflow: auto;
    text-align:left;
    margin-left:20px;
}
/**********End Popup***********/

/*
*  计划编辑责任人 -- 弹出框
*/
#AssigneeRightDiv
{
    float: left;
    width: 50%; 
    margin-left: 20px;
}
    #AssigneeRightDiv tr.DG_Item td
    {
         border: none;
         border-right: 1px solid gray;
         border-bottom:1px solid gray
    }

        #AssigneeRightDiv tr.DG_Item td input
        {
            padding-right: 3px;
            width: 25px;
            text-align: right;
            border: 1px solid gray;
        }