@charset "utf-8";
html, body {
    margin-left: 0;
    padding-left: 0;
    position: relative;
    width: 100%;
    height: 100%;
}

body {
    font-family: tahoma;
}

#content {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    border: none;
    padding: 0px;
}

#content tr {
    vertical-align: top;
}

#mainClient {
    position: relative;
}

#wsStage {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    visibility: inherit;
    width: 720px;
    height: 540px;
}

#wsSplash {
    font-family: tahoma;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

#wsSplash #wsSplashTitle {
    position: absolute;
    bottom: 50%;
    text-align: center;
    width: 100%;
}

#wsSplash #wsSplashTitle span {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 16px;
    line-height: 50px;
    min-width: 220px;
    background: url(Images/loadingIcon.gif) center bottom;
    background-repeat: no-repeat;
    font-size: medium;
    font-weight: bold;
}

#wsSplash #wsSplashNotify {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: small;
    text-align: right;
    padding: 0.3em;
    margin: 0;
}

#bottomPanel {
    margin-top: 0.5em;
    height: 50px;
    position: relative;
}

#wsStatus {
    padding-top: 0.5em;
    position: relative;
    width: 100%;
    height: 1.3em;
    text-align: right;
    vertical-align: bottom;
}

#wsSlideTitle {
    margin-left: 2em;
    margin-right: 1em;
}

#downloadLink {
    position: absolute;
    width: 104px;
    height: 40px;
    z-index: 2;
    background: url(Images/download.png) center no-repeat;
    margin-left: 10px;
    border: 2px solid #999999;
}

#downloadLink span {
    display: none;
}

#wsController {
    width: 60px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1000100;
    zoom: 1;
}

#wsController:hover {
}

#wsController a {
    width: 40px;
    height: 40px;
    padding-top: 0px;
    padding-bottom: 0px;
    border: 0px hidden transparent;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -3px;
    display: block;
    outline: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity = 80);
    opacity: 0.8;
}

#wsController a span {
    margin-left: -100000000px;
    display: none;
}

#wsController a {
    background-position: -5px center;
    background-repeat: no-repeat;
}

#wsController a:hover, #wsController a:focus {
    background-position: -55px center;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity = 100);
    opacity: 1;
}

#wsController a:active {
    background-position: -105px center;
}

#wsController #navHelp {
    display: none;
}

#navLog {
    margin-top: 10px;
}

#wsController #navNextStep {
    width: 50px;
    height: 70px;
    background-position: -5px center;
}

#wsController #navNextStep:hover, #wsController #navNextStep:focus {
    background-position: -65px center;
}

#wsController #navNextStep:active {
    background-position: -125px center;
}

#sidePanel {
    position: absolute;
    left: 0;
    z-index: 1000100;
    height: 95%;
    zoom: 1;
}

#sidePanel:hover {
}

#sidePanelClient {
    position: relative;
    float: left;
    overflow-y: hidden;
    overflow-x: hidden;
    width: 0px;
    min-height: 100px;
    height: 100%;
    zoom: 1;
}

#sidePanelScroller {
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 80px;
    height: 100%;
    zoom: 1;
}

#sidePanelTabs {
    position: relative;
    float: left;
}

#sidePanelTabs a {
    outline: none;
}

#tabSlideDir {
    float: left;
    width: 31px;
    height: 66px;
    background-position: left;
    background-repeat: no-repeat;
    cursor: hand;
    cursor: pointer;
    zoom: 1;
}

#tabSlideDir span {
    display: none;
}

#slideListScrollButtonPanel {
    visibility: hidden;
    height: 0;
    position: relative;
    bottom: 0;
    right: 0;
}

#slideListScrollButtonGroup {
    position: absolute;
    height: 30px;
    right: 20px;
    bottom: 3px;
}

.BtnScroll {
    display: block;
    float: left;
    width: 0px;
    height: 0px;
    font-size: 0;
    line-height: 0;
    border-style: solid;
    border-width: 20px 14px;
    margin-right: 4px;
}

.BtnScroll span {
    display: none;
}

#btnSlideListScrollUp {
    margin-top: -10px;
}

#btnSlideListScrollDown {
    margin-top: 10px;
}

#btnSlideListScrollToTop {
    display: none;
}

#btnSlideListScrollToBottom {
    display: none;
}

#wsSlideDir {
    width: 240px;
    font-family: tahoma;
    font-size: small;
}

#wsSlideDir ol {
}

#wsSlideDir li, #wsSlideDir li a {
    text-decoration: none;
}

#wsSlideDir li a:hover {
    text-decoration: underline;
}

#wsSlideDir .HiddenSlideItem {
    text-decoration: none;
}

#wsSlideDir .CurrSlideListItem, #wsSlideDir .CurrSlideListItem:hover {
    background-color: #CCCCCC;
    text-decoration: none;
}

#logPanel {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    font-family: tahoma;
    overflow: hidden;
    z-index: 100010;
}

#logPanelTitle {
    position: relative;
    top: 0;
    height: 20px;
    font-size: medium;
    font-weight: bold;
    padding: 5px;
    padding-left: 10px;
}

#logPanelTitle a {
    outline: none;
}

#logPanelTitle a.LogPanelCloser {
    font-size: 6px;
    position: absolute;
    top: 10px;
    right: 10px;
    height: 10px;
    width: 10px;
    background-position: 0px center;
    background-repeat: no-repeat;
    text-decoration: none;
}

#logPanelTitle a.LogPanelCloser:hover {
    background-position: -10px center;
}

#logPanelTitle .LogPanelCloser span {
    visibility: hidden;
}

#wsLog {
    position: relative;
    height: 200px;
    border-top: none;
    overflow-y: auto;
    font-size: small;
}

#wsLog p {
    margin: 2px;
    margin-left: 4px;
    margin-right: 4px;
    padding: 0;
    border-bottom: #999999 1px dotted;
}
