.ui-button-text-only.m-messaging {
}

#msg thead {
	display:none;
}

#pnl-mercer-buckets .m-has-new-messages
,.ui-state-hover.m-messaging {
	color: black;
}

#msgSetupBtn.m-messaging-error{
	color: red;
}

#pnl-mercer-buckets .m-has-new-messages
,.ui-button.m-has-new-messages > .ui-button-icon-left {
	color: orange;
}

.ui-state-hover.m-has-new-messages  {
	color: black;
}

.ui-growl.ui-widget {   
    position:fixed;
    top: 10px;
    left: 25%;
    width: 500px;
    z-index:9999; 
}
.ui-growl-message.ui-growl-message {
	width: 420px;
}
.ui-growl-item-container {
  border:1px solid black;
}

.ui-growl-info div {
	background-color:#77d5f7;
	color:black;
}

.newMsgEven {
    animation: fadeinEven 2s;
    -moz-animation: fadeinEven 2s; /* Firefox */
    -webkit-animation: fadeinEven 2s; /* Safari and Chrome */
    -o-animation: fadeinEven 2s; /* Opera */
}
@keyframes fadeinEven {
    from {
        background-color:#ffffff;
    }
    to {
        background-color:lightgray;
    }
}
@-moz-keyframes fadeinEven { /* Firefox */
    from {
        background-color:#ffffff;
    }
    to {
        background-color:lightgray;
    }
}
@-webkit-keyframes fadeinEven { /* Safari and Chrome */
    from {
        background-color:#ffffff;
    }
    to {
        background-color:lightgray;
    }
}
@-o-keyframes fadeinEven { /* Opera */
    from {
        background-color:#ffffff;
    }
    to {
        background-color:lightgray;
    }
}

.newMsgOdd {
    animation: fadeinOdd 2s;
    -moz-animation: fadeinOdd 2s; /* Firefox */
    -webkit-animation: fadeinOdd 2s; /* Safari and Chrome */
    -o-animation: fadeinOdd 2s; /* Opera */
}
@keyframes fadeinOdd {
    from {
		background-color:lightgray;
    }
    to {
        background-color:#ffffff;
    }
}
@-moz-keyframes fadeinOdd { /* Firefox */
    from {
		background-color:lightgray;
    }
    to {
        background-color:#ffffff;
    }
}
@-webkit-keyframes fadeinOdd { /* Safari and Chrome */
    from {
		background-color:lightgray;
    }
    to {
        background-color:#ffffff;
    }
}
@-o-keyframes fadeinOdd { /* Opera */
    from {
		background-color:lightgray;
    }
    to {
        background-color:#ffffff;
    }
}
