﻿/* This CSS contains the generic layout for the site MasterPage. */
/* Customer specific styles are held in framework/customer/###/cascadeCustomer.css */

/* Overall Page Style */
body 
{
    text-align: center; /* IE */
    margin: 0 auto;
}

/* Overall Page Style */
body 
{
    text-align: -moz-center; /* FireFox */
    margin: 0 auto;
}

/* Body */
div.masterBody
{
    padding:5px;
}

/* Page Border */
div.masterOuterBorder
{
    width:1000px;
    height:100%;
}

/* This style is used to hide objects */
.hiddenObject
{
    display:none;
}

/* Scroller Style */
.scroller div 
{
    visibility:hidden;
}
.scroller, .scroller div.default 
{
    width:100%;
    height:10px;
    overflow:hidden;
    visibility:visible;
}
.scroller table tr td div 
{
    visibility:visible;
}

#newPasswordPolicyInformation
{
    display:none;
    width: 200px; 
    padding: 5px; 
    border-color: gainsboro; 
    border-top-width: 1px; 
    border-right-width: 2px; 
    border-bottom-width: 2px; 
    border-left-width: 1px; 
    border-style:solid; 
    position: absolute; 
    background-color: white;
    z-index:999;

}

.imgPasswordStrength
{

}

div.delete-button {
    margin: 15px;
    margin-left: 40px;
    margin-right: 0;
    width: 8%;
    display: inline-block;
}

div.delete-panel {
    margin: 15px;
    width: 80%;
    display: inline-block;
}

.instructionBox td {
    white-space: pre-wrap;
}