@charset "utf-8";

.InsulateTier {
	left:0;
	top:0;
	POSITION: absolute;
	height: 100%;
	width: 100%;
	background-color: #000000;
	
}

/********************* 窗体=对话框-样式***************************/
.BaseDialogForms
{
	position:absolute;
	height: 240px;
	width: 320px;
	border: 1px solid #57759F;
	background-color:#FFFFFF;
	
	Z-INDEX: 1000;
	left:0;
	top:0;

    user-select: none;
	-moz-user-select: none;
    -khtml-user-select: none;
}

.BaseDialogForms table {
	width:100%;
	height:100%;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
	}


.BaseDialogForms .title{
	font-size: 12px;
	height: 23px;
	padding-left: 5px;
}


.BaseDialogForms .title td{
	font-size: 12px;
	font-weight: bold;
	color: #57759F;
	line-height: 23px;
}

.BaseDialogForms .title td label
{
    overflow: hidden;
    display:block;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.BaseDialogForms .footer{
	font-size: 12px;
	height: 40px;
	background-color: #E9EDF3;
	text-align: center;
	padding-right: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B5C4D7;
}
.BaseDialogForms .footer button{
	color: #57759F;
	background-color: #F5F8FA;
	margin-left: 5px;
	width:60px;
}

.BaseDialogForms textarea {
	overflow:auto;
	height:99%;
	width:100%;
	background-color: #E9EDF3;
	border: 1px solid #B5C4D7;
}

/********************* 窗体=信息对话框-样式***************************/

.MessageDialogForms {
}


/********************* 窗体=确认对话框-样式***************************/
.ConfirmDialogForms {
}

.ConfirmDialogForms .tips {
	border: 1px solid #CCCCCC;
	background-color: #F4f4f4;
	color: #999999;
}

/********************* 窗体=模态对话框-样式***************************/
.ModalDialogForms {
}

.ModalDialogForms iframe{
	width:100%;
	height:100%;
	margin: 0px;
	padding: 0px;
	border: 0px none #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.ModalDialogForms .max{
	height: 100%;
	width: 100%;
	border: 1px solid #57759F;
	text-align: left;
}

/********************* 窗体=非模态对话框-样式***************************/
.ModelessDialogForms {
}

/*********************组合框***************************/


.combobox{
    display:inline;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.combobox input{
	width:100%;
	height :100%;
	line-height:18px;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.combobox div{
    
    border-left: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid; 
    overflow-x:hidden; 
    overflow-y:auto
}

.combobox .combobox_arr{
    background-repeat:no-repeat;
}


.combobox .ListItemCellection
{
    background-color:#fff;
}

.combobox .ListItemCellection .ListItem td
{
    padding-bottom:1px;
    padding-top:1px;
    padding-left:4px;
}
.combobox .ListItemCellection .ListItem .MouseOver
{
    background-color:#C7E2F8; 
    font-weight:bold;
}
