body {
    font-size: 12px;
    font-family: Arial;
    padding: 0;
    margin: 0;
    text-align: center;
    height: 95%;
    overflow-y: auto;
    overflow-x: auto; /*隐藏底部的横向滚动条*/
    scrollbar-arrow-color: #c5c5c5; /*三角箭头的颜色*/
    scrollbar-face-color: #f6f6f6; /*立体滚动条的颜色*/
    scrollbar-3dlight-color: #c5c5c5; /*立体滚动条亮边的颜色*/
    scrollbar-highlight-color: #ececec; /*滚动条空白部分的颜色*/
    scrollbar-shadow-color: #c5c5c5; /*立体滚动条阴影的颜色*/
    scrollbar-darkshadow-color: #c5c5c5; /*滚动条强阴影颜色*/
    scrollbar-track-color: #c5c5c5; /*立体滚动条背景颜色*/
    scrollbar-base-color: green; /*滚动条的基本颜色*/
}

a:link {
    color: #3366CC;
    text-decoration: underline;
}

a:visited {
    color: #3366CC;
    text-decoration: underline;
}

a:hover {
    color: #3D9B23;
    text-decoration: underline;
}

a:active {
    color: #3366CC;
    text-decoration: underline;
}

a img {
    border-width: 0;
}

a.noline {
	text-decoration:none;
}

table label.error {
    margin-left: 10px;
    width: auto;
    display: inline;
    color: red;
}

.clear {
    clear: both;
}

.top {
    width: 98%;
    MARGIN-RIGHT: auto;
    MARGIN-LEFT: auto;
    border: 0px solid red;
    margin-top: 15px;
    height: 86px;
    vertical-align: middle;
    text-align: center;
    border: 0px solid red;
}

.addtop {
    width: 98%;
    MARGIN-RIGHT: auto;
    MARGIN-LEFT: auto;
    border: 0px solid red;
    margin-top: 15px;
    height: 40px;
    vertical-align: middle;
    text-align: center;
}

.content {
    height: 70%;
    border: 0px solid red;
    left: 15px;
    right: 15px;
    position: absolute
}

.data {
    width: 100%;
    MARGIN-RIGHT: auto;
    MARGIN-LEFT: auto;
    height: 70%;
    vertical-align: middle;
    overflow: auto;
    padding: 0px;
    border: 0px solid red;
    /*
     left: 15px;
     right: 15px;
     position: absolute
     */
}

.adddata {
    width: 100%;
    MARGIN-RIGHT: auto;
    MARGIN-LEFT: auto;
    border: 0px solid red;
    vertical-align: middle;
    overflow: auto;
    padding: 0px;
}

.message {
    color: red;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    MARGIN-RIGHT: auto;
    MARGIN-LEFT: auto;
    vertical-align: middle;
    width: 95%;
}

.navigation_left {
    background: url(../img/n_01.jpg) repeat-x;
    text-align: left;
    width: 20px;
    line-height: 25px;
    position: absolute;
    left: 13px;
    top: 15px !important;
    top: 16px;
}

.navigation_middle {
    background: url('../img/n_02.jpg');
    text-align: left;
    MARGIN-RIGHT: 5px;
    MARGIN-LEFT: 20px;
    vertical-align: middle;
    line-height: 25px;
    padding-left: 5px;
}

.navigation_right {
    background: url(../img/n_03.jpg);
    position: absolute;
    text-align: left;
    width: 5px;
    line-height: 25px;
    right: 15px;
    top: 15px !important;
    top: 16px;
}

.search {
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0px;
    height: 40px;
    border: 0px solid red;
    position: absolute;
    left: 15px;
    top: 40px;
}

.action {
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0px;
    height: 40px;
    border: 0px solid red;
    position: absolute;
    right: 15px;
    top: 40px;
}

input
[ type = "button" ] {
    background-image: url(../img/shortbutton.gif);
    width: 70px;
    height: 25px;
    color: #000000;
    font-size: 12px;
    font-family: Arial Helvetica, sans-serif;
    margin: 2px 2px 2px 2px;
    cursor: pointer;
}

input
[ type = "button" ]:hover {
    font-weight: bold;
}

.button {
    background-image: url(../img/shortbutton.gif);
    width: 70px;
    height: 25px;
    border: 0px;
    color: #000000;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 2px 2px 2px 2px;
    cursor: pointer;
}

.button_mouseover {
    font-weight: bold;
}

.longbutton {
    background-image: url(../img/longbutton.gif);
    width: 100px;
    height: 25px;
    border: 0px;
    color: #000000;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 2px 2px 2px 2px;
    cursor: pointer;
}

.longbutton_mouseover {
    font-weight: bold;
}

.its {
    border: 0px;
    width: 100%;
    border: 0;
    background-color: #c5c5c5;
    text-align: left;
}

.its th {
    font-size: 13px;
    font-weight: bold;
    background-color: #ececec;
    vertical-align: middle;
    height: 30px;
    text-align: center;
}

.its td {
    font-size: 12px;
    overflow: hidden;
    white-space: nowarp;
    text-overflow: ellipsis;
}

.odd {
    background-color: #ffffff;
    vertical-align: middle;
    height: 30px;
}

.even {
    background-color: #f6f6f6;
    height: 30px;
    overflow: hidden;
    white-space: nowarp;
    text-overflow: ellipsis;
}

.pagelinks {
    color: #f6f6f6;
    font-weight: bold;
    font-size: 12px;
    margin-right: 0;
}

