/*------------------------------------------------------------
    rba_icos.css
    
    This file contains styles and structure patterns for RBA icos.
        
    Templates, Portlets & Pages:
        icos can be site wide

Notes:
    See http://coding.smashingmagazine.com/2011/03/19/styling-elements-with-glyphs-sprites-and-pseudo-elements/
    for an explanation of the ico sprite methodology used
------------------------------------------------------------*/

@CHARSET "ISO-8859-1";
.rba-ico-wrapper-padded {
 padding: 10px;  }

.rba-ico-wrapper-note {
  background: #fffd80;
  width:485px; 
  margin: auto;
  text-align: left;  }

.rba-ico {
  display: inline-block;
  vertical-align: bottom; }

.rba-ico-24-w-text {
  width: auto;
  height: auto;
  min-height: 24px;
  padding: 0 0 0 36px; }
  
.rba-ico-24:before,
.rba-ico-24 img {
  left: -50px;
  right: auto; }


.rba-ico-24-exclaimation:before,
.rba-ico-24-exclaimation img {
  top: -1054px;
  clip: rect(1054px 74px 1078px 50px); 
  }
