@charset "utf-8";
.MODAL
{
	background-color:#333435;
	filter:alpha(opacity=5);
	opacity:0.05;
}
.MODAL IFRAME{
	display:none;/*sorry for IE5*/ 
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
	width:2000px;/*must have for any big value*/
	height:3000px/*must have for any big value*/;
}
/* ---- VISTA 样式 ---- */
.VISTA
{
	font-size: 1px;
}

/* 边框样式 */
.VISTA .LEFT_TOP
{
	/* 左上：请不要定义padding/margin/border/top/right/bottom/left属性 */
	width: 15px;
	height: 35px;
	background-image:url(/images/window/VISTA/LEFT_TOP.png);
	background-repeat: no-repeat;
}
.VISTA .TOP
{
	/* 上边：请不要定义padding/margin/border/top/right/bottom/left属性 */
	height: 36px;
	background-image: url(/images/window/VISTA/TOP.png);
	background-repeat: repeat-x;
}
.VISTA .RIGHT_TOP
{
	/* 右上：请不要定义padding/margin/border/top/right/bottom/left属性 */
	width: 15px;
	height: 35px;
	background-image: url(/images/window/VISTA/RIGHT_TOP.png);
	background-repeat: no-repeat;
}
.VISTA .RIGHT
{
	/* 右边：请不要定义padding/margin/border/top/right/bottom/left属性 */
	width: 16px;
	background-image: url(/images/window/VISTA/RIGHT.png);
	background-repeat: repeat-y;
}
.VISTA .RIGHT_BOTTOM
{
	/* 右下：请不要定义padding/margin/border/top/right/bottom/left属性 */
	width: 16px;
	height: 15px;
	background-image: url(/images/window/VISTA/RIGHT_BOTTOM.png);
	background-repeat: no-repeat;
}
.VISTA .RIGHT_BOTTOM_BY_BUTTON
{
	/* 右下(有按钮时)：请不要定义padding/margin/border/top/right/bottom/left属性 */
	width: 16px;
	height: 15px;
	background-image: url(/images/window/VISTA/RIGHT_BOTTOM.png);
	background-repeat: no-repeat;
}
.VISTA .BOTTOM
{
	/* 下边：请不要定义padding/margin/border/top/right/bottom/left属性 */
	height: 16px;
	background-image: url(/images/window/VISTA/BOTTOM.png);
	background-repeat: repeat-x;
}
.VISTA .BOTTOM_BY_BUTTON
{
	/* 下边(有按钮时)：请不要定义padding/margin/border/top/right/bottom/left属性 */
	height: 56px;
	background-image: url(/images/window/VISTA/BOTTOM_BY_BUTTON.png);
	background-repeat: repeat-x;
}
.VISTA .LEFT_BOTTOM
{
	/* 左下：请不要定义padding/margin/border/top/right/bottom/left属性 */
	width: 15px;
	height: 15px;
	background-image: url(/images/window/VISTA/LEFT_BOTTOM.png);
	background-repeat: no-repeat;
}
.VISTA .LEFT_BOTTOM_BY_BUTTON
{
	/* 左下(有按钮时)：请不要定义padding/margin/border/top/right/bottom/left属性 */
	width: 15px;
	height: 15px;
	background-image: url(/images/window/VISTA/LEFT_BOTTOM.png);
	background-repeat: no-repeat;
}
.VISTA .LEFT
{
	/* 请不要定义padding/margin/border/top/right/bottom/left属性 */
	width: 16px;
	background-image: url(/images/window/VISTA/LEFT.png);
	background-repeat: repeat-y;
}

/* 功能区样式 */
.VISTA .RESIZE
{
	width: 8px;
	height: 8px;
	right: 8px;
	bottom: 8px;
}
.VISTA .CLOSE
{
    width: 42px;
    height: 17px;
    right: 15px;
    top: 8px;
    background-image:url(/images/window/vista/CLOSE.gif);
		cursor:default;
}

