/**mrei
 * nlcab_base.css
 * rest操作,消除主要主要元素在各浏览器中的表现差异
 */

/************* reset Begin *****************/
html { 
    color: #000; 
    background: #fff; 
}

/* padding margin */
body, div, dl, dt, dd, ul, ol, li, 
h1, h2, h3, h4, h5, h6, pre, code, 
form, fieldset, legend, input, button, 
textarea, p, blockquote, th, td { 
    margin: 0;  
    padding: 0; 
}
/* border */
fieldset, img { 
    border: 0; 
} 
abbr, acronym { 
    border: 0; 
    font-variant: normal; 
}

/* line height */
body { 
    line-height: 1.5; 
/* 网站素装

filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);*/ 


}

/* list style */
ol, ul { 
    list-style: none; 
}

/* tables still need 'cellspacing="0"' in the markup */ 
table { 
    border-collapse: collapse; 
    border-spacing: 0; 
}

caption, th { 
    text-align: left; 
}

ins { 
    text-decoration: none; 
} 
del { 
    text-decoration: line-through; 
}

/************* reset End *****************/


/************* form 表单的基础样式 Begin *****************/

/*垂直中线对齐*/
input,select{
	vertical-align: middle;
}

body,input{
	font-family: arial,"宋体";	
	line-height: 1.5;
	font-size:12px;	
}

input{
	line-height:12px;
}

/* form 输入框 */
.ipt{
	height:13px;
	padding:2px 0px 2px 0px;
	*padding:3px 0px 1px 0px;
	_padding:4px 0px 0px 0px;
}

/* 下拉select */
.sel{
	height:21px;
	font-size:12px;
}

.msel{
	margin:2px 0px;
}

/* checkbox */
.chk{
	height:13px;
	width:13px;
}

/* 按钮 与 input 同高*/
.btn{
	height:23px;
	*padding-top:2px;
	_padding-top:3px;
}

/* 按钮 大号按钮 */
.btn2{
	height:25px;
	*padding-top:2px;
	_padding-top:3px;
}

/* label 标签 */
.lab,.lab_l,.lab_r,.lab_b,.lab_c{
	position:relative;
	top:1px;
	*top:0px;
	_top:2px;
	line-height:100%;
	vertical-align: middle;
}

/* label标签　左侧空2px */
.lab_l{
	margin-left:3px;
}

/* label标签　右侧空6px */
.lab_r{
	margin-right:6px;
}

/* label标签　左空2px 右侧空8px */
.lab_b{
	margin-left:6px;
	margin-right:6px;
}

.lab_c{
	position:static;
	margin-left:6px;
}


/* file标签 */
.file{
	position:relative;
	top:-1px;
	*top:0px;
	height:23px;
	*height:21px;
	line-height:18px;
}

/* textarea */
.tarea{
	font-size:12px;
	line-height:15px;
	overflow:auto;
	vertical-align:top;
	margin:2px 0px;
	*margin:1px 0px;
}

/************* form 表单的基础样式 End *****************/



.w10{width:10px;}
.w20{width:20px;}
.w30{width:30px;}
.w40{width:40px;}
.w50{width:50px;}
.w60{width:60px;}
.w70{width:70px;}
.w80{width:80px;}
.w90{width:90px;}
.w100{width:100px;}
.w110{width:110px;}
.w120{width:120px;}
.w130{width:130px;}
.w140{width:140px;}
.w150{width:150px;}
.w180{width:180px;}
.w200{width:200px;}
.w215{width:215px;}
.w250{width:250px;}
.w300{width:300px;}
.w350{width:350px;}
.w400{width:400px;}
.w450{width:450px;}
.w500{width:500px;}
.w550{width:550px;}
.w600{width:600px;}
.w650{width:650px;}
.w700{width:700px;}

.w50p{width:50%}
.w60p{width:60%}
.w70p{width:70%}
.w80p{width:80%;}
.w90p{width:90%;}
.w95p{width:95%;}
.w98p{width:98%;}
.w99p{width:99%;}
.w100p{width:100%;}

.h50{height:50px;}
.h100{height:100px;}
.h150{height:150px;}
.h160{height:160px;}
.h170{height:170px;}
.h180{height:180px;}
.h190{height:190px;}
.h200{height:200px;}
.h210{height:210px;}
.h220{height:220px;}
.h250{height:250px;}

.p2{padding:2px;}
.p5{padding:5px;}
.p10{padding:10px;}

.m1{margin-bottom:1px;}
.m2{margin-bottom:2px;}
.m3{margin-bottom:3px;}
.m4{margin-bottom:4px;}
.m5{margin-bottom:5px;}
.m10{margin-bottom:10px;}
.m15{margin-bottom:15px;}
.m20{margin-bottom:20px;}

.mt-1{margin-top:-1px};

.mt1{margin-top:1px;}
.mt2{margin-top:2px;}
.mt3{margin-top:2px;}
.mt4{margin-top:2px;}
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}

.red{color:red}
.blue{color:blue}
.black{color:black}

.bold{font-weight:bold;}
a:link,a:visited{
	color:#333333;
	text-decoration:none;
}
a:hover,a:active{
	color:#FF6633;
	text-decoration: underline;
}
.clear{
	clear:both;
}

/*图片底下文字的显示居中*/
.tudx_wz{
	text-align:center;
}
