body {
    background-color: #fff;
    color: #333;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 18px;
    line-height: 25px;
    padding: 0px;
    margin: 0px;
    width: 100%;
}

p, ol, ul, td {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 18px;
    line-height: 25px;
}

pre {
    background-color: #d7d7d7;
    padding: 10px;
    font-size: 16px;
}


a {
    color: #000;
}

.field, .actions {
    margin-bottom: 10px;
}

input, textarea, select {
    font-size: 18px;
    line-height: 25px;
}

#notice {
    margin: 0 0;
    padding: 5px 5px 5px 10px;
    background-color: #fffdd1;
    color: #004e00;
    position: fixed;
    width: 100%;
    text-align: center;
}

.field_with_errors {
    padding: 2px;
    background-color: red;
    display: table;
}

#error_explanation {
    display: block;
    width: auto;
    border: 2px solid red;
    padding: 7px;
    padding-bottom: 0;
    margin-bottom: 20px;
    background-color: #f0f0f0;
h2 {
    text-align: left;
    font-weight: bold;
    padding: 5px 5px 5px 15px;
    font-size: 12px;
    margin: -7px;
    margin-bottom: 0px;
    background-color: #c00;
    color: #fff;
}
ul li {
    font-size: 12px;
    list-style: square;
}
    }

.failed {
    color: red;
}

#toolbar {
    display: none;
    background-color: #0c8484;
    position: fixed;
    top: 0px;
    width: 100%;
    height: 50px;
    z-index: 1000;
}

#back_btn {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: transparent url(/images/icons2.png) no-repeat 0 -150px;
    vertical-align: middle;

    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

#title {
    display: inline-block;
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    line-height: 50px;
    vertical-align: middle;
    padding: 0 0 0 5px;
    margin: 0px;
    max-width: 220px;
    max-height: 50px;
    overflow: hidden;
}

#title_info {
    background-color: #FFF;
    color: #000;
}

#menu_starter {
    float: right;
}

#save_btn {
    float: right;
    padding: 3px 14px;
    margin: 8px 8px 3px 8px;
    background-color: #f0f0f0;
    border: 2px solid #f0f0f0;
    border-radius: 6px;
    color: #0c8484;
}

#page_menu {
    display: none;
    background-color: #0c8484;
    position: fixed;
    right: 5px;
    top: 49px;
    margin: 0px;
    padding: 0px;
    border-left: 1px solid #0c7c7c;
    border-bottom: 1px solid #0c7c7c;
    z-index: 1000;
}

.menu_item {
    display: block;
    height: 50px;
    width: 210px;
    border-top: 1px solid #0c7c7c;
    border-right: 1px solid #0c7c7c;
    color: #fff;
    padding: 0px;
    line-height: 50px;
    vertical-align: middle;
    text-decoration: none;
    overflow: hidden;
}

.menu_item > span {
    display: inline-block;
    height: 50px;
    vertical-align: top;
}

#bottom_tab {
    position: fixed;
    left: 0px;
    bottom: 0px;
    height: 55px;
    width: 100%;
    border-top: 2px solid #0c7c7c;
    background-color: #d7d7d7;
    z-index: 1000;
}

.tab_btn {
    display: block;
    float: left;
    height: 55px;
    width: 25.0%;
    text-align: center;
    overflow: hidden;
    padding-top: 3px;
    text-decoration: none;
}

.tab_btn > img {
    width: 24px; height: 24px;
}

.tab_btn > span {
    display: block;
    line-height: 14px;
    font-size: 14px;
}

.current_tab {
    background-color: #0c7c7c;
    color: #fff;
}

#content {
    margin-top: 50px;
    padding: 0px;
}

