﻿/* 全局控件 */
body
{ margin:0px;
  }
div{ margin:0px; padding:0px 0px 0px 0px ;font-size:12px; font-family:宋体;}
td{
	text-overflow:ellipsis; 
	overflow:hidden; 
	white-space:nowrap;
}
a:hover{color:red; text-decoration:underline}
.textbox {
     height:20px;
     border:solid 1px #8BA3BF;
     behavior:url(/App_Themes/Default/HTC/input.htc);
}

.buttonPanel input {
    behavior:url(/App_Themes/Default/HTC/button.htc);
}

.rbs{border:1px solid #87A8C9;}
.rb,.rbover{ height:25px; color:#fff; font-size:14px; background:#6993BB; padding:3px 10px; border-left:1px solid #fff; border-top:1px solid #fff; border-right:solid 1px #6a6a6a; border-bottom:solid 1px #6a6a6a; cursor:pointer;}
.rbover{background:#4B79A7;}

.gbs{border:1px solid #e2e2e2;}
.gb,.gbover{height:25px; color:#333; font-size:14px; background:#e5e5e5; padding:3px 10px; border-left:1px solid #fff; border-top:1px solid #fff; border-right:1px solid #6a6a6a; border-bottom:1px solid #6a6a6a; cursor:pointer;}
.gbover{background:#ddd;}


/*** 排版 ***/
.l{float:left;}				/* 居左 */
.r{float:right;}			/* 居右 */
.c{clear:both;}				/* 换行 */
.pl30{padding-left:30px;} /*居左30像素*/
.pt30{padding-top:30px;}  /*上间距*/
.pl20{ padding-left:20px;}  /* 居左20像素 */
.pl10{ padding-left:10px;}  /* 居左20像素 */
.pl5{ padding-left:5px;}  /* 居左20像素 */
.pr20{ padding-right:20px;} /* 居右20像素 */
.pr58{ padding-right:58px;} /* 居右60像素 */
.pt5{ padding-top:5px;}		/* 上间距 */
.pt7{ padding-top:7px;}		/* 上间距 */
.pt20{padding-top:20px;}
.pt10{ padding-top:10px;}	

.w50{ width:50px;}			/* 宽度 */
.w70{ width:70px;}
.w100{ width:100px;}
.w150{ width:150px;}
.w200{ width:200px;}
				
.h10{ height:10px;}			/* 高度 */	
.h15{ height:15px;}		
.h20{ height:20px;}		
.h25{ height:25px;}		
.h30{ height:30px;}
.h50{ height:50px;}
.h75{ height:75px;}
	
.txtl{ text-align:left;}	/* 文本对其 */
.txtr{ text-align:right;}
.txtc{ text-align:center;}
.valignt{ vertical-align:top;}
.valignm{ vertical-align:middle;}
.valignb{ vertical-align:bottom;}


/*** 字体 ***/
.fs12{ font-size:12px;}		/* 文字大小 */
.fs13{ font-size:13px;}
.fs14{ font-size:14px;}
.fs18{ font-size:18px;}

.ffa{ font-family:Arial;}	/* 文字编码 */

.fc6{ color:#666666;}		/* 文字颜色 */

.fsb{ font-weight:bolder;}

.txtul{ text-decoration:underline;}
/* DIV 行 */
.lineItem{height:25px; border-bottom:dotted 1px #CDCDCD;text-align:center; line-height:25px; vertical-align:middle;}
.lineHead{height:30px; border-bottom:dotted 1px #CDCDCD;text-align:center; line-height:30px; vertical-align:middle;padding-top:15px;}

.cellItem{height:25px; float:left;text-align:center; line-height:25px; vertical-align:middle;}

.clearline{ overflow:hidden; height:0px; border-bottom:dotted 1px #CDCDCD; clear:both;}

