/*----------------------------------------------------------------------*/
/* 
/* @description    Global stylesheet for the authorisations community
/* @author         Chris Poole
/* @date           30 Oct 2013
/* 
/*----------------------------------------------------------------------*/

/*----------------------------------------------------------------------*/
/* Header Styles
/*----------------------------------------------------------------------*/
		#abc{
            
        }

        .helpLink {
            padding:5px 15px 5px;
            background-image: url(images/help.png);
            background-repeat:no-repeat;        
            background-position:left; 
            text-decoration:none;
        }
        .helpLink:hover{
            text-decoration:none;
            background-image: url(images/help_hover.png);
            background-repeat:no-repeat;        
            background-position:left; 
        } 

        #logo{
                margin: 20px 0px 20px 100px !important;
                width: 300px !important;
                height: 100px !important;
                border: 0 !important;
                background:url(images/fca-logo.png) left center no-repeat;
        }