﻿
.groups .rightColumn 
{
    background-color: rgb(245, 245, 245);
    padding: 0p;
    float: right;
    width: 270px;
}

.groups .rightColumn h2
{
    padding: 15px 10px 0px 10px;
    color: rgb(80, 80, 80);
    font-size: 13px;    
}

.groups ul
{
    list-style: none;
    margin: 0;    
    padding: 0;    
}

.groups li
{
    line-height: 100%;
    padding: 10px 15px 10px 0;
    margin: 0 10px 0 10px;
    border-top: solid 1px rgb(230, 230, 230);
}

.groups li.top
{
    border-top: none;
}

.groups .none
{
    padding: 0px 10px 10px 10px;
    color: rgb(120, 120, 120);     
}

.groups .more
{
    padding: 10px 10px 10px 10px;
    color: rgb(80, 80, 80);     
}

.groups .create
{
    background-color: rgb(240, 240, 240);
    padding: 15px 10px 15px 10px;
    font-size: 16px;
    font-weight: bold;
    color: rgb(80, 80, 80);
}

.groups .create a
{
    text-decoration: underline;    
}

.groups .options
{
    padding: 5px 10px 20px 10px;
}

.groups .selectedPageLink
{
    background-color: rgb(128,194,255);
    padding: 2px 2px 2px 3px;
}

.groups .unselectedPageLink
{
    background-color: rgb(242,249,255);
    padding: 2px 2px 2px 3px;
}

.groups div.tableActions
{
    padding: 3px 3px 3px 17px; 
    width: 740px;
    background-color: rgb(217,236,255);
    border-bottom: solid 1px rgb(206,231,255);
    color: rgb(206,231,255);                   
}

.groups div.tableActions a.decrease
{
    color: rgb(202,0,0);                   
}

.groups div.tableActions a.increase
{
    color: Green;               
}

.groups div.tableFooter
{
    width: 740px;
    background-color: rgb(217,236,255);
    padding: 6px 3px 2px 17px;
    border-bottom: solid 1px rgb(125,190,255);
    color: rgb(0,64,128);
}

.groups div.tableHeader
{
    width: 740px;
    background-color: rgb(217,236,255);
    padding: 3px 3px 3px 17px;
    border-bottom: solid 1px rgb(125,190,255);
    color: rgb(0,64,128);
}

.groups div.tableRow
{
    padding: 3px 3px 3px 17px; 
    width: 740px;
    background-color: rgb(225,240,255);
    border-bottom: solid 1px rgb(206,231,255);           
}

.groups div.tableRow a
{
    color: Black;
}

.groups span.comments
{
    font-size: x-small;
    color: rgb(150,150,150);
}

.groups span.gray
{
    color: rgb(150,150,150);
}

.groups span.subtext
{
    color: rgb(47,117,221);
}

