/*****************************************所有模块公用的CSS样式，请勿修改*****************************************/
/**********默认界面css begin**********/
body { background-color:#ffffff; margin:0;}
div,p,td,a {
	font-family:"宋体";
	font-size:12px;
}
/** 链接 **/
a:link {
	color: #4B70B2;
	text-decoration:none;
}
a:visited {
	color: purple;
	text-decoration:none;
}
a:hover {
	color: #cc0000; 
	text-decoration:underline;
}
a:active {
	color: red;
	text-decoration: underline;
}
/*下拉框*/
select{
	border-color: #9CBBD9;
}
/*单元格内容居左*/
td.left{
	text-align: left;
	padding: 2 2 1 2;
}
/*单元格内容居右*/
td.right{
	text-align: right;
	padding: 2 2 1 2;
}
/**********默认界面css end**********/
/* 验证码边框 */
#validateImg { border:1px solid #000000; }
.noIgnore{
	color:red;
}
/**小标题**/
.tip{
	font-size:12px;
	font-weight:bold;
	padding:3px 0;
}
.tip img {
	margin:0px 3px 0px 0px;
}	

/*计算剩余字数时用的样式*/
.desobj{
	color: 2FA600;
}
.numobj{
	color: FF8A00;
}
.buttonDiv {
	margin-top:10px;
	margin-bottom:10px;
	text-align: center;
}
/*DIV弹出层样式*/
.popDiv{
	position: absolute;
	border: #FF8E01 1px solid;
	z-index: 99;
	overflow:auto;
	background-color: #FEFBEC;
	width:200px;
}
.popClose{
	padding:3px 5px 0 0;	
	text-align:right;
	cursor:pointer;
	height:100%;
}
