﻿body
{
    font-family: Segoe UI, Tahoma, Arial;
    font-size: 11px;
    margin: 0;
    padding: 0;
}

DIV.ToolBar
{
    height: 89px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    min-width: 650px;
    background-color: white;
    background-image: url("/_imgs/theme/Outlook14Silver/rbgbbg.png");
    background-position: left bottom;
    background-repeat: repeat-x;
    border-bottom: 1px solid #898d92;
}

div.Logo
{
    position: absolute;
    top: 0;
    right: 0;
    height: 89px;
    width: 300px;
}

img.Logo
{
    position: absolute;
    left: 50%;
    margin-left: -100px;
    top: 50%;
    margin-top: -36px;
}

#Logo
{
    position: absolute;
    height: 400px;
    top: 50%;
    margin-top: -200px;
    width: 400px;
    left: 50%;
    margin-left: -200px;
}

#IFrameLoading
{
    display: none;
    background-color: white;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
}

UL.ToolBar
{
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 170px;
}

li.ToolBar
{
    float: left;
    list-style-image: none;
    list-style-type: none;
    position: relative;
    border-right-color: #e7e7e8;
    border-right-style: solid;
    border-right-width: 1px;
    height: 89px;
}

span.ButtonGroup
{
    /*background-color: yellow;*/
    margin: 0;
    top: 0;
    bottom: 0;
    left: 0;
}

span.ButtonGroupContainer
{
    /*background-color: cyan;*/
    height: 73px;
    display: block;
    padding-right: 3px;
    padding-left: 2px;
}

a.Button
{
    display: inline-block;
    margin-top: 3px;
    margin-left: 1px;
    margin-bottom: 3px;
    padding: 2px;
    padding-top: 4px;
    cursor: pointer;
    vertical-align: top;
    border: 1px transparent solid;
    position: relative;
}

    a.Button:hover
    {
        background-color: #FDEEB3;
        border: 1px #F1C43F solid;
    }

span.ButtonImage
{
    width: 32px;
    height: 32px;
    display: block;
    position: relative;
    left: 50%;
    margin-left: -16px;
    margin-bottom: 1px;
}

img.ButtonImage
{
    width: 32px;
    height: 32px;
}

span.ButtonText
{
    display: block;
    height: 30px;
    text-align: center;
}

span.ButtonGroupText
{
    /*background-color: orange;*/
    display: block;
    height: 15px;
    text-align: center;
    cursor: default;
    padding-left: 2px;
    padding-right: 2px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

div.VersionContainer
{
    position: absolute;
    bottom: 31px;
    right: 0;
    width: 170px;
}

div.VersionLine
{
    position: relative;
    height: 20px;
    padding-top: 3px;
}

div.VersionLabel
{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 120px;
    line-height: 20px;
}

div.VersionValue
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    line-height: 20px;
}

div.NavBar
{
    width: 129px;
    background-color: rgb(207, 212, 218);
    background-image: url("/_imgs/theme/Outlook14Silver/app_back.png");
    background-repeat: repeat-x;
    position: absolute;
    left: 0;
    top: 90px;
    bottom: 0;
    border-right: 1px solid #898d92;
    min-height: 400px;
}

div.NavBarItem
{
    height: 15px;
    display: block;
    margin: 2px;
    padding: 2px;
    border: 1px solid transparent;
    cursor: pointer;
}

    div.NavBarItem:hover
    {
        background-image: url("/_imgs/theme/Outlook14Silver/nav_hover_highlight.png");
        border: 1px solid #61A6E4;
    }

div.ContentIFrame
{
    background-color: white;
    position: absolute;
    top: 90px;
    bottom: 0;
    left: 130px;
    right: 0;
    min-width: 520px;
    min-height: 400px;
}

#ModalOverlay
{
    background-color: black;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    opacity: 0.3;
    filter: Alpha(opacity=30);
}

