﻿body
{
	overflow-y:auto;
    overflow-x:hidden;
	padding: 5px;
	margin: 0px;
	font-family: 宋体, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;background-color:#ffffff;
}
form
{
    /*-height:100%;-*/
    margin-top:0;
    margin-bottom:0;
}
input,textarea,select,button,div
{
    outline:none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
input::-ms-clear{display:none;}
td
{
	font-family: 宋体, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
img
{
    border-width:0px;
}
fieldset
{
	border:solid 1px #9dc6fb;padding:0px;
}
legend
{
	color:red;cursor:default;margin-left:10px !important;margin-left:5px;padding:0px;text-align:left;
}
.EgLabel
{
	font-family: 宋体, Arial, Helvetica, sans-serif;width:120px;
	font-size: 9pt;color:#000000;height: 22px;line-height:22px;overflow:hidden;
	white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;
}
.EgViewDIV
{
    font-family: 宋体, Arial, Helvetica, sans-serif;width:120px;
	font-size: 9pt;color:#000000;height: 22px;line-height:22px;overflow:hidden;
	white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; cursor:default;
}
.EgViewDIV_multiline
{
    font-family: 宋体, Arial, Helvetica, sans-serif;width:100%;text-align:left;
	font-size: 9pt;color:#000000;line-height:22px;overflow-x:hidden;cursor:default;
}
/*文本框样式*/
.EgTextBox
{
    font-size: 9pt;
    line-height:20px;
	height:24px;
    border:solid 1px #dfdfdf;background-color:#ffffff;
    width:120px;text-indent:2px;
}
/*文字溢出*/
.textOverflow
{
	white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;
}
#EgAjaxLoading
{
	width:100%;
	height:100%;
	position:absolute;
	left:0px;top:0px;
	display:none;
	z-index:100002;
	overflow:hidden;
	background:url('Eaglesoft/EgAjaxLoading.gif') no-repeat center center;
}
.EgAreaLoading
{
	width:32px;height:32px;position:absolute;background:url('Eaglesoft/EgAreaLoading.gif') no-repeat;z-index:10000000;
}


.EgFormContent
{
	background-color:#C1C1C1;
}
.EgFormContent tr
{
	background-color:#FFFFFF;
}
.EgFormContent_text
{
	background-color:#F1F1F1;width:80px;height:35px;
}
.EgFormContent_value
{
	background-color:#FFFFFF;
}

.EgFormContent_article
{
	word-break:break-all;
	font-size:12px; 
	line-height:25px;
	text-align:left;
}


/*查询条件*/
#EgSearchCanvas
{
	overflow:hidden;
	margin-bottom:3px;
	border:solid 1px #C9C9C9;	
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#F8F8F8,endColorStr=#F1F1F1);
    background: -moz-linear-gradient(top, #F8F8F8, #F1F1F1);
    background: -webkit-gradient(linear,top,from(#F8F8F8),to(#F1F1F1));
    background: -webkit-linear-gradient(top,#F8F8F8, #F1F1F1);
    background: -o-linear-gradient(top, #F8F8F8, #F1F1F1);
    background: -ms-linear-gradient(top, #F8F8F8, #F1F1F1);
	background-color:#F3F3F3;
	/*border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
}
#EgSearchEntity
{
	width:100%;overflow:hidden;padding:0px 5px 5px 5px;
}
.EgSearchEntity_item
{
	float:left;height:30px;margin:5px 5px 0px 5px;padding:0px;list-style-type:none;overflow:hidden;
}
.EgSearchEntity_item_label
{
	white-space: nowrap;padding-right:5px;
}
/*
::-webkit-scrollbar {
    width: 12px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background:#78797b; 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
background: rgba(255,0,0,0.4); 
}*/