@CHARSET "ISO-8859-1";

.book {
           display:block;
}
 .pnlBook {
       position:absolute;
       display:block;
       border-top-width:0px;
       border-bottom-width:0px;
       border-right-width:0px;
       border-left-width:0px;
       border-style:outset;
       padding: 0 0 0 0;
    }

.pnlBookTabBar {
       display:block;
       height:20px;
       background-image:url(../images/tabExt.gif);
       background-repeat:repeat-x;
       width:100%;
    }

.pnlBookContent {
       display:block;
       float:left;
    }

.pnlBookFrameLeft {
       display:block;
       background:#999999;
       background-color:#999999;
       float:left;
       width:2px;
    }

.pnlBookFrameRight {
       display:block;
       background:#999999;
       background-color:#999999;
       float:left;
       width:2px;
    }

.pnlBookFrameBottom {
       display:block;
       background:#999999;
       background-color:#999999;
       height:2px;
       clear:both;
       font-size: 1px;
    }

.pnlTabLeftNormal {
       display: block;
       height: 20px;
       width: 6px;
       float:left;
       background-image:url(../images/tabLeftInactive.gif);
       background-repeat:no-repeat;
       }

.pnlTabRightNormal {
       display: block;
       height: 20px;
       width: 6px;
       float:left;
       background-image:url(../images/tabRightInactive.gif);
       background-repeat:no-repeat;
       }

.pnlTabLeftActive {
       display: block;
       height: 20px;
       width: 6px;
       float:left;
       background-image:url(../images/tabLeftActive.gif);
       background-repeat:no-repeat;
       }

.pnlTabRightActive {
       display: block;
       background-image:url(../images/tabRightActive.gif);
       background-repeat:no-repeat;
       height: 20px;
       width: 6px;
       float:left;
       }

.pnlTabActive {
       display: block;
       height: 20px;
       background-image:url(../images/tabMiddleActive.gif);
       background-repeat:repeat-x;
       color:#FFFFFF;
       font-size: 11px;
       float:left;
    }


.pnlTabNormal {
       display: block;
       height: 20px;
       color:#000000;
       font-size: 11px;
       float:left;
       background-image:url(../images/tabMiddleInactive.gif);
       background-repeat:repeat-x;
    }


.pnlTabLabelActive {
       color:#000000;
       font-size: 12px;
    }

.pnlTabLabelNormal {
       color:#000000;
       font-size: 12px;
    }

.pnlBookPageInactive {
       background:#FFFFFF;
       background-color:#FFFFFF;
       float:left;
       visibility:hidden;
       display:none;
    }

.pnlBookPageActive {
       background:#FFFFFF;
       background-color:#FFFFFF;
       float:left;
       display:block;
       visibility:visible;
    }