.comunidadSisaMenuTitleImage {
	margin: 20px;
}

/* Boton de cierre */
.chatMinimizedButton {
	position: fixed;
	left: 0px;
	bottom: 0px;
	border-width: 1px;
	border-color: #000000;
	margin: 5px;
	z-index: 10;
	visibility: visible;
}

/* Icono de estado */
.chatContactStatusIcon {
	width: 16px;
	margin-left: 4px;
}

.chatContactsWindowScroll {
	overflow-x: hidden;
	overflow-y: auto;
}

.chatAuthorizeRequestWindowButtons {
	margin-left: 10px;
	margin-right: 10px;
}

.chatMessageWindowTitleBarMainImage {
	margin-left: 5px;
}

/* Contenedor de lista de contactos */
.chatContactsContainer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 200px;
	height: 520px;
	/* 	overflow: hidden; */
	overflow: visible;
	display: inline;
	z-index: 11;
	background-color: #FFFFFF;
	border: 1px solid Gray;
	visibility: hidden;
}

/* Lista de contactos */
.chatContactListTitleBar {
	background-color: darkBlue;
	color: white;
	height: 20px;
	width: 100%;
}

.chatContactListTitle {
	width: 123px;
	margin-left: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
	vertical-align: middle;
	font-weight: bold;
}

.chatContactListTitleBarButton {
	width: 16px;
	margin-right: 5px;
	margin-top: 5px;
	cursor: default;
}

.chatContactListRemoveUserButton {
	width: 10px;
	height: 10px;
	margin-right: 5px;
	margin-top: 5px;
	cursor: default;
}

.chatContactListFilterText {
	height: 15px;
	margin-left: 8px;
	margin-bottom: 4px;
	margin-top: 5px;
	padding: 2px 0;
	width: 230px;
}

.chatContactListWindow {
	cursor: default;
	overflow: scroll;
	/* width: 100%; */
	/* removed to solve width sizing problem in contact list */
	width: 250px;
	background-color: #FFFFFF;
	visibility: visible;
	border: 1px solid LightGray;
}

.contactSelectionDialog {
	cursor: default;
	overflow: scroll;
	/* width: 100%; */
	/* removed to solve width sizing problem in contact list */
	width: 250px;
	background-color: #FFFFFF;
	border: 1px solid LightGray;
}

.chatContactListWindowMessage {
	margin: 10px;
	text-align: center;
	vertical-align: middle;
}

.chatContactListWindowDocked {
	
}

.chatContactListWindowFixed {
	position: fixed;
	bottom: 0;
}

.chatContactListWindowContacts {
	overflow: auto;
}

/* Elemento de la lista de contactos (un contacto) */
.chatGroupListItem {
	cursor: default;
	/* width: 100%; */
	/* removed to solve width sizing problem in contact list */
	background-color: #CCCCCC;
	width: 248px;
	vertical-align: middle;
	text-align: left;
	border: none;
	padding-top: 2px;
	overflow: hidden;
	display: block;
	border-top: 1px;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	border-style: solid;
	border-width: 1px;
	border-color: #DDDDDD;
}

.chatGroupListItemContainer {
	width: 248px;
	/* 	border-color: #AAAAAA; */
/* 	border-width: 1px; */
/* 	border-style: solid; */
}

.chatGroupListItemText {
	padding: 5px;
	vertical-align: middle;
	text-align: left;
	font-size: 13px;
	/* 	font-style: italic; */
	font-weight: bold;
	/* 	width: 200px; */
	white-space: nowrap;
	/* max-width: 130px; */
	width: 100%;
	overflow: hidden;
	color: #004080;
}

/* Elemento de la lista de contactos (un contacto) */
.chatContactListItem,.chatContactListItemInGroup {
	cursor: default;
	height: 24px;
	width: 100%;
	/* removed to solve width sizing problem in contact list */
	/* 	width: 198px; */
	vertical-align: middle;
	text-align: left;
	border: none;
	padding-top: 2px;
	overflow: hidden;
	display: block;
	/*background-color: #EEF8FB;*/
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}

.chatContactListItem {
	background-color: white;
}

.chatContactListItemInGroup { /* 	background-color: #DDEEFF; */
	background-color: #FFFFFF;
}

.chatContactListItemHighlight {
	color: #FFFFFF;
	background-color: darkBlue; /* #666666; */
	margin: 0;
	border-width: 1px;
	border-style: dotted;
	border-color: gray;
	/* 	width: 196px; */
	width: 100%;
}

.chatContactListItemHide {
	display: none;
}

.chatContactListItemText {
	font-size: 9pt;
	font-family: sans-serif;
	padding-left: 5px;
	text-align: left;
	white-space: nowrap;
	max-width: 130px;
}

