﻿body
{
}
.alternat hr, .alternate hr {  
  width: 87%;
}
#groupmenu
{
    width: 100px;
    border: solid 1px #000000;
    position:absolute;
    left: 0;
    top: 0;
}
#groupmenu li
{
    float: left;
    line-height: 2;
    border-color: #583F6C;
    border-style: dotted none none;
    border-width: 1px; /*padding-right:1em;*/
    width: 100%;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    background-color: #C0C0C0;
}

#grp
{
    position: absolute;
    background-color: #669999;
    z-index: 100;
    display: none;
    padding: 0;
}

#grp p
{
    border-style: dotted;
    border-width: 1px 0px 0px 0px;
    border-color: #3333CC;
    margin: 0;
    padding: 2px 9px 2px 9px;
    cursor: pointer;
}

#grplist
{
    overflow:hidden;    
}

#grplist span
{
    cursor: pointer;
}

#grplist div
{
    /*cursor: pointer;*/
    overflow:hidden;
    border-width: 1px;
    width: 98%;
    float: left;
    padding: 3px;
    margin: 0;
    border-top-style: dotted;
}

.notes, .addnotes, .addgroup, .rmvgroup
{
    color: #830000;
    text-decoration: underline;
    cursor: pointer;
    font-style: italic;
    text-align: right;
}

.notesbox
{
    width: 714px;
    height: 80px;
}

td.smallnotes
{
    font-size: .8em;
}

td.smallnotes p
{
    padding: 0px;
    margin: 0px;
}

.submit
{
    color: #000080;
    text-decoration: underline;
    cursor: pointer;
    font-style: normal;
    text-align: right;
    font-weight: bold;
    padding-bottom: 10px;
}

#addgrpbox
{
    line-height: 30px;
    background-color: #FFFFCC;
    position: relative;
    bottom: 5px;
}

.groupitem
{
    float:left;
}

.rmvgroup
{
    float:right;
}