.foo {}

/* Colour Swatches */
/* WebJet Red: #DC140A */
/* PlanIt Blue: #2970BE */
/* Light blue highlight: #EFF3FF */
/* Light red highlight: #FFBFC3 */
/* Light orange highlight: #FFF2D6 */

/* ---------------------------------------------
   Notifications Control Styles
   ---------------------------------------------*/

.notifications-panel
{
	border: solid 1px #2970BE;
	background-color: #EFF3FF;
	clear:both;
	padding: 4px 6px 4px 6px;
	font-family: Arial;
	font-size: 12px;
}

.NotificationsIcon
{
	float: left;
	margin-right: 6px;
}

.notification-title-none
{
	color: #222222;
	font-weight : normal;
}

.notification-title-some
{
	color : #222222;
	cursor: pointer;
}

.more-link
{
	text-decoration : underline;
	font-size : small;	
}

.align-right
{
	float : right;
}

.individual-notification
{
	margin : 3px 0px 3px 0px;
	padding: 4px 4px 4px 4px;
	background: #FFFFE5;
	border: 1px solid #CCC78B;
}

.individual-notification .NotificationIcon
{
	vertical-align: middle;
}

.notifications-content
{
	clear : both;
}

.notification-message
{
	clear : both;
	margin : 2px 2px 2px 2px;	
	border-top: 1px solid #CCC78B;
	padding : 2px 2px 2px 5px;
	color: #222222;
}

.notifications-content .OverBudget
{
	border: 1px solid #DC140A;
	background: #FFBFC3;
}

.notifications-content .acknowledged-notification
{
	margin : 3px 0px 3px 0px;
	padding: 4px 4px 4px 4px;
	background: #EFEFEF;
	border: 1px solid Silver;
	color : Gray;
}
