﻿body 
{
    font-family:Verdana, Sans-Serif;
    font-size:12px;
    color:#000;
    background-color:#DADADA;
    padding:0;
    margin:0;
}

.form
{
    width:900px;
    height:500px;
    background-color:#fff;
    border-bottom-right-radius:10px;
    border-bottom-left-radius:10px;
    -moz-border-bottom-right-radius:10px;
    -moz-border-bottom-left-radius:10px;
    padding:0px;
    position:relative;
}

.label:after
{
    content: ":";
}

.label
{
}

.value
{
    margin-bottom:10px;
}

.login-header
{
    background-image:url('img/imgOutsideHeader.jpg');
    background-repeat:no-repeat;
    height:80px;
    width:100%;
}
.login-body
{
    padding:20px;
}

.login-footer
{
    height:36px;
    width:75px;
    position:absolute;
    bottom:20px;
    right:20px;
    background-image:url('img/imgFooterRightLogo.jpg');
    background-repeat:no-repeat;
    background-position:right center;
}

.center
{
    text-align:center;
    margin:0 auto;
}

.left
{
    text-align:left;
}
.language-selector
{
    margin-top:50px;
}
.language-selector > span
{
    font-size:16px;
    font-weight:bold;
    margin:10px 0px;
    display:block;
}
.language
{
    width:30%;
    background-color:#f8f8f8;
    display:inline-block;
    padding:10px;
    margin:auto;
}

a
{
    color:#FF9900;
    text-decoration:none;
}

.language > a
{
    font-weight:bold;
}

.error
{
    padding:10px;
    margin-top:10px;
    border-style:solid;
    border-width:2px;
    display:block;
    color:#000;
}

.locked
{
    background-color:#c66;
    border-color:#c00;
}

.user-password
{
    background-color:#F2F39D;
    border-color:#F9C845;
}


/* ---------------------------------------------------------------------
dialog
-----------------------------------------------------------------------*/

.myDialogOverlay
{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: url('img/dialog-overlay.png');
    z-index: 100000;
    display: block;
}
.myDialogPosition
{
    width:100%;
    position:fixed;
    top:50%
}

.myDialogBox
{
    margin: 0px auto;
    position:relative;
    top:-150px;
    width:400px;
}

.myDialogTitle
{
    font-weight: bold;
    text-align: left;
    color: #fff;
    background-color: #4d4f53;
    font-size: 16px;
    padding: 5px;
    overflow: hidden;
    height: 18px;
}

.myDialogContent
{
    background-color: #fff;
    padding: 5px;
}

.myDialogClose
{
    /*float: right; */
    background-image: url('img/close.gif');
    background-position: top top;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    cursor: pointer;
    display:block;
    position:absolute;
    top: 8px;
    right: 5px;
}

.myDialogClose:hover
{
    background: url('img/close-hover.gif');
}

.myDialogFooter
{
    /*background-image: url('webDialogFooter.png');*/
    background-position:bottom right;
    background-repeat: no-repeat;
    width: 100%;
    /*height: 94px;*/
    background-color:#fff;
}

.notification
{
    position:fixed;
    top:2px;
    right:2px;
    padding:10px;
    margin:0px;
    cursor:pointer;
    z-index:100001;
    background-color:#F2F39D;
    border: 1px solid #F9C845;
    border-radius:10px;
    -moz-border-radius:10px;
}
.icon
{
    width:16px;
    height:16px;
    display:inline-block;
    vertical-align:baseline;
    background-position:left bottom;
}
.img-warning
{
    background-image:url('img/iconWarning16.png');
}

.img-manual
{
    background-image: url('img/ni00431-16.gif');
}

.img-delete
{
    background-image: url('img/ni0004-16.gif');
}