@charset "utf-8";

.table-titlebar {
	background-color: #FFFFFF;
	background-image: url(../imgs/table_title_bar_bg.gif);
	font-size: 12px;
	color: #004A80;
	height: 26px;
	padding-left: 3px;
}
.table_row_title {
    margin:0px auto;
	color:#005598;
	text-align:center;
	border-collapse:collapse;
	font-size: 12px;
	font-weight: bold;
	background-color: #FFFFFF;
	border: 1px solid #efefef;
}
.table-cell {
	border:1px solid #EEEEEE;
	background-color: #FFFFFF;
	font-size: 12px;
	color: #000000;
	height: 24px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	margin-left: 0px;
}
.table-cell-input {
	border:1px solid #efefef;
	background-color: #FFFFFF;
	font-size: 12px;
	color: #000000;
	height: 24px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	margin-left: 0px;
	text-align: left;
}
.table_bottom_line {
	background-color: #D4E5FC;
	height: 2px;
}
.table-frame {
	margin:0px auto;
	color:#333333;
	text-align:center;
	border-collapse:collapse;
}
.form-input {
	border: 1px solid #96AAC2;
	margin: 2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.form-buttun {
	BORDER-RIGHT: #002D96 1px solid; PADDING-RIGHT: 2px; BORDER-TOP: #002D96 1px solid; PADDING-LEFT: 2px; FONT-SIZE: 12px; FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#FFFFFF, EndColorStr=#9DBCEA); BORDER-LEFT: #002D96 1px solid; CURSOR: hand; COLOR: black; PADDING-TOP: 2px; BORDER-BOTTOM: #002D96 1px solid
}

.must {
	font-size: 12px;
	color: #FF3300;
}
.remark {
	font-size: 12px;
	color: #999999;
}
.buttun-bar {
	height: 32px;
	text-align: center;
}
.oper-bar {
	background-color: #F1F6FB;
	border: 1px solid #AEC9FF;
	height: 32px;
	padding: 6px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
.oper-bar-text {
	font-size: 12px;
	color: #464646;
}

.title-bar {
	font-size: 13px;
	color: #FFFFFF;
	background-image: url(../imgs/oper_title_bar_bg.gif);
	background-repeat: repeat-x;
	height: 27px;
}
.title-bar2 {
	background-image: url(../imgs/oper_title_bar_bg2.gif);
	background-repeat: repeat-x;
	height: 26px;
}
.title-bar-text {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 2px;
}
.title-bar2-btn-col {
	background-image: url(../imgs/oper_title_col_button.gif);
	background-repeat: no-repeat;
	height: 22px;
	width: 22px;
	padding-top: 2px;
	padding-right: 10px;
	padding-left: 4px;
	background-position: center;
}
.title-bar2-btn-exp {
	background-image: url(../imgs/oper_title_exp_button.gif);
	background-repeat: no-repeat;
	height: 22px;
	width: 22px;
	padding-top: 2px;
	padding-right: 10px;
	padding-left: 4px;
	background-position: center;
}
.title-bar-title-icon {
	background-image: url(../imgs/icon2.gif);
	background-repeat: no-repeat;
	height: 22px;
	width: 13px;
	background-position: center center;
	padding-top: 2px;
	padding-right: 10px;
	padding-left: 10px;
}
.title-bar2-btn-icon {
    background-image: url(../imgs/icon1.gif);
	background-repeat: no-repeat;
	height: 22px;
	width: 22px;
	padding-top: 2px;
	padding-right: 10px;
	padding-left: 4px;
	background-position: center;
}
.title-bar2-text {
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	padding-top: 2px;
}
       
        .black_overlay{
            display: block;
            position: absolute;
            top: 0%;
            left: 0%;
            background-color: #222222;
            z-index:1001;
            -moz-opacity: 0.8;
            opacity:.80;
            filter: alpha(opacity=40);
        }
        .white_panel {
        	display: block;
            position: absolute;
            border: 2px solid lightblue;
            border-top: 0;
            background-color: white;
            z-index:1002;
            overflow: auto;
        }
        .top_panel {
	        background-image: url(../imgs/ts.jpg);
            /*table-layout:fixed;*/
            font-weight:bold; 
        	font-size:13px;
        }
        .top_panel .title {
        	 white-space:nowrap;
        	 color:blue;
        	 padding: 5px 0 0 5px;
        }
        .top_panel .close {
            background-image:url(../imgs/close.gif);
            width:17px;
            height:17px;
        }
        
.hiddentext{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;display:block;width:100px;}

.noNewLine{
table-layout:fixed;
}
.noNewLine td{
white-space:nowrap;word-break:keep-all;overflow:hidden;padding:0 5px;text-overflow:ellipsis;
}
