@charset "utf-8";
/* CSS Document */

* {margin: 0; padding: 0; outline: none;}
img {border: none;}

 

#footpanel {
overflow:visible;
	position: fixed;
	position:expression("absolute");
	bottom: 0; left: 0;
	background: #017CA5;
	background-image:url(http://www.mugoo.com.ar/apps/chat/img/bk.jpg);
	background-repeat:repeat-x;
	border-bottom: none;
	width: 94%;
	height:30px;
	margin: 0 3%;
}
 
*html #footpanel { /*--IE6 Hack - Fixed Positioning to the Bottom--*/
	margin-top: -1px; /*--prevents IE6 from having an infinity scroll bar - due to 1px border on #footpanel--*/
	position: absolute;
	position:expression("absolute");
	top:expression(eval(document.compatMode &&document.compatMode=='CSS1Compat') ?documentElement.scrollTop+(documentElement.clientHeight-this.clientHeight) : document.body.scrollTop +(document.body.clientHeight-this.clientHeight));
}
 
#footpanel ul {
	padding: 0; margin: 0;
	float: left;
	width: 100%;
	list-style: none;
	border-top: 1px solid #fff; /*--Gives the bevel feel on the panel--*/
	font-size: 1.1em;
}
#footpanel ul li{
	padding: 0; margin: 0;
	float: left;
	position: relative;
}
#footpanel ul li a{
	padding: 5px;
	float: left;
	text-indent: -9999px;
	height: 16px; width: 16px;
	text-decoration: none;
	color: #333;
	position: relative;
}
html #footpanel ul li a:hover{		background-color:#0187AD; }
html #footpanel ul li a.active { /*--Active state when subpanel is open--*/
	background-color: #fff;
	height: 17px;
	margin-top: -2px; /*--Push it up 2px to attach the active button to subpanel--*/
	border: 1px solid #555;
	border-top: none;
	z-index: 9999; /*--Keeps the active area on top of the subpanel--*/
	position: relative;
}
 
 
#footpanel a.home{	
	background: url(http://www.mugoo.com.ar/apps/chat/img/actividades.png) no-repeat 15px center;
	width: 50px;
	padding-left: 40px;
	border-right: 1px solid #bbb;
	text-indent: 0; /*--Reset text indent--*/
}

