/* center headline styles */
#contentright h1 {
	color: #fff;
	font: bold 12px/14px Arial, Helvetica, sans-serif;
	margin: 0px 0px 6px;
	padding: 8px 0px 5px 29px;
	width: 196px;
	/* PATIENTS */
	background: #8257B5 url(/images/sub/nav/patients/righttop.gif) no-repeat left top;
}
#contentright #calendar h1 {
	/* HEALTH */
	background: #FE9900 url(/images/sub/nav/health/heading-cal.gif) no-repeat left top;
}
/* Container for the Menu */
.rightportlet {
	margin: 0px 0px 8px;
	padding: 0px 0px 6px;
	display: block;
	width: 225px;
	font: bold 11px/13px Arial, Helvetica, sans-serif;
	/* PATIENTS */
	background: #DFD9EE;
}
/* Container for the Menu */
/* Turns off Margin, Padding, and Bullets for the Menu List */
.rightportlet ul {
	margin: 0px;
	padding: 0px;
	}
.rightportlet li {
	margin: 0px;
	padding: 0px 20px 0px 29px;
	list-style-type: none;
	zoom: 1;
}
#contentleft .rightportlet li {
	margin: 0px;
	padding: 0px 20px 0px 15px;
	list-style-type: none;
	zoom: 1;
}
#contentleft .rightportlet li  li{
	margin: 0px;
	padding: 0px 20px 0px 0px;
	margin-left: 15px;
	list-style-type: square;
	zoom: 1;
}

/* Link Styles for the Menu */
.rightportlet li a, .rightportlet li a:visited {
	display: block;
	text-decoration: none;
	color: #002767;
	padding: 0px 10px 4px 0px;
	margin: 0px;
	color: #002767;
	outline: 0;
}
/* Hover and Active styles for the menu */
.rightportlet li a:hover, .rightportlet li a:active {
	text-decoration: underline;
	color: #00468E;
}
/* full list arrow */
.rightportlet a#fulllist, .rightportlet a#fulllist:visited {
	color: #1690E3;
	display: block;
	height: 12px;
	width: 88px;
	text-indent: -3000px;
	outline: 0;
	padding: 8px 15px 0px 29px;
	margin-top: 5px;
}
/* more events arrow */
.rightportlet a#moreevents, .rightportlet a#moreevents:visited {
	color: #1690E3;
	display: block;
	height: 12px;
	width: 88px;
	text-indent: -3000px;
	outline: 0;
	padding: 8px 15px 0px 29px;
	margin-top: 5px;
}

