/* CSS Document */
.overview { font-family:Arial, Helvetica, sans-serif; font-size:14px; }
#popupMain{ width:679px; height:517px; display:none; position:absolute; z-index:500; }

#popupHeader{width:100%; height:61px;}
#headerMiddle{ font-weight:bold; font-size:16px; font-family:Arial; color:#3f4900; padding-top: 20px; width:593px; height:41px; background-image:url(../images/bg-green-score.png); background-repeat:repeat-x; float:left;}
#popupClose{ position:absolute; height:31px; margin-top:12px; margin-left:630px; cursor:pointer;}

#popupTable{width:677px; height:455px; border:1px solid #abb6be; border-top:0px; background:#edf1f3; text-align:left;}

#popupBox{width:657px; height:400px; margin:auto; /*overflow:auto;*/ }
.popupChapter{ width:607px; height:48px; border-bottom:1px solid #d0c9b5; float:left;}
.popupChapterName{ width:400px; height:24px; margin:12px 15px 0px 15px; font-size:14px; color:#1a3448; font-family:arial; float:left; /*border:1px solid;*/}
.popupChapterInfo{ width:120px; float:right; text-align:center;}

#btnReset{ margin-top:15px; cursor:pointer;}


/* Tiny Scrollbar */
#popupBox .viewport { width:640px; height:400px; overflow: hidden; position: relative; }
#popupBox .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; overflow:auto; height:400px; }
#popupBox .scrollbar{ background: transparent url(../images/bg-scrollbar-track-y.png) no-repeat 0 0; position: relative; background-position: 0 0; float: right; width: 15px; }
#popupBox .track { background: transparent url(../images/bg-scrollbar-trackend-y.png) no-repeat 0 100%; height: 100%; width:13px; position: relative; padding: 0 1px; }
#popupBox .thumb { background: transparent url(../images/bg-scrollbar-thumb-y.png) no-repeat 50% 100%; height: 20px; width: 25px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: -5px; }
#popupBox .thumb .end { background: transparent url(../images/bg-scrollbar-thumb-y.png) no-repeat 50% 0; overflow: hidden; height: 5px; width: 25px; }
#popupBox .disable { display: none; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }


#popupMain2{ width:679px; height:517px; display:none; position:absolute; z-index:500; }

#popupHeader2{width:100%; height:61px;}
#headerMiddle2{ font-weight:bold; font-size:16px; font-family:Arial; color:#3f4900; padding-top: 20px; width:593px; height:41px; background-image:url(../images/bg-green-score.png); background-repeat:repeat-x; float:left;}
#popupClose2{ position:absolute; height:31px; margin-top:12px; margin-left:630px; cursor:pointer;}

#popupTable2{width:677px; height:455px; border:1px solid #abb6be; border-top:0px; background:#edf1f3; text-align:left;}

#popupBox2{width:657px; height:400px; margin:auto; /*overflow:auto;*/ }
#btnReset{ margin-top:15px; margin-left: 275px; cursor:pointer;}

/* Tiny Scrollbar */
#popupBox2 .viewport { width:630px; height:400px; overflow: hidden; position: relative; }
#popupBox2 .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; padding-left:20px; }
#popupBox2 .scrollbar{ background: transparent url(../images/bg-scrollbar-track-y.png) no-repeat 0 0; position: relative; background-position: 0 0; float: right; width: 15px; }
#popupBox2 .track { background: transparent url(../images/bg-scrollbar-trackend-y.png) no-repeat 0 100%; height: 100%; width:13px; position: relative; padding: 0 1px; }
#popupBox2 .thumb { background: transparent url(../images/bg-scrollbar-thumb-y.png) no-repeat 50% 100%; height: 20px; width: 25px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: -5px; }
#popupBox2 .thumb .end { background: transparent url(../images/bg-scrollbar-thumb-y.png) no-repeat 50% 0; overflow: hidden; height: 5px; width: 25px; }
#popupBox2 .disable { display: none; }