/* background color for the content part of the pages */
body
{
	font-family: 宋体;
	font-size: 12px;
	SCROLLBAR-FACE-COLOR: #99ccff; 
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
	SCROLLBAR-SHADOW-COLOR: #687888; 
	SCROLLBAR-3DLIGHT-COLOR: #687888; 
	SCROLLBAR-ARROW-COLOR: #6e7e88; 
	SCROLLBAR-TRACK-COLOR: #86ade3; 
	SCROLLBAR-DARKSHADOW-COLOR: #dce0e2;	
}
td
{
	font-family:宋体;
	font-size: 12px;
}
A:visited
{
	color:Blue;
}
A:hover
{
	color:Orange;
}
.trUp
{
	background-color: #e6e6fa;
}
.trDown
{
	background-color:#f5f5f5;
}
.input
{
	height:23px;
	width:80px;
	BACKGROUND-POSITION: left center; 
	BACKGROUND-IMAGE: url(../Images/btnback.gif); 
	BACKGROUND-REPEAT: repeat-x;/* 平不平铺*/
	margin:0; 
	padding:0; 
	border:0; 
	font-size: 12px;
	font-family : 宋体;
	letter-spacing:0px; /*设置文字间隔*/
	background-color:transparent;
	border-right: #83abe3 1px solid;
	border-top: #83abe3 1px solid;
	border-left: #83abe3 1px solid;
	border-bottom: #83abe3 1px solid;
	cursor:hand
}
.input:hover
{
	height:23px;
	width:80px;
	BACKGROUND-POSITION: left center; 
	BACKGROUND-IMAGE: url(../Images/btnback_hov.gif); 
	BACKGROUND-REPEAT: repeat-x;/* 平不平铺*/
	margin:0; 
	padding:0; 
	border:0; 
	font-size: 12px;
	font-family : 宋体;
	letter-spacing:0px; /*设置文字间隔*/
	background-color:transparent;
	border-right: #00884e 1px solid;
	border-top: #00884e 1px solid;
	border-left: #00884e 1px solid;
	border-bottom: #00884e 1px solid;
	cursor:hand
}
.titleList
{
	background-image:url(../Images/m2.gif);
	BACKGROUND-REPEAT: no-repeat;
	height:25;
	color:blue;
	padding-left:10px;		
}
.topimg
{
	BACKGROUND-IMAGE: url(../Images/ig_cal_blue2.gif); 
	BACKGROUND-REPEAT: repeat-x;
	height:15
}
.bottomimg
{
	BACKGROUND-IMAGE: url(../Images/ig_cal_bottom.gif); 
	BACKGROUND-REPEAT: repeat-x;
	height:15
}

.title
{
	font-size:18px;
	font-weight:bolder;
}

.LabelCss
{
	font-size: 14px;
	color: black;
	border-top-style: none;
	font-style: normal;
	font-family: Arial;
	border-right-style: none;
	border-left-style: none;
	height: 12pt;
	text-align: left;
	border-bottom-style: none;
}
.TextBoxCss
{
	border-right: #7b9ebd 1px solid;
	border-top: #7b9ebd 1px solid;
	border-left: #7b9ebd 1px solid;
	border-bottom: #7b9ebd 1px solid;
	onblur:expression(onblur=function(){this.style.borderColor='#7b9ebd';this.style.backgroundColor=''});
	onfocus:expression(onfocus=function(){this.style.borderColor='#993366';this.style.backgroundColor='#ffffcc';});
	
}

.CssTextBox
{
	border:0;

	onblur:expression(onblur=function(){this.style.backgroundColor=''});
	onfocus:expression(onfocus=function(){this.style.backgroundColor='';});
	
}


.tooltitle
{
	color:Red;
}

