﻿﻿@charset "utf-8";
/* CSS Document */
/*--基本元素--*/
*{
 margin:0;
 padding:0;
}

.wordInput{
	width:127px;
}

html{
/*
CURSOR:Default;
*/
/*overflow-x: hidden;*/
background:#F6F7FB;
}
body{
 font-family:宋体;
 font-size:12px;
 color:#000000;
 overflow-x:hidden;
}
input,select,textarea{
 font-size:12px;
}
th{
 white-space:nowrap;
}
img{
 border:none;
}
input,select{
 vertical-align:middle;
}
ul{
list-style:none;
}
li{
list-style:none;
}
input{
border:none;
border:1px solid #767676;
}
h1,h2,h3,h4,h5,h6,p,div,img,form,span,input,select,table,tr,th,td,ul,li{
 margin:0;
 padding:0;
}
ul{
 list-style:none;
}
a{
 color:#000000;
 text-decoration:none;
 }
a:hover{
 color:#ff5500;
 text-decoration:underline;
 }
.bold{
 font-weight:bold;
 }
.clear{
 clear:both;
 height:0;
 overflow:hidden;
}
.orange{
 color:#ff5500;
}
input,select{
 font-size:12px;
 vertical-align:middle;
}
table,tr,th,td{
 font-size:12px;
}

.fcopy{
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	line-height:22px
}

	#dhtmlgoodies_leftPanel ul{
		padding-left:15px;
		margin-left:0px;
	}
	#dhtmlgoodies_leftPanel div{
		padding:3px;
	}
	#dhtmlgoodies_leftPanel li{
		text-align: left;
	}

	/* END CSS ONLY NEEDED FOR THIS DEMO PAGE */
	
	#dhtmlgoodies_leftPanel{	/* Styling the help panel */
		
		background-color:#1F5084;	/* 背景颜色 */
		color:#E2E2E2;	/* White text color */
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Which font to use */
		
		/* You shouldn't change these 5 options unless you need to */		
		height:100%;
		line-height:20px;		
		left:0px;
		z-index:10;
		position:absolute;
		display:none;
		padding-left:10px;
		padding-right: 10px;
		text-align: left;
	}
	#dhtmlgoodies_leftPanel a{color:#fff;line-height:18px; font-weight:bold;text-decoration:underline;	}
	#dhtmlgoodies_leftPane2 {
		color:#fff;
		line-height:18px; 
		font-weight:bold;
		text-decoration:underline;	
		text-align: left;
		}
	
	#dhtmlgoodies_leftPanel #leftPanelContent{
		padding:0px;
	}
	#dhtmlgoodies_leftPanel .closeLink{ /* Layout of close link */
		padding-left:2px;
		padding-right:2px;
		background-color:#FFF;
		position:absolute;
		top:10px;
		left:175px;
		color:#000;
		font-size:0.8em;				
	}
	#dhtmlgoodies_leftPanel .closeLink:hover{	/* Close link text  - mouseover effect*/
		
	}	