﻿.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #0066A6;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 2px;
    cursor: pointer;
}

.accordionHeaderGray
{
    border: 1px solid #2F4F4F;
    color: #555; /*background-color: #0066A6;*/
    background: url(images/greyfade_bg.gif) repeat-x;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 2px;
    cursor: pointer;
    height: 20px;
}


.rbyell_ff
{
    background-image: url(invite/yellrb.gif);
    background-repeat: no-repeat;
    height: 21px;
    width: 21px;
}

.rbyell_ff input
{
    position: relative;
    top: -2px;
    left: -1px;
}

.rbyell_s
{
    background-image: url(invite/yellrb.gif);
    background-repeat: no-repeat;
    height: 21px;
    width: 21px;
}

.rbyell_s input
{
    position: relative;
    left:2px;
}

.rbyell
{
    background-image: url(invite/yellrb.gif);
    background-repeat: no-repeat;
    height: 21px;
    width: 21px;
}

.rbyell input
{
    position: relative;
}

.rbpink_ff
{
    background-image: url(invite/pinkrb.gif);
    background-repeat: no-repeat;
    height: 21px;
    width: 21px;
}

.rbpink_ff input
{
    position: relative;
    top: -2px;
    left: -1px;
}
.rbpink_s
{
    background-image: url(invite/pinkrb.gif);
    background-repeat: no-repeat;
    height: 21px;
    width: 21px;
}

.rbpink_s input
{
    position: relative;
        left:2px;
}

.rbpink
{
    background-image: url(invite/pinkrb.gif);
    background-repeat: no-repeat;
    height: 21px;
    width: 21px;
}

.rbpink input
{
    position: relative;
    
}

.rbgreen_s
{
    background-image: url(invite/greenrb.gif);
    background-repeat: no-repeat;
    height: 21px;
    width: 21px;
}

.rbgreen_s input
{
    position: relative;
        left:2px;
}

.rbgreen_ff
{
    background-image: url(invite/greenrb.gif);
    background-repeat: no-repeat;
    height: 21px;
    width: 21px;
}

.rbgreen_ff input
{
    position: relative;
    top: -2px;
    left: -1px;
}

.rbgreen
{
    background-image: url(invite/greenrb.gif);
    background-repeat: no-repeat;
    height: 21px;
    width: 21px;
}

.rbgreen input
{
    position: relative;
}

.invitegreenr
{
    display: block;
    padding: 2px;
     background-image: url(invite/greenrblr.gif);
    background-repeat: no-repeat;
     background-position:right;
     height:17px;
     white-space:nowrap; padding-right:13px;
     cursor:pointer;
}

/* Charity Menu */
.charitymenupanel
{
    border: 1px solid #868686;
    z-index: 1000;
    background: url(images/menu-bg.gif) repeat-y 0 0 #FAFAFA;
    cursor: default;
    padding: 1px 1px 0px 1px;
    font-size: 11px;
}


a.charitymenuitem
{
    margin: 1px 0 1px 0;
    display: block;
    color: #003399;
    text-decoration: none;
    cursor: pointer;
    padding: 2px 2px 2px 2px;
    white-space: nowrap;
}

a.charitymenuitem-Selected
{
    font-weight: bold;
}

a.charitymenuitem:hover
{
    background-color: #FFE6A0;
    color: #003399;
    border: 1px solid #D2B47A;
    padding: 1px 1px 1px 1px;
}
