﻿/* ----------------------------------------------- */
/* Notifications CSS                               */
/* ------------------------------------------------*/
/* THEMES STYLE SHEET */
/* DEFINE COLORS ONLY IN THIS STYLE SHEET */

.notifications
{
    border-color: #103366;
}
.notificationstext {
    color: black;
}
.altRow td {
	background-color:#F0F0F0;
}
.altRowOdd td {
	background-color:white;
}
tr.over2 td {
    background-color: #DEDEDE
;
}
