﻿/*RadNotification Office2007 Skin*/

.RadNotification_WorldPort
{
	border: 1px solid #9eb6ce;
	background-color: #c3d8f1;
}

.RadNotification_WorldPort.rnShadows
{
	box-shadow: 2px 2px 3px #d8e5f3;
	-webkit-box-shadow: 2px 2px 3px #d8e5f3;
}

.RadNotification_WorldPort .rnTitleBar,
.RadNotification_WorldPort .rnCommands a
{
	background-image: url('Notification/NotificationSprite.png');
}

.RadNotification_WorldPort .rnTitleBar
{
	border-top: 1px solid #fff;
}

.RadNotification_WorldPort .rnTitleBarTitle
{
	color: #00156e;
}

.RadNotification_WorldPort .rnContentWrapper
{
	border-top: 1px solid transparent;
}






