/*
 * Official style sheet for BBSMax 3.0 final
 * User enter contents
 * Copyright (c) www.bbsmax.com
 * 2008-11-06 Compressed Version
 */
/*= add maxcode-userenters className =====================*/
.maxcode-userenters{word-break:break-all;}
/*= Heading and paragraph */
.maxcode-userenters h1,.maxcode-userenters h2,.maxcode-userenters h3,.maxcode-userenters h4,.maxcode-userenters h5,.maxcode-userenters h6{font-weight:bold;}
.maxcode-userenters h1{font-size:1.6em;margin-bottom:.2em;}
.maxcode-userenters h2{font-size:1.4em;margin-bottom:.3em;}
.maxcode-userenters h3{font-size:1.2em;margin-bottom:.4em;}
.maxcode-userenters h4{font-size:1em;margin-bottom:.5em;}
.maxcode-userenters h5{font-size:.9em;margin-bottom:.6em;}
.maxcode-userenters h6{font-size:.8em;margin-bottom:.7em;}
.maxcode-userenters p{font-size:1em;margin-bottom:.5em;}
/*= List */
.maxcode-userenters ul,.maxcode-userenters ol,.maxcode-userenters dl{margin-bottom:.5em;margin-left:2em;}
.maxcode-userenters ul{list-style:disc;}
.maxcode-userenters ol{list-style:decimal;}
.maxcode-userenters ul ul,.maxcode-userenters ol ol,.maxcode-userenters ol ul,.maxcode-userenters ol ul,.maxcode-userenters dl ul,.maxcode-userenters dl ul{margin-bottom:0;margin-left:1em;}
.maxcode-userenters dl{margin-left:0;}
.maxcode-userenters dl dd{margin-left:2em;}
/*= Images */
.maxcode-userenters img{cursor:pointer;}
/*= Quote */
.maxcode-quote{padding:5px;border:1px solid #cadcea;background:#fff;margin-bottom:.5em;font-size:90%;}
.maxcode-quote .maxcode-quote{font-size:100%;}
* html .maxcode-quote{height:1%;}
.maxcode-quoteauthor {margin:.5em 2em 0 0;text-align:right;font-style:italic;}
/*= indent */
.maxcode-userenters blockquote{padding-left:2em;}
/*= Code */
.maxcode-code{border:1px solid #cadcea;border-left-width:3px;margin:10px 0;background:#fff;font-size:0.85em;}
.maxcode-code p{margin:0;padding:0 10px 0 25px;height:2em;line-height:2;border-bottom:1px dashed #ccc;background:url(../img/icon/code.gif) no-repeat 10px 50%;}
.maxcode-code pre{margin:0;width:100%;min-height:1em;overflow:auto;line-height:normal;white-space:pre;padding:0 0 1.5em 0;/*for IE*/overflow-y:hidden;/*for IE*/}
.maxcode-code>/**/pre{padding:0;overflow-y:auto;}
.maxcode-code pre code{display:block;padding:5px 10px;}
/*= Table */
.maxcode-userenters table{border-collapse:collapse;border-spacing:0;width:95%;margin:10px 1px;color:#000;}
.maxcode-userenters table td,.maxcode-userenters table th{border:1px solid #ccc !important;padding:2px !important;background-color:#fff !important;}
/*= hiddent content */
.maxcode-hidetips,.maxcode-freetips{margin:10px 0;width:250px;padding:2px 10px 2px 30px;border:1px solid #97cdec;color:#48a2e7;background:#d8f2ff url(../img/bullet/info.gif) no-repeat 10px 50%;}
.maxcode-hidecontent,.maxcode-freecontent{border:1px solid #97cdec;background:#fff;padding:.5em .5em .5em 2em;margin-bottom:.5em;zoom:1;/*IE*/}
.maxcode-hidecontent .maxcode-hidetips,.maxcode-freecontent .maxcode-freetips{color:#48a2e7;border:0;margin:0 0 10px -2em;background-color:#fff;}