.back_icon { display: inline-block; background: transparent url(/images/icons2.png) no-repeat 0 -150px; width: 50px; height: 50px; border-right: 0px solid #ac2728; }
.search_icon { display: inline-block; background: transparent url(/images/icons2.png) no-repeat 0 -100px; width: 50px; height: 50px; }
.close_icon { display: inline-block; background: transparent url(/images/icons2.png) no-repeat 0 -50px; width: 50px; height: 50px; }
.add_icon { display: inline-block; background: transparent url(/images/icons2.png) no-repeat 0 0px; width: 50px; height: 50px; }
.refresh_icon { display: inline-block; background: transparent url(/images/icons2.png) no-repeat 0 -200px; width: 50px; height: 50px; }
.menu_icon { display: inline-block; background: transparent url(/images/icons2.png) no-repeat 0 -250px; width: 50px; height: 50px; }
.config_icon { display: inline-block; background: transparent url(/images/config2.png) no-repeat 0 0px; width: 50px; height: 50px; }
.calc_icon { display: inline-block; background: transparent url(/images/calc2.png) no-repeat 0 0px; width: 50px; height: 50px; }
.download { display: inline-block; background: transparent url(/images/download.png) no-repeat 0 0px; width: 50px; height: 50px; }
.edit_icon { display: inline-block; background: transparent url(/images/edit2.png) no-repeat 0 0px; width: 50px; height: 50px; }

.my_table { background-color:#fff; border-collapse:collapse; }
.my_table td, .my_table th { padding:5px;border:1px solid #0c8484; text-align: center; white-space: nowrap;}
.my_table th { background-color:#0c8484;color:white; border: 1px solid #0c5757; white-space: nowrap; font-weight: normal; }

.category_item {
    background-color: #d7d7d7;
    padding: 5px;
}

.sub_category {
    padding: 5px;
    border-bottom: 1px solid #d7d7d7;
}

.list_item {
    display: block;
    position: relative;
    min-height: 60px;
    border-bottom: 1px solid #d7d7d7;
    text-decoration: none;
}

.list_item > img {
    float: left;
    width: 40px;
    height: 40px;
    padding: 10px;
}

.list_item > .score {
    float: right;
    padding: 5px 10px 0px 0px;
    font-size: 18px;
    max-width: 200px;
    max-height: 18px;
    overflow: hidden;
}

.list_item > h3 {
    display: block;
    padding: 5px 5px 0px 65px;
    margin: 0px;
    font-weight: normal;
    font-size: 18px;
}

.list_item > span {
    display: block;
    padding: 0px 5px 5px 65px;
    margin: 0px;
    font-weight: normal;
    font-size: 16px;
    color: #bbb;
    line-height: 20px;
}

.list_item2 {
    display: block;
    position: relative;
    min-height: 50px;
    border-bottom: 1px solid #d7d7d7;
    text-decoration: none;
}

.list_item2 > img {
    float: left;
    width: 24px;
    height: 24px;
    padding: 10px 10px 10px 25px;
}

.list_item2 > h3 {
    display: block;
    padding: 10px 5px 10px 65px;
    margin: 0px;
    font-weight: normal;
    font-size: 18px;
}

.list_item3 {
    display: block;
    position: relative;
    border-bottom: 1px solid #d7d7d7;
    text-decoration: none;
}

.list_item3 > .marker {
    float: left;
    padding: 0px;
    margin: 11px 8px 8px 10px;
    width: 10px;
    height: 10px;
    border-radius: 12px;
    background-color: #0c8484;
}

.list_item3 > .marker_red {
    background-color: red;
}

.list_item3 > h3 {
    display: block;
    padding: 5px 5px 0px 30px;
    margin: 0px;
    font-weight: normal;
    font-size: 18px;
}

.list_item3 > span {
    display: block;
    padding: 0px 5px 5px 30px;
    margin: 0px;
    font-weight: normal;
    font-size: 16px;
    color: #bbb;
    line-height: 20px;
}

.list_item3 > .score {
    display: inline-block;
    padding: 5px 10px;
    float: right;
    font-size: 18px;

    top: 0px;
}

.list_item3 > a {
    display: inline-block;
    margin: 4px;
    background-color: #d7d7d7;
    padding: 2px 10px;
    border-radius: 10px;
}

/* 编辑页面 */

.field {
    position: relative;
    border-bottom: 1px solid #d7d7d7;
    padding: 0;
    margin: 0;
}

.field > label {
    height: 50px;
    display: inline-block;
    white-space: nowrap;
    line-height: 50px;
    padding: 0 10px;
    color: #0c8484;
}

.field > .sub_label {
    padding-left: 28px;
}

.field > input[type=text],
.field > input[type=password],
.field > input[type=file] {
    float: right;
    height: 50px;
    border: 0px solid #d7d7d7;
    padding: 0 10px 0 0;
    margin: 0px;
    text-align: right;
    outline: none;
    width: 200px;
}

.field > input[type=checkbox]:not(old),
.field > input[type=radio]:not(old) {
    width   : 28px;
    margin  : 0;
    padding : 0;
    opacity : 0;
}

.field > input[type=checkbox]:not(old) + label,
.field > input[type=radio   ]:not(old) + label {
    float: right;
    display: inline-block;
    height: 50px;
    width: 70px;
    overflow: hidden;
    text-indent: 150px;
    margin-left: 0px;
    padding-left: 0px;
    background: url(/images/OnOff2.png) no-repeat 0 0;
    line-height: 24px;
}

.field > input[type=checkbox]:not(old):checked + label {
    background-position : 0 -50px;
}

.field > input[type=radio]:not(old):checked + label {
    background-position : 0 -50px;
}

.field > .select_wrapper {
    display: inline-block;
    float: right;
    padding: 12px 6px 0 0;
}

.field > .select_wrapper > select {
    border: 0px solid #d7d7d7;
    background-color: #fff;
}

.field > .field_value {
    float: right;
    padding: 0 10px 0 0;
}

.actions {
    display: none;
}

#search_tool {
    padding: 10px 0 10px 20px;
    border-bottom: 1px solid #d7d7d7;
}



