﻿body
{
	font-size: 9pt;
	font-family: 宋体;
	SCROLLBAR-FACE-COLOR: #DBEAF5;
	scrollbar-face-color: #DBEAF5;
	SCROLLBAR-HIGHLIGHT-COLOR: #DBEAF5; /*background-color:#999999;*/
}

.button-normal
{
	border-right: 1px solid;
	border-top: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
	font-size: xx-small;
	font-family: Arial, 宋体;
}

.button-GO
{
	border-right: #7b9ebd 1px solid;
	padding-right: 2px;
	border-top: #7b9ebd 1px solid;
	padding-left: 2px;
	font-size: 9pt; /*FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#cecfde);*/
	border-left: #7b9ebd 1px solid; /*CURSOR: hand; */
	color: black;
	background-color: #c5e2ff;
	padding-top: 1px;
	border-bottom: #7b9ebd 1px solid;
}

.text-input
{
	border-right: black 1pt solid;
	border-top: black 1pt solid;
	border-left: black 1pt solid;
	border-bottom: black 1pt solid;
	font-size: 10pt;
	font-family: 宋体;
	height: 15px;
}
.text-input-co1
{
	border-right: black 1pt solid;
	border-top: black 1pt solid;
	border-left: black 1pt solid;
	border-bottom: black 1pt solid;
	font-size: 10pt;
	font-family: 宋体;
	height: 15px;
	width: 140px;
}
.text-input1
{
	border-right: black 1pt solid;
	border-top: black 1pt solid;
	border-left: black 1pt solid;
	border-bottom: black 1pt solid;
	font-size: 10pt;
	font-family: 宋体;
	height: 15px;
	text-align: center;
}

.table-list
{
	font-family: 宋体;
	font-size: 9pt;
	border-collapse:collapse ;
}
.table-list TD
{
	border: solid 1px gray;
	padding:5px ;
}

.table-list th
{
	border: solid 1px Gray;
	color: #0000CC;
	background-color: #DBEAF5;
}

.listtitleCss
{
	background-color: #7BA6D5;
	color: white;
	font-weight: bold;
	border: solid 1px white;
}

.portDesCss
{
	font-size:large;
	color: blue;
	font-weight: bold;
	border: solid 1px white;
}

.tablelist1
{
	background-color: White;
}

.tablelist2
{
	background-color: White;
}

.mappingcss
{
	color: Black;
	font-size: 10pt;
	font-weight: bold;
}

.text-readonly
{
	border-right: black 1pt solid;
	border-top: black 1pt solid;
	border-left: black 1pt solid;
	border-bottom: black 1pt solid;
	font-size: 10pt;
	font-family: 宋体;
	height: 15px; /*background-color:#ffffcc;*/
	background-color: #f7f7ff;
}

.PopTitleCss
{
	font-family: 宋体;
	font-size: 13pt;
	background-color: Blue;
	font-weight: bold;
	color: White;
	padding-left: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.displaycss
{
	display: none;
}


.div
{
	background-color: #f2f1f8;
	border-right: #e7e9f0 1px solid;
	border-top: #e7e9f0 1px solid;
	border-left: #e7e9f0 1px solid;
	border-bottom: #e7e9f0 1px solid;
}

.text-file
{
	border-right: black 1pt solid;
	border-top: black 1pt solid;
	border-left: black 1pt solid;
	border-bottom: black 1pt solid;
	font-size: 10pt;
	font-family: 宋体;
	height: 20px;
}

.button-delpic
{
	border-right: black 1px solid;
	padding-right: 2px;
	border-top: black 1px solid;
	padding-left: 2px;
	font-size: 9pt;
	border-left: black 1px solid;
	color: black;
	background-color: ButtonFace;
	padding-top: 2px;
	border-bottom: black 1px solid;
}

.tableBG
{
	background-color: #ebe9ff;
}


.Freezing 
   { 
    background-color: #7BA6D5;
	color: white;
	font-weight: bold;
	border: solid 1px white;
	position:relative ; 
	table-layout:fixed;
	top:expression(this.offsetParent.scrollTop);   
	z-index: 10;
   } 

.Freezing th
{
	text-overflow:ellipsis;
	overflow:hidden;
	white-space: nowrap;
	padding:2px;
	}

.modalPopup {
	background-color:#ffffff;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:360px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

