﻿.popup-body { position: fixed; left: 0; top: 0; width: 100%; height: 100%; display: none; z-index: 100; }
.popup-mask { background-color: #000; position: fixed; filter: alpha(opacity=60); opacity: 0.6; width: 100%; height: 100%; -moz-user-select: none; }
.popup-main { position: fixed; font-family: "微软雅黑,宋体"; }
.popup-table { border-width: 0px; border-collapse: collapse; width: 100%; }
.popup-table td { border-width: 0px; padding: 0px; border: 0px solid red; }

.popup-table .popup-header { height: 35px; -moz-user-select: none; clear: both; }
.popup-table .popup-header .exf-left { width: 13px; background: url(ExfBG.png) left top no-repeat; }
.popup-table .popup-header .exf-center { background: url(ExfBG.png) left -40px repeat-x; }
.popup-table .popup-header .exf-center .title { float: left; background-color: Transparent; }
.popup-table .popup-header .exf-center .title span { font-size: 14px; font-weight: bold; display: block; margin-top: 10px; cursor: default; color: Black; }


.popup-table .popup-header .exf-center .tools span { display: inline-block; height: 18px; cursor: pointer; }

.popup-table .popup-header .exf-center .tools { float: right; width: 83px; background: url(ExfBG.png) left -147px no-repeat; height: 35px; }
.popup-table .popup-header .exf-center .tools.focusB { background-position: -85px -147px; }
.popup-table .popup-header .exf-center .tools.focusR { background-position: -170px -147px; }
.popup-table .popup-header .exf-center .tools.max { background-position: left -185px; }
.popup-table .popup-header .exf-center .tools.max.focusB { background-position: -85px -185px; }
.popup-table .popup-header .exf-center .tools.max.focusR { background-position: -170px -185px; }
.popup-table .popup-header .exf-center .tools .max { width: 32px; margin: 7px 0 0 5px; }
.popup-table .popup-header .exf-center .tools .close { width: 44px; margin: 7px 0 0 1px; }


.popup-table .popup-header .exf-center .tools.single { float: right; width: 83px; background: url(ExfBG.png) right -147px no-repeat; height: 35px; }
.popup-table .popup-header .exf-center .tools.single.focusR { background-position: right -185px; }
.popup-table .popup-header .exf-center .tools.single .max { display: none; }
.popup-table .popup-header .exf-center .tools.single .close { width: 45px; margin: 7px 0 0 37px; }

.popup-table .popup-header .exf-rightfocus { width: 13px; background: url(ExfBG.png) -30px top no-repeat; }
.popup-table .popup-header .exf-right { width: 13px; background: url(ExfBG.png) -15px top no-repeat; }

.popup-table .popup-content { font-size: 12px; }
.popup-table .popup-content .exf-left { width: 13px; background: url(ExfBG-Line.png) left 0px repeat-y; }
.popup-table .popup-content .exf-center { background-color: #FFF; }
.popup-table .popup-content .exf-content { margin: 2px; overflow: auto; }
.popup-table .popup-content .exf-content .loading { text-align: center; line-height: 40px; font-weight: bold; color: Red; }
.popup-table .popup-content .exf-right { width: 13px; background: url(ExfBG-Line.png) right 0px repeat-y; }
.popup-table .popup-content .exf-note { height: 50px; background-color: #EFEFEF; border-bottom: 1px solid #CACACA; -moz-user-select: none; }
.popup-table .popup-content .exf-note img { width: 32px; height: 32px; margin: 8px 5px 0px 8px; float: left; }
.popup-table .popup-content .exf-note .notetext { float: left; line-height: 16px; text-align: left; }
.popup-table .popup-content .exf-note .notetext .title { font-weight: bold; display: block; margin-top: 8px; }
.popup-table .popup-content .exf-note .notetext .msg { color: #333; }
.popup-table .popup-content .exf-buttons { height: 40px; background-color: #EFEFEF; border-top: 1px solid #CACACA; text-align: right; padding-right: 15px; padding-top: 0px; -moz-user-select: none; }
.popup-table .popup-content .exf-buttons .button { background: url(ExfBG.png) -86px -121px no-repeat; width: 79px; height: 23px; display: inline-block; text-align: center; cursor: pointer; line-height: 23px; margin: 0 2px; margin-top: 8px; }
.popup-table .popup-content .exf-buttons .button.focus { background-position: 0 -121px; }

.popup-table .popup-bottom { height: 13px; -moz-user-select: none; }
.popup-table .popup-bottom .exf-left { width: 13px; background: url(ExfBG.png) left -80px no-repeat; }
.popup-table .popup-bottom .exf-center { background: url(ExfBG.png) left -98px repeat-x; }
.popup-table .popup-bottom .exf-right { width: 13px; background: url(ExfBG.png) right -80px no-repeat; }

.popup-icon-1 { width: 13px; background: url(ExfBG.png) left -233px no-repeat; width: 50px; height: 50px; display: block; }
.popup-icon-2 { width: 13px; background: url(ExfBG.png) -88px -235px no-repeat; width: 50px; height: 50px; display: block; }
.popup-icon-3 { width: 13px; background: url(ExfBG.png) -165px -233px no-repeat; width: 55px; height: 50px; display: block; }

.popup-moveline { border: 1px solid #333; position: fixed; filter: alpha(opacity=50); opacity: 0.5; background-color: #FFF; -moz-user-select: none; display: none; }