a.actividad{background: url(http://www.mugoo.com.ar/apps/chat/img/actividad.png) no-repeat center center;  }
a.yo{	background: url(http://www.mugoo.com.ar/apps/chat/img/yo.png) no-repeat center center;  }
a.mensajes{	background: url(http://www.mugoo.com.ar/apps/chat/img/mensajes.png) no-repeat center center; }
a.comentado{	background: url(http://www.mugoo.com.ar/apps/chat/img/comentado.png) no-repeat center center; }
a.favoritos{	background: url(http://www.mugoo.com.ar/apps/chat/img/favoritos.png) no-repeat center center; }
a.todos{	background: url(http://www.mugoo.com.ar/apps/chat/img/todos.png) no-repeat center center; }
a.juegos{	background: url(http://www.mugoo.com.ar/apps/chat/img/juegos.png) no-repeat center center; }



#footpanel a.chat{	
	background: url(http://www.mugoo.com.ar/apps/chat/img/status_offline.png) no-repeat 15px center;
	width: 126px;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	padding-left: 40px;
	text-indent: 0; /*--Reset text indent--*/
}
a.alerts{	background: url(http://www.mugoo.com.ar/apps/chat/img/newspaper.png) no-repeat center center;	 }
 
#footpanel li#chatpanel, #footpanel li#alertpanel {	float: right; }  /*--Right align the chat and alert panels--*/
 
#footpanel a small {  /*--panel tool tip styles--*/
	text-align: center;
	width: 120px;
	background: url(http://www.mugoo.com.ar/apps/chat/img/tools.png) no-repeat center bottom;
	padding: 5px 5px 11px;
	display: none; /*--Hide by default--*/
	color: #fff;
	font-size: 1em;
	text-indent: 0;
			position:expression("absolute");

}
#footpanel a:hover small{
	display: block; /*--Show on hover--*/
	position: absolute;
	position:expression("absolute");
	top: -35px; /*--Position tooltip 35px above the list item--*/
	left: 50%; 
	margin-left: -40px; /*--Center the tooltip--*/
	z-index: 9999;
}
 

 
#footpanel ul li div a { /*--Reset link style for subpanel links--*/
	text-indent: 0;
	width: auto;
	height: auto;
	padding: 0;
	float: none;
	color: #00629a;
	position: static;
}
#footpanel ul li div a:hover {	text-decoration: underline; } /*--Reset link style for subpanel links--*/
 
#footpanel .subpanel {
	position: absolute;
	position:expression("absolute");

	left: 0; bottom: 27px;
	display: none;	/*--Hide by default--*/
	width: 198px;
	border: 1px solid #555;
	background: #fff;
	overflow: hidden;
	padding-bottom: 2px;
}
#footpanel h3 {
	background: #F6F9FE;
	padding: 5px 10px;
	font-family: arial,sans-serif;
	font-size: 13px;
	color: #333333;
	cursor: pointer;
}
#footpanel h3 span { 
	font-size: 1.5em;
	float: right;
	line-height: 0.6em;	
	font-weight: normal;
}
#footpanel .subpanel ul{
	padding: 0; margin: 0;
	background: #fff;
	width: 100%;
	overflow: auto;
}
#footpanel .subpanel li{ 
	float: none; /*--Reset float--*/
	display: block;
	padding: 0; margin: 0;
	overflow: hidden;
	clear: both;
	background: #fff;
	position: static;  /*--Reset relative positioning--*/
	font-size: 0.9em;
}
 
#chatpanel .subpanel li { background: url(http://www.mugoo.com.ar/apps/chat/img/dash.gif) repeat-x left center; } 
#chatpanel .subpanel li span {
	padding: 5px;
	background: #fff;
	color: #777;
	float: left;
}
#chatpanel .subpanel li a img {
	float: left;
	margin: 0 5px;
}
#chatpanel .subpanel li a{
	padding: 3px 0;	margin: 0;
	line-height: 22px;
	height: 22px;
	background: #fff;
	display: block;
}
#chatpanel .subpanel li a:hover {
	background: #3b5998;
	color: #fff;
	text-decoration: none;
}
 
 
#alertpanel .subpanel { right: 0; left: auto; /*--Reset left positioning and make it right positioned--*/ }
#alertpanel .subpanel li {
	border-top: 1px solid #f0f0f0;
	display: block;
}
#alertpanel .subpanel li p {padding: 5px 10px;}
#alertpanel .subpanel li a.delete{
	background: url(delete_x.gif) no-repeat;
	float: right;
	width: 13px; height: 14px;
	margin: 5px;
	text-indent: -9999px;
	visibility: hidden; /*--Hides by default but still takes up space (not completely gone like display:none;)--*/
}
#alertpanel .subpanel li a.delete:hover { background-position: left bottom; }
#footpanel #alertpanel li.view {
	text-align: right;
	padding: 5px 10px 5px 0;
}

/*** panel del chat */

.chatbox {
	position: fixed;
	position:expression("absolute");
	width: 260px;
	display:none;
	padding-right:270px;
	text-align:left;
	margin-right:30px;
    z-index: 9999; /*--Keeps the active area on top of the subpanel--*/

}

.chatboxhead {
	background-color: #007BA4;
	padding:5px;
	color: #000;
	border-top:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
	height:15px;
}

.chatboxhead a {
	color: #fff;
	text-decoration:none;
}

.chatboxblink {
	background-color: #FF6600;
	border-right:1px solid #FF6600;
	border-left:1px solid #FF6600;
}

.chatboxcontent {
	font-family: arial,sans-serif;
	font-size: 13px;
	color: #333333;
	height:210px;
	width:245px;
	overflow-y:auto;
	overflow-x:auto;
	padding:7px;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #eeeeee;
	background-color: #ffffff;
	line-height: 1.3em;
}

.chatboxinput {
	padding: 5px;
	background-color: #ffffff;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

.chatboxtextarea {
	width: 245px;
	height:44px;
	padding:3px 0pt 3px 3px;
	border: 1px solid #eeeeee;
	margin: 1px;
	overflow:hidden;
}

.chatboxtextareaselected {
	border: 2px solid #1975E1;
	margin:0;
}

.chatboxmessage {
	margin-left:1em;
}

.chatboxinfo {
	margin-left:1px;
	color:#000;
	padding-left:5px;

}

.chatboxmessagefrom {
	margin-left:2px;
	font-weight: bold;
}

.chatboxmessagecontent {
}

.chatboxoptions {
	float: right;
}

.chatboxoptions a {
	text-decoration: none;
	color: #fff;
	font-weight:bold;
	font-family:Verdana,Arial,"Bitstream Vera Sans",sans-serif;
}

.chatboxtitle {
	float: left;
}
