﻿

/*几个好看的button*/
.button {	font-size:9pt!important; BORDER: #002D96 1px solid; 	PADDING: 2px 5px 2px 5px;	FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#FFFFFF, EndColorStr=#9DBCEA); 	CURSOR: hand;	text-align:center;	height:20px;	line-height:13px;	vertical-align:middle;	width:auto;}


/*gridview 其实也是个table， 所以可以用下面的来定义*/
#gvList{	width:100%;	border-left:#bfceff 1px solid;	border-bottom:#bfceff 1px solid;	clear:both; margin-bottom:4px;}
#gvList th{ border-top: 1px solid #bfceff;	border-right: 1px solid #bfceff;  padding:5px 3px 1px 6px; color: #012; text-align:center; letter-spacing: 2px;  text-transform: uppercase;  font-size:9pt; font-weight:bold; background-color:#ddecfb;}
#gvList td{	border-top: 1px solid #bfceff;	border-right: 1px solid #bfceff;  padding:5px 0px 1px 2px; color: #012; text-align: left; line-height:15px; vertical-align:middle; word-wrap:break-word;}
.tb_body {BORDER: #bfceff 1px solid; padding:2px; border-top:0; height:20px; text-align:center; }
.tb_body .img { line-height:25px; vertical-align:middle;}
.put {	border: #444 1px solid;	width:auto; height:15px;	line-height :15px;	text-indent:3px; vertical-align:middle;}
.center2 {	text-align:center!important;}

.title2
{
	width:90%;
	padding-top:2px;
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11pt;
	color:Blue; 
	text-align:center;
	line-height: 35px;
	background-image:url(images/top4.png);
	background-repeat:no-repeat;
	background-position:center bottom;
}