/* CSS Document */


/* =================================== dashboard styles =================================== */

#dashboardHeader {
	margin: 0px 13px;
	background:  bottom right no-repeat;
	position: relative;
	top: -15px;
	margin-bottom: -15px;
	text-align: right;
	padding-top: 22px;
	height: 150px;
	heigh\t: 128px;
	overflow: hidden;
	clear: both
}

#dashboardHeader h1 {
	color: #222222;
}

#dashboardHeader div {
	/* font: 9pt Helvetica, Arial, sans-serif; */
	color: #222222;
	position: absolute;
	text-align: left;
	z-index: 1;
	top: 20px;
	left: 15px;
	height: auto;
	width: 400px;
	line-height: 140%;
	
}

#dashboardHeader div h1, #dashboardHeader div p {
	margin: 5px 0px;
}
