﻿.permission-wrapper
{
    width: 900px;
    overflow: auto;
}
.active
{
    font-weight: bold;
}
.permissionTable
{
    color: #4F6B72;
    font-size: 0.75em;
    margin: 0;
    width: 550px;
    vertical-align: baseline;
    margin-bottom: 40px;
}

#resultPerm .first-col
{
    text-align: left;
    padding: 6px 6px 6px 12px;
}

#resultPerm
{
    margin-left: 50px;
    margin-top: 2px;
    bottom: 0px;
    right: 0px;
    float: left;
    display: block;
    width: 550px;
    vertical-align: bottom;
    padding: 0px;
}

#resultPerm .role
{
    vertical-align: middle;
    text-align: left;
}


.permissionTable input[type="radio"]
{
    margin: 3px;
}

#resultPerm span
{
    margin-left: 8px;
    margin-right: 3px;
}

#resultPerm tr:hover td
{
    background: #fff993;
}

#resultPerm td
{
    text-align: center;
    border: 1px solid #C1DAD7;
    color: #4F6B72;
    padding-top: 6px;
    padding-bottom: 6xp;
    padding-left: 0px;
    padding-right: 0px;
}

#resultPerm th
{
    border: 1px solid #C1DAD7;
    letter-spacing: 2px;
    padding: 6px 20px 6px 12px;
    text-align: center;
    text-transform: uppercase;
    background: url("../Images/bg_header.jpg") repeat-x scroll 0 0 #CAE8EA;
    color: #4F6B72;
}

#resultPerm div.skylabPanel
{
    width: 548px;
    display: none;
}
