﻿/********基本信息********/
body, html {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    color: #000;
    font-family: Verdana;
}

a {
    /*color: #000;	*/
    text-decoration: none;
}

    a img {
        border: 0px;
    }

.button {
    width: 107px;
    border: 0px #000;
    color: white;
    background-image: url(Images/button.png);
    height: 31px;
    line-height: 31px;
    cursor: pointer;
    display: inline;
    font-family: 黑体;
    font-size: 14px;
}

.button_long {
    width: 170px;
    border: 0px #000;
    color: white;
    background-image: url(Images/button_long.png);
    height: 31px;
    line-height: 31px;
    cursor: pointer;
    display: inline;
    font-family: 黑体;
    font-size: 14px;
}

/********全局链接样式*******/
a:link {
    font-weight: normal;
    color: #0a5b7b;
}

a:visited {
    font-weight: normal;
    color: #0a5b7b;
}

a:hover {
    font-weight: normal;
    color: #ff9c00;
    text-decoration: none;
}

/*头部菜单链接*/
a.A_header:link {
    color: White;
}

a.A_header:visited {
    color: White;
}

a.A_header:hover {
    color: #ff9c00;
    text-decoration: none;
}

/********登录界面背景********/
.bj{
	width: 100%;
	height:100%;
	position: fixed;
	top: 0;
	left: 0;
}
.logo{
	top: -150px;
	left: 0px;
	position: fixed;

	padding:1em;
	color:#fff;
	text-shadow:0 5px 10px black, -1px 0px 1px black, 1px 0px 1px black, 0px -1px 1px black, 0px 1px 1px black;
	font-size:49px;
	font-family:"微软雅黑";
}
.bg{
	position: fixed;
	top: 160px;
	height:0px;
	left: 160px;

	padding:1em;
	color:#fff;
	text-shadow:0 5px 10px black, -1px 0px 1px black, 1px 0px 1px black, 0px -1px 1px black, 0px 1px 1px black;
	font-size:30px;
	font-family:"微软雅黑";
	filter:glow(color=black, strength=5);
}
#login_bg {

}

#login_input {
	background-image: url(input.png);
	background-repeat: no-repeat;
	background-position: 0px 215px;
    padding-top: 250px;
    padding-right: 150px;
	float:right;
}

/************树菜单************/
.TreeView {
    border-bottom: 0px none white !important;
    vertical-align: top;
}

    .TreeView div {
        margin: 0px;
    }

    .TreeView table {
        border-bottom: 0px none white !important;
    }

    .TreeView div table {
        border-bottom: 0px none white !important;
        border-top: none !important;
    }

    .TreeView table td {
        padding: 0px 0;
        border-bottom: 0px none white !important;
    }

.RootNodeStyle {
    background-image: url('Images/Menu/arrow_s_bg.gif');
    background-position: left;
    background-repeat: no-repeat;
    height: 25px;
    line-height: 25px;
    /*width: 220px;*/
    font-size: 12px;
}

.SelectedNodeStyle {
    background-image: url('Images/Menu/arrow_s_bg.gif');
    background-position: left;
    background-repeat: no-repeat;
    height: 25px;
    line-height: 25px;
    /*width: 220px;*/
}
/*.HoverNodeStyle
	{
		height: 22px;
		width: 220px;
	}*/
.LeafNodeStyle {
    background-image: url('Images/Menu/arrow_s_bg.gif');
    background-position: left;
    background-repeat: no-repeat;
    height: 25px;
    line-height: 25px;
    /*width: 200px;*/
}

/***内容***/
#contents {
    height: 645px;
    border: 0;
}

#contents_left {
    /*float: left;*/
    width: 208px;
    background-image: url(Images/Default/menu_bg.png);
    background-repeat: no-repeat;
    height: 100%;
    border: 0;
}

#td_contents_middle {
    /*float: left;*/
    width: 9px;
    background-image: url(Images/Default/menu_left.png);
    background-repeat: no-repeat;
    height: 100%;
    border: 0;
    cursor: pointer;
}

#td_contents_right {
    /*float: left;*/
    clear: both;
    width: 100%;
    height: 100%;
    border: 0;
}

#footer {
    text-align: right;
    clear: both;
    width: 100%;
    height: 43px;
    line-height: 43px;
    color: #808080;
    background-image: url(Images/Default/bottom_bg.jpg);
    background-repeat: repeat-x;
}