.pagelinkes input {
    border: 1px #c5c5c5 solid;
    width: 29px;
    height: 19px;
}
/*==========================分页===========================*/
#navbar2 {
    width: 97%;
    height: 30px;
    padding: 2px;
    border: 0px solid red;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
}

#navbar2 ul {
    padding: 2px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFF;
    white-space: nowrap;
    width: 95%;
    /*background-color:orange;*/
}

#navbar2 li {
    list-style-type: none;
    display: inline;
    background-color: #ececec;
    margin: 1px;
    border: 1px solid #c5c5c5;
    color: #FF7800;
}

#navbar2 li a {
    padding: 2px 8px 2px 8px;
    text-align: center;
    text-decoration: none;
}

.currentPageSeletedStyle {
    background: #ffffff;
    color: #FF7800;
    border: 0px;
    padding: 2px 8px 2px 8px;
}

#gotoButton {
    border: 1px solid #c5c5c5;
    cursor: pointer;
    background-color: #ececec;
    width: 29px;
    height: 19px;
    background-image: url('');
}

#navbar2 .inputPageNum {
    background-image: url(../img/PageNo_09.gif);
    width: 18px;
    height: 15px;
    border: 0px;
    color: #999999;
    font-weight: bold;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    cursor: hand;
    margin: 2px 2px 2px 2px;
}

#navbar2 .inputPageNum01 {
    background-image: url(../img/PageNo_10.gif);
    width: 18px;
    height: 15px;
    border: 0px;
    color: red;
    font-weight: bold;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin: 2px 2px 2px 2px;
}

#gotoPage {
    border: 1px #c5c5c5 solid;
    width: 29px;
    height: 19px;
}
/*
 左边显示栏目样式
 */
ul.ui-accordion-container {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

ul.ui-accordion-container li.catalog {
    margin-bottom: 2px;
}

ul.ui-accordion-container a.ui-accordion-link {
    display: block;
    height: 29px;
    background-image: url(../img/left_02.gif);
    color: #366F9D;
    text-decoration: none;
    line-height: 29px;
    width: 180px;
    font-weight: bold;
}

ul.ui-accordion-container a.ui-accordion-link:hover {
    background-image: url(../img/left_01.gif);
}

ul.ui-accordion-container a.selected {
    background-image: url(../img/left_01.gif);
}

ul.ui-accordion-container a.active {
    background-image: url(../img/left_02.gif);
}

ul.ui-accordion-container ul {
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    text-indent: 0px;
    list-style-type: none;
    line-height: 20px;
}

ul.ui-accordion-container ul li {
    margin: 0px;
    padding: 0px;
    border: 0px red solid;
    height: 5px;
}

ul.ui-accordion-container li li a {
    color: #000000;
    display: block;
    text-indent: 10px;
    text-decoration: none;
}

ul.ui-accordion-container li li a:hover {
    background-color: #C2ECA7;
    color: #FF0000;
    font-size: 13px;
    font-weight: bold;
}

ul.ui-accordion-container a.current {
    background-color: #C2ECA7;
    color: #FF0000;
    font-size: 13px;
    font-weight: bold;
}
/*
 
 */
input.text {
    width: 150px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #BDBDBD;
    padding: 0 3px;
    font-size: 12px;
    color: #7b9ebd;
}

input.shorttext {
    width: 65px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #BDBDBD;
    padding: 0 3px;
    font-size: 12px;
    color: #7b9ebd;
}

input.longtext {
    width: 100px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #BDBDBD;
    padding: 0 3px;
    font-size: 12px;
    color: #7b9ebd;
}

input.password {
    width: 150px;
    height: 20px;
    line-height: 20px;
    border: 0px solid #BDBDBD;
    padding: 0 3px;
    font-size: 12px;
}
/*
 添加和修改页样式
 */
.table-border {
    width: 100%;
    background-color: #c5c5c5;
    text-align: center;
}

.table-border th {
    height: 30px;
    font-weight: normal;
    font-size: 13px;
    background-color: #f6f6f6;
    text-align: right;
    padding-right: 10px;
    width: 15%;
}

.table-border td {
    border: 0px solid #EBF8FF;
    font-size: 13px;
    text-align: left;
    background-color: #FFFFFF;
    padding-left: 10px;
}

.table-border td label {
    font-size: 12px;
    padding-left: 10px;
}

.table-border .title {
    border: 0px solid #EBF8FF;
    font-weight: bold;
    height: 30px;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
    background-color: #ececec;
}

.table-border input {
    height: 22px;
}

.table-border .inputbutton {
    background: #FFFFFF;
    margin-left: 5px;
    margin-right: 5px;
}

.table-border .inputradio {
    border: 0px;
}

.table-border select {
    width: 180px;
}
/*
 
 */
.position {
    margin-top: 20px;
    height: 28px;
    width: 100%;
}

.position input {
    background-image: url(../img/shortbutton.gif);
    width: 70px;
    height: 25px;
    border: 0px;
    color: #000000;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 2px 2px 2px 2px;
    cursor: pointer;
}

.longposition {
    margin-top: 20px;
    height: 28px;
    width: 100%;
}

.longposition input {
    background-image: url(../img/longbutton.gif);
    width: 70px;
    height: 25px;
    border: 0px;
    color: #000000;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 2px 2px 2px 2px;
    cursor: pointer;
}
/*
 表单验证样式
 */
div.error {
    display: none;
}

input:focus {
    border: 1px dotted black;
}

input.error {
    border: 1px dotted red;
}

form.cmxform .gray * {
    color: gray;
}



