/* Tooltips */

/*
pre{
	display:block;
	padding:10px;
	border:1px solid #bae2f0;
	background:#dfdfdf;
	margin:.5em 0;
	overflow:auto;
	width:800px;
}
*/

.help
{
	background-color: #;
	padding: 2px 4px 1px 4px;
	font-size: 10px;
	color: #ececec;
	width: 20px;
	height: 20px;
	background-image: url("../images/help_bg.gif");
	background-repeat: no-repeat;
}



#tooltip{
	position:absolute;
	border:1px solid #fff;
	background:#333;
	padding:20px;
	color:#ececec;
	width: 150px;
	display:none;
	filter: Alpha(opacity=90);
	-moz-opacity: .90;
  	opacity: .90;
}

a:hover.tooltip
{
	text-decoration: none;
}


#tooltip_notes{
	position:absolute;
	border:1px solid #fff;
	background:#333;
	padding:20px;
	color:#ececec;
	width: 350px;
	display:none;
	filter: Alpha(opacity=90);
	-moz-opacity: .90;
  	opacity: .90;
}

a:hover_notes.tooltip
{
	text-decoration: none;
}


.alert_notification
{
	background-color: #;
	padding: 1px 10px 2px 4px;
	color: #ececec;
	width: 20px;
	height: 20px;
	background-image: url("../images/portfolio/icon_alert.gif");
	background-repeat: no-repeat;
}

.alert_notification_story
{
	background-color: #;
	padding: 1px 10px 2px 4px;
	color: #ececec;
	width: 20px;
	height: 20px;
	background-image: url("../images/portfolio/icon_alert_story.gif");
	background-repeat: no-repeat;
}

/* @end */