/* 逻辑区样式 */
.VISTA .CONTENT
{
	/* 请不要定义padding/margin属性 */
	/* 请定义left = -(border-left),top = -(border-top) */
	left: 0px;
	top: 0px;
    background-color:#f7f7f7;
    filter:alpha(opacity=95);
    opacity:0.95;
		font-size: 14px;
}
.VISTA .CONTENT .FORM
{
	font-size: 14px;
	margin: 0px;
	padding: 12px;
}
.VISTA .TITLE
{
	/* 请不要定义margin属性 */
    padding:15px 60px 0px 16px;
    font-size:12px;
    height: 15px;
    line-height: 15px;
    overflow: hidden;
}
.VISTA .TITLE span
{
	padding:2px 3px 0px 3px;
	background-image:url(/images/window/vista/TITLE_BK.png);
}
.VISTA .BUTTON
{
	/* 请不要定义margin属性 (暂不支持:width:100%;bottom:0px;) */
	padding: 0px 20px 25px 0px;
	text-align:right;
}
.VISTA .BUTTON button
{
	width:87px;
	height:28px;
	border:0px;
	padding:0px;
	margin:0px 7px 0px 7px;
	background-color: transparent;
	background-repeat:no-repeat;
}
.VISTA .BUTTON .DISABLED
{
	filter:alpha(opacity=36);
	opacity:0.36;
}

/* 各种按钮样式 */
.VISTA .BUTTON .OK
{
	background-image:url(/images/window/vista/OK.gif);
}
.VISTA .BUTTON .CANCEL
{
	background-image:url(/images/window/vista/CANCEL.gif);
}
/* ---- VISTA 样式 ---- */


/* ---- NOKIA 样式 ---- */
.NOKIA
{
	font-size: 1px;
}

/* 边框样式 */
.NOKIA .LEFT_TOP
{
	/* 左上：请不要定义padding/margin/border/top/right/bottom/left属性 */
	width: 150px;
	height: 42px;
	background-image:url(/images/window/NOKIA/LEFT_TOP.gif);
	background-repeat: no-repeat;
}
.NOKIA .TOP
{
	/* 上边：请不要定义padding/margin/border/top/right/bottom/left属性 */
	height: 42px;
	background-image: url(/images/window/NOKIA/TOP.gif);
	background-repeat: repeat-x;
}
.NOKIA .RIGHT_TOP
{
	/* 右上：请不要定义padding/margin/border/top/right/bottom/left属性 */
	width: 37px;
	height: 42px;
	background-image: url(/images/window/NOKIA/RIGHT_TOP.gif);
	background-repeat: no-repeat;
}
.NOKIA .RIGHT
{
	/* 右边：请不要定义padding/margin/border/top/right/bottom/left属性 */
	width: 12px;
	background-image: url(/images/window/NOKIA/RIGHT.gif);
	background-repeat: repeat-y;
}
.NOKIA .RIGHT_BOTTOM
{
	/* 右下：请不要定义padding/margin/border/top/right/bottom/left属性 */
	width: 12px;
	height: 12px;
	background-image: url(/images/window/NOKIA/RIGHT_BOTTOM.gif);
	background-repeat: no-repeat;
}
.NOKIA .RIGHT_BOTTOM_BY_BUTTON
{
	/* 右下(有按钮时)：请不要定义padding/margin/border/top/right/bottom/left属性 */
	width: 12px;
	height: 53px;
	background-image: url(/images/window/NOKIA/RIGHT_BOTTOM_BY_BUTTON.gif);
	background-repeat: no-repeat;
}
.NOKIA .BOTTOM
{
	/* 下边：请不要定义padding/margin/border/top/right/bottom/left属性 */
	height: 12px;
	background-image: url(/images/window/NOKIA/BOTTOM.gif);
	background-repeat: repeat-x;
}
.NOKIA .BOTTOM_BY_BUTTON
{
	/* 下边(有按钮时)：请不要定义padding/margin/border/top/right/bottom/left属性 */
	height: 53px;
	background-image: url(/images/window/NOKIA/BOTTOM_BY_BUTTON.gif);
	background-repeat: repeat-x;
}
.NOKIA .LEFT_BOTTOM
{
	/* 左下：请不要定义padding/margin/border/top/right/bottom/left属性 */
	width: 12px;
	height: 12px;
	background-image: url(/images/window/NOKIA/LEFT_BOTTOM.gif);
	background-repeat: no-repeat;
}
.NOKIA .LEFT_BOTTOM_BY_BUTTON
{
	/* 左下(有按钮时)：请不要定义padding/margin/border/top/right/bottom/left属性 */
	width: 12px;
	height: 53px;
	background-image: url(/images/window/NOKIA/LEFT_BOTTOM_BY_BUTTON.gif);
	background-repeat: no-repeat;
}
.NOKIA .LEFT
{
	/* 请不要定义padding/margin/border/top/right/bottom/left属性 */
	width: 12px;
	background-image: url(/images/window/NOKIA/LEFT.gif);
	background-repeat: repeat-y;
}

