﻿.page
{
    width: 960px;
    margin: 20px auto 0px auto;
    height: auto;
}

.imageLogin
{
    width:150px;
    height:150px;
    background-image: url('../PageImage/lock.jpg');
    background-repeat: no-repeat;
    background-position: right top;
    float:right;
}

.imageChange
{
    width:150px;
    height:150px;
    background-image: url('../PageImage/ChangePassword.png');
    background-repeat: no-repeat;
    background-position: right top;
    float:right;
}

.imageCreate
{
    width: 150px;
    height: 150px;
    background-image: url('../PageImage/adduser.png');
    background-repeat: no-repeat;
    background-position: right top;
    float: right;
}

.header
{
    width:920px;
    height:130px;
    background-image: url('../PageImage/Loginbanner.gif');
}

.footer
{
    width:920px;
    height:20px;
    background-image: url('../PageImage/Loginfooter.png');
    background-repeat: no-repeat;
}

.control
{
    width:500px;
    height:auto;
    margin:20px auto 20px auto;
}

.controlAdministrantor
{
    width:800px;
    height:auto;
    margin:20px auto 20px auto;
    padding:10px 20px 10px 20px;
}

.totalUsers
{
    background-position: left center;
    height: 32px;
    line-height: 32px;
    background-image: url('../PageImage/community-users-icon.png');
    background-repeat: no-repeat;
    padding-left:40px;
    font-weight:bold;
    
}

.usersOnline
{
    background-position: left center;
    height: 32px;
    line-height: 32px;
    background-image: url('../PageImage/user-network-icon.png');
    background-repeat: no-repeat;
    padding-left:40px;
    margin-top:10px;
    font-weight:bold;
}

.arrangeUsers
{
    margin-top:10px;
    font-weight:bold;
    padding:5px 5px 5px 5px;
    margin-bottom:30px;
}

.alph
{
    border: 1px dotted black;
    padding: 2px 2px 2px 2px;
    float: left;
    margin: 3px 3px 3px 3px;
    background-color: #999966;
}

.search
{
   clear:both;
   width:100%;
   padding:5px 5px 5px 5px;
   margin-bottom:10px;
}

.partTwo
{
    border:1px dotted black;
    padding:5px 5px 5px 5px;
}

.showUser
{
    width:790px;
}

.commonInfo
{
    width:800px;
    margin:10px auto 10px auto;
}

.roles
{
    width:800px;
    margin:10px auto 10px auto;
}

.grandRoles
{
    width:800px;
    margin:10px auto 10px auto;
}

.textEntry
{
    width:140px;
}

.passwordEntry
{
    width:140px;
}