/* Estilos generales */
* {
	font-family: Arial, Verdana;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

/* MAIN MENU */
.mainMenu {
	background-repeat: no-repeat;
	background-position: top center;
	width:949px;
	margin:auto; /* para centrar el contenedor en ff */
}

.mainMenuAttendant{
	background-image: url(../img/mainmenu/cab_operadora.jpg);
}
	
.mainMenuManagerAssist{
	background-image: url(../img/mainmenu/cab_manager.jpg);
}

.statusBarContainer {
	width:50%;
	margin-top: 118px;	
	margin-right: 10px;
	float:right
}

html>body .statusBarContainer {
	margin-top: 110px;
	margin-right: 22px;
}

.mainContainer {
	background-color: #FFF;
	margin-top: 80px;
}

.topContainer {
	width: 949px;
	margin: 10px;
	padding-left: 10px;
	padding-right: 20px;
}

.bottomContainer {
	width: 949px;
	margin: 10px;
	padding-left: 10px;
	padding-right: 20px;
}

/* STATUS BAR */
.statusBar {
	padding: 10px;
	width: 400px;
	cursor:default;
}
html>body .statusBar {
	padding-top: 10px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 10px;
}

.status-label-regular {
	color: #ffffff;
	background-image: url(../img/icons/fle_numero.gif);
	background-position: 0 3;
	background-repeat: no-repeat;
	padding-left: 12px;
	font-weight: bold;
	font-size: 12px;
}

.statusBar-label-phonenumber {
	font-size: 14px;
	font-weight: bold;
	color: #e46600;
}

.statusListBox-active {
	background-image: url(../img/icons/icono_activo.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 22px;
}

.statusListBox-inactive {
	background-image: url(../img/icons/icono_inactivo.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 22px;
}

.statusBar-exit a {
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	width: 80px;
	text-align: center;	
}

.statusBar-exit a:hover {
	color: #e46600;
}

/* ESTILOS GENERALES TABLAS PAGINADAS */
.PagedTable {
	background-color: #FFFFFF;
	border: 1px solid #a2a2a2;
	border-spacing: none;
	cursor:default;
}

.PagedTable-header {
	font-weight: bold;
	text-align: center;
}

.PagedTable-row {
	height: 22px;
}

.PagedTable-rowstraight {
	
}

.PagedTable-data-normalcell {
	color: #000000;
	text-align: left !important;
	border-bottom-width: 1px;
	border-bottom-color: #b8b8b8;
	border-bottom-style: dotted;
}

.PagedTable-data-icon {
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-color: #b8b8b8;
	border-bottom-style: dotted;
}

.PagedTable-data-link {
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-color: #b8b8b8;
	border-bottom-style: dotted;
}

.PagedTable-data-link a{
	color: #666666;
	text-decoration: none;	
	cursor:pointer;
}

.PagedTable-data-link a:hover,.PagedTable-data-link a:hover
{
	color: #e46600;;
	text-decoration: underline;
}

.PagedTable-data-highlightedcell {
	text-align: left;
	color: #FF0000;
	border-bottom-width: 1px;
	border-bottom-color: #b8b8b8;
	border-bottom-style: dotted;
}

.PagedTable-data-username {
	font-weight: bold;
	color: #666666;
	text-align: left;
	padding-left: 2px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-color: #b8b8b8;
	border-bottom-style: dotted;
	cursor:pointer;
}

.PagedTable-data-username a{
	color: #666666;
}

.PagedTable-data-highlightedusername {
	font-weight: bold;
	color: #FF0000;
	text-align: left;
	padding-left: 2px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-color: #b8b8b8;
	border-bottom-style: dotted;
	cursor:pointer;
}

.PagedTable-data-highlightedusername a{
	color: #FF0000;
}

.tablePanel-footer {
	cursor:pointer;
}

.arrowButton {
	width: 7;
	height: 8;
	background-color: transparent;
	border: none;
}

.extendedArrowButton {
	width: 10;
	height: 8;
	background-color: transparent;
	border: none;
}

.pagedLink a {
	color: #e46600;
	text-decoration: none;
}

.currentPagedLink a {
	color: #000000;
	text-decoration: none;
}

/* ESTILOS GENERALES GWT */ /* TAB PANEL */
.gwt-TabPanel {
	margin-top: 19px;
	margin-left: 10px;
	margin-right: 10px;
}

.gwt-TabPanelBottom {
	background-color: #e5e5e5;
}

.gwt-TabBar {
	
	background-color: #e5e5e5;
}

.gwt-TabBarItem {
	cursor: pointer;
	width: 169px;
	height: 26px;
	float: left;
	padding-top:8px;
	background-image: url(../img/mainmenu/pestana.gif);
	background-position: 0px 4px;
	background-repeat: no-repeat;
	
	text-align: center;
	font-weight: bold;
	font-size:15px;
	color: #666666;
	
}

html>body .gwt-TabBarItem {
	height: 20px;
	
}

.gwt-TabBarItem-selected {
	cursor: default;
	background-image: url(../img/mainmenu/pestana_on.gif);
	color: #ff6600;
}

/* CAJAS TEXTO */
.gwt-TextBox {
    cursor:text;
	margin: 2px;
	font-size: 13px;
	color: #333;
	font-weight: normal;
	text-decoration: none;
	height: 18px;
	width: 125px;
}

.gwt-PasswordTextBox {
	margin: 2px;
	font-size: 13px;
	color: #333;
	font-weight: normal;
	text-decoration: none;
	height: 18px;
	width: 125px;
	cursor:text;
}

.gwt-Button{
	cursor:pointer;
}