/*
jive-internal.css :
*/
/* main default header */
#jive-global-header {
    background: #19470e url(../images/jive-hdr-bg1-int.png) repeat-x top;
    border-bottom: 1px #e9e9e9 solid;
	}
#jive-global-header-texture {
    background: transparent url(../images/jive-hdr-bg2-int.png) no-repeat;
    padding: 10px 15px;
    width: 836px;
    }

/* default logos */
#jive-global-header .jive-header-logo-internal {
    background-image: url(../images/jive-hdr-logo-int.png);
    background-repeat: no-repeat;
    height: 52px;
    overflow: hidden;
    width: 182px;
    }
#jive-global-header .jive-header-logo-internal a.jive-global-header-logolink {
    display: block;
    height: 52px;
    left: 15px;
    position: absolute;
    top: 9px;
    width: 182px;
    }
/*
END jive-internal.css
*/