﻿html,body{background-color:#fff;margin:0px;width:100%;height:100%}
body,td,a,p,input,select,form,iframe,table {margin:0px;padding:0px;font-size:12px;}
table{border:none}
input{vertical-align:middle}
.MUp	{border-left: 1px solid #ddd;border-right: 1px solid #333;border-top: 1px solid #ddd;border-bottom: 1px solid #333;cursor:pointer;}
.MDown	{border-left: 1px solid #333;border-right: 1px solid #ddd;border-top: 1px solid #333;border-bottom: 1px solid #ddd;cursor:pointer;}
.None	{border: 1px solid #bbb;cursor:pointer;}
.fb	{width:100%;margin:0px;border:1px solid #7f9db9;height:100%}
.file-box{ position:relative;width:20px} 
.file{position:absolute;top:0px;left:0px;width:20px;height:20px;filter:alpha(opacity:0);opacity:0;cursor:pointer;}
.editorTextarea{
	scrollbar-highlight-color: #b5dfff;
	scrollbar-shadow-color: #b5dfff;
	scrollbar-face-color: #eff3ff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-arrow-color:  #b5dfff;
	scrollbar-track-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	background-color:#fff;
	border:1px solid #7f9db9;
}
/*******************弹出表格菜单层*************************/
#popMenu table.Menu {width:150px;border-top:window 1px solid;border-left:window 1px solid;border-bottom:buttonshadow 1px solid;border-right:buttonshadow 1px solid;background-color:#0072BC}
#popMenu td {text-align:left}
#popMenu td.RightBg {background-color:buttonface}
#popMenu .MouseOver {background-color:highlight;color:highlighttext;cursor:default;}
#popMenu .MouseOut {background-color:buttonface;color:buttontext;cursor:default;}
#popMenu .Hr {height:0px;border-top:1px solid #aaa;border-bottom:1px solid #fff;padding:0px;margin:0px;font-size:0px;line-height:0px}
#popMenu td.HrHighLight {background-color:buttonhighlight;}
#popMenu .MouseDisabled{color:#666;cursor:default;}

/********************弹出可移动层*********************/
.t1, .tr{
	position: absolute;
	background-image: url(../images/dialog0.gif);
	background-repeat: no-repeat;
}
.tc{
	position: absolute;
	background-image: url(../images/dialog1.gif);
	background-repeat: no-repeat;
}
.t1 {top:0px; left:0px; width:20px; height: 28px; background-position:0px 0px;}
.tr {top:0px; right:0px; width:4px; height:28px; background-position:-45px 0px;}
.tc {top:0px; left:20px;padding-left:2px;font-weight:bold;line-height:28px;height:28px;color:#fff; background-position:0px 0px; background-repeat:repeat-x;}
.CloseButton {width:19px;height:19px;background:url("../images/dialog0.gif") no-repeat -50px 0px;position:absolute;top:4px;right:5px;}
.CloseButtonHover {width:19px;height:19px;background:url("../images/dialog0.gif") no-repeat -70px 0px;position:absolute;top:4px;right:5px;}
.TitleCaption {left:5px; top:8px; font-size:12px; font-weight:bold;color:#ffffff;position:absolute;cursor:default;white-space:nowrap;}
.dialog{position:absolute;left:0px;top:2px;padding-top:26px;border:1px solid #666;border-top:none;overflow:hidden;background:#fff;position:absolute;box-shadow:1px 1px 5px #888;filter:progid:DXImageTransform.Microsoft.Shadow(color='#555555', Direction=135, Strength=5);/*for ie6,7,8*/}
.obj{position:absolute;overflow:visible;z-index:10;}
.bar{background:#f2f1ec;height:23px;top:23px;border-bottom:1px solid #bbb;line-height:22px;padding-left:5px;margin-bottom:3px}
.bar span{cursor:pointer}
.thd{background:#ffffea;height:23px;position:absolute;top:54px;overflow:hidden;left:3px}
.cnt{background:#ffffea;overflow:scroll;padding-top:22px;margin:3px;}