@import url(/Clients/thickbox.css);

img.mcms_stats{
   display: none;
}

fieldset{
   display: inline;
   border: 0;
}

/* form builder */

form.monkForm fieldset{
   display: block;
}

form.monkForm legend{
   font-weight: bold;
   margin-bottom: .5em;
}

form.monkForm label{
   display: block;
}

form.monkForm div.radio label,
form.monkForm div.checkbox label{
   display: inline;
   margin-left: 5px;
}

form.monkForm p.errorSummary{
   font-weight: bold;
   font-style: italic;
}

form.monkForm p.error,
#content form.monkForm p.error{
   margin-bottom: 0;
   color: #F00;
   font-size: .8em;
}

/* live edit */

#mcmsLiveEdit{
   position: fixed;
   top: 0;
   left: 10px;
   padding: 5px 10px;
   background: url(http://trunk.ekklesia360.com/Clients/bg_mcmsLiveEdit.png);  /* change this after release! */
   color: #FFF;
}

#mcmsLiveEdit h2{
   font-size: 12px;
   font-weight: bold;
   text-align: center;
}

#mcmsLiveEdit p{
   font-size: 12px;
   text-align: center;
   text-transform: uppercase;
}

#mcmsLiveEdit a{
   display: block;
   margin-top: 5px;
   font-size: 10px;
   color: #FFF;
   text-decoration: underline;
   text-transform: lowercase;
}

.mcmsLiveControl{
   position: absolute;
   padding: 5px;
   background: url(http://trunk.ekklesia360.com/Clients/bg_mcmsLiveEdit.png);  /* change this after release! */
}

.mcmsLiveControl a{
   color: #FFF !important;
   text-decoration: none !important;
   border: 0 !important;
}

.mcmsLiveControl a:hover{
   background: none !important;
   color: #FFF !important;
   text-decoration: none !important;
}
