﻿/*      前台简体中文的样式表        */
body
{
    background-image: url(../Images/bg.gif);
    font-size: 11pt;
    margin: 0px;
    text-align: center;
}

td
{
    font-size: 11pt
}
/*
#PT
{
    width: 1003px;
}
*/
a
{
    color: #1951B9;
    font-family: 宋体;
    text-decoration: none;
}

a:hover
{
    font-family: "宋体";
	text-decoration: underline;
	color: #0000FF;
}

.MainTable
{
   width: 1004px;
}


/*      页面左边的最小宽度      */
.PageLeft
{

	border-width: 0px;
	padding: 0px;
	margin: 0px;

	width: 178px;
	height: 0px;	
}

/*      页面中缝的最小高度      */
.PageHeight
{
		border-width: 0px;
	padding: 0px;
	margin: 0px;

	width: 0px;
	height: 400px;
}

/*      页面右边的最小宽度      */
.PageMain
{
		border-width: 0px;
	padding: 0px;
	margin: 0px;

	width: 596px;   /*      此宽度实为600PX,当.ClientTable定义左右线宽时应减去其两线宽      */
	height: 0px;	
}

/*      页面总的最小宽度    */
.PageWidth
{
		border-width: 0px;
	padding: 0px;
	margin: 0px;

	width: 778px;
	height: 0px;
}

/*      当前位置字体大小及颜色      */
.PageLocation
{
    font-size: 13px;
    color: #333333;
}

/*      当前位置低边的实线      */
.PageLocation_x
{
    border-bottom: #CFC9B4 1px solid;
}

/*      页头非当前页的字体大小      */
.MainLink
{
		font-size:11pt ;
}

/*      页头字体大小      */
.MainMenu
{
	font-size: 11pt;
	color: #002000;
}

/*      页中左右两边及下方的线条颜色与宽度      */
.ClientTable
{
    background: #ffffff;
    border-right: #c81d0b 0px solid;
    border-left: #c81d0b 0px solid;
    border-bottom: #c81d0b 1px solid;
}

/*      页中左区右线条颜色与宽度\左区背景颜色      */
.LeftTD
{
    border-right: #CFC9B4 0px solid;
    background-color: #FBF4DE;
}

/*      页中右区      */
.ClientTD
{
}

/*      设置DataGrid、GridView1表格页眉        */
.DataGridHeaderStyle
{
    background-image: url(Images/R_Gv_Title_Bg.gif);
    color: #000000;
    height: 23px;
}

/*      设置DataGrid表格页眉最后一列宽为11与DataGridHeaderStyle一起使用     */
.DataGridHeaderStyle2
{
   background-image: url(Images/R_Gv_Title_Bg_Right.gif);
}

/*      设置DataGrid、GridView1表格外线颜色        */
.DataGridBorder
{
    border-right: #ff99cc 0px solid;
    border-top: #ff99cc 0px solid;
    border-left: #ff99cc 0px solid;
    border-bottom: #ff99cc 0px solid;
}

/*      设置DataGrid、GridView1表格页眉外线颜色        */
.DataGridBorderHeader
{
    border-right: #ff0000 0px solid;
    border-top: #ff0000 0px solid;
    border-left: #ff0000 0px solid;
    border-bottom: #cccccc 0px solid;
    /*  text-align: center;    */ 
}

/*      设置DataGrid、GridView1表格内网格线及上下空白      */
.DataGridItemBorder
{
    border-right: #ff99cc 0px solid;
    border-top: #ff99cc 0px solid;
    padding-bottom: 2px;
    border-left: #ff99cc 0px solid;
    padding-top: 2px;
    border-bottom: #cccccc 1px solid;
}

/*      编辑与浏览时表格线条样式--格子  与.TableStyle一起使用     */
.TdStyle
{
    border-left: #DF6420 1px solid;
    border-top: #DF6420 1px solid;
    padding-bottom: 1px;
    padding-top: 1px;
    padding-left: 2px;
    height: 27px;
}

/*      编辑与浏览时表格线条样式--表格  与.TdStyle一起使用     */
.TdStyleLeft
{
    border-left: #DF6420 1px solid;
    padding-bottom: 1px;
    padding-top: 1px;
    padding-left: 2px;
    height: 27px;
}

/*      生产计划修改页面计划名称修改输入框样式     */
.TdStyleRight
{
    border-right: #DF6420 1px solid;
    padding-bottom: 1px;
    padding-top: 1px;
    padding-left: 2px;    
    height: 27px;
}

