﻿.status {
    color: Red;
}
.adminclear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.CMSButton{
    background: transparent url('../images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin: 5px 8px 3px 0;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none!important;
}

a.CMSButton span{
    background: transparent url('../images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.CMSButton span img{
    border: 0;
    margin:0 5px 0 0!important;
    padding:0;
    float:left;
}

a.CMSButton:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.CMSButton:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 



#ErrorImage
{
    width: auto;
    margin: 0 auto;
    height: 400px; 
    width: 500px; 
    background-image: url(../images/error.gif);
}

#ErrorImage a
{
    display: block;
    height: 400px; 
    width: 500px; 
}



#adminpanel {
    min-height: 20px;
    font-size: 10pt;
    font-weight: bold;
    color: #333333;
    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 {
    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;
}

/* 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;
}