﻿/* --------------------------
   Admin\Admin.aspx Selectors
   -------------------------- */

.RolePanel
{
	float:left;
	padding: 10px;
	margin: 10px;
	border: 1px solid white;
	background-color: #C2C4D1;
	/* color: black; */
	text-align: left;
	padding-left: 20px;
	font-size: 10pt;

    /* the filter attribute is recognized in Internet Explorer and should be a percentage */
    filter: Alpha(opacity=80);
    /* the -moz-opacity attribute is recognized by Gecko browsers and should be a decimal */
    -moz-opacity: .8;
    /* opacity is the proposed CSS3 method, not currently supported by any browser, but possibly
    standard in the future */
    /* opacity: .8; */
}

.RolesAndUserTable
{
    border: 5;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

.RolesAndUserTable tr
{
    padding: 0;
    margin: 0;
    border: 0;
}

.RolesAndUserTable td
{
    vertical-align: top;
    padding: 0;
    margin: 0;
    border: 0;
}

/* Admin page, description for command links */
.LinkDescription
{
	font-size: 8pt;
	color: Black;
}

/* Admin page, label and edit box for role name */
.Rolename
{
	margin-top: 5px;
	margin-bottom: 10px;
}
