.pageHeader
{
	height:90px;
	overflow:hidden;
	font-family:Trebuchet MS;
	background-image:url(../Img/headerBG.png);
	background-repeat:no-repeat;
	background-position:right top;
}

.pageHeader .logo
{
	float:left;
	padding:10px 0 0 10px;
	overflow:hidden;
}

.pageHeader .right
{
	float:right;
	margin:8px 20px 0 0;
	width:400px;
	overflow:hidden;
}

.pageHeader .notifier
{
	float:right;
	margin-right:10px;
}

.pageHeader .info
{
	float:right;
	padding:5px 10px 0 10px;
	width:181px;
	height:70px;
	background-image:url(../Img/loggedUserBG.png);
	background-repeat:no-repeat;
}

.pageHeader .currentDate
{
	margin-left:32px;
	font-size:11px;
	line-height:13px;
	color:#2665b0;
	font-weight:bold;
}

.pageHeader .currentUser
{
	margin-left:32px;
	margin-bottom:10px;
	color:#2665b0;
	font-size:13px;
	line-height:15px;
	font-weight:bold;
}