/* Contenedor de ventanas de chat */
.chatMessagesContainer {
	bottom: 0;
	right: 0;
	left: 0;
	/* 	left:0; para que ocupe el ancho de la ventana ? */
	/* 	text-align: right; para determinar la direccion en la que se muestran las ventanas agregadas, empezando por el borde derecho para el izquierdo o viceversa */
	position: fixed;
	z-index: 999;
	visibility: hidden;
	/* Para que se vea sobre la lista de contactos, en caso de que haya muchas ventanas */
}

/* Ventana de chat (mensajes de un usuario) */
.chatMessageWindow {
	background-color: white;
	margin-right: 10px;
	/* 	position: absolute; */ /* 	bottom: 0; */
	visibility: visible;
/*	table-layout: fixed; */
}

.chatMessageWindowRight {
	float: right;
}

.chatMessageWindowLeft {
	float: left;
}

.chatMessageWindowTitleBar {
	heigth: 24px;
	background-color: darkBlue;
	padding: 3px 3px 3px 0;
}

.chatMessageWindowTitleBarBlink {
	heigth: 24px;
	background-color: darkGrey;
	padding: 3px 3px 3px 0;
}

.chatAuthorizeeWindowTitleBar {
	width: 200px;
	heigth: 24px;
	background-color: darkGreen;
	padding: 3px 3px 3px 0;
	cursor: default;
}

.chatMessageWindowStatus {
	width: 16px;
	margin-left: 4px;
}

.groupChatMessageWindowContactName{
	width: 200px;
	margin-left: 4px;
	font-weight: bold;
	color: white;
}

.chatMessageWindowContactName {
	width: 176px;
	margin-left: 4px;
	font-weight: bold;
	color: white;
}

.chatAuthorizeWindowTitleText {
	width: 205px;
	margin-left: 4px;
	font-weight: bold;
	color: white;
}

.chatMessageWindowTitleBarButton {
	width: 16px;
	margin-left: 4px;
	cursor: default;
}

.chatMessageWindowContent {
	border: 1px solid LightGray;
	width: 100%;
	overflow-x: auto;
	/* fix for IE to allow word wrap of messages */
/* 	table-layout: fixed; */
}

.authorizationWindowMessage { /* 	width: 200px; */ /* 	height: 200px; */
	vertical-align: top;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-top: 20px;
	word-wrap: break-word;
	white-space: pre-wrap;
	display: block;
	overflow: auto;
}

.chatMessageWindowMessages {
	width: 259px;
	height: 200px;
	word-wrap: break-word;
	white-space: pre-wrap;
	margin-bottom: 5px;
	display: block;
}

.chatMessageWindowTextBox {
	width: 242px;
	margin-top: 5px;
	margin-left: 7px;
	margin-bottom: 5px;
	height: 48px;
}

/* Mensaje individual */
.chatMessageWrapper {
	padding-left: 3px;
	padding-top: 3px;
	margin-left: 4px;
}

.chatMessageContactName {
	font-weight: bold;
}

.chatMessageContent {
	word-wrap: break-word;
	white-space: pre-wrap;
	margin-bottom: 5px;
}

/* Ventana de autorizacion */
.chatAuthorizeWindowOld_REMOVE {
	/* TODO: delete fixed postioning, done for testing */
	background-color: #FFFFFF; /*	position: absolute; */
	left: 200px; /* top: 200px; width: 400px; */
	height: 400px;
}

.chatAuthorizeWindow {
	background-color: white;
	float: right;
	margin-right: 10px;
	margin-bottom: 0px;
	width: 200px;
	visibility: visible;
}

.chatAuthorizeWindowButtons {
	text-align: center;
}

.contactsWindowMenuPanel {
	
}

.absoluteElement {
	position: absolute;
}

.fixedElement {
	position: fixed;
}

.floatElementRight {
	float: right;
}

.floatElementLeft {
	float: left;
}

.contactInfoWindowTitle {
	background-color: darkBlue;
	color: white;
}

.contactInfoWindowTitleContent {
	padding: 5px;
	color: white;
}

.contactInfoWindow {
	background-color: #FFFFFF;
	border-width: 1px;
	border-color: Grey;
	border-style: solid;
	display: compact;
}

.contactInfoWindowDeleteContact { /* 	margin-right: 20px; */
	
}

.contactInfoWindowButton {
	margin: 5px;
}

.contactInfoWindowContent {
	width: 100%;
	margin: 10px;
}

.contactInfoWindowField {
	width: 100%;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 10px;
}

.contactsWindowMenu { /* 	margin-left: 10px; */
	background-color: #DDDDDD;
}

.gwt-MenuItem .contactsWindowMenuItem {
	margin-right: 15px;
	padding: 0 5px;
}

.contactsWindowMenuItem {
	border-width: 1px;
	border-color: gray;
	border-style: dotted;
	text-align: center;
}

.contactInfoWindowButtons {
	margin-left: 5px;
	margin-right: 35px;
}

.tooltip-popup{
	background-color : #B3F0FF;
	border-color: #000000;
	margin: 3px;
}


.non-resizable-textarea{
	resize: 
}