Div.Cutoff{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
a			{text-decoration:none; color:#666666;}
a:hover		{text-decoration:none; color:#FF0000;}
a	img		{border:0px;}
body 		{background-color:#FFFFFF;color:#666666;font-size:12px;	margin:0px; text-align:center;}
td	 		{color:#666666;font-size:12px;}
th	 		{color:#666666;font-size:12px; font-weight:bold;text-align:center;}
input		{border:#CCCCCC 1px solid;	color:#666666;	padding-top:5px; 
			 height:expression((this.type=="text"||this.type=="password")? '15px': '');
			 border-width:expression((this.type=="checkbox"||this.type=="radio"||this.type=="image")? '0px': '1px');
			 background-color:expression((this.type=="checkbox" || this.type=="radio")? '': '#FAFAFA');
			 }
select option{color:#666666}
form		{margin:0px;display: inline}
textarea	{border:#CCCCCC 1px solid;background-color:#FAFAFA; color:#666666;}
#ForceFontR	{color:#FF0000}
#ForceFontG	{color:#006600}
#ForceFontB	{color:#0066FF}
.FontRed	{color:#FF0000;}
.FontBlue	{color:#0066FF}
.FontGreen	{color:#006600}
.FontBold	{font-weight:bold}
.Height20	{height:20px;}
.Height25	{height:25px;}
.Height30	{height:30px;}
.TdForTh	{font-weight:bold;text-align:center;}
.AlignCenter{text-align:center}
.AlignLeft	{text-align:left; padding-left:3px;}
#AlignLeft	{text-align:left; padding-left:3px;}
.AlignRight	{text-align:right;padding-right:3px;}
.BottomLine {border-bottom:1px #666666 dashed}
.TopLine	{border-top:1px #666666 dashed}
.FormFldLabel{width:80px; text-align:right}
.FormFldTip	{width:350px;}
.TF_Color1	{color:expression((this.value=="1")? 'blue': 'red');}
.TF_Color2	{color:expression((this.value=="1")? 'green': 'red');}
.Sex_Font	{color:expression((this.value=="先生" || this.value=="1")? '#55bbff': '#ff2299');}
.SearchKey	{
	background:expression((this.value=="")?"url(/Images/Common/SearchKey.gif) no-repeat center":"");
}

/*让div中的图片居中*/
.divImg		{
	border:1px solid #ccc;
	overflow:hidden;
	position:relative;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}
.divImg img	{position:static; +position:relative; top:-50%;left:-50%;}
.divImg p	{position:static; +position:absolute; top:50%}

.divHcenter	{
	margin:0 auto; 
	margin-left:50%; 
　　left: -width/2; 
}

/*常用图标图片*/
Div.IconInfo_Big{	/*信息*/
	background:url(/Images/SysImg/BigIcon/Info_001.gif) no-repeat;
	width:80px; height:80px;
}
Div.IconWrong_Big{	/*错误叉叉*/
	background:url(/Images/SysImg/BigIcon/Wrong_001.gif) no-repeat;
	width:80px;height:80px;
}
Div.IconRight_Big{	/*正确勾勾*/
	background:url(/Images/SysImg/BigIcon/Right_001.gif) no-repeat;
	width:80px;height:80px;
}

/*公共页面段*/
/*
.PageFootLeft{
	background:url(/Images/xxxxxx/1/FrameNoRepeat.gif) no-repeat 0px -284px;
	height:136px;
	width:18px;
}
.PageFootCenter{
	background:url(/Images/xxxxxx/1/FrameRepeatX.gif) repeat-x 0px -309px;
	width:934px;
	text-align:center;
	vertical-align:top;
	padding-bottom:40px;
	padding-top:10px;
	line-height:22px;
}
.PageFootRight{
	background:url(/Images/xxxxxxxxxxxx/1/FrameNoRepeat.gif) no-repeat -18px -284px;
	height:136px;
	width:17px;
}
.FieldLable{text-align:right; padding-right:3px;}

.Body_LeftTd	{padding-left:7px;vertical-align:top;text-align:left}
.Body_CenterTd	{padding-left:7px;vertical-align:top;text-align:center;}
.Body_RightTd	{padding-left:7px;padding-right:7px;text-align:right; vertical-align:top}
*/


/*公共弹出层风格*/
.MsgBoxDiv {display:nonex;text-align:center}
.MsgBoxDiv .Table1InMsgbox	 {background-color:#CCCCCC;}
.MsgBoxDiv .Table1InMsgbox tr{background-color:#FFFFFF}
.MsgBoxDiv .Table2InMsgbox	 {background-color:#e0e0e0; width:100%}
.MsgBoxDiv .Table2InMsgbox tr{background-color:#FFFFFF}
.MsgBoxDiv .MsgboxTitle		 {
	background-color:#f5f5f5;border-top:#FFFFFF solid 1px;color:#ff7800;
	padding-left:5px;font-weight:bolder; text-align:left; line-height:20px;
	width:expression(eval(this.parentNode.scrollWidth)+'px');
}
.MsgBoxDiv .MsgboxCloseBtn	a{
	background:url(/Images/SysImg/IconImg/ChaCha_2.gif) center no-repeat #f5f5f5;
	width:20px; height:20px; overflow:hidden; color:#FF0000; font-weight:bold;
	font-size:15px; line-height:20px; padding:0px 5px 0px 5px;
}
.MsgBoxDiv .MsgboxCloseBtn	a:visited{color:#FF0000}

.TableInMsgBoxdiv	{background-color:#CCCCCC; width:100%;}
.TableInMsgBoxdiv tr{background-color:#FFFFFF;}
.TableInMsgBoxdiv th{height:22px; vertical-align:middle; background-color:#EEEEEE;}
.TableInMsgBoxdiv td{height:20px; padding:5px;}
