BODY
{
  background-color:White;  
  font-family: "宋体", "Arial", "Times New Roman";
  font-size: 12px;
  color: #000000;
  line-height:150%;  
  margin:0 0 0 0;
}

td,P,LI,UL,select
{ 
  font-family: "宋体", "Arial", "Times New Roman"; 
  font-size: 12px; 
  line-height:150%;  
}

.planname{ font-size: 18px;	font-weight: bold;	color: #0066FF;	line-height: 150%;}
.stepname{ font-size: 14px;	color: #ff6600;}

A:link{	TEXT-DECORATION: none;	COLOR: #3E64B1;}
A:visited{	TEXT-DECORATION: none;	COLOR: #3E64B1;}
A:hover{  TEXT-DECORATION: none;  COLOR: #0099FF;}

a.white:link{ text-decoration: none;color:#ffffff;}
a.white:visited{text-decoration: none;color:#ffffff;}
a.white:hover{text-decoration: underline; color:#ffffff}


/*-------------DATAGRID的滚动条------------*/
.div1 
{
	border-top:buttonface 1px solid;
	border-left:buttonface 1px solid;
	border-bottom:windowframe 1px solid;
	border-right:windowframe 1px solid;
	background-color:#efffff;
	
	OVERFLOW-Y: scroll;

	scrollbar-3dlight-color:#006699;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-face-color:#FFFFFF;
	scrollbar-arrow-color:#006699;
	scrollbar-shadow-color:#006699;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-base-color:#FFFFFF;
	scrollbar-track-color:#FFFFFF;
}

/*-------------------文本框-----------------*/
input.txt
{
     font-family: "宋体", "Arial", "Times New Roman";
     font-size:12px;
     height:18px;
     color: #000080 ;
     background-color:White;
     border-style: solid;
     border-top-width: 0px;
     border-right-width: 0px;
     border-bottom-width: 1px;
     border-left-width: 0px;
     border-color: black;
     padding-left:2px;
     padding-top:2px;
     margin:2px 2px 2px 2px;
     behavior:url(../css/SelInput.htc);
}
input.txtnum
{
     font-family: "宋体", "Arial", "Times New Roman";
     font-size:12px;
     height:18px;
     color: #000080 ;
     background-color:White;
     border-style: solid;
     border-top-width: 0px;
     border-right-width: 0px;
     border-bottom-width: 1px;
     border-left-width: 0px;
     border-color: black;
     padding-right:2px;
     padding-top:2px;
     margin:2px 2px 2px 2px;
     text-align:right;
     behavior:url(../css/SelInput.htc);
}
input.txtint
{
     font-family: "宋体", "Arial", "Times New Roman";
     font-size:12px;
     height:18px;
     color: #000080 ;
     background-color:White;
     border-style: solid;
     border-top-width: 0px;
     border-right-width: 0px;
     border-bottom-width: 1px;
     border-left-width: 0px;
     border-color: black;
     padding-right:2px;
     padding-top:2px;
     margin:2px 2px 2px 2px;
     text-align:right;
     behavior:url(../css/ChkInteger.htc);
}

/*--------------平面按钮样式-------------*/
input.btn 
{  
     font-family: "宋体", "Arial"; font-size: 12px;
     background-color: #E1DFCD;
     border-style: solid;
     border-top-width: 1px;
     border-right-width: 1px;
     border-bottom-width: 1px;
     border-left-width: 1px;
     border-color: #666449;
     height:20px;     
     color: #003366
}
/*-----上一步按钮----*/
input.btnpre { background-color:White; BACKGROUND-IMAGE: url(../images/pre.gif); BORDER-RIGHT: medium none; BORDER-TOP: medium none; BORDER-LEFT: medium none; WIDTH: 58px; BORDER-BOTTOM: medium none; HEIGHT: 34px }

/*-----下一步按钮----*/
input.btnnext { background-color:White; BACKGROUND-IMAGE: url(../images/next.gif); BORDER-RIGHT: medium none; BORDER-TOP: medium none; BORDER-LEFT: medium none; WIDTH: 58px; BORDER-BOTTOM: medium none; HEIGHT: 34px }

/*-----打印按钮----*/
input.btnprinter { background-color:White; BACKGROUND-IMAGE: url(../images/print.gif); BORDER-RIGHT: medium none; BORDER-TOP: medium none; BORDER-LEFT: medium none; WIDTH: 58px; BORDER-BOTTOM: medium none; HEIGHT: 34px }

.DrawShadow {
	FILTER:Shadow(Color=ffffff, Direction=145,enabled=true,strength=20);
	WIDTH: 98%;
	}

table.normal
{
	border:1px solid #aaaaaa;
    border-collapse: collapse;
}

table.tab
{
 border:1px solid #666666;
  BORDER-COLLAPSE: collapse  
}

.tabhead
{
 font-weight:bold;
 text-align:center;
 background-color:#CCFFFF
}	

/*------------下拉输入框样式------------*/
.selecteditctrl {
	border:1px solid;
	border-color: black;
	height:18px;

	font-family: "宋体", "Arial", "Times New Roman";
	font-size:12px;	
	color: #000080;
	background-color:White;
	
	padding-left:2px;
	padding-top:2px;
}

.step { color:Green;}
.stepCurr { color:Green; font-size:14px;}
.stepDisable { color:Gray;}
