.status {
    color: Red;
}

#adminpanel {
    min-height: 20px;
    font-size: 8pt;
    font-weight: bold;
    color: #333333;
    background-color: #e3e3e3;
    border-bottom: solid 1px #000000;
    margin-bottom: 10px;
}

#adminpanel a{
    color: #000000;
    text-decoration:underline;
}

#adminpanel a:hover{
    color: #990000;
    text-decoration:underline;
}

#adminControls .adminSection {
    margin: 5px 0 15px 0;
    border: solid 1px #c7c7c7;
}

#adminControls .sectionHeader {
    background-color: #e7e7e7;
    padding: 5px;
    font-size: 1.2em;
    font-weight: bold;
    display: block;
    margin: 0 0 5px 0;
    height: 20px;
}

#adminControls .sectionHeader .title{
    float: left;
}

#adminControls .sectionHeader .help{
    display:none;
    float: right;
}

#adminControls .sectionHeader .help img{
    display:none;
    border: none;
}

#adminControls .sectionHeader .help a{
    display:none;
    font-size: .7em;
}

#adminControls .sectionControls {
    padding: 10px;
}

#adminControls .sectionControl {
    margin-bottom: 10px;
}

#adminControls .modules td {
    width: 25%;
    padding: 3px;
}

.radupload ul, .radupload ul li
{
    margin: 0!important;
}

/* if there is a text-decoration set for the content area, this fixes the editor buttons */
.radeditor .rade_toolZone a, .radeditor .rade_toolZone a:hover
{
    text-decoration: none!important;
}
