﻿/*初始化  */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form, 
fieldset,input,textarea,p,blockquote,th,td { 
margin:0; 
padding:0; 
} 
table { 
border-collapse:collapse; 
border-spacing:0; 
} 
fieldset,img { 
border:0; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
font-style:normal; 
font-weight:normal; 
} 
ol,ul { 
list-style:none; 
} 
caption,th { 
text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
font-size:100%; 
font-weight:normal; 
} 
q:before,q:after { 
content:”; 
} 
abbr,acronym { border:0; 
} 

.clearFloat{ clear:both;}

a:focus { outline: none; }

/*公共样式*/
table.tbCommon{ width:100%; padding:0; margin:0; border:0; height:100%;}

table.Common
{
	border-style: none;
    border-color: inherit;
    border-width: 0px;
    width:100%;
    min-width:600px;
	border-collapse:collapse;
	border-spacing:0px;	
	margin:0;
	border:0;
	padding:0;	    
}

td.Info_Head
{      
    border:solid 1px #a5bfce;
    color:#1474ca;
    line-height:20px;
    height:20px;
    text-align:center;
    font-weight:bold;
    padding-bottom:3px;
    font-size:14px;
    background-color:#eaf5ff;  
    vertical-align:top;
}

td.Info_Title
{  
    border:1px solid #999;
	line-height:20px;
	padding:2px;	
	font-size:12px;
	background-color:#fff;
	text-align:center;
	color:#666;  
    font-weight:normal;
    vertical-align:middle;
    min-height:20px; 
    white-space:nowrap; 
}

td.Info_Content
{  
    border:1px solid #999;
	line-height:20px;
	padding:2px;
	background-color:#ffffff;
	font-size:12px;  
    font-weight:normal;
    color:#000000;
    vertical-align:middle;
    text-align:left;
    min-height:20px;
}

Input.Flow_Field
{
    font-size: 12px;
    border:1px solid #888888;
    text-align: left;
    margin-left: 0px;
}

Input.txt_Center
{
    border:1px solid #888888;
    text-align:center;
    width:60px;
}
 
Input.Flow_FieldMust
{
    font-size: 12px;
    border:1px solid #888888;
    background-color:#c9eefd;
 }
 
 textArea.Flow_Fill
{
	width:97%;
    font-size: 12px;
    border:1px solid #888888;
    overflow:auto;
}

textArea.Flow_FillMust
{
	width:97%;
    font-size: 12px;
    border:1px solid #888888;
    background-color:#c9eefd;
    overflow:auto;
}

Select.Option
{
	border:1px solid #888888;
	background:#ffffff;
	color:#003399;
	font-size:12px;
    height: 19px;
}

table.gridview_m
{
    border-collapse: collapse;
    border:solid 1px #a5bfce;
    min-width:600px;
    width:100%;
    font-size:12px;
    vertical-align:middle;
}

table.gridview_m td,th
{
    border-collapse: collapse;
    border:solid 1px #a5bfce;
    font-size:12px;
    height:22px;
    min-height:22px;
    vertical-align:middle;
    text-align:center;
}

.girdview_head
{
	border:solid 1px #a5bfce;
	background-color:#eaf5ff;
	color:#1474ca;
	font-size:12px;	
	text-align:center;
	padding-top:4px;
	font-weight:bolder;	
	vertical-align:middle;
	height:22px;
	
}
.girdview_foot
{
	border:solid 1px #a5bfce;
	background-color:#eaf5ff;
	color:#1474ca;
	font-size:12px;	
	text-align:center;
	padding-top:4px;
	vertical-align:middle;
	height:22px;
}

.gridview_row
 { 
    border-collapse: collapse;
    border:solid 1px #a5bfce;
    padding:5px;
    background-color:#ffffff;
    font-size:12px;
    font-weight:normal;
    color:#000000;
    vertical-align:middle;
    text-align:center;
    height:20px;
    min-height:22px;
    cursor:hand;
}

.gridview_rowSel
 {  
    border-collapse: collapse;
    border:solid 1px #a5bfce;
    padding:5px;
    background-color:#FFFF99;
    font-size:12px;
    font-weight:normal;
    color:#000000;
    vertical-align:middle;
    text-align:center;
    height:20px;
    min-height:22px;
    cursor:pointer;
}

.btn_mouseout
{
    width:64px;height:22px;line-height:22px;color:#369;text-align:center;background:url(../images/admin/buticon.gif) no-repeat left top;border:0;font-size:12px; margin-top:3px; margin-bottom:3px; border:0;
}

.btn_mouseover 
{
    width:64px;height:22px;line-height:22px;color:#369; text-align:center; background:url(../images/admin/buticon.gif) no-repeat left -23px;font-size:12px;margin-top:3px; margin-bottom:3px; border:0;
}

.btn_mousedown
{
    width:64px;height:22px;line-height:22px;color:#369; text-align:center; background:url(../images/admin/buticon.gif) no-repeat left -23px;font-size:12px;margin-top:3px; margin-bottom:3px; border:0;
}

.btn_mouseup 
{
    width:64px;height:22px;line-height:22px;color:#369;text-align:center;background:url(../images/admin/buticon.gif) no-repeat left top;border:0;font-size:12px; margin-top:3px; margin-bottom:3px; border:0;
}


