html
{
    height:100%;
    background-color:#87caa2;
	background-image:url(images/bkTop.gif);
	background-repeat:repeat-x;
	background-position:top;
}
body
{
    font-family:"YaHei Consolas Hybrid","Microsoft YaHei","宋体";
	font-size:12px;
	margin:0;
	padding:0;
	text-align:center;
	height:100%;
	color:#4D4E49;
	/*background-image:url(images/IMG_5200.png);*/
	background-repeat:no-repeat;
	background-position:top;
	/*专门为ie6准备，其他浏览器支持alph透明的png*/
	/*_filter:Alpha(Opacity=100, FinishOpacity=0, Style=1,StartX=0,FinishX=0,  StartY=0, FinishY=960);*/
}

form
{
    margin:0;
    padding:0;
}
td
{
	font-size:12px;	
}
a
{
	color:#006629;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}
.ta-r
{
	text-align:right;
}
	
#container
{
    
	margin:0;
	padding:0;
	background-image:url(images/bkBottom.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	
}

#header
{
    width:980px;
	margin:0px auto;
	
}
.AspNet-Menu
{
    
    z-index:1000;
}
#mainBody
{
    width:959px;
    margin:0 auto;
    background-color: #eee;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-right-style: groove;
    border-left-style: hidden;
    text-align:left;
    min-height:540px;
    _height:550px;
    padding:10px;
}

#footer
{
	width:100%;
	height:180px;
    width:980px;
	margin:0 auto;
	background-image:url(images/bkFooter.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
.AspNet-Menu,#mainBody,#footer
{
  

}
#banner
{
	text-align:left;
	background-image:url(images/bkHeader.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	height:102px;
}
#banner img
{
	height:100%;
}

#topNav
{
	width:980px;
	text-align:right;
	 
	background-repeat:no-repeat;
	text-align:right;
}
#topNav ul
{
	display:inline;
	padding:0;
	 margin:0;
	 height:27px;
	 width:238px; 
	 padding-right:10px;
}
#topNav li
{
	margin:0;
	height:27px;
	line-height:27px;
	padding:0;
	display:inline;
}
#topNav a
{
	color:#fff;
	text-decoration:none;
}
#topNav a:hover
{
	color:#F88A01;
}




#content
{
    padding-right:10px;
    padding-left:10px;
    background-color:#fff;
    padding-bottom:10px;
    background-color:Transparent;
}
#breadcrumb
{
	margin-bottom:10px;
	color:#333;
	
}
#breadcrumb a
{
    
}

#copyright
{
	margin-bottom:10px;
	text-align:center;
}
#copyright hr
{
       
    width: 90%;
    margin: 0 auto;
    border-top: solid 1px #139647;
    border-bottom: solid 1px #fff;
    height: 2px;
}
/*
	数据表格标题样式
*/
#titleBar,.title,#totalBar
{
	width:100%;
}
#totalBar
{
	text-align:right;
	padding-right:10px;
	height:25px;
}
.infoTable
{
	margin:5px auto;
	width:100%;
	border:0px solid #ccc;
	padding:3px;
	border-collapse:collapse;
	background-color:White;
}

.title , .infoTable tr.title:hover
{
	text-align:center;
	font-weight:normal;
	background-color:#169749;
	color:#fff;
	height:20px;
	
}


.infoTable tr.infoPager tr:hover,.infoTable tr.infoPager:hover
{
    background-color:White;
    color:#4D4E49;
}
.infoAlterRow
{
background-color:#FCFCF4;
}
.infoTable tr:hover
{
   background-color:#EBF3EC;
   
}
.infoTable tr:hover a
{

}

.infoTable td
{
	height:20px;
	padding:2px;
	border-bottom:1px solid #b9d2bc;
}
.infoTable .infoPager table td
{
    border:0;
}
.button
{
	
}
.textBox
{
	border:1px solid #bbb;
}
.textBox2
{
	border:1px solid #5f9866;
}
.memo
{
	width:300px;
	height:65px;
}
/*分页*/
#pager
{
	width:100%;
	padding:5px;
	height:25px;
}
.highLight
{
	color:#F88A01;
}

.pb
{
	margin:2px;
	padding:2px;
	border:solid #ccc 1px;	
	height:12px;
	line-height:12px;
}
.pb span
{
	margin:2px;
}
.pb img
{
	border:0;
}
.tdBreak
{
	word-spacing:normal;
	word-wrap:break-word; 
	word-break:break-all;
}



    /* 主菜单栏背景 */

.menuBackgr 
{

}
/* 每个主菜单CSS */
.menuBarStatic 
{
	padding:0;
	margin:0;
	
}
.menuBarStatic a
{
	color:#eee;
	
}
/* 当鼠标移到主菜单上时的CSS */
.menuBarStaticHr
{
	
}
.menuBarStaticHr a,.menuBarStaticHr a:hover
{
	color:#F88A01;	
}
/* 子菜单背景 */
.menuBarDynamic { background-color:#308b16;color:#eee;padding:0 4px 0 4px; }
/* 当鼠标移到子菜单上时的CSS */
.menuBarDynamicHr { padding:0 4px 0 4px;}
.menuBarDynamicHr a:hover
{
	color:#F88A01;
}
/* 每个子菜单条的CSS */
.menuBarDynamicItem {
	padding:0;
	margin:0;
	
}
