@CHARSET "ISO8859-1";


.yui3-notifications .yui3-notifications-tab
{
	position: fixed;
	right: 50px;
	bottom: 0px;	
	
	width: 100px;
	height: 12px;
	padding: 10px;
	
	border: #CCC 1px solid;
	
	text-align: center;
	font-size: 12px;
	cursor: pointer;
	
	opacity: 0.95;
}
.yui3-notifications .closed
{
	color: #000;
	background-color: #DDD;
}
.yui3-notifications .open 
{
	color: #000;
	background-color: #EEE;
}
.yui3-notifications div.closed:hover
{
	color: #000;
	background-color: #EEE;
}


.yui3-notifications .yui3-notifications-pop
{
	position: fixed;
	right: 50px;
	bottom: 0px;	
	
	width: 200px;
	margin-bottom: 32px;
	padding: 10px;
	
	background-color: #EEE;
	color: #000;
	border: #CCC 1px solid;
	
	text-align: left;
	font-size: 12px;
	
	opacity: 0.9;
	
	max-height: 300px;
	overflow-y: auto; 
}

.yui3-notifications-pop ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.yui3-notifications-pop li
{
	width: 100%;
	padding: 5px;
	border-bottom: #CCC 1px solid;
}
.yui3-notifications-pop .time
{
	font-size: 9px;
	color: #333;

}







