/*
CSS Document
Introductions:  This style sheet contains the main content other pages
Auther:         Milky
Writting Time:  15/6/2012
*/

/*part one*/
.icoNone { padding-left:0; background:none;}
.mCWPadNone { padding:0; }
	.msgLst { height:100%;}
	.msgLst li { float:left; height:33px; line-height:33px; padding:0 15px; border-bottom:1px solid #dfdfdf; }
	.msgLst li:last-child { border-bottom:none;}
	.msgLst a { display:block; color:#555; }
		.msgCnt { float:left; width:650px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
		.editIco { float:left; width:17px; height:17px; margin-top:7px; background:url(../images/editIco01.png) no-repeat center; }
		.editIco:active { background:url(../images/editIco02.png) no-repeat center; }
	
/*part two*/
.frmLst {}
.frmLst p { overflow:hidden; width:653px; padding:8px 0 8px 45px; border-bottom:1px solid #dfdfdf; position:relative; }
.frmLst p:last-child { border-bottom:none;}
.frmLst label { display:inline-block; width:100px; }
	.frmLst_sel	 { }
	.frmLst_sel_120	 { width:120px; }
	.frmLst_name { width:245px; height:25px;}
	.frmLst_dsp { width:370px; height:175px; }
	.frmLst_etn { width:440px; height:90px;}
	.frmLst_dst { width:55px; height:20px;}

/*part three*/
.reportTab { width:100%;}	
.reportTab th { text-align:left; font-weight:normal; }
.reportTab th,.reportTab td { padding:8px 0; border-bottom:1px solid #dfdfdf;}
	.tabDel,.tabScan { float:left; width:17px; height:17px; margin-right:15px; }
	.tabDel { background:url(../images/delete01.png); }
	.tabDel:active { background:url(../images/delete02.png);}
	.tabScan { background:url(../images/add01.png); margin-top:1px;}
	.tabScan:active { background:url(../images/add02.png); }
.reportTab .editIco { margin-top:0;}

/*part four*/
.fileImgTxt { width:210px; height:26px; padding-left:100px; line-height:26px; *height:28px; }
.fileImgBtn { position:absolute; left:135px; top:10px; width:90px;}
.fileImg { padding:8px; border:1px solid #dfdfdf; border-radius:5px; }
.texture { width:310px; height:26px; line-height:26px;}	

/*part five*/
.feature { width:568px; }	
.feature span { float:left; width:113px; padding:3px 0; }

/*part six*/
.btFrm { border-bottom:1px solid #dfdfdf;}
	.ctlTxt { width:310px; height:23px; line-height:23px; }
	.frmLst_spec { margin-left:15px; }
.btTab { overflow:hidden; width:100%; }
	.btTab_tit td { height:25px; padding-left:5px; line-height:25px; border-top:1px solid #dfdfdf; border-bottom:1px solid #dfdfdf; background:#eee; 
			    background:-moz-linear-gradient(top,#fff,#e5e5e5);
			    background:-webkit-linear-gradient(top,#fff,#e5e5e5);
			    background:-webkit-gradient(linear,center top,center bottom,from(#fff),to(#e5e5e5));
			    background:-o-linear-gradient(top,#fff,#e5e5e5);
	}
	.btCnt td { height:24px; padding-left:5px; line-height:24px; background:#f7f7f7; border-bottom:1px solid #dfdfdf;}
	.btCnt a { color: #C80000;text-decoration: underline;}
	.btSpace { height:24px; }



/*pageNav*/		
.pageNav { overflow:hidden; height:22px; padding:10px 12px 10px 0; text-align:right; }
.pageNav li { display:inline; }
.pageNav a { display:inline-block; height:18px; line-height:18px; padding:0 5px; border:1px solid #ddd; margin-left:5px; color:#ba0001; font-size:1.2em; border-radius:3px; text-decoration:none; vertical-align:middle; }
.pageNav .pageNav_sel { padding:0; border-color:#fff; border-radius:0; color:#000; font-weight:bold; }
	.pageNav_prev,.pageNav_first,.pageNav_next,.pageNav_last,.pageNav_num { background:#e9e9e9; background:-moz-linear-gradient(top,#fff,#e9e9e9); background:-webkit-linear-gradient(top,#fff,#e9e9e9); background:-webkit-gradient(linear,center top,center bottom,from(#fff),to(#e9e9e9)); background:-o-linear-gradient(top,#fff,#e9e9e9); }	

	

/*pucker*/
/*Icon styles*/
.redLeft,.redTop,.grayLeft,.grayTop {float:left; width:0; line-height:0; font-size:0; border-width:4px; margin:5px 5px 0 0;}
.redLeft,.grayLeft { border-style:dashed dashed dashed solid;}
.redTop,.grayTop {border-style:solid dashed dashed; }
.redLeft {border-color:transparent transparent transparent #db0000;}
.redTop { border-color:#db0000 transparent transparent;}
.grayLeft {border-color:transparent transparent transparent #555;}
.grayTop { border-color:#555 transparent transparent;}

.asideMenu {}
	.asideMenu_tit{ padding:5px 12px; font-size:1.3em; font-weight:bold; color:#fff; background:#ba0001; 
					background:-moz-linear-gradient(top,#ac0000,#d00000);
					background:-webkit-linear-gradient(top,#ac0000,#d00000);
					background:-webkit-gradient(linear,center top,cneter bottom,from(#ac0000),to(#d00000));
					background:-o-linear-gradient(top,#ac0000,#d00000);
	}
	.tree li { background:#f9f9f9;}
	.tree a {display:block; padding:12px; border-bottom:1px solid #dfdfdf; font-size:1.2em; }
	.tree .treeLiDrop { border-left:1px solid #ac0000;}
	.tree ul { border-bottom:1px solid #dfdfdf; background:#f4f4f4;}
	.tree ul li { padding:0 12px; background:#f4f4f4; }
	.tree ul a {border-left:none; padding:8px 12px; margin-top:1px;}
	.tree ul li:last-child a{ border-bottom:none;}
	.tree ul li:last-child ul a{ border-top:1px solid #dfdfdf; }
	.tree ul a:hover,.tree .treeLst_sel { background:#eee; 
					  background:-moz-linear-gradient(top,#e2e2e2,#f4f4f4 80%);
					  background:-webkit-linear-gradient(top,#e2e2e2,#f4f4f4 80%);
					  background:-webkit-gradient(linear,center top,center bottom,from(#e2e2e2),color-stop(#f4f4f4 80%),to(#f4f4f4));
					  background:-o-linear-gradient(top,#e2e2e2,#f4f4f4 80%);
	}
	.tree ul ul { border-bottom:none;}
	.tree ul ul li { padding:0;}
	.tree ul ul a { padding-left:36px; margin-top:1px;}
	.tree ul.tree-group-collapsed{display:none;}



