@charset "utf-8";
/* CSS Document */

/* Used index.asp for Regular Notice's */
	#notice {
	margin:2px 2px 5px 2px;
	padding:5px;
	border-color:#CCCCCC;
	border-width:1px;
	background-color:#FFFFFF;
	border-style: solid;
	color: #666666;
	font-size: 11px;
}
/* Used index.asp for Crital Notice's */
	#critical-notice {
	margin:2px 2px 5px 2px;
	padding:5px;
	border-color:#CCCCCC;
	border-width:1px;
	background-color:#FFFFFF;
	border-style: solid;
	color: #DD0000;
	font-size: 11px;
}


	#critical-notice img, #notice img {
	margin:-2px 8px 0px 0px;
	padding:0px;
}

.feat_list li {
	background: url(/advisorhome/images/arrowbullet.gif) 0 5px no-repeat;
	padding-left: 10px;	
	position: relative; /* IE 6 Hack */
}


.notifications {
	background: #fff;
	border-bottom: 1px solid #fff;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 100;
}

	.notification {
		background: url(../images/icn-notifications.jpg) 4px 4px no-repeat;
		margin: 0 auto;
		padding: 7px 5px 7px 32px;
		width: 900px;
	}

.credits {
	background: url(../images/icn-credits.jpg) 4px 4px no-repeat;
	margin: 0 auto;
	padding: 7px 5px 7px 32px;
	width: 900px;
}

.credits_width {
	background: #fff;
	border-top: 1px solid #e3e3e3;
}	

.notifications_toggle {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	margin: 5px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 101;
}

	.notifications_toggle:hover {
		color: #ccc;
	}

.open {
	display: none;
	color: #fff;
	margin: 0;
}

.credits span {
	color: #777;
	font-size: 11px;
	margin-left: 10px;
}
