
/* cjh 2006-09-06 模态窗口的屏蔽 */
.CommonModalMask
{
	opacity: .1;
	filter: alpha(opacity=10);
	background-color: #333333;
}

/* cjh 2006-09-06 模态窗口 */
.CommonModal
{
	border-style: solid;
	border-width: 1px;
	border-color: #69aef0;
	/*border-right-width: 3px;
	border-right-color: #888888;
	border-bottom-width: 3px;
	border-bottom-color: #888888;*/
	background-color: #eeeeee;
}

/* cjh 2006-09-06 模态窗口的标题 */
.CommonModalTitle
{
	font-family: Tahoma, Arial, Helvetica;
	height: 30px;
	font-size: 12px;
	padding: 5px;
	padding-bottom: 7px;
	border-style: solid;
	border-width: 0px;
	border-bottom-width: 1px;
	border-color: #69aef0;
	background-color: #69aef0;
	background-image: url(../Images/Modal/Title.gif);
	color: #000000;
	font-weight: bold;
	cursor: move;
	overflow: hidden;
}

/* cjh 2006-09-06 模态窗口的关闭 */
.CommonModalClose
{
	width: 42px;
	height: 14px;
	background-image: url(../Images/Modal/close.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	cursor: pointer;
	float: right;
	margin-top: 3px;
}

.CommonModalClose1
{
	width: 42px;
	height: 14px;
	
	background-repeat: no-repeat;
	overflow: hidden;
	cursor: pointer;
	float: center;
	margin-top: 3px;
}
/* cjh 2006-09-06 模态窗口的内容 */
.CommonModalContent
{
	background-color: #ffffff;
	padding: 5px;
}

/* cjh 2006-09-06 模态窗口的页脚 */
.CommonModalFooter
{
	border: 1px solid #69aef0;
	border-bottom: 0px;
	border-right: 0px;
	background-color: #FFFFFF;
	padding: 2px;
}

/* cjh 2006-09-06 模态窗口的调整大小 */
.CommonModalResize
{
	width: 14px;
	height: 14px;
	background-image: url(../Images/Modal/resize.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	float: right;
	cursor: se-resize;
}