/*************************************************
  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;
	white-space: pre-wrap;
}

.btn_reset {
	border: solid 1px #cccccc;
	background: #E9ECEF;
	color: #666666;
	font-weight: bold;
	font-size: 12px;
}

.btn_ok,.btn_cancel {
	cursor: pointer;
}

.btn_ok,.btn_ok-disabled,.btn_cancel,.btn_cancel-disabled {
	height: 24px;
	border: 1px solid #7B9EBD;
	padding: 0 10px;
	font-size: 12px;
	background-color: #ECF3FD;
}

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**********/
#tabPanel {
	border: 1px solid #97A5B0;
	border-bottom: none;
	overflow: auto;
	background: #FFFFFF;
}

.dashedLine {
	height: 1px;
	border-top: 1px dashed #CCCCCC;
}

.tabPage {
	overflow-x: hidden;
}

#saveBox {
	padding: 10px 20px;
	border-left: 1px solid #97A5B0;
	border-right: 1px solid #97A5B0;
	border-top: 1px dashed #6694E3;
	border-bottom: 3px solid #6694E3;
	background-color: #FFFFFF;
	position:absolute;
	bottom:5px;
	left:5px;
	right:5px;
}

/**********open opr************/
.opr_open_body {
	background-color: #EBECED;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#opr_open_top {
	border-bottom: 1px solid #CAC1B9;
	height: 60px;
	background: url(../images/opr_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(../images/bar_bg.png) repeat-x;
	padding: 0 10px;
}

.darkbg {
	background: url(../images/darkbg.png) repeat-x;
	background-color: #ECF1F5;
}

#loading {
	background: url(../images/loading.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(../images/external.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: 0;
	right: 2px;
	color: #FFFFFF;
	padding: 2px 5px 2px 5px;
	background-color: rgba(255,0,0,0.7);
	z-index:9;
	cursor: pointer;
}

.inheritUnit {
	position: absolute;
	top: 0;
	right: 2px;
	color: #FFFFFF;
	padding: 2px 5px 2px 5px;
	background-color: rgba(0,75,189,0.7);
	z-index:9;
	cursor: pointer;
}

.privateUnit {
	position: absolute;
	top: 0;
	right: 2px;
	color: #FFFFFF;
	padding: 2px 5px 2px 5px;
	background-color: rgba(49,119,79,0.8);
	z-index:9;
	cursor: pointer;
}

#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;
}

#switchPoint {
	cursor: default;
}