body {
    margin: 0px;
    padding: 0px;
    color: #fff;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: medium;
    background-color: #000;
    height: 100%;
}


#background {
    position: absolute;
    top: 0px;
    width: 100%;
    min-width: 900px;
    height: 100%;
    background-image: url(../images/sitedown/sitedown_background.jpg);
    background-repeat: repeat-y;
    background-position: center center;
    z-index: -1;
}



#document {
    position: relative;
    width: 900px;
    height: 100%;
    padding: 0px;
    margin: 0 auto;
    background-image: url(../images/sitedown/sitedown_background.jpg);
    background-repeat: repeat-y;
    background-position: center center;
}
#topSlice {
    padding: 0px;
    margin: 0px;
    height: 72px;
    overflow: hidden;
    background-image: url(../images/sitedown/sitedown_topslice.jpg);
}
#middleSlice {
    padding: 0px;
    margin: 0px;
    height: 60px;
    overflow: hidden;
    background-image: url(../images/sitedown/sitedown_middleslice.jpg);
}
#bottomSlice {
    padding: 0px;
    margin: 0px;
    height: 221px;
    overflow: hidden;
    background-image: url(../images/sitedown/sitedown_bottomslice.jpg);
}



.logo {
    display: block;
    width: 271px;
    height: 60px;
    margin: 0 auto;
}
.message {
    margin-left: 360px;
    padding: 10px;
    font-size: large;
    line-height: 1.2;
    text-align: center;
    margin-right:50px;
}









/* STANDARD EXTERNAL PAGE CLASSES */
#topBar {
    display: block;
    position: relative;
    width: 521px;
    height: 64px;
    background-image: url(../images/ui/external_topbar.png);
    padding: 0px;
    margin: 30px auto 0 auto;
    overflow: hidden;
    cursor: pointer;
}
#topBar img {
    display: block;
    margin: 0px auto;
}
#messageBody {
    width: 521px;
    height: auto;
    background-color: #012138;
    padding: 0px;
    margin: 0px auto;
}
#messageBody #messageContent {
    padding: 20px;
    text-align: center;
    font-size: small;
}
#messageBody #messageContent strong {
    color: #fff;
    margin-bottom: 10px;
}
#messageBody #messageContent span {
    display: block;
    color: #fff;
    margin-top: 15px;
}
#bottomCorners {
    width: 521px;
    height: 16px;
    background-image: url(../images/ui/external_corners.png);
    padding: 0px;
    margin: 0 auto;
    overflow: hidden;
}



#topBar.wide {
    width: 600px;
    background-image: url(../images/ui/external_wide_topbar2.jpg);
}
#messageBody.wide {
    width: 600px;
}
#bottomCorners.wide {
    width: 600px;
    background-image: url(../images/ui/external_wide_corners.png);
}


#logoutWider #topBar.wide {
    width: 780px;
    background-image: url(../images/ui/external_wide_topbar780.jpg);
}
#logoutWider #messageBody.wide {
    width: 780px;
}
#logoutWider #bottomCorners.wide {
    width: 780px;
    background-image: url(../images/ui/external_corners780.png);
}



#timer {
    
    width: 0%;
    height: 4px;
    border: 0 none;
    margin: 0px auto;
    padding: 0px;
    background-color: #b27a1d;
    background-image: url(../images/ui/loading_bar.png);
    background-position: 0 0;
    background-repeat: repeat-x;
    overflow: hidden;
}
#messageBody .error li {
    list-style: none;
}

/* Login button in the logout page */
.reloginButton {
    display: block;
    margin: 15px 0;
    position: absolute;
    right:75px;
    top:2px;
}

#logoutFeedbackMsg {
    display:block;
    padding-bottom:7px; 
}
#oxspacer {
    height: 90px;
}
