.article111 { width: 100%; font-size: 14px; line-height: 350%; }

.article111 tr td { border-bottom: 1px dashed #ddd; }

.ardot { width: 25px; text-align: center; vertical-align: middle; }
.ar-label { width: 80px; text-align: center; font-weight: bold; }
.ar-time { padding-right: 3px; padding-left: 5px; text-align: right; white-space: nowrap; } 

a,a:link, a:visited {
    color: #666;
    text-decoration: none;
    outline: none;
}


#validateTipMsg {
	white-space: -moz-pre-wrap;
	word-break: break-all; /*支持IE，chrome，FF不支持*/
	word-wrap: break-word; /*支持IE，chrome，FF*/
	vertical-align: middle;;
	color: #fff;
}

#validateTip {
	display: none;
	position: absolute;
	padding: 3px;
	left: 5px;
	background-color: #333333;
	border: 1px solid #333333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	z-index: 9999;
	width: 200px;
	max-width: 200px;
}

#validateTipArrow {
	position: absolute;
	top: -10px;
	left: 6px;
	width: 21px;
	height: 10px;
}

.tipSpanControl {
	 
}

.tipControl {
	border: 1px solid #f00 !important;
}

.tip {
	color: #f00;
	font-size: 12px;
}
/*****************************************************************************************/
.border {padding: 0px; margin: 0px;list-style-type: none;}
.border td{ padding:10px !important;}
.fy_box{ line-height:22px;color:#5b6269;margin-top:20px;}
.fy_box a{ padding: 3px 10px; margin:0 2px; border:#ddd solid 1px; cursor:pointer;}
.fy_box a.curr{color:#44a3ec;}
.fy_box a.disabled{ color:#ddd; border-color:#EBF0F3;}

