123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325 |
- .boxHideOffset
- {
- position: absolute;
- visibility: hidden;
- top: -10000px;
- left: -10000px;
- }
- .bxoUnselectable
- {
- -moz-user-select: none;
- -khtml-user-select: none;
- }
- .boxUnselectable *
- {
- -moz-user-select: none;
- -khtml-user-select: none;
- }
- .boxButton
- {
- font: 11px tahoma,verdana,helvetica;
- white-space: nowrap;
- cursor: pointer;
- width: 75;
- }
- .boxButton BUTTON
- {
- border-bottom: 0px;
- border-left: 0px;
- margin: 0px;
- outline-style: none;
- outline-color: invert;
- padding-left: 3px;
- outline-width: 0px;
- width: auto;
- padding-right: 3px;
- font: 11px tahoma,verdana,helvetica;
- background: none transparent scroll repeat 0% 0%;
- overflow: visible;
- border-top: 0px;
- cursor: pointer;
- border-right: 0px;
- -moz-outline: 0 none;
- }
- .boxButton EM
- {
- font-style: normal;
- font-weight: normal;
- }
- .boxButtonLeft
- {
- line-height: 1px;
- font-size: 1px;
- width: 3px;
- background: url(images/btn-sprite.gif) no-repeat 0px 0px;
- height: 21px;
- }
- .boxButtonRight
- {
- line-height: 1px;
- font-size: 1px;
- width: 3px;
- background: url(images/btn-sprite.gif) no-repeat 0px -21px;
- height: 21px;
- }
- .boxButton I
- {
- line-height: 1px;
- width: 3px;
- display: block;
- font-size: 1px;
- overflow: hidden;
- }
- .boxButtonCenter
- {
- text-align: center;
- padding-bottom: 0px;
- padding-left: 5px;
- padding-right: 5px;
- white-space: nowrap;
- background: url(images/btn-sprite.gif) repeat-x 0px -42px;
- vertical-align: middle;
- cursor: pointer;
- padding-top: 0px;
- }
- .boxClose
- {
- width: 15px;
- background: url(images/tool-sprites.gif) no-repeat;
- float: right;
- height: 15px;
- margin-left: 2px;
- overflow: hidden;
- cursor: pointer;
- background-position: 0px 0px;
- display: block;
- }
- .buttonPanel
- {
- padding-bottom: 5px;
- padding-left: 5px;
- padding-right: 5px;
- padding-top: 5px;
- }
- .buttonPanel .boxButton
- {
- float: right;
- clear: none;
- width: 75px;
- }
- .buttonPanel .buttonPanelCenter
- {
- text-align: center;
- }
- .buttonPanel .buttonPanelCenter TABLE
- {
- margin: 0px auto;
- }
- .buttonPanel TABLE TD.buttonTd
- {
- padding-bottom: 3px;
- padding-left: 3px;
- padding-right: 3px;
- padding-top: 3px;
- }
- .boxTopLeft .boxHeader
- {
- padding-bottom: 4px;
- padding-left: 0px;
- padding-right: 0px;
- font: bold 11px tahoma,arial,verdana,sans-serif;
- color: #15428b;
- padding-top: 5px;
- }
- .boxTopLeft
- {
- z-index: 1;
- position: relative;
- padding-left: 6px;
- zoom: 1;
- background: url(images/left-corners.png) no-repeat 0px 0px;
- }
- .boxTopRight
- {
- padding-right: 6px;
- background: url(images/right-corners.png) no-repeat right 0px;
- }
- .boxBottomCenter
- {
- height:21px;
- zoom: 1;
- background: url(images/top-bottom.png) repeat-x 0px bottom;
- }
- .boxBottomCenter .boxFooter
- {
- height:21px;
- padding-bottom: 6px;
- line-height: 0;
- zoom: 1;
- font-size: 0px;
- }
- .boxBottomLeft
- {
- height:21px;
- padding-left: 6px;
- zoom: 1;
- background: url(images/left-corners.png) no-repeat 0px bottom;
- }
- .boxBottomRight
- {
- height:21px;
- padding-right: 6px;
- zoom: 1;
- background: url(images/right-corners.png) no-repeat right bottom;
- }
- .middleCenter
- {
- margin: 0px;
- padding-left: 0px;
- padding-right: 0px;
- font: 11px tahoma,arial,helvetica,sans-serif;
- background: #d5f3cb;
- }
- .boxMiddleLeft
- {
- padding-left: 6px;
- zoom: 1;
- background: url(images/left-right.png) repeat-y 0px 0px;
- }
- .boxMiddleRight
- {
- padding-right: 6px;
- zoom: 1;
- background: url(images/left-right.png) repeat-y right 0px;
- }
- .boxBody
- {
- background: none transparent scroll repeat 0% 0%;
- border-bottom: 0px;
- border-left: 0px;
- padding-bottom: 5px;
- padding-left: 10px;
- padding-right: 10px;
- overflow: auto !important;
- border-top: 0px;
- border-right: 0px;
- padding-top: 5px;
- width: 94% !has some problem with different explorer;
- height: auto;
- }
- .boxDrag
- {
- cursor: move;
- }
- .boxDrag .boxTitle
- {
- cursor: move;
- font-size: 12px;
- }
- .boxContent
- {
- font-size: 12px;
- }
- .boxIcon
- {
- width: 44px;
- float: left;
- height: 32px;
- background: no-repeat left top;
- }
- .messageShadow
- {
- position: absolute;
- zoom: 1;
- display: none;
- background: #777;
- overflow: hidden;
- top: 0px;
- left: 0px;
- Z-INDEX: 100001;
- FILTER: progid:DXImageTransform.Microsoft.alpha(opacity=50) progid:DXImageTransform.Microsoft.Blur(pixelradius=4);
- WIDTH: 350px;
- DISPLAY: block;
- HEIGHT: 100px;
- Left: 100px;
- top: 100px;
- }
- .messageBoxMaskIframe{
- position: absolute;
- left: 0px;
- top: 0px;
- z-index: -1;
- }
- .messageBox
- {
- Z-INDEX: 100002;
- POSITION: absolute;
- WIDTH: 349px;
- DISPLAY: block;
- VISIBILITY: visible;
- left: 105px;
- top: 105px;
- }
- .boxTopCenter
- {
- zoom: 1;
- background: url(images/top-bottom.png) repeat-x 0px 0px;
- overflow: hidden;
- }
- .messageMask
- {
- width: 100%;
- height: 100%;
- position: absolute;
- left: 0;
- top: 0;
- z-index: 100000;
- margin: 0;
- padding: 0;
- opacity: 0.5;
- background: white;
- }
- .messageBoxMaskBody select{
- display: none;
- }
|