﻿BODY /**背景居中  **/
{
	font-family:宋体;
	font-size:12px;
	
}


.textbox_right_style	
{
 border-LEFT:Gray 1px solid;BORDER-TOP: Gray  1px solid;BORDER-right: Gray 1px solid;
 BORDER-BOTTOM: Gray 1px solid;
 font-family:宋体 ;
 height:20px;
 font-size:12px;
 width:96%;
 text-align:right;
}

.textbox_left_style
{
 border-LEFT:gray 1px solid;
 BORDER-TOP: gray  1px solid;
 BORDER-right: gray 1px solid;
 BORDER-BOTTOM: gray 1px solid;
 height:20px;
 width:98%;
 font-family:宋体 ;
 font-size:12px;
 text-align:left;
}

.dropdownlist_style	
{
 border-LEFT:gray 1px solid;
 BORDER-TOP: gray  1px solid;
 BORDER-right: gray 1px solid;
 BORDER-BOTTOM: gray 1px solid;
 font-family:宋体 ;
 height:20px;
 width:96%;
 font-size:12px;
}

.dropdownlist1_style	
{
 border-LEFT:gray 1px solid;
 BORDER-TOP: gray  1px solid;
 BORDER-right: gray 1px solid;
 BORDER-BOTTOM: gray 1px solid;
 font-family:宋体 ;
 height:20px;
 width:100%;
 font-size:12px;
 background-color:#FFC0C0;
}

.button_style	/**按钮的样式  **/
{
    BORDER-RIGHT: #7b9ebd 1px solid; 
 PADDING-RIGHT: 2px; 
 BORDER-TOP: #7b9ebd 1px solid; 
 PADDING-LEFT: 2px; 
 FONT-SIZE: 12px; 
 FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#cecfde); 
 BORDER-LEFT: #7b9ebd 1px solid; 
 CURSOR: hand; 
 COLOR: #333333; 
 PADDING-TOP: 2px; 
 BORDER-BOTTOM: #7b9ebd 1px solid;

}

.datagrid_head_style
{
	background-color: #507CD1;
    color: White;
    font-family : 宋体 ;
	font-size :12px;
    text-align: center;
	border-right: White;
	border-top: White;
	font-weight: bold;
	border-left: White;
	border-bottom: White;
	height :20px
    
}
.datagrid_item_style
{
	border-right: black thin ridge;
	border-top: black thin ridge;
	border-left: black thin ridge;
	border-bottom: black thin ridge;
	background-color:#EFF3FB;
	font-family :宋体 ;
	font-size :12px;
	color:black;
	text-align:center;
}
.datagrid_altersty
{
	background-color: White;
	font-family :宋体 ;
	font-size :12px;
	text-align:center;
}
.datagrid_edit_style
{
	font-family: 宋体;
	position: static;
	font-size :12px;
	text-align:center;
}
.datagrid_selected_style
{
	color:#333333;
	background-color:#D1DDF1;
	font-family :宋体 ;
	font-size :12px;
	font-weight: bold;
	text-align:center;
}
.datagrid_pager_style
{
	
	vertical-align: baseline;
	color: red;
	background-color: white;
	font-family:宋体 ;
	font-size:12px;
	text-align: left;
	text-align:center;
	
}
.datagrid_footer_style
{
	background-color: transparent;
	font-family :宋体 ;
	font-size :12px;
}
.datagrid_empty_style
{
	font-family :宋体 ;
	font-size :12px;
	font-weight:bold;
	color:Red;
}

.title_style
{
	font-family :KaiTi_GB2312;
	font-size :20px;
	color:Black ;
	font-weight:bold;
	text-align:center;
}

.label_style
{
	font-family:宋体 ;
	font-size:12px;
	color:black ;
}

.bz_style
{
	font-family:宋体 ;
	font-size:14px;
	color:black;
	font-weight:bold;
}

.link_style
{
	font-family:宋体 ;
	font-size:12px;
	color:blue ;
}

.radio_style
{
	font-family:宋体 ;
	font-size:12px;
	color:black;
}

.check_style
{
	font-family:宋体 ;
	font-size:12px;
	color:black;
}


.validator_style
{
	font-family:宋体 ;
	font-size:12px;
	color:red ;
}


.div_RightMenu
{
    z-index:30000;
    text-align:left;    
    cursor: default;
    position: absolute;
    background-color:#FAFFF8;
    width:160px;
    height:auto;
    border: 1px solid #333333;
    display:none;

    filter:progid:DXImageTransform.Microsoft.Shadow(Color=#333333,Direction=120,strength=5);    
}

.divMenuItem
{
    height:17px;
    color:Black;
    font-family:宋体;
    vertical-align:middle;
    font-size:10pt;
    margin-bottom:3px;
    cursor:hand;
    padding-left:30px;
    padding-top:2px;   
    
}

.td_style /**单元格样式 **/
{
	font-family:宋体 ;
	font-size:12px;
	color:black;
	border: 0px #0099cc solid; 
	background-color:#FCECA4;
}
.textbox_style        
{
	font-family: 宋体; 
	font-size: 12px; 
	width:98%; 
	 border-LEFT:gray 1px solid;
 BORDER-TOP: gray  1px solid;
 BORDER-right: gray 1px solid;
 BORDER-BOTTOM: gray 1px solid; 
	
}

.input {
	font-family: 宋体;FONT-SIZE: 12px; COLOR: #666666; HEIGHT: 18px
}

.desc
{
	background:#EDEDED none repeat scroll 0%;
	padding:3px;
}

.Header
{
    font-size:12px;
    color:#ffffff;
    background:#666666;
    font-weight:bold;
}
 
.Content
{
    font-size:12px;
    color:#003366;
    background:#ffffcc;
}

.modalPopup {
    background-color:#ffffdd;
    border-width:3px;
    border-style:solid;
    border-color:Gray;
    padding:3px;
    width:250px;
}

.modalBackground {
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
}

/* 表格样式1 */
.njsy_table{
	border:1px solid #000000;	
	font-family:Arial;
	border-collapse:collapse;	
	background-color:#FEF7CD;	
	font-size:12px;
	width:680px; 
}
.njsy_table caption{
	padding-bottom:5px;
	font:bold 1.3em;
	text-align:left;
}
.njsy_table th{
	border:1px solid #40A6FD;	
	background-color:#70BCFE;	
	color:#FFFFFF;				
	font-weight:bold;
	padding-top:4px; padding-bottom:4px;
	padding-left:12px; padding-right:12px;
	text-align:center;
}
.njsy_table td{
	border:1px solid #ECA40C;	
	text-align:left;
	padding-top:4px; padding-bottom:4px;
	padding-left:20px; padding-right:10px;
	line-height:22px;
}

/* 链接样式 */
 A:link{ 
	COLOR:#BB611C; FONT-FAMILY: 宋体; TEXT-DECORATION: underline
}
A:active {
	COLOR: #BB611C; FONT-FAMILY: 宋体; TEXT-DECORATION: underline
}
A:visited {
	COLOR: #BB611C; FONT-FAMILY: 宋体; TEXT-DECORATION: underline
}
A:hover {
	COLOR:#000000; FONT-FAMILY: 宋体; TEXT-DECORATION: none
}
/* 表格首行文字样式 */
.style4
        {
            font-family : KaiTi_GB2312;
            font-size : 20px;
            color: Black;
            font-weight: bold;
            text-align: center;
            height: 49px;
            background-color:#FCECA4
        }
