html {
    /*
    background-color: #E4EAED;
    background-image: -moz-linear-gradient(center top , #F3F6F7 1px, rgba(243, 246, 247, 0) 1px),
                      -moz-linear-gradient(left center , #F3F6F7 1px, rgba(243, 246, 247, 0) 1px),
                      -moz-linear-gradient(center top , rgba(255, 255, 255, 0.3) 1px, rgba(243, 246, 247, 0) 1px),
                      -moz-linear-gradient(left center , rgba(255, 255, 255, 0.3) 1px, rgba(243, 246, 247, 0) 1px);
    background-position: -2px center, -2px center, -2px center, -2px center;
    background-size: 100px 100px, 100px 100px, 20px 20px, 20px 20px;
    */
    background: url("../images/back.jpg") repeat-x scroll left top #FFFFFF;
    background: #EEEEEF;
    font-family: 'Microsoft YaHei';
}

form {
}

form fieldset {
    border: 1px solid #ccc;
    border: none;
    /*padding: 15px;*/
    margin-bottom: 20px;
}

legend {
    font: bold 1.5em "Microsoft YaHei", SimYou, 幼圆, SimHei;
    border-bottom: 5px groove #000;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 50px;
    margin-left: 0;
}

dt, dd {
    min-height: 30px;
    line-height: 30px;
}

/*
table {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
table td, table th {
    border-bottom: 1px solid #CCCCCC;
    border-collapse: collapse;
    border-right: 1px solid #CCCCCC;
    padding: 5px 10px;
    border: none;
}
table th {
    background: none repeat scroll 0 0 #FBCD53;
    font-weight: bold;
}
table {
    border: none;
}
table tr {
    background: #fff;
}
table tr:nth-of-type(2n+1) {
    background: none repeat scroll 0 0 #F9F9F9;
}
*/
table {
    background: #fff;
}

.mainbody {
    padding-left: 70px;
    background: url(../images/main_aside_line.png) repeat-y scroll 35px 0px rgba(0, 0, 0, 0);
    min-height: 740px;
}

.menuColor_todayObject {
    padding-left: 30px;
    padding-bottom: 5px;
    background: url('../images/menu_today.png') no-repeat;
}
/*测评、高危、体弱*/
.menuColor_check {
    padding-left: 30px;
    padding-bottom: 5px;
    background-clip: border-box;
    background: url('../images/menu_check.png') no-repeat ;
}
.menuColor_special {
    padding-left: 30px;
    padding-bottom: 5px;
    background: url('../images/menu_tcm.png') no-repeat;
}

/*高危儿*/
.menuColor_high {
    padding-left: 30px;
    padding-bottom: 5px;
    background: url('../images/menu_junior.png') no-repeat;
}
/*专科随访*/
.menuColor_junior{
    padding-left: 30px;
    padding-bottom: 5px;
    background: url('../images/menu_junior.png') no-repeat;
}
/*中医、幼儿园体检*/
.menuColor_tcm {
    padding-left: 30px;
    padding-bottom: 5px;
    background: url('../images/menu_tcm.png') no-repeat;
}
/*家庭交互*/
.menuColor_connect {
    padding-left: 30px;
    padding-bottom: 5px;
    background: url('../images/menu_connet.png') no-repeat;
}


aside .multimenu a.menuStyle {
    float:left;
    background: linear-gradient(to right top, #5F9BCA, #babdff 50%, #5F9BCA);
}

.mainbody .func_title {
    width: 208px;
    height: 37px;
    background: url(../images/func_title.png) no-repeat;
    text-align: right;
    padding-right: 34px;
    font: 15px/37px "Microsoft YaHei", SimYou, 幼圆;
    font-weight: bold;
    color: #fff;
}

aside {
    position: absolute;
    border: none;
    border-top-left-radius: 8px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    z-index: 1;
}

aside .multimenu {
    /*list-style: disc inside none;*/
}

aside .multimenu a.menuparent {
    background: url('../images/menuparent.png') no-repeat;
    padding-left: 18px;
}

aside .multimenu a.menuchild {
    background: url('../images/menuchild.png') no-repeat;
    padding-left: 18px;
}

aside > .multimenu {
    background: url("../images/menu_frag.png") repeat-y scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom-left-radius: 13px;
    border-top-left-radius: 13px;
    padding-left: 23px;
}

aside .multimenu .multimenu li {
    padding-left: 20px;
}

aside .multimenu li {
    line-height: 44px;
}

aside .multimenu li > a:link,
aside .multimenu li > a:visited,
aside .multimenu li > a:hover,
aside .multimenu li > a:active {
    color: #616162;
    width: 100%;
}

aside .multimenu li:curr {
    padding-left: 20px;
    width: 260px;
    height: 44px;
    line-height: 44px;
}

aside .multimenu li.curr {
    /*color: #E87D27;*/
}

aside .multimenu li.curr > a:link,
aside .multimenu li.curr > a:visited,
aside .multimenu li.curr > a:hover,
aside .multimenu li.curr > a:active {
    color: #E87D27;
}

aside .multimenu li a {
    font: 15px "Microsoft YaHei", SimYou, 幼圆;
}

.contentBody {
    margin-left: 249px;
    padding: 30px;

    margin-left: 249px;
    margin-bottom: 50px;
    /**width: 928px;*/

    border: 2px double #BDB29A;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;

    box-shadow: 2px 2px 5px #ababab;
    font-size: 14px;

    background: #E4EDC0;

    color: #81582D;
}

.contentBodyDialog {
    padding: 30px;

    margin-bottom: 50px;
    /**width: 928px;*/

    border: 2px double #BDB29A;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;

    box-shadow: 2px 2px 5px #ababab;
    font-size: 14px;

    background: #E4EDC0;

    color: #81582D;
}

input[type=submit].saveBtn {
    background: url("../images/saveCheckMark.png") no-repeat scroll 0 0 transparent;
    box-shadow: none;
    height: 40px;
    padding-left: 30px;
    border-radius: 0;
}

.selectize-dropdown, .selectize-input, .selectize-input input {
    font-size: 12px;
}

.selectize-control.default.multi .selectize-input > div {
    cursor: pointer;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    margin: 0 6px 0 0;
    padding: 0 2px;
    border: 0;
    box-shadow: none;
    text-shadow: none;
}

.selectize-input, .selectize-control.multi .selectize-input.has-items {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    /*height: 24px;*/
    line-height: 24px;
    top: 5px;
}

.dropdown-active {
    padding-top: 0;
    padding-bottom: 0;
}

.selectize-control.single .selectize-input {
    box-shadow: none;
}

.ui-buttonset .ui-state-active {
    background: url("../images/checked.png") no-repeat scroll 2px 50% #FECE2F;
    border: 1px solid #D19405;
    color: #4C3000;
    padding-left: 17px;
}

h1 {
    font: bold 20px/68px 'Microsoft YaHei';
    text-align: center;
}

