﻿body 
{
    font-family: Segoe UI;
    font-size: 12px;
}

#content 
{
    margin: 0 auto;
    width: 700px;
}

div.spaceAroundMe
{
    margin-left: 6px;
    margin-bottom: 6px;
}

div.loginStuff
{
    padding:10px 0 12px;
}

div.mainContent
{
    padding-bottom: 12px;
    border-bottom: 1px solid;
    min-height:87%;
}
html, body { margin:0; padding:0;}
html, body, #aspnetForm, #content { height:100%; }
span.validationError
{
    color: Red;
    background-color: #ffff99;
}

span.updatedSuccess
{
    color: #009900;
    background-color: #eeffee;
}

table.gridPopup
{
    padding: 1em !important;
}
.rlbGroup { width:235px; }
.hiddenButton {    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}
.mainNavigation { z-index: 2499;float:none; }

.loggedInAs {    
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -120px;
    height: 40px;
    line-height: 20px;
    background: yellow;
    padding: 10px;
}
.rgRow.deauthorized, .rgAltRow.deauthorized {
    text-decoration: line-through;
}
#forcePasswordChange .cancelButton { display: none;}
.letters { overflow: auto;clear: both;width: 500px;margin: 10px auto;}
.letters li { list-style: none;}
.letters .item { float: left;margin: 0 3px;}
.profileEdit { text-align: center;}
.profileEdit .controls { padding: 5px;}

.roles td { vertical-align: top; }