/*--超链接样式--*/
a:link {
	color : #3375BF;
}
a:visited {
	color : #3375BF;
}
a:hover {
	color : #96C2F4;
}
a.barLink:link {
	font-family: "新宋体";
	color : #3375BF;
	text-decoration : none;
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
}
a.barLink:visited {
	font-family: "新宋体";
	color : #3375BF;
	text-decoration : none;
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
}
a.barLink:hover {
	font-family: "新宋体";
	color : #96C2F4;
	text-decoration : underline;
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
}

.titleDiv{
    height:36px;
    background-image:url(../images/bg5.gif);
    width:auto;
}
.titleDiv.Desc {
    font-size:14.8px;
    font-weight:bold;
    color:#3375BF;
    width:200px;
    height:28px;
    line-height:28px;
    padding-left:17px;
    background-image:url(../images/nz/nt.gif);
    background-repeat: no-repeat;
}
.titleDiv.CtlPannel {
    text-align:right;
    width:450px;
    height:28px;
    line-height:28px;
    padding-right:17px;
}
.titleDiv.CtlPannel span {
    cursor:'hand';
}
/*--内页标题Div END--*/


/*去掉form作为box存在的边*/
form {
   display:inline;
}

/*nz主页背景*/
.table.left11{

}
.table.left2{

}
.table.right1{

}
.table.right2{

}

/*nz页面底部的版权部分*/
.copyright{
    width:900px;
    height:60px;
    padding:15px;
    margin-top:5px;
    background-color:#eee;
    text-align:center;
    font-size:12px;
}

/*nz主页标题*/
.title.title1{
    height:155px;
    width:900px;
}
.title.title2{
    background-image:url(../images/nz/top_bg.jpg);
}

/*nz页面标题*/
.title.menu1{
    height:44px;
    background-image:url(../images/nz/bg1.jpg);
}

/*sp右上角的退出登录框*/
.loginx1{
    width:372px;
    height:31px;
    background-image:url(../images/nz/loginBg.gif);
}
.loginx2{
    width:200px;
    height:31px;
    background-image:url(../images/nz/loginBg.gif);
    filter: alpha(opacity=60);
}
.loginx1.span1,.loginx2.span1{
    color:#FFF;
    position:relative;
}
.loginx1.span2,.loginx2.span2{
    color:yellow;
    font-weight:bold;
}
.loginx1.span3,.loginx2.span3{
    color:#FFF;
    cursor:'hand';
    position:relative;
}


/*nz左边菜单的样式*/
.leftMenuBox {
    margin:3px 10px 0 0;
}
.leftMenuBox.llb {
    font-weight:600;
    /*font-size:14px;*/
    position:relative;
    margin:3px 1px 3px 1px;
    cursor:'hand';
}
.leftMenuBox.td{
    padding-left:5px;
    color:#3375BF;
    height:31px;
    background-image:url(../images/nz/line.gif);
    background-repeat: repeat-X;
}
.leftMenuBox.td_active{
    padding-left:5px;
    color:#FFF;
    height:31px;
    background-image:url(../images/nz/line2.gif);
    /*filter:alpha(opacity=30,finishopacity=80,style=1);*/
    background-repeat: repeat-X;
}

/*--查询DIV窗--*/
.searchBox {
    margin:20px auto;
    background-color:white;
    position:absolute;
    width:550px;
    border-top:0px solid #E3E3E3;
    border-right: 3px inset #BFBFBF;
    border-bottom: 3px inset #BFBFBF;
    border-left:1px solid #BFBFBF;
    background-image:url(../images/search2.gif);
    background-position:right bottom;
    background-repeat:no-repeat;
}
.searchBox.sbody {
    padding:10px;
}
.searchBox.sBtm {
    padding-top:7px;
}
.searchBox.neck{
    background-image:url(../images/nz/bg7.gif);
    border-bottom:1px solid #555;
    padding:3px;
}
.searchBox.neck.title {
    width:500px;
    text-align:center;
    font-size:14px;
    font-weight:bold;
    color:#FFF;
}
.searchBox.neck.close {
    color:#FFF;
    font-size:12px;
    cursor:'hand';
    font-weight:500;
}
/*--查询DIV窗 END--*/

/*提示*/
.needqueryhints{
    width:90%;
    color:#2A97CF;
    margin:5px;
    padding:3px 3px 3px 25px;
    font-size:14px;
    font-weight:500;
    border:1px solid #CFCFCF;
    background-color:#F7F7F7;
    background-image:url(../images/info.gif);
    background-position:3px 50%;
    background-repeat:no-repeat;
}
/*菜单头*/
.menuTop{
    height:35px;
    background-image:url(../images/nz/catatop.gif);
    font-family: "宋体";
    font-size:14.8px;
    font-weight:bold;
    color:#3375BF;
    padding:10px 0px 3px 14px;
}
