/* CSS Document */

.INFNotificationImageLeft {
	width:38px;
	height:32px;
	background-image: url(Images/not_imggreen.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.INFNotificationImageText {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	background-image: url(Images/not_imggreen_1px.gif);
	height: 32px;
	width: 500px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-align:center;
}
.ERRNotificationImageLeft {
	width:38px;
	height:32px;
	background-image: url(Images/not_imgred.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.ERRNotificationImageText {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	background-image: url(Images/not_imgred_1px.gif);
	height: 32px;
	width: 500px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-align:center;
}
.	#dhtmlgoodies_contentBox{
		height:0px;
		visibility:hidden;
		position:absolute;
		overflow:hidden;
		padding:2px;
		width:500px;
		height: 32px;
	}

	#dhtmlgoodies_pulldown{
		position:relative;
		width:500px;
		height: 32px;

	}