/* Notifications Banner Component */
.noticeWrapper {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
    background: url('clientlibs/img/red_gradient.png') repeat;
    padding: 10px 0 10px 0;
    text-align: center;
    font-family: 'open sans';
    font-weight: bold;
    font-size: 16px;
    color: white;
}

.noticeWrapper a {
    text-decoration: none;
    color: white;
}

.noticeWrapper a:visited {
    color: white;
}

.noticeWrapper .close {
	position: absolute;
    top: 0;
    right: 0;
    margin: 8px 10px 0 0;
}
