/* Start of CMSMS style sheet 'J2' */
/**
*  J2 - specific definitions for the J2 pages
*/

.j2imagebox { float: right;
                   padding: 5px; }

.j2imagebox img { padding: 10px; }

.j2outerBanner { background: no-repeat right;
                    height: 65px;
                    width: 400px;
                    color: white;
                    padding: 10px;
                    position: relative;
                    overflow: hidden;
                    display: table; }

.j2outerBanner a { color: white; }
.j2outerBanner a:hover { color: grey; }

.j2middleBanner { #position: absolute;
                        top: 50%;
                        display: table-cell;
                        vertical-align: middle; }

.j2innerBanner { font: small-caps 175% Arial;
                      #position: relative;
                      #top: -50%; }
/* End of 'J2' */
