legend, form .agreement, form .notice, div.success, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, .ui-state-active.ui-state-hover, .ui-widget-content .ui-state-active.ui-state-hover, .ui-widget-header .ui-state-active.ui-state-hover, .ui-state-active a:hover, .ui-dialog .ui-dialog-titlebar { 
    background-color: #d4bb33; 
}

legend + * {
    border-color: #d4bb33;
}

fieldset fieldset legend {
    color: #d4bb33;
}

#offerList
{
    float: left;
    width: 150px;
    padding: 1em;
}

.offer 
{
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.offer h3 {
    margin: 0;
}

.paid {
    position: relative;
    background: url(/site/images/velvet_rope.png) no-repeat right 80%;
}

.community .paid h3 a {
    text-decoration: none;
    color: #000;
    cursor: default;
}

.upgrade {
    font-size: 75%;
    padding: 10px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    height: 75%;
    background: rgba(255, 255, 255, 0.9);
}

.pendingApproval
{
    background-color: #eee;
}

#filterBox 
{
    float: right; 
    width: 25%; 
    border: 1px dotted #336699; 
    padding: 5px;
    margin: 5px;
}

img.liDiscipline {
    float: right; 
    margin: 0 0 10px 20px; 
    width: 400px;
    clear: right
}

dl.li_discipline {
    clear: none;
    width: 50%
}

dl.li_discipline dt {
    border-top: 1px solid #D4BB33;
    width: 200px;
    font-weight: bold;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
}

dl.li_discipline dd {
    margin-left: 200px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
}

dl.li_discipline dd + dd {
    padding-top: 0px;
    margin-top: -8px
}  

dl.li_discipline dt:first-child {
    border-top: 0
}

dl.li_discipline dt + dd {
    border-top: 1px solid #D4BB33
}

dl.li_discipline dt:first-child + dd {
    border-top: 0
}

dl.li_discipline + h3 {
    clear: none;
}

dl.glossary {
    width: 800px
}

dl.glossary dt {
    float: none;
    display: block;
    font-weight: bold;
    width: 100%
}

dl.glossary dd {
    float: none;
    display: block;    
    margin: 0 0 15px 0;
    font-style: italic
}

input[type='submit'].liAppWorking {
    background-color: white;
    cursor: wait
}

#fracturedUCategories div ul {
    list-style-type: none;
    padding: 0 .5em;
}

#fracturedUCategories div ul li {
    margin: 1em 0
}

#fracturedUCategories div ul li:before {
   content: "\00BB\0020";
   color: #af292f
}