/* used in tabheader */
#header .logo {
    margin: 0 13px 13px;
    height: 48px;
    width: 207px;
    float: left;
    background-image : url(../images/vantiv_logo_small.png);
}
/* This overrides the NavBar NavTop logo element style in new_header_2009.css */ 
.NavBar .NavTop .Logo {
  margin: 0 13px 13px;
    height: 48px;
    width: 207px;
    float: left;
    background-image : url(../images/vantiv_logo_small.png);
}
/* This overrides the logo in logout.jsp */ 
.large_logo { 
  margin: 0 auto;
    height: 200px;
    width: 864px;
    background-image : url(../images/vantiv_logo_large.png);
}
.small_logo { 
  margin: 0 13px 13px;
    height: 38px;
    width: 164px;
    background-image : url(../images/vantiv_logo_smallest.png);
}
/* used in template.xhtml */
.logo { 
  margin: 0 auto;
    height: 38px;
    width: 164px;
    background-image : url(../images/vantiv_logo_smallest.png);
}