﻿
/* Set indentation on the cascading check boxes. */
.schemeGroup .scheme table
{
    margin-left:3em;
}

.managementControl
{
    background-color:#FFCCCC;
}

.email-subject-area, .email-edit-area
{
    width:425px;
}
.email-edit-area
{
    height:600px;
}


/* Set color on the Join button. */
input.joinSyndicate
{
    background-color: Orange;
}

/* Set the wrapper round the Join Button - www.belcherbutton.com */
.joinSyndicateWrapper
{
    padding:10px;
    border: 2px dashed Orange;
}

/* Style the autocomplete plug in */

.autocompleter, .ui-autocomplete
{
    width:500px;
}
.ui-autocomplete
{
    background-color : White;
    border: 2px solid #333333;
    /* There is an issue where the Search button can bleed through the auto complete overlay.  It's an irritation. This (z-index: 9999;) didn't fix it. */
}