
/* {{{ default style */

body#content {
    font-family: Verdana, Arial;
    font-size: 9pt;
    margin: 0px;
    text-align: center;
    color: #555555;
}

body#main {
    font-family: Verdana, Arial;
    font-size: 9pt;
    color: #555555;
    background-color: #666;
    margin: 0px 0px 0px 0px;
    text-align: center;
}

p {
    font-size: 9pt;
}

table {
    border-collapse: collapse;
    width: 100%;
}

td {
    font-family: Verdana, Arial;
    line-height: 22px;
    padding: 0px;
}

img {
    border: none;
}

a, span {
    color: #666666;
}

a:hover {
    color: #DD6900;
    text-decoration: underline;
}
/* }}} */

/* {{{ main page style */

div.outer {
    width : 1000px;
    /*border-left : #000000 solid 1px;
    border-right: #000000 solid 1px;
    */
    margin-left: auto;
    margin-right: auto;
    background: #FFFFFF;
}

/* {{{ top */
div.top {
    float : left;
    height: 70px;
    width : 1000px;
    background: #FFFFFF url("/css/default/image/headbg.gif") repeat-x;
}

div.banner {
    width: 400px;
    height: 70px;
    float: left;
    background: #FFFFFF url("/css/default/image/banner.gif") no-repeat;
}

div.banner2 {
    width: 400px;
    height: 70px;
    float: left;
    background: #FFFFFF url("/css/default/image/banner2.gif") no-repeat;
}

div.bantest {
    width: 400px;
    height: 70px;
    float: left;
    background: #FFFFFF url("/css/default/image/bantest.gif") no-repeat;
}

div.hdmenu {
    height: 20px;
    width: 580px;
    float: right;
    text-align: right;
    color: #FFFFFF;
    padding-right: 5px;
    white-space: nowrap;
    position: relative;
    top: 48px;
    font-size: 14pt;
    font-family: 华文新魏, 宋体;
}

div.hdmenu a:hover {
    text-decoration: underline;
}

a.hdmenu  {
    color: #FFFFFF;
    text-decoration: none;
}

a.hdmenuH {
    color: #FFDD99;
    text-decoration: none;
}

a.bkform {
    text-decoration: underline;
    cursor: hand;
}

/* }}} */

/* {{{ mid */

div.mid {
    background: #FFFFFF;
    minHeight: 450px;
    width : 1000px;
    /* border-bottom: #00958C solid 4px; */
}

div.left {
    width: 140px;
    float: left;
    vertical-align: top;
    margin-left: 1px;
    background: #FFFFFF;
}

div.right {
    width: 850px;
    float: right;
    margin-left: 1px;
    margin-right: 1px;
    background: #FFFFFF;
}

/* {{{ submenu */

div.menuhd {
    width: 140px;
    height: 40px;
    vertical-align: bottom;
    background: #FFFFFF url("/css/default/image/menuhd.gif") no-repeat;
}

span.menuhd {
    line-height: 40px;
    font-size: 16pt;
    font-family: 华文新魏, 宋体;
}

div.submenu {
    width: 140px;
    background: #FFFFFF url("/css/default/image/menubg.gif") repeat-y;
}

div.menuft {
    width: 140px;
    height: 20px;
    background: #FFFFFF url("/css/default/image/menuft.gif") no-repeat;
}

div.mbox {
    width: 100%;
    line-height: 22px;
    background: #00958C;
    border-top: #FFFFFF solid 3px;
    border-bottom: #FFFFFF solid 3px;
    margin-top: 3px;
    margin-bottom: 3px;
    cursor: hand;
}

a.mhead {
    color: #FFFFFF;
    font-size: 13pt;
    font-family: 华文新魏, 宋体;
}

ul.mbox {
    margin: 0px;
    margin-top: 5px;
    padding: 3px 3px 0px 3px;
    list-style: square;
    line-height: 20px;
    text-indent: -20px;
    color: #00958C;
    display: none;
}

a.mbox {
    color: #333333;
    text-decoration: none;
    padding: 3px;
}

a.mform {
    color: #FFFFFF;
    background: #00958C;
    text-decoration: none;
    padding: 3px;
}

span.disable {
    color: #999999;
    text-decoration: line-through;
    padding: 3px;
    cursor: pointer;
}

a.mbox:hover {
    color: #FFFFFF;
    background: #00958C;
}
/* }}} */

iframe#content {
    width: 853px;
    overflow: visible;
    padding-right: 1px;
}

iframe#favlist {
    width: 1000px;
    overflow: visible;
    padding-right: 1px;
}

/* }}} */

/* {{{ bot */
div.bot {
    background: #00958C;
    height: 25px;
    width : 1000px;
    border-top:   #FFFFFF solid 4px;
    clear: both;
}

/* }}} */

/* }}} */

/* {{{ content style */

div.icon {
    text-align: right;
    height: 18px;
    margin-top: 2px;
}

div.user {
    text-align: left;
    height: 18px;
    margin-top: 2px;
}

div.content {
    width: 854px;
    text-align: left;
    min-height:600px; 
    height:auto !important; 
    height:600px; 
    overflow:visible;
}

div.selection {
    width: 100%;
    height: 50px;
    border: #B2B2B2 solid 1px;
}

/* }}} */

/* {{{ select form style */

div.frmtitle {
    text-align: left;
    border: 1px solid #B2B2B2;
    border-bottom: 5px solid #828282;
    margin-bottom: 1px;
}

