﻿.status {
    color: Red;
}

#adminpanel {
    min-height: 20px;
    font-size: 10pt;
    font-weight: bold;
    color: #333333;
    background-color: #e3e3e3;
    border-bottom: solid 1px #000000;
    margin-bottom: 10px;
    width: auto;
	position:relative;
	z-index:1;
}


#adminForm .adminSection {
    margin: 5px 0 15px 0;
    border: solid 1px #c7c7c7;
}

#adminForm .sectionHeader {
    background-color: #e7e7e7;
    padding: 5px;
    font-size: 1.2em;
    font-weight: bold;
    display: block;
    margin: 0 0 5px 0;
    height: 20px;
}

#adminForm .sectionHeader .title{
    float: left;
}

#adminForm .sectionHeader .help{
    float: right;
}

#adminForm .sectionHeader .help img{
    border: none;
}

#adminForm .sectionHeader .help a{
    font-size: .7em;
}

#adminForm .sectionControls {
    padding: 10px;
}

#adminForm .sectionControl {
    margin-bottom: 10px;
}

#adminForm .modules td {
    width: 25%;
    padding: 3px;
}

.RadUpload ul, .RadUpload ul li
{
    margin: 0!important;
    padding: 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;
}

.rade_toolbar .Lipsum
{
    background-image: url( '../../images/lipsum.gif' )!important;
}