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

.mod_focusgroupListado{}

.mod_focusgroupListado .mod_focusGroup .pantallaFocus  {
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCC;
	overflow: auto;
	height: 300px;
	position: relative;
}
.mod_focusgroupListado .mod_focusGroup .pantallaFocus .coment {
	margin-bottom: 2px;
	background-color: #F5F5F5;
	padding: 5px;
	margin-left: 100px;
	overflow: visible;
}
.mod_focusgroupListado .mod_focusGroup .pantallaFocus .coment p  { margin-bottom: 10px; }


.mod_focusgroupListado .mod_focusGroup .pantallaFocus .coment .info {
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: -100px;
	width: 90px;
	position: absolute;
	z-index: 20;
}
.mod_focusgroupListado .mod_focusGroup .pantallaFocus .coment .info .elim { color: #F00; }
.mod_focusgroupListado .mod_focusGroup form .pantallaFocus .coment.moderador { background-color: #FBE39B; }
.mod_focusgroupListado .mod_focusGroup form .pantallaFocus .coment.moderador .info strong { color: #F09915; }

.mod_focusgroupListado .mod_focusGroup .campos {
	width: 99%;
	height: 50px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
}


/*------------*/

.mod_focusgroupListado .usuarioFocus table th{
	background-color: #F4F4F4;
	padding: 2px;
	color: #666;
	font-size: 11px;
}
.mod_focusgroupListado .usuarioFocus table td{
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	font-size: 11px;
}
.mod_focusgroupListado .usuarioFocus img { margin: 0px; }
.mod_focusgroupListado .usuarioFocus table tr.presente { background-color: #D7F1C7; }
.mod_focusgroupListado .usuarioFocus {
	height: 480px;
	border: 1px solid #CCC;
	overflow: auto;
	padding: 2px;
}
.mod_focusGroup  .pieFocus {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	line-height: 20px;
	color: #666;
}
.mod_focusGroup  .estado.canceled {
	color: #C30;
}
.mod_focusGroup  .estado.planned {
 color: #804000;
}
.mod_focusGroup .estado.ongoing {
	color: #060;
}
.mod_focusGroup .estado.finalized {
	color: #000;
}
.mod_focusGroup .estado {
	font-weight: bold;
}