/* 功能区样式 */
.NOKIA .RESIZE
{
	width: 12px;
	height: 12px;
	right: 0px;
	bottom: 0px;
}
.NOKIA .CLOSE
{
	width: 19px;
	height: 18px;
	right: 9px;
	top: 6px;
	cursor:default;
}

/* 逻辑区样式 */
.NOKIA .CONTENT
{
	/* 请不要定义padding/margin属性 */
	/* 请定义left = -(border-left),top = -(border-top) */
	left: 0px;
	top: 0px;
	background-color:#ffffff;
	font-size: 14px;
}

.NOKIA .CONTENT .FORM
{
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
.NOKIA .TITLE
{
	/* 请不要定义margin属性 */
	padding:8px 30px 0px 12px;
	font-size:14px;
	font-weight:bold;
	text-align: left;
	color: #ffffff;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
}
.NOKIA .BUTTON
{
	/* 请不要定义margin属性 (暂不支持:width:100%;bottom:0px;) */
	padding: 0px 30px 5px 0px;
	text-align:right;
}
.NOKIA .BUTTON button
{
	width:59px;
	height:43px;
	border:0px;
	padding:0px;
	background-repeat:no-repeat;
}
.NOKIA .BUTTON .DISABLED
{
	filter:alpha(opacity=36);
	opacity:0.36;
}
.NOKIA .BUTTON .DISABLED2
{
	display: none;
}

/* 各种按钮样式 */
.NOKIA .BUTTON .BACK
{
	background-image:url(/images/window/nokia/BACK.gif);
}
.NOKIA .BUTTON .NEXT
{
	background-image:url(/images/window/nokia/NEXT.gif);
}
.NOKIA .BUTTON .OK
{
	background-image:url(/images/window/nokia/OK.gif);
}
.NOKIA .BUTTON .CANCEL
{
	background-image:url(/images/window/nokia/CANCEL.gif);
}
.NOKIA .BUTTON .HELP
{
	position:absolute;
	left:30px;
	top: 0px;
	background-image:url(/images/window/nokia/HELP.gif);
}
/* ---- NOKIA 样式 ---- */

/* ---- CABAL 样式 ---- */
.CABAL
{
	font-size: 1px;
}

/* 边框样式 */
.CABAL .LEFT_TOP
{
	/* 左上：请不要定义padding/margin/border/top/right/bottom/left属性 */
	width: 36px;
	height: 35px;
	background-image:url(/images/window/CABAL/LEFT_TOP.gif);
	background-repeat: no-repeat;
}
.CABAL .TOP
{
	/* 上边：请不要定义padding/margin/border/top/right/bottom/left属性 */
	height: 35px;
	background-image: url(/images/window/CABAL/TOP.gif);
	background-repeat: repeat-x;
}
.CABAL .RIGHT_TOP
{
	/* 右上：请不要定义padding/margin/border/top/right/bottom/left属性 */
	width: 36px;
	height: 35px;
	background-image: url(/images/window/CABAL/RIGHT_TOP.gif);
	background-repeat: no-repeat;
}
.CABAL .RIGHT
{
	/* 右边：请不要定义padding/margin/border/top/right/bottom/left属性 */
	width: 12px;
	background-image: url(/images/window/CABAL/RIGHT.gif);
	background-repeat: repeat-y;
}
.CABAL .RIGHT_BOTTOM
{
	/* 右下：请不要定义padding/margin/border/top/right/bottom/left属性 */
	width: 12px;
	height: 13px;
	background-image: url(/images/window/CABAL/RIGHT_BOTTOM.gif);
	background-repeat: no-repeat;
}
.CABAL .RIGHT_BOTTOM_BY_BUTTON
{
	/* 右下(有按钮时)：请不要定义padding/margin/border/top/right/bottom/left属性 */
	width: 12px;
	height: 41px;
	background-image: url(/images/window/CABAL/RIGHT_BOTTOM_BY_BUTTON.gif);
	background-repeat: no-repeat;
}
.CABAL .BOTTOM
{
	/* 下边：请不要定义padding/margin/border/top/right/bottom/left属性 */
	height: 13px;
	background-image: url(/images/window/CABAL/BOTTOM.gif);
	background-repeat: repeat-x;
}
.CABAL .BOTTOM_BY_BUTTON
{
	/* 下边(有按钮时)：请不要定义padding/margin/border/top/right/bottom/left属性 */
	height: 41px;
	background-image: url(/images/window/CABAL/BOTTOM_BY_BUTTON.gif);
	background-repeat: repeat-x;
}
.CABAL .LEFT_BOTTOM
{
	/* 左下：请不要定义padding/margin/border/top/right/bottom/left属性 */
	width: 12px;
	height: 13px;
	background-image: url(/images/window/CABAL/LEFT_BOTTOM.gif);
	background-repeat: no-repeat;
}
.CABAL .LEFT_BOTTOM_BY_BUTTON
{
	/* 左下(有按钮时)：请不要定义padding/margin/border/top/right/bottom/left属性 */
	width: 12px;
	height: 41px;
	background-image: url(/images/window/CABAL/LEFT_BOTTOM_BY_BUTTON.gif);
	background-repeat: no-repeat;
}
.CABAL .LEFT
{
	/* 请不要定义padding/margin/border/top/right/bottom/left属性 */
	width: 12px;
	background-image: url(/images/window/CABAL/LEFT.gif);
	background-repeat: repeat-y;
}

/* 功能区样式 */
.CABAL .RESIZE
{
	width: 12px;
	height: 12px;
	right: 0px;
	bottom: 0px;
}
.CABAL .CLOSE
{
	width: 10px;
	height: 9px;
	right: 13px;
	top: 8px;
	cursor:default;
}

/* 逻辑区样式 */
.CABAL .CONTENT
{
	/* 请不要定义padding/margin属性 */
	/* 请定义left = -(border-left),top = -(border-top) */
	left: 0px;
	top: 0px;
	background-color:#000000;
	color: #cccccc;
	font-size: 14px;
}
.CABAL .CONTENT a
{
	color: #cccc00;
}
.CABAL .CONTENT .FORM
{
	font-size: 14px;
	margin: 0px;
	padding: 12px;
}
.CABAL .TITLE
{
	/* 请不要定义margin属性 */
	padding:6px 36px 0px 36px;
	font-size:14px;
	font-weight:bold;
	text-align: center;
	color: #cccccc;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
}
.CABAL .BUTTON
{
	/* 请不要定义margin属性 (暂不支持:width:100%;bottom:0px;) */
	padding: 0px 0px 8px 0px;
	text-align:center;
}
.CABAL .BUTTON button
{
	width:98px;
	height:24px;
	border:0px;
	padding:0px;
	background-repeat:no-repeat;
	margin: 0px 5px 0px 5px;
}
.CABAL .BUTTON .DISABLED
{
	filter:alpha(opacity=36);
	opacity:0.36;
}

/* 各种按钮样式 */
.CABAL .BUTTON .OK
{
	background-image:url(/images/window/cabal/OK.gif);
}
.CABAL .BUTTON .CANCEL
{
	background-image:url(/images/window/cabal/CANCEL.gif);
}
/* ---- CABAL 样式 ---- */

/* ---- SWORD 样式 ---- */
.SWORD
{
	font-size: 1px;
}

/* 边框样式 */
.SWORD .LEFT_TOP
{
	/* 左上：请不要定义padding/margin/border/top/right/bottom/left属性 */
	width: 55px;
	height: 70px;
	background-image:url(/images/window/SWORD/LEFT_TOP.gif);
	background-repeat: no-repeat;
}
.SWORD .TOP
{
	/* 上边：请不要定义padding/margin/border/top/right/bottom/left属性 */
	height: 33px;
	background-image: url(/images/window/SWORD/TOP.gif);
	background-repeat: repeat-x;
}
.SWORD .RIGHT_TOP
{
	/* 右上：请不要定义padding/margin/border/top/right/bottom/left属性 */
	width: 55px;
	height: 70px;
	background-image: url(/images/window/SWORD/RIGHT_TOP.gif);
	background-repeat: no-repeat;
}
.SWORD .RIGHT
{
	/* 右边：请不要定义padding/margin/border/top/right/bottom/left属性 */
	width: 8px;
	background-image: url(/images/window/SWORD/RIGHT.gif);
	background-repeat: repeat-y;
}
.SWORD .RIGHT_BOTTOM
{
	/* 右下：请不要定义padding/margin/border/top/right/bottom/left属性 */
	width: 25px;
	height: 33px;
	background-image: url(/images/window/SWORD/RIGHT_BOTTOM.gif);
	background-repeat: no-repeat;
}
.SWORD .RIGHT_BOTTOM_BY_BUTTON
{
	/* 右下(有按钮时)：请不要定义padding/margin/border/top/right/bottom/left属性 */
	width: 55px;
	height: 79px;
	background-image: url(/images/window/SWORD/RIGHT_BOTTOM_BY_BUTTON.gif);
	background-repeat: no-repeat;
}
.SWORD .BOTTOM
{
	/* 下边：请不要定义padding/margin/border/top/right/bottom/left属性 */
	height: 16px;
	background-image: url(/images/window/SWORD/BOTTOM.gif);
	background-repeat: repeat-x;
}
.SWORD .BOTTOM_BY_BUTTON
{
	/* 下边(有按钮时)：请不要定义padding/margin/border/top/right/bottom/left属性 */
	height: 41px;
	background-image: url(/images/window/SWORD/BOTTOM_BY_BUTTON.gif);
	background-repeat: repeat-x;
}
.SWORD .LEFT_BOTTOM
{
	/* 左下：请不要定义padding/margin/border/top/right/bottom/left属性 */
	width: 25px;
	height: 33px;
	background-image: url(/images/window/SWORD/LEFT_BOTTOM.gif);
	background-repeat: no-repeat;
}
.SWORD .LEFT_BOTTOM_BY_BUTTON
{
	/* 左下(有按钮时)：请不要定义padding/margin/border/top/right/bottom/left属性 */
	width: 55px;
	height: 79px;
	background-image: url(/images/window/SWORD/LEFT_BOTTOM_BY_BUTTON.gif);
	background-repeat: no-repeat;
}
.SWORD .LEFT
{
	/* 请不要定义padding/margin/border/top/right/bottom/left属性 */
	width: 8px;
	background-image: url(/images/window/SWORD/LEFT.gif);
	background-repeat: repeat-y;
}

/* 功能区样式 */
.SWORD .RESIZE
{
	width: 19px;
	height: 27px;
	right: 0px;
	bottom: 0px;
}
.SWORD .CLOSE
{
	width: 12px;
	height: 11px;
	right: 10px;
	top: 10px;
	cursor:default;
}

/* 逻辑区样式 */
.SWORD .CONTENT
{
	/* 请不要定义padding/margin属性 */
	/* 请定义left = -(border-left),top = -(border-top) */
	left: 0px;
	top: 0px;
	background-color:#344042;
    color: #cccccc;
		font-size: 14px;
}
.SWORD .CONTENT a
{
    color: #00ff00;
    text-decoration: none;
}
.SWORD .CONTENT .FORM
{
	font-size: 14px;
	margin: 0px;
	padding: 12px;
}
.SWORD .TITLE
{
	/* 请不要定义margin属性 */
	padding:8px 30px 0px 30px;
	font-size:14px;
	text-align: center;
	color: #ffff00;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
}
.SWORD .BUTTON
{
	/* 请不要定义margin属性 (暂不支持:width:100%;bottom:0px;) */
	padding: 0px 0px 12px 0px;
	text-align:center;
}
.SWORD .BUTTON button
{
	width:55px;
	height:22px;
	border:0px;
	padding:0px;
	background-color: transparent;
	background-repeat:no-repeat;
	margin: 0px 5px 0px 5px;
}
.SWORD .BUTTON .DISABLED
{
	filter:alpha(opacity=36);
	opacity:0.36;
}

/* 各种按钮样式 */
.SWORD .BUTTON .OK
{
	background-image:url(/images/window/sword/OK.gif);
}
.SWORD .BUTTON .CANCEL
{
	background-image:url(/images/window/sword/CANCEL.gif);
}
/* ---- SWORD 样式 ---- */

/* ---- 弹窗选择 样式 ---- */
a.Select{
	border-top:1px solid #abadb3;
	border-left:1px solid #e2e3ea;
	border-right:1px solid #dbdfe6;
	border-bottom:1px solid #e3e9ef;
	background: url(/images/default/arrowDown.gif) right no-repeat;
	font-size:12px;
	padding:3px 16px 3px 6px;
	line-height:27px;
	color: #333;
	text-decoration:none;
}
a.Select:hover,input.Select:hover{
	text-decoration:none;
	color: #333;
	background-image: url(/images/default/downHover.gif);
	border-top:1px solid #5794bf;
	border-left:1px solid #c5daed;
	border-right:1px solid #3c7fb1;
	border-bottom:1px solid #c7e2f1;
}
input.Select{
	border-top:1px solid #abadb3;
	border-left:1px solid #e2e3ea;
	border-right:1px solid #dbdfe6;
	border-bottom:1px solid #e3e9ef;
	background: url(/images/default/arrowDown.gif) top right no-repeat;
	font-size:12px;
	padding:4px 16px 2px 6px;
	color: #333;
	text-decoration:none;
}
ul.RadioSelect {
	list-style:none;
	margin:0px;
	padding:0px;
}
ul.RadioSelect li{
	float:left;
	white-space:nowrap;
	padding:2px;
}
ul.RadioSelect li a{
	text-decoration:none;
}
ul.RadioSelect li a:hover{
	
}
ul.RadioSelect  li.head{
	float:none;
	font-weight:bold
}
ul.RadioSelect  li.goback{
	float:none;
	font-weight:bold;
}
ul.RadioSelect  li.selected{
	float:none;
	font-weight:bold;
	white-space:normal;
}

ul.RadioSelect  li.selected .text{
	margin:4px;
	padding:4px;
	border:#ccc 1px solid;
	background-color:#FFC
}
/* ---- 文件图片上传选择窗 样式 ---- */
#uploadwindow{
	display:none;
}
form.frmUpload{
	padding:0px;
	margin:0;
}
form.frmUpload .FileInput{
	width:395px;
	border:1px solid #CCC;
	font-size:12px;
	padding:3px 2px 2px 2px;
	font-family:Tahoma;
}
form.frmUpload .btnUpload{
	border:1px solid #CCC;
}
#myFiles{
	font-size:12px;
	border:1px solid #CCC;
}
#myFiles .h{
	border-bottom:1px solid #ccc;
	background-color:#f7f7f7;
	padding:3px;
	font-weight:bold;
}
#myFiles img{
	border:1px solid #eee;
}