
/*------页面布局-------*/
div#main{
    float:none;
    width: 976px;
    margin: 0 auto;
}
div#top{
    height:55px;
    background : #FFF;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #CCCCCC;
}
div#top #brand{
    width: 270px;
}
div#top #brand a:hover{
    background-color: #FFF;
}
div#top #menu{
    width:auto;
    margin-top:33px;
    height:60px;
}
div#top #info{
    width:150px;
    margin-top:33px;
    height:60px;
}
div#top #other{
    float: right;
    width:90px;
    height:60px;
}
div#body{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #DDDDDD;
    padding-bottom: 10px;
}
div#body_left{
    width: 700px;
    margin-top:10px;
}
div#body_right{
    float: right;
    width: 270px;
    margin-top:10px;
}
div#bottom{
    font-size:12px;
}

/*------网页标签-------*/
body{
    background-color: #FFF;
    margin: 0px 0px;
    word-break: break-all;
}
div{
    float:left;
    width:100%;
    font-size:14px;
    line-height:25px;
    overflow:hidden;
}
div.hr{
    height:1px;
    border-top-style: solid;
    border-top-width: 1px;
    margin-top:10px;
}
form{
    margin: 0px;
}
a{
}
a:link {
    color: #3251a5;
    text-decoration:none;
}
a:visited {
    color: #3251a5;
    text-decoration:none;
}
a:hover {
    color:white;
    background-color: navy;
}
a.button {
    background-color: #ffe2e2;
    color: #325190;
    font-size: 13px;
    display: block;
    float: left;
    line-height: 24px;
    height: 20px;
    padding:0 3px;
    text-decoration: none;
    border:1px dotted red;
}
a.button2 {
    display:block;
    line-height:15px;
    padding:1px 0 1px 0;
    width:55px;
    text-decoration: none;
    text-align:center;
}
dl{
    float: left;
    margin: 0 0 0 0;
}
dd{
    margin: auto auto;
    text-align: center;
}
dt{
    margin: auto auto;
    text-align: center;
}
img{
    border: 0;
    vertical-align:middle;
}
h1{
    font-size: 20px;
    font-weight: bold;
    display:inline;
}
h2{
    font-size: 18px;
    font-weight: bold;
    display:inline;
}

/*------通用设计-------*/
/*统一VI设计*/
.vi{
    color:#0099ff;
}
.vi2{
    color: green;
}
.vi3{
    color: navy;
}
.vi_background{
    background-color: #d7e3f7;
}
.vi2_background{
    background-color: #ffe2e2;
}
.vi_note{
    color: #888888;
}
/*字体大小分级*/
.BigFont{
    font-size:20px;
}
.MiddleFont{
    font-size:18px;
}
.note{
    font-size: 13px;
}
/*图片大小分级*/
.big{
    width:90px;
    height:100px;
}
.normal{
    width:60px;
    height:65px;
}
.small{
    width:65px;
    height:70px;
}
.icon{
    width:30px;
    height:30px;
}
/*三列标题罗列*/
.FloatTitle{
    width: 33%;
    line-height: 26px;
}
/*两列标题罗列*/
.FloatTitle2{
    width: 49%;
    line-height: 24px;
}
/*错误信息*/
.errorMsg {
    color: red;
}
/*分页栏*/
div.Pages {
    padding-bottom:5px;
    text-align: center;
}
/*单元格集合*/
div.Selects{
    height:26px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #DDDDDD;
    margin-bottom:5px;
}
/*选中单元格*/
div.Selects div.Selected{
    margin-right:2px;
    text-align:center;
    width:auto;
    font-weight: bold;
    font-size:16px;
    line-height:28px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #DDDDDD;
    border-left-style: solid;
    border-right-style: solid;
    border-left-width: 1px;
    border-right-width: 1px;
    border-left-color: #DDDDDD;
    border-right-color: #DDDDDD;
    padding-left: 12px;
    padding-right: 12px;
}
div.Selects div.Unselected{
    text-align:center;
    width:auto;
    margin-top:5px;
    margin-right:2px;
    line-height:22px;
    background-color:#d9e6ff;
    font-size:15px;
    padding-left: 12px;
    padding-right: 12px;
}
div.Selects #sortType{
    line-height:30px;
    float:right;
    width:30%;
}
/*页面左侧的通用功能块*/
div.LeftBlock{
    padding-top: 5px;
}
div.LeftBlock #title{
    margin-bottom:15px;
}
div.LeftBlock #content{
}
/*页面右侧功能块*/
div.RightBlock{
    width:268px;
    margin: 0 0 6px 0;
    border: 1px solid #d7e3f7;
}
div.RightBlock #title{
    font-weight: bold;
    padding-left: 10px;
    background-color: #d7e3f7;
}
div.RightBlock #content{
    width:258px;
    padding-left: 10px;
}
/*页面右侧特殊功能块*/
div.RightBlock_special{
    width:268px;
    margin: 0 0 6px 0;
    border: 1px solid #ffe2e2;
}
div.RightBlock_special #title{
    font-weight: bold;
    padding-left: 10px;
    background-color: #ffe2e2;
}
div.RightBlock_special #content{
    padding-left: 10px;
}
/*MainPoint功能块*/
div.MainPoint{
    padding: 10px 0 10px 0;
    margin-bottom:6px;
    text-align: center;
    background-color: #ffe2e2;
}

/*------页面具体设计-------*/
div.SiteInfo{
    height:85px;
    background-image: url(/pics/siteInfoBackground.gif);
}
div.Info{
    margin:12px 5px 10px 5px;
    height:65px;
    line-height: 30px;
    background-image: url(/pics/siteInfoBackground.gif);
}
/*message页面*/
div#message{
    margin: 10px 0;
    float:none;
    width:auto;
    background-color: #d7e3f7;
    padding: 10px;
}
