@import "CSS/login.css";
*
{
    margin: 0px;
    padding: 0px;
}
body
{
    font-family: "Microsoft Yahei" ,Arial,Helvetica,sans-serif, "宋体";
    font-size: 12px;
}

img
{
    border: 0px;
}

ul
{
    list-style-type: none;
}
div
{
    border: 0px;
}



/*****************************/
/*            A              */
/*****************************/
A
{
    color: #336699;
    text-decoration: none;
}

/*****************************/
/*            font           */
/*****************************/
.font_BigTitle
{
    font-weight: bold;
    font-size: 20px;
    color: #003366;
    text-decoration: none;
}
.font_ReportTitle
{
    font-weight: bold;
    font-size: 18px;
    color: #003366;
    text-decoration: none;
    text-align: left;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    text-indent: 20px;
}
.font_bold
{
    font-family: Tahoma;
    color: #336699;
    font-size: 12px;
    font-weight: bold;
}
.font_darkblue
{
    color: darkblue;
    font-weight: bold;
}
.font_whitebold
{
    color: white;
    font-weight: bold;
}
.font_Gray
{
    color: Gray;
}

.font_darkred
{
    color: darkred;
    font-weight: bold;
}
.font_ProjectName
{
    font-family: 宋体,Tahoma;
    color: darkblue;
    font-size: 12pt;
    font-weight: bold;
    vertical-align: absmiddle; /* text-align:center; */
    padding-left: 20px;
}
.font_PageTitle
{
    color: darkblue;
    font-size: 12pt;
    font-weight: bold;
    vertical-align: absmiddle;
    text-align: center;
}
.font_EmptyInfo
{
    background-image: url(Images/Icons/warning.png);
    background-repeat: no-repeat;
    font-family: 宋体,Tahoma;
    color: #999999;
    font-size: 120%;
    font-weight: bold;
    text-align: left;
    text-indent: 30px;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    margin-top: 0px;
    margin-bottom: 10px;
}
.font_MeetingTitle
{
    font-family: 宋体,Tahoma;
    color: #336699;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    height: 28px;
    line-height: 28px;
    vertical-align: middle;
    float: left;
    padding-left: 10px;
}
.watermarked
{
    color:Gray;
}

.Cursor
{
    cursor: pointer;
}
.Meeting
{
    vertical-align: text-top;
    text-align: left;
}
.SysConfigLabel
{
    width: 150px;
    text-align: right;
    float: left;
    vertical-align: middle;
    line-height: 30px;
    overflow: hidden;
}
.MouseOver
{
    color: Orange;
}
.hidden
{
    display: none;
}
.show
{
    display: inline;
}
.page_center
{
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    clear: both;
}
.SelectedItem
{
    cursor: pointer;
    font-weight: bold;
    background-color: #FFFCD1;
    border: solid 1px #FDDF82;
    height: 25px;
}

/* 鼠标浮动的提示 */
#dhtmltooltip
{
    position: absolute;
    left: -300px;
    width: 60px;
    border: 1px solid black;
    padding: 2px;
    background-color: lightyellow;
    visibility: hidden;
    z-index: 100000; /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
    /*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}

#dhtmlpointer
{
    position: absolute;
    left: -300px;
    z-index: 100001;
    visibility: hidden;
}
/* 鼠标浮动的提示 end*/

/*-------------------*/
/*    ModulePopup    */
/*-------------------*/
.ModulePopupBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

/*-------------------*/
/*    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;
}
DIV.P
{
    text-indent: 10px;
}

.Popup_Header_Right
{
    cursor: pointer;
    display: block;
    height: 27px;
    width: 26px;
    display: block;
    float: right;
    padding-right: 12px;
}

.Popup_Body
{
    background-image: url(Images/Popup/popup_Body.gif);
    width: 650px;
    min-height: 150px;
}

.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;
}
/**********End Popup***********/

/*
* 等待的提示Waiting...
*/
.Waiting
{
    position: Absolute; 
    left: 580px; 
    top: 250px; 
    z-index: 100;
}
.WaitingImg
{
    border:solid 1px #686868;
    text-align:center;
    height:50px;
    line-height:50px;
    vertical-align:middle;
    width:150px;
    text-align:center;
    background-color:White;
    display:block;
    font-size:120%;
}

/*********** 输入框验证提示***************/
.hint
{
    display: none;
    position: absolute;
    width: 200px;
    margin-top: -4px;
    border: 1px solid #c93;
    padding: 10px 12px; /* to fix IE6, I can't just declare a background-color,     I must do a bg image, too!  So I'm duplicating the pointer.gif     image, and positioning it so that it doesn't show up     within the box */
    background: #ffc url(images/common/pointer.gif) no-repeat -10px 5px;
    z-index: 999999;
}

/* The pointer image is hadded by using another span */
.hint .hint-pointer
{
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(images/common/pointer.gif) left top no-repeat;
    z-index: 999999;
}

/****************************/

/*****************************/
/* DataGrid or GridView      */
/*****************************/
.DG_Header
{
    text-align: center;
    background-color: #FFF8DC;
    font-weight: bold;
    text-indent: 5px;
    height: 25px; /*background-image:url(../../App_Themes/Default/Images/Common/Gridview_Header_Bg.gif);*/
    background-repeat: repeat-x;
    border: solid 1px #aaaaaa;
    color: #696969;
}
.DG_Footer
{
    cursor: pointer;
    text-align: right;
    background-color: #f0f0f0;
    color: darkred;
    font-weight: bold;
    border-bottom-width: 1;
    border-bottom-color: #000080;
}
.DG_Alter
{
    background-color: #f0f0e0;
    text-indent: 5px;
    height: 25px;
}
.DG_Item
{
    text-indent: 5px;
    height: 25px;
    background-color: #ffffff;
    text-align: center;
}
.DG_Paging
{
    text-align: right;
}



/*********** MasterPage的页脚的背景**************/
.Footer_Left
{
    float: left;
    background-image: url(Images/Common/FooterBg_Left.gif);
    width: 13px;
    height: 70px;
}
.Footer_Middle
{
    float: left;
    vertical-align: middle;
    text-align: center;
    background-image: url(Images/Common/FooterBg_Middle.gif);
    height: 70px;
}
.Footer_Right
{
    float: left;
    background-image: url(Images/Common/FooterBg_Right.gif);
    width: 13px;
    height: 70px;
}
/*********** End MasterPage的页脚的背景**************/

/*NewProjectPlan页面使用*/
.readonlyinput
{
    border: solid 1px #ccc;
    color: #ccc;
}
.loading
{
    position: absolute;
    top: 49%;
    left: 45%;
    display: none;
    height: 18px;
    padding: 1px 2px 1px 2px;
    font-weight: normal;
    z-index: 9999;
}
/*admin/ResourceConfig.aspx页面使用*/
.gridviewPage a
{
    font-size:14px;
    margin:3px;
 }
 
/*
* 需求项目的背景色
*/
.CurrentReqItemOn
{
    background-color:#FFFACD;
}
.CurrentReqItemOut
{
    background-color:#FFFFFF;
}