div.LoadingInfo
{
    background-color: white;
    position: absolute;
    top: 50%;
    height: 150px;
    margin-top: -75px;
    left: 50%;
    width: 300px;
    margin-left: -150px;
    border: 1px solid black;
    z-index: 11;
}

img.LoadingInfo
{
    position: absolute;
    width: 32px;
    height: 32px;
    left: 50%;
    margin-left: -16px;
    top: 50%;
    margin-top: -30px;
}

span.LoadingInfo
{
    width: 100%;
    text-align: center;
    position: absolute;
    height: 20px;
    line-height: 20px;
    top: 50%;
    margin-top: 10px;
    font-size: 16px;
}

iframe.ContentIFrame
{
    display: none;
    border: none;
    display: inline;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
}

div.DialogContentContainer
{
    background-color: rgb(233, 237, 241);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

div.DialogHeader
{
    background-color: white;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 60px;
    border-bottom: #A0A0A0 1px solid;
}

div.DialogHeaderTitle
{
    position: absolute;
    left: 10px;
    right: 10px;
    top: 5px;
    height: 25px;
    height: 15px;
    line-height: 15px;
    font-family: Segoe UI;
    font-size: 13px;
    font-weight: bold;
}

div.DialogHeaderDescription
{
    position: absolute;
    left: 10px;
    right: 10px;
    top: 25px;
    font-family: Segoe UI;
    font-size: 11px;
}

div.DialogContent
{
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0;
    top: 65px;    
}

#UpdateConfirmControlContainer
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 25px;
}

#UpdateConfirmVersionLabel
{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100px;
    line-height: 25px;
}

div.UpdateConfirmVersion
{
    position: absolute;
    left: 100px;
    top: 3px;
    bottom: 3px;
    right: 0;
}

select.UpdateConfirmVersion
{
    width: 100%;
    border-bottom: 1px solid #d6d3ce;
    border-right: 1px solid #d6d3ce;
    border-left: 1px solid #848284;
    border-top: 1px solid #848284;
    font-family: Arial Unicode MS,Segoe UI,Tahoma,Arial;
    font-size: 11px;
}

div.UpdateConfirmWarning
{
    position: absolute;
    top: 25px;
    left: 100px;
    right: 0;
    height: 23px;
    color: red;
}

span.UpdateConfirmWarning
{
    line-height: 23px;
}

#UpdateConfirmChangeLogContainer
{
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
}

#UpdateConfirmChangeLog
{
    background-color: white;
    position: absolute;
    top: 3px;
    left: 0;
    right: 0;
    bottom: 3px;
    border-right: 1px solid #e2e3ea;
    border-bottom: 1px solid #e2e3ea;
    border-left: 1px solid #e2e3ea;
    border-top: 1px solid #abadb3;
    overflow: auto;
    padding: 3px;
}


/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl
{
    border-top-left-radius: 0;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr
{
    border-top-right-radius: 0;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl
{
    border-bottom-left-radius: 0;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br
{
    border-bottom-right-radius: 0;
}

.ui-dialog .ui-dialog-buttonpane 
{
    padding-right: 10px;
}

.ui-dialog .ui-dialog-buttonpane button
{
    width: 110px;
    border: #666666 1px solid;
    height: 22px;
    font-family: Segoe UI;
    font-size: 11px;
    font-weight: normal;
    line-height: 18px;
    background-color: #cee7ff;
    background-image: url(/_imgs/theme/Outlook14Silver/ButtonNormalGradient.png);
    background-repeat: repeat-x;
    cursor: pointer;
    padding: 0;
    color: black;
    margin-right: 0;
    margin-left: 5px;
}

    .ui-dialog .ui-dialog-buttonpane button .ui-button-text
    {
        padding: 0;
    }

.ui-widget-content
{
    background-color: rgb(233, 237, 241);
    background-image: none;
}

.ui-widget {
    font-family: Segoe UI;
    font-size: 11px;
}

.no-close .ui-dialog-titlebar-close 
{
  display: none;
}