/***** main *****/
.contentbody {
    margin: 0px 0px 0px 10px;
    width: 98%;
    overflow-y: auto;
    overflow-x: hidden;
    height: 645px;
}

.content_title {
    float: left;
    font-size: 14px;
    font-weight: bold;
    color: #3582ab;
    margin: 10px 0px 0px 0px;
    height: 30px;
    line-height: 30px;
    display: inline;
}

.content_btn {
    margin-top: 0px;
    height: 32px;
    line-height: 32px;
    display: inline;
}

    .content_btn ul {
        float: right;
        list-style-type: none;
        display: inline;
    }

        .content_btn ul li {
            float: left; /*横向显示*/
            /*display: block;*/
            padding: 10px 0px 0px 10px;
            height: 32px;
            line-height: 32px;
            display: inline;
        }

    .content_btn .button {
        width: 107px;
        border: 0px #000;
        color: white;
        background-image: url(Images/button.png);
        height: 31px;
        line-height: 31px;
        cursor: pointer;
        display: inline;
        font-family: 黑体;
    }

.content_detail {
    height: auto;
    clear: both;
}

.content_list {
    height: auto;
    clear: both;
}

/**** menu ***/
.menu_top {
    background-image: url(Images/Menu/menu_top.png);
    background-repeat: no-repeat;
    width: 194px;
    margin: 8px 0 0 8px;
}

/********功能内容区样式********/
.contentmenu {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100px;
    height: 100%;
    overflow: auto;
}

    .contentmenu .menutree {
        padding-top: 20px;
    }

.contentmain {
    margin: 0px 40px 20px 240px;
    overflow: auto;
}

.content_info_view {
    margin: 0 15px 0 100px;
    overflow: hidden;
    height: 640px;
    width: 91%;
}

/********main 定位的表格样式********/
.table1 {
    border: 0;
    width: 100%;
}

    .table1 tr {
        background-color: #3582ab;
        word-break: break-all;
        word-wrap: break-word;
    }

.table2 {
    width: 100%;
    border: 0;
}

    .table2 tr {
        background-color: #f0f4f7;
    }

    .table2 td {
        padding: 5px 5px 5px 5px;
    }

.table_custom {
    background-color: #f8f8f8;
    margin-top: 50px;
    border: 1px solid #DDDDDD;
    width: 100%;
}

    .table_custom td {
        padding: 5px 5px 5px 5px;
    }

/************等待数据样式************/
.load {
    z-index: 1000;
    height: 95px;
    width: 146px;
    text-align: center;
    vertical-align: middle;
    display: none;
    top: 350px;
    left: 500px;
    position: absolute;
    visibility: visible;
}

/***gridview 列表显示样式***/
.gvList_td_border {
    line-height: 20px;
    border-bottom: inset #6bdff0 1px;
    border-left-style: none;
    border-right-style: none;
    border-top-style: none;
}

.gvList_heard {
    background-image: url(Images/list_top.gif);
    /*width:100%;*/
    background-repeat: repeat;
}

.input_hidden {
    border: none;
    background-color: #f0f4f7;
}

/************弹出小窗口样式************/
div.sample_popup {
    z-index: +1;
    /*overflow-y: scroll;*/
    overflow-x: hidden;
    height: 400px;
    width: 700px;
}

    div.sample_popup div.menu_form_header {
        cursor: default;
        width: 100%;
        height: 40px;
        font-family: "宋体";
        font-size: 12px;
        color: black;
    }

    div.sample_popup div.menu_form_body {
        padding-right: 15px;
    }

    div.sample_popup img.menu_form_exit {
        float: right;
        cursor: pointer;
        margin: 1px 8px 5px 5px;
    }

    div.sample_popup #main_popup {
        background-color: #fff;
        color: Black;
        width: 100%;
        height: 100%;
    }

    div.sample_popup div.sample_popup_menu {
        width: 100%;
        height: 30px;
        padding-top: 10px;
        text-align: center;
    }

/*******zTee树样式******/
ul.ztree {
    margin-top: 10px;
    border: 1px solid #617775;
    background: #f0f6e4;
    width: 260px;
    height: 360px;
    overflow-y: scroll;
    overflow-x: auto;
}
