
/* =Site menu */


div.moduletable li {
    text-indent : 40px;
  }

/* System Standard Messages */


#system-message dd.message ul {
    background: #C3D2E5 url(../../../templates/system/images/notice-info.png) 4px center no-repeat;
  }

/* System Error Messages */


#system-message dd.error ul {
    color: #c00;
    background: #E6C0C0 url(../../../templates/system/images/notice-alert.png) 4px top no-repeat;
    border-top: 3px solid #DE7A7B;
    border-bottom: 3px solid #DE7A7B;
  }

/* System Notice Messages */


#system-message dd.notice ul {
    color: #c00;
    background: #EFE7B8 url(../../../templates/system/images/notice-note.png) 4px top no-repeat;
    border-top: 3px solid #F0DC7E;
    border-bottom: 3px solid #F0DC7E;
  }

/* Joomla specivic copy of styles form all.css */


.componentheading {
    font-size : 24px;
    font-weight : normal;
    margin-bottom : 10px;
    margin-left : 0;
    margin-right : 0;
    margin-top : 26px;
    text-align : left;
  }


/*input.inputbox, textarea {
    border:1px solid #acacac;
    color:#000;
    padding:4px 0 4px 4px;
  }
*/
/* Banners module */

/* Default skyscraper style */

.bannergroup {
  }


.banneritem img {
    display : block;
    margin-left : auto;
    margin-right : auto;
  }

/* Text advert style */


.banneritem_text {
    padding: 4px;
    font-size: 11px;
  }


.bannerfooter_text {
    padding: 4px;
    font-size: 11px;
    background-color: #F7F7F7;
    text-align: right;
  }


