 @charset "utf-8";
#about{
    padding:5px;
}
#dialog{
    display:none
}
#main-tabs{
    min-height:665px;
    height:auto;
}
#data-list{ display:none }
#dict-tabs{
    margin:0 0 0 0;
    border:none
}
#t-check{
    vertical-align:middle;
    margin:0 1px 0 4px;
    outline: none !important;
}
div.group table{ 
    display:none;
    vertical-align:top;
    border-collapse:collapse;
    width:100%
    /* border:dotted 1px #AAAAAA; */
}
div.group table td{
    border:solid 1px #E2E2E2;
}
div.group table tr>td:first-child{
    color:#0088CC;
    width:135px;
}
div.group ul{ 
    width:130px;
    margin:10px auto;
}
div.group span, .desc-r{ 
    font-style:italic;
    font-size:1em;
    font-weight:bold;
    color:#798686
}
div.group li:hover{ 
    cursor:pointer;
    color:#005580 !important;
}
div.group li{
    cursor:pointer;
    color:#0088CC !important;
}
ul{
    list-style-type:none;
    margin:0;
    padding:0 0 0 0;
}
a{ 
    text-decoration:none !important;
    outline: none !important;
}
.it{ font-style:italic }
.ui-tabs-anchor{
    font-size:1.15em;
}
#content{
    color:black;
    background-color:#FAFAF9;/* #E6EAED; */
    width:664px;
    float:right;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
    /* min-height:600px; */
}
#wrapper{
    margin:0 auto;
    width:803px;
}
#content, input,.def,textarea{
    font-family: "Times New Roman", Times, serif;
    font-size: 1em;}

.rd{ text-indent: 1.8em }

.srcb{
    margin-top:10px;
    font-size:0.8em;
    text-align:right
}
.hdr{
    font-size:16px;
    font-weight:bold;
    color:#575757
} 
.c{ text-align:center }
.l{ text-align:left }
.r{ text-align:right }
.b{ font-weight:bolder }

.emb{ 
    font-style:italic;
    font-weight:bolder
}
.ub{ font-weight:bold; text-decoration:underline }
.under,.u{ text-decoration:underline }
.marked{ text-decoration:line-through }

.lh1{ line-height:100% }
.lh1-1{ line-height:110% }
.lh1-2{ line-height:120% }
.lh1-3{ line-height:130% }
.lh1-4{ line-height:140% }
.lh1-5{ line-height:150% }
.lh1-6{ line-height:160% }
.lh1-7{ line-height:170% }
.lh1-8{ line-height:180% }
.lh2{ line-height:200% }
.lh3{ line-height:300% }

.d-border{ 
    border-style:dotted 1px gray
}


