/*************************************************
  Description:	操作页样式，list.css
  History：             
				曾光		2007-2-7
*************************************************/
/*************************************************
  表格
.opr_head			导航
.opr_tb				主表格
.opr_tr				行
.opr_td				单元格
.opr_left_td		左单元格
opr_center_td		中单元格
opr_right_td		右单元格�Ԫ��
*************************************************/
.opr_head {
	background-color: #eff7ff;
	border: 1px solid #94c3f7;
	padding: 3px 3px 3px 10px;
}
.opr_tb {
	color: #000000;
}
.opr_tr {
	color: #000000;
}
.opr_td {
	color: #000000;
}
.opr_left_td {
	color: #000000;
	background-color:#F4F8FF;
	padding:5px 10px 5px 10px;
}
.opr_center_td {
	color: #000000;
	background-color:#F4F8FF;
	padding:5px;
}
.opr_right_td {
	color: #aaaaaa;
	background-color: #ffffff;
}
/*************************************************
  表单
.imp				输入1
.input_text			输入2
.input_date_text	日期输入
.input_select		下拉
.input_textarea		输入域
.btn_ok				确定
.btn_cancel			取消
.btn_reset			重置		����
*************************************************/
.imp {
	background-color:#ffffff;
	border:1px solid #B0CFEE;
	height:20px;
}
.input_text {
	background-color:#ffffff;
	border:1px solid #B0CFEE;
	height:22px;
	line-height:22px;
}
.input_date_text {
	font-size: 9pt;
	border-bottom: #7b85b8 1px solid;
	border-left: #7b85b8 1px solid;
	border-right: #7b85b8 1px solid;
	border-top: #7b85b8 1px solid;
	height: 20px;
	cursor: hand
}
.input_select {
	font-size: 9pt;
	background: #f3f4f9;
}
.input_textarea {
	border: 1px solid #a4cdf2;
	font-family: Tahoma, ����, Courier, Helvetica, sans-serif;
	z-index: -3;
	font-size: 12px
}
.btn_reset {
	border: solid 1px #cccccc;
	background: #E9ECEF;
	color: #666666;
	font-weight: bold;
	font-size: 12px;
}
.btn_ok,.btn_cancel {
	cursor:hand;
}
.btn_ok,.btn_ok-disabled,.btn_cancel,.btn_cancel-disabled {
	height:24px;
	border:1px solid #7B9EBD;
	padding:2px;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#D7E7FA);
	font-size:12px;
	color:#000000;
}
/*
.btn_ok:hover,.btn_ok:focus,.btn_cancel:hover,.btn_cancel:focus  {
	border: 3px double;
	border-color: #FFB59B #FF8E68 #ff6c3e #FF8E68;
}
.btn_ok:visited,.btn_cancel:visited {
	color: #2b333c;
}
*/
html>body input.btn_ok-disabled,html>body input.btn_ok-disabled:hover,html>body input.btn_ok-disabled:focus,
html>body input.btn_cancel-disabled,html>body input.btn_cancel-disabled:hover,html>body input.btn_cancel-disabled:focus
	{
	color: #8A8E92;
	background-color: #f2f2f2;
	border: 3px double;
	border-color: #c4cccc #acb5b5 #6f7777 #acb5b5;
}
.btn_arrow{
	width: 16px;height: 9px;line-height: 2px;padding-left: 2px;cursor:hand;
}

/*********tabs**********/
.ui-tabs-panel{
	height:100%;
	border:1px solid #97A5B0;
	border-bottom:none;
	overflow:auto;
}

.dashedLine{
	height:1px;
	border-top:1px dashed #CCCCCC;
}

.tabPage{
	position:absolute;
	overflow-x:hidden;
	width:100%;
}

#saveBox{
	padding:10px 20px;
	border-left:1px solid #97A5B0;
	border-right:1px solid #97A5B0;
	border-top:1px dashed #6694E3;
	border-bottom:3px solid #6694E3;
	margin:0 5px 0 5px;
	background-color:#FFFFFF;
}

/**********open opr************/
.opr_open_body{
	background-color:#EBECED;
	padding:0;
	margin:0;
	overflow:auto;
	border-top:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #CACCCD;
	border-bottom:1px solid #CACCCD;
}

#opr_open_top{
	border-bottom:1px solid #CAC1B9;
	height:60px;
	background:url(imagesopr_top_bg.png) no-repeat right bottom;
	background-color:#FFFFFF;
}

#opr_open_title{
	margin-left:20px;
	line-height:60px;
	font-size:14px;
	font-weight:bold;
}

#opr_open_middle{
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #CAC1B9;
	padding:10px;
}

#opr_open_bottom{
	text-align:center;
	padding:10px;
	border-top:1px solid #FFFFFF;
}

.opr_open_tdleft{
	padding:5px 10px 5px 10px;
}

.opr_open_tdright{
	padding:5px;
}

.opr_open_inputtext{
	border:1px solid #B4B3B8;
	height:20px;
	line-height:17px;
}

.opr_open_textarea{
	border:1px solid #B4B3B8;
}

.navtitle{
	background:url(imagesbar_bg.png) repeat-x;
	padding:0 10px;
}

.darkbg{
	background:url(imagesdarkbg.png) repeat-x;
	background-color:#ECF1F5;
}

#loading{
	background:url(imagesloading.gif) no-repeat center center;
	background-color:#FFFFFF;
	width:100%;
	height:100%;
	position:absolute;
	z-index:1000000;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

#loading iframe{
	position:absolute;
	width:100%;
	height:100%;
	border:0;
	filter:'progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0)';
}

.external{
	background:url(imagesexternal.png) no-repeat right;
	padding-right:16px;
}

.stop{
	position:absolute;
	right:0;
	width:210px;
	height:100%;
	background-color:#FFFFFF;
	z-index:100;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	display:none;
}

.publicUnit{
	position:absolute;
	top:-10;
	left:5;
	color:#FFFFFF;
	padding:2px 5px 2px 5px;
	background-color:red;
}

.inheritUnit{
	position:absolute;
	top:-10;
	left:5;
	color:#FFFFFF;
	padding:2px 5px 2px 5px;
	background-color:#193A79;
}

#inheritUnitStop{
	display:none;
	width:100%;
	height:360px;
	position:absolute;
	background-color:#FFFFFF;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

body{
	overflow:auto;
}

ol{
	margin:0;
	list-style-position:inside;
}