/* menu.mi
.menu_item{
border:0px dashed #a0a0ff;
font-size:20px;
}
.topic{
font-size:24px;
}
*/

/* topic.mi */
.topic_item_row{
margin-top:8px;
border:0px dashed #00ff00;
}
.topic_item{
display:table-cell;
margin-top:0px;
border:0px dashed #0000ff;
}
.topic_item_mtime{
padding:0px;
border:0px dashed #0000ff;
}
/* category.mi */
.category_row{
margin-top:4px;
margin-left:16px;
border:0px dashed #ff00ff;
}
.category_item{
display:table-cell;
padding-right:10px;
border:0px dashed #ff0000;
}
.category_bread_crumb_row{
margin-top:0px;
border:0px dashed #ff00ff;
}
.category_bread_crumb_item{
display:table-cell;
padding-right:8px;
border:0px dashed #ff0000;
}

/* foot.mi */
.footer{
border:0px dashed #a0a0ff;
text-align:center;
font-size:12px;
}

/* view */
.popup{
text-align:center;
}
.disclaimer{
font-weight:normal;
}
.reference{
font-weight:normal;
font-style:italic;
}
.version{
font-family:"Times New Roman", Times, serif;
font-weight:normal;
font-style:italic;
}
.author{
font-family:"Times New Roman", Times, serif;
font-style:italic;
}
/* list */
ul.none{
list-style-type: none;
}
ul.disc{
list-style-type: disc;
}
ul.square{
list-style-type: square;
}
ul.circle{
list-style-type: circle;
}
ul.square{
list-style-type: square;
}
ol.dec{
list-style-type: decimal;
}
ol.lr{
list-style-type: lower-roman;
}
ol.ur{
list-style-type: upper-roman;
}
ol.la{
list-style-type: lower-alpha;
}
ol.ua{
list-style-type: upper-alpha;
}
ol.dx{
list-style-type: decimal;
}
ol.d0{
list-style-type: decimal-leading-zero;
}

ol.dxp {
counter-reset: ol-dxp-list;
list-style-type: decimal;
list-style: none;
}
ol.dxp > li.listitem {
}
ol.dxp > li.listitem:before {
counter-increment: ol-dxp-list;
content: "(" counter(ol-dxp-list, decimal) ")";
position: absolute;
left: 26px;
}

ol.lap {
counter-reset: ol-lap-list;
list-style-type: lower-alpha;
list-style: none;
}
ol.lap > li.listitem {
}
ol.lap > li.listitem:before {
counter-increment: ol-lap-list;
content: "(" counter(ol-lap-list, lower-alpha) ")";
position: absolute;
left: 59px;
}
ol > p {
margin-top: 0;
margin-bottom: 0;
}

.ff-serif {
font-family: "Times New Roman", Times, serif;
}

/* content */
.header1{}
.header2{}
.header3{}
.body1{}
.body2{}
.body3{}