div.where {
    width: 100px;
    height: 25px;
    background: #FFFFFF url("/css/default/image/where.gif") no-repeat;
    padding-left: 15px;
    line-height: 25px;
    display: inline;
    float: left;
}

div.where2 {
    width: 730px;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    display: inline;
    text-overflow: ellipsis;
}

div.frmbody {
    border-top: 2px solid #CDEAE8;
}

div.bkform {
    text-align: left;
    background-color: #E5E5E5;
    padding-left: 5px;
    padding-bottom: 2px;
    border: 1px solid #B2B2B2;
}

div.bkHform {
    text-align: left;
    padding-left: 5px;
    padding-bottom: 2px;
    border: 1px solid #B2B2B2;
    background-color: #FFFDDD;
}

form.bkform {
    margin: 0px;
}

span.bkform {
    white-space: nowrap;
    vertical-align: middle;
}

select.bkform {
    margin: 2px;
    color: #555555;
}

input.button {
    background-color: #FFCC99;
    border-left: #CCCCCC 1px solid;
    border-top: #CCCCCC 1px solid;
    border-bottom: #666666 1px solid;
    border-right: #666666 1px solid;
    padding-top: 2px;
    height: 20px;
    margin: 0px 10px 0px 0px;
}

/* }}} */

/* {{{ fav style */

div.fav {
    minHeight: 470px;
    text-align: left;
}

div.favtitle {
    border-top: 5px solid black;
    margin-top: 5px;
    background-color: #00958C;
    color: #FFFFFF;
    text-align: left;
    padding: 3px;
    padding-left: 15px;
    font-size: 12pt;
    font-family: 华文新魏, 宋体;
}

ul.fav {
    margin: 0px;
    line-height: 25px;
    padding-top: 15px;
    padding-left: 50px;
    font-size: 10pt;
    vertical-align: middle;
    minHeight: 200px;
}

span.note {
    line-height: 35px;
    font-size: 10pt;
    text-indent: 20px;
}

ul.fav a {
    text-decoration: none;
    color: blue;
}

/* }}} */

/* {{{ data table style */

table.frmdata {
    width: 100%;
    border-top: 5px solid black;
    border-bottom: 4px solid #00958C;
    clear: both;
}

table.frmdata td {
    border: 1px solid #B2B2B2;
    padding: 2px 3px 0px 3px;
    vertical-align: middle;
    line-height: 16px;
    height: 22px;
}

td.frmhdr {
    background-color: #00958C;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    padding: 2px 3px 0px 3px;
}

span.frmhdr {
    color: #FFFFFF;
}

.frmGdata {
    background-color: #EBEBEB;
}

.frmHdata {
    background-color: #FFF775;
}

.frmXdata {
    background-color: #FFD8ED;
}

div.frmHelp {
    position: absolute; right: 0px;
    border: 1px solid black;
    background-color: #FFFDDD;
    padding: 5px;
    display: none;
    cursor: hand;
    text-align: left;
    white-space: nowrap;
}

div.book {
    position: absolute;
    border: 1px solid black;
    background-color: #FFFDDD;
    padding: 3px;
    cursor: hand;
    text-align: left;
    white-space: nowrap;
}

.frmHelpN {
    background-color: #FFFDDD;
}

.frmHelpH {
    background-color: #DDDDDD;
}

div.chart {
    position: absolute; top: 120px; left: 70px;
    border: 2px solid #00958C;
    background-color: #FFFFFF;
    width: 650px; height: 400px;
}

div.frmnav {
    text-align: right;
    float: right;
    line-height: 22px;
    white-space: nowrap;
}

div.frmleft {
    text-align: left;
    float: left;
    line-height: 22px;
    white-space: nowrap;
}

a.frmnav {
    text-decoration: none;
}

span.frmnav {
    text-decoration: none;
    color: blue;
    cursor: hand;
}

span.current {
    color: #DD6900;
    text-decoration: underline;
}

a.current {
    color: #DD6900;
    text-decoration: underline;
}

.link {
    color: blue;
    cursor: hand;
}

.alink {
    color: #666666;
    cursor: hand;
    text-decoration: underline;
}

.blink {
    color: blue;
    cursor: hand;
    text-decoration: underline;
}
/* }}} */

/* {{{ admin style */

span.white {
    font-size: 14pt;
    font-family: 华文新魏, 宋体;
}

td.inputLeft {
    width: 35%;
    text-align: right;
    vertical-align: top;
    white-space: nowrap;
    padding: 2px 2px 2px 0px;
}

td.inputRight {
    text-align: left;
    vertical-align: top;
    padding: 2px 0px 2px 2px;
}

span.inputLabel {
    font-weight: bold;
}

span.inputLabelRed {
    font-weight: bold;
    color: #FF0000;
}

input.small {
    background-color: #EEEEEE;
    border-top: #666666 1px solid;
    border-left: #666666 1px solid;
    border-right: #CCCCCC 1px solid;
    border-bottom: #CCCCCC 1px solid;
    font-family: Verdana, Arial;
    height: 15px;
}

input.smallborder {
    background-color: #EEEEEE;
    font-family: Verdana, Arial;
    height: 15px;
    border: 1px solid #333333;
}

input.button {
    background-color: #EEEEEE;
    border-left: #CCCCCC 1px solid;
    border-top: #CCCCCC 1px solid;
    border-bottom: #666666 1px solid;
    border-right: #666666 1px solid;
    padding-top: 2px;
    height: 20px;
    font-family: Verdana, Arial;
    margin: 3px 10px 0px 0px;
}

/* }}} */

