body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
}
a{
	text-decoration:none;
}
td.draglist { 
    /*position: relative;*/
    margin:0; 
    padding:0;
}
td.draglist table {
    margin: 0px;
    cursor: move; 
}
td.draglist_alt { 
    position: relative;
    width: 200px; 
    list-style: none;
    margin:0;
    padding:0;
    /*
       The bottom padding provides the cushion that makes the empty 
       list targetable.  Alternatively, we could leave the padding 
       off by default, adding it when we detect that the list is empty.
    */
    padding-bottom:20px;
}
td.draglist_alt table {
    margin: 1px;
    cursor: move; 
}
.link{
	cursor:hand;
}
td.frame{
	border:dotted 1px gray;
}
table.module{
	position:relative;
	float:left;
}
table.menumodule{
	position:fixed;
	float:left;
}
table.floatmodule{
	position:absolute;
	left:0px;
	top:0px;
	z-index:95;
}
table.funcMenu{
	position:absolute;
	left:0px;
	top:-10px;
	z-index:99;
}
table#toolboxContainer{
	border:solid 1px #333333;
}
.highlight{
	background-color:#99CCFF;
	border: 1px dashed #DD0000;
}
.highlight2{
	background-color:#99CCFF;
	filter:alpha(opacity=50);
}
* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(/Web/Images/spacer.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://product.winha.net/Web/Images/overlay.png", sizingMethod="scale");
}
table#proxy{
	border: 2px dashed #CC0000;
	background-color: #D1E6EC;
}
li{
	border-bottom:1px thin #EEEEEE;
	font-size:12px;
}
.savePanelTitle{
	font-size:12px;
	font-weight:bold;
	color:#FF0000;
}
.tbbg {
	background-color: #efefef;
	border-top-width: 1px;
	filter:alpha(opacity=95);
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #ff0000;
	border-right-color: #ff0000;
	border-bottom-color: #ff0000;
	border-left-color: #ff0000;
}
/*解决IE图片缓存错误*/
*html{filter:expression(document.execCommand("BackgroundImageCache", false, true));}
.FontTitle{
	line-height:22px;
	font-size: 12px;
	font-weight: bold;
	color: #5A5C5C;
	text-decoration: none;
}
.FontTitle2{
	font-size: 12px;
	font-weight: bold;
	color: #919191;
	text-decoration: none;
}
div.scroll{
	height: 400px;
	width: 100%; 
	overflow: auto; 
	border: 0px solid #666;
	padding: 1px;
}
div.scroll300{
	height: 50px;
	width: 100%; 
	overflow: auto; 
	border: 0px solid #666;
	padding: 1px;
}