﻿
BODY {
	SCROLLBAR-FACE-COLOR: #ffffff; 
	SCROLLBAR-HIGHLIGHT-COLOR: #D2D2D2; 
	SCROLLBAR-SHADOW-COLOR: #FFFFFF; 
	SCROLLBAR-3DLIGHT-COLOR: #FFFFFF; 
	SCROLLBAR-ARROW-COLOR: #D2D2D2; 
	SCROLLBAR-TRACK-COLOR: #F8F4F8; 
	SCROLLBAR-DARKSHADOW-COLOR: #D2D2D2;
	



	}
.hand {CURSOR: hand}

table
{
	FONT-SIZE: 10pt;
	
}
	
.datarow
{   
	CURSOR: hand;
  /*设置onmouseover事件*/
  onmouseover: expression(onmouseover=function (){this.style.borderColor ='';this.style.color='black';this.style.backgroundColor ='AliceBlue'});

  /*设置onmouseout事件*/
  onmouseout:  expression(onmouseout=function (){this.style.borderColor='';this.style.color='black';this.style.backgroundColor ='white'});
 
}

button{ border-bottom-style:solid; border-bottom-width:thin;}

.reset{ border-style:Groove;}





