/********************************************************
	GAMDEMONIUM.COM ES/EN CSS
	@author D.D.P.
	@last modify date 20/06/08
	@comments.css
********************************************************/
/*
COMMENTS
*/
#comments{
	padding: 5px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 8pt;
	color: #333333;
}
#comments ul{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#comments li{
	clear: both;
	margin-top: 5px;
	border-bottom: 1px solid #4D75AC;
	height: 100px;
}
#comments img{
	border: 1px solid #999999;
	float: left;
}
#comments p{
	float: left;
	margin-left: 10px;
	margin-top: 0px;
	padding-top: 0px;
	width: 400px;
}
#shoutbox{
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 8pt;
	color: #333333;
}
#shoutbox ul{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#shoutbox li{
	clear: both;
	margin-top: 3px;
	border-top: 1px solid #4D75AC;
	padding-top: 3px;
	height: 100px;
}
#shoutbox img{
	border: 1px solid #999999;
	float: left;
}
#shoutbox p{
	float: left;
	margin-left: 10px;
	margin-top: 0px;
	padding-top: 0px;
	width: 220px;
}



#alerta{
	height: 24px;
	background-image: url('http://static.gamdemonium.com/img/alert_bg.gif');
	background-repeat: repeat-x;
	border-right: 1px solid #7A97C1;
	position: fixed;
	bottom: 0; 
	right: 20;
}
#alerta #icon{
	height: 24px;
	width: 38px;
	float: left;
	background-image: url('http://static.gamdemonium.com/img/alert_img.gif');
	background-repeat: no-repeat;
}
#alerta #text{
	float: left;
	margin: 3px;
	margin-top: 5px;
	margin-bottom: 0px;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 8pt;
	color: #666;
}
.comment_alerta{
	margin: 10px 30px 15px 20px;
	color: #666666;
	font-style: italic;
}

.deleteAlert{
	background-image: url('http://static.gamdemonium.com/img/alerts/delete.gif');
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
	margin: 3px;
	cursor: pointer;
	float: right;
}



div#alert{
	position: fixed; 
	bottom: 0; 
	left: 20;
	width: 0;
	height: 0;
}
* html div#alerta {position: absolute;
	top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop
	+(documentElement.clientHeight-this.clientHeight) 
	: document.body.scrollTop
	+(document.body.clientHeight-this.clientHeight));
	left: expression("73%");
}
