﻿html {
    /*overflow-y: scroll;
    overflow-x: hidden;*/
    overflow: auto;
}

/*body {
    font-family: 'Montserrat-ExtraLight';
    word-break: keep-all;
    line-height: 1.5;
    letter-spacing: 0;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size-adjust: none;
    font-stretch: normal;
    font-size: 12px;
    margin: 0;
    padding: 0px;
    word-spacing: 0;
}*/

ul, li {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

img /*去掉ie6下img默认有空白*/ {
    vertical-align: bottom;
}

/*input, textarea, select, button, div {
    outline: none;
}*/

/*页面主体样式*/
#div_main {
    width: 1200px;
    min-width: 1200px;
    margin-left: auto;
    margin-right: auto;
	font-size: 12px;
}
/*页头样式*/
#div_head {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    padding-bottom: 10px;
}
/*页脚样式*/
#div_foot {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.clear {
    clear: both;
}

a {
    text-decoration: none;
    cursor: pointer;
	color:inherit;
}

    /*a:link {
        color: #000000;
    }

    a:visited {
        color: #000000;
    }

    a:hover {
        text-decoration: none;
        color: #FF6600;
    }*/

img /*去掉ie6下img默认有空白*/ {
    vertical-align: bottom;
}
/*#AllowPagePanel
{
    width: 590px;
    margin: 5px auto 5px auto;
    font-size: 9pt;
}*/

#AllowPagePanel span {
    /*border: solid #DCD9D4 3px;
    background-color: #DCD9D4;*/
    font-size: 14px;
    /*font-family: 微软雅黑,宋体,Helvetica,sans-serif;*/
    margin: 0px 2px 0px 2px;
	color: #005da3;
}

#AllowPagePanel select {
    height: 18px;
	border-color: #005da3;
}

.heightgao {
    height: 14px;
    font-size: 0;
    overflow: hidden;
}

.span_gray {
    color: #2B71DE;
    font-size: 13px;
}

.span10 {
    margin-left: 10px;
}

/*****都要用到的*****/
#div_title {
    width: 1202px;
    height: 35px;
    border-left: 1px solid #EDEBEC;
    border-right: 1px solid #EDEBEC;
    border-top: 1px solid #EDEBEC;
    border-bottom: 1px solid #EDEBEC;
    /*background:url(../IMG/bg03.gif) repeat-x left top;*/
    margin-top: 8px;
}

#div_title_img {
    width: 100px;
    height: 30px;
    margin-left: 15px;
    float: left;
}

/*#div_path {
    width: 340px;
    height: 30px;
    float: right;
    margin-right: 15px;
    color: #2B71DE;
    line-height: 30px;
    text-align: right;
}*/

#div_nr {
    width: 1200px;
    margin-top: 10px;
	
}

#div_nr_left {
    width: 1200px;
    height: auto;
    /*border: 1px solid #C0C0C0;*/
    float: left;
}

#div_nr_right {
    width: 275px;
    height: auto;
    float: right;
}
