﻿/*----load-------------------------------------------*/
.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
	z-index:1000;
	position:absolute;
	left:0px;
	top:0px;
	}
.modalContent
{
	border:solid 1px #d3d3d3;
	text-align:center;
	position:absolute;
	left:auto;
	top:auto;
	z-index:10001;
	}
.modalContent img
{
	margin:2px;
	}
/*----bubbleTip-------------------------------------------*/
.tooltip{
width: 210px; color:#000;
font-family:Arial;
font-size:12px;
font-weight:normal;
text-decoration:none;text-align:center}

.tooltip span.top{padding: 30px 8px 0;
    background: url(../../XJLibrary/x-tip.gif) no-repeat top;
    font-family:Arial;
    padding-left:10px;
	font-size:12px;
	font-weight:normal;}

.tooltip b.bottom{padding:3px 8px 15px;color: #548912;
    background: url(../../XJLibrary/x-tip.gif) no-repeat bottom}
/*----splitButton-------------------------------------------*/
.btntable-hover td .btncenter .btnarrow
{
	background-image: url(../../XJLibrary/btn-arrow.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
	float: left;
	width: 10px;
	height: 21px;
	cursor: pointer;
}
.btntable td .btncenter .btnarrow
{
	background-image: url(../../XJLibrary/btn-arrow.gif);
	background-position: 0px -47px;
	background-repeat: no-repeat;
	height: 21px;
	float: left;
	width: 10px;
	height: 21px;
	cursor: pointer;
}
.btntable td .btnleft
{
	background-image: url(../../XJLibrary/tb-btn-sprite.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 3px;
	height: 21px;
	float: left;
	cursor: pointer;
}
.btntable td .btnright
{
	background-image: url(../../XJLibrary/tb-btn-sprite.gif);
	background-position: 0px -21px;
	background-repeat: no-repeat;
	width: 3px;
	height: 21px;
	float: left;
	cursor: pointer;
}
.btntable td .btncenter
{
	background-image: url(../../XJLibrary/tb-btn-sprite.gif);
	background-position: 0px -42px;
	background-repeat: repeat-x;
	height: 21px;
	float: left;
	line-height: 21px;
	cursor: pointer;
	padding: 0px 5px;
	color: Gray;
	text-align:center;
}
.btntable-hover td .btnleft
{
	background-image: url(../../XJLibrary/tb-btn-sprite.gif);
	background-position: 0px -63px;
	background-repeat: no-repeat;
	width: 3px;
	height: 21px;
	float: left;
	cursor: pointer;
}
.btntable-hover td .btnright
{
	background-image: url(../../XJLibrary/tb-btn-sprite.gif);
	background-position: 0px -84px;
	background-repeat: no-repeat;
	width: 3px;
	height: 21px;
	float: left;
	cursor: pointer;
}
.btntable-hover td .btncenter
{
	background-image: url(../../XJLibrary/tb-btn-sprite.gif);
	background-position: 0px -105px;
	background-repeat: repeat-x;
	height: 21px;
	float: left;
	line-height: 21px;
	cursor: pointer;
	padding: 0px 5px;
	color: #000000;
	text-align:center;
}
/*-----tip-------------------------------------------------*/
.x-tip
{
	border-right: 0px;
	border-top: 0px;
	z-index: 20000;
	left: 0px;
	visibility: hidden;
	border-left: 0px;
	border-bottom: 0px;
	position: absolute;
	top: 0px;
}
.xj-tip
{
	z-index: 98; left: 221px; visibility: hidden;
    position: absolute; top: 132px;
	}
.x-tip .x-tip-bl
{
	padding-left: 6px;
	background: url(../../XJLibrary/tip-sprite.gif) no-repeat 0px -59px;
}
.x-tip .x-tip-br
{
	padding-right: 6px;
	background: url(../../XJLibrary/tip-sprite.gif) no-repeat right -59px;
}
.x-tip .x-tip-bc
{
	background: url(../../XJLibrary/tip-sprite.gif) no-repeat 0px -121px;
	overflow: hidden;
	height: 3px;
}
.x-tip .x-tip-ml
{
	padding-left: 6px;
	background: url(../../XJLibrary/tip-sprite.gif) #fff no-repeat 0px -124px;
}
.x-tip .x-tip-mr
{
	padding-right: 6px;
	background: url(../../XJLibrary/tip-sprite.gif) no-repeat right -124px;
}
.x-tip .x-tip-mc
{
	border-right: 0px;
	border-top: 0px;
	border-left: 0px;
	border-bottom: 0px;
}
.x-tip-content
{
	width: 97%; height: auto; padding-top: 6px;
	}
.x-tip .x-tip-body
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	color: #444;
	padding-top: 0px;
}
.x-tip .x-tip-tl
{
	padding-left: 6px;
	background: url(../../XJLibrary/tip-sprite.gif) no-repeat 0px 0px;
	overflow: hidden;
}
.x-tip .x-tip-tr
{
	padding-right: 6px;
	background: url(../../XJLibrary/tip-sprite.gif) no-repeat right 0px;
	overflow: hidden;
}
.x-tip .x-tip-tc
{
	background: url(../../XJLibrary/tip-sprite.gif) no-repeat 0px -62px;
	overflow: hidden;
	padding-top: 3px;
}
.ext-ie .x-tip .x-tip-tc
{
	font-size: 0px;
	line-height: 0;
}
.x-unselectable
{
	-moz-user-select: none;
	-khtml-user-select: none;
}
.ext-ie .x-tip .x-tip-header
{
	font-size: 0px;
	line-height: 0;
	text-align:left;
}
.x-unselectable *
{
	-moz-user-select: none;
	-khtml-user-select: none;
}
.x-tip .x-tip-header-text
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px 0px 2px;
	color: #444;
	padding-top: 0px;
	font-weight:bold;
}
