﻿body
{
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	font-family: 宋体, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;background-color:#ffffff;
}
input,textarea,select,button {outline:none;}
td
{
	font-family: 宋体, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
fieldset
{
	border:solid 1px #9dc6fb;padding:0px;
}
legend
{
	color:red;cursor:default;margin-left:10px !important;margin-left:5px;padding:0px;
}
.EgLabel
{
	font-family: 宋体, Arial, Helvetica, sans-serif;
	font-size: 9pt;color:#000000;height: 22px;line-height:22px;overflow:hidden;
	white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;
}
/*文本框样式*/
.EgTextBox
{
    font-size: 9pt;
    line-height:18px;
	height:22px;
    border:solid 1px #54a5d5;background-color:#ffffff;
}

/*查询条件*/
.EgSearchCondition
{
	overflow:hidden;width:100%;height:100%;border:solid 1px #9dc6fb;background-color:#dcf6ff;padding:1px;
}
/*文字溢出*/
.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:#9ebae1;
}
.EgFormContent tr
{
	background-color:#FFFFFF;height:35px;
}
.EgFormContent_text
{
	background-color:#f0f7fc;
}
.EgFormContent_value
{
	background-color:#FFFFFF;
}

.EgFormContent_article
{
	word-break:break-all;
	font-size:12px; 
	line-height:25px;
	text-align:left;
}
/*
::-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); 
}*/