/*      编辑与浏览时表格线条样式--表格  与.TdStyle一起使用     */
.TableStyle
{
    border-right: #DF6420 1px solid;
    border-bottom: #DF6420 1px solid;
}



.TableStyle .TdStyle
{
    box-sizing:border-box;
}
.TableStyle .TdStyle input[type=text]
{
    border:0px;
}
.TableStyle .TdStyle table
{
    border-collapse:collapse;
}
.TableStyle .TdStyle td
{
   border: #DF6420 1px solid;
}

/*      生产计划修改页面计划名称修改输入框样式     */
.PlanName_TextBox
{
    text-align: center;
    font-size: 18px;
    border-right: 0px solid;
    border-top: 0px solid;
    border-left: 0px solid;
    border-bottom: 0px solid;
}

.modalBackground
{
    background-color: Gray;
    Filter: alpha( opacity = 70 );
    opacity: 0.7;
}

.StyleUpPicture
{
    width: 200px;
    background-color: #eeffee;
}

.ImageUpPicture
{
    width: 150px;
    height: 200px;
    border-right: 2px solid;
    border-top: 2px solid;
    border-left: 2px solid;
    border-bottom: 2px solid;
}

.MyCalendar .ajax__calendar_container
{
    border: 1px solid #646464;
    background-color: #fffacd;
    color: red;
    width: 150px;
    cellspacing: 3px;
}

.MyCalendar .ajax__calendar_other .ajax__calendar_day,
.MyCalendar .ajax__calendar_other .ajax__calendar_year
{
    color: black;
    cellspacing:3px
}

.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year
{
    color: black;
    cellspacing:3px
}

.MyCalendar .ajax__calendar_active .ajax__calendar_day,
.MyCalendar .ajax__calendar_active .ajax__calendar_month,
.MyCalendar .ajax__calendar_active .ajax__calendar_year
{
    color: black;
    font-weight:bold;
    cellspacing:3px
}

/*  頁導航文字大小及颜色(取代PageSizeColor)    */
.PageControl
{
    font-size: 9pt;
    color: #006600;
}

/*  頁導航文字大小及颜色    */
.PageSizeColor
{
    font-size: 9pt;
    color: #000000;
}

/*  其它文字颜色    */
.OtherColor
{
    color: #1951B9;
}

/*      设置GridView表格页眉外线颜色 内嵌表格用       */
.GridViewHeaderBorder
{
    border-right: #339900 0px solid;
    border-top: #339900 1px solid;
    border-left: #339900 1px solid;
    border-bottom: #339900 0px solid;
}

/*      设置GridView表格内网格线及上下空白 内嵌表格用      */
.GridViewItemBorder
{
    border-right: #339900 0px solid;
    border-top: #339900 1px solid;
    padding-bottom: 2px;
    border-left: #339900 1px solid;
    padding-top: 2px;
    border-bottom: #339900 0px solid;
    height: 27px;
}

/*  菜单栏  */
.Top_Menu_Out
{
    text-align: center;
    background-color: #d1d1d1;
    width: 80px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-top-color: #FFFFFF;
    border-right-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
}

.Top_Menu_Over
{
    text-align: center;
    background-color: #1A50B8;
    width: 80px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-top-color: #FFFFFF;
    border-right-color: #FFFFFF;
    border-bottom-color: #1A50B8;
}

.Top_Menu_Div_Over
{
    width: 78px;
    height: 34px;
    text-align: center;
    padding-top: 7px;
    cursor: hand;
}

.Top_Menu_Div_Out
{
    width: 78px;
    height: 34px;
    text-align: center;
    padding-top: 11px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
	cursor: hand;    
}

.Top_Menu_Url_Over
{
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}

.Top_Menu_Url_Out
{
    color: #000000;
}

.Top_Menu_Row td a:hover
{
    background-color:#1A50B8;
    color:#ffffff;
    text-decoration: none;
}

.Top_Menu_Row1 td a
{
    color:#333333;
    text-decoration: none;
}

.Top_Menu_timer
{
    margin: 0px;
    background-color: #1A50B8;
    color: #FFFFFF;
}


/*--运行进度层20140517 rgb(255, 255, 255)absolute--*/
#div_ImgLoading
{
    background: #000000;
    padding-top: 37px;
    border-radius: 11px;
    left: 47%;
    top: 59%;
    width: 210px;
    height: 150px;
    text-align: center;
    color: #ff0000;
    display: none;
    filter: alpha(opacity=29);
    position: fixed;
    opacity: 0.5;
    font-weight: bold;
}
