
.DynaTable-content {
	border-collapse: collapse;
}

.DynaTable-content tr, 
.DynaTable-content tr:hover {
	border-left-width: 0px;
	border-right-width: 0px;
}

.DynaTable-row:hover {
	border-left-width: 0px;
	border-right-width: 0px;
	background:#e5e9f9;
}

.DynaTable-subheader td {
	padding-left: 7px !important;
	padding-right:7px !important; 
}

.DynaTable-content td {
	padding-left: 7px !important;
	padding-right:7px !important; 
}

.DynaTable-header td {
	/*background-color: #D0E4F6;*/
	padding-bottom: 4px;
	padding-top: 4px;
}


.DynaTable-subheader,
.DynaTable-subheader:hover {
	background: #4c4c4c !important;
	color:white;
	padding-bottom: 4px;
	padding-top: 4px;
}


.DynaTable-subheader2 {
	background: #4c4c4c !important;
	color:white;
	padding-bottom: 4px;
	padding-top: 4px;
}


.DynaTable-widget {
	border: 1px solid #c5d7ef;
	border-spacing: 0px;
}

.DynaTable-widget td {
	padding: 0px;
	margin-top: 8px;
	margin-bottom: 2px;
}

.DynaTable-navbar {
	margin-right: 4px;
	min-width: 19em;
}

.DynaTable-header .bottomLeft,
.DynaTable-header .bottomRight,
.DynaTable-header .topLeft,
.DynaTable-header .topRight {
    width: 5px;
    height: 5px;
}

.menuPanel {
	padding: 0px;
}

.gray {
	color: rgb(95,95,95);
}
.red {
	color: red;
}

.redSpe {
	background-color: #FF9F2B;
}

.FlexTable-NoLineUp {
	border-bottom: 1px solid silver;
}

.FlexTable-NoLineDown {
	border-top: 1px solid silver;
}

.yellow {
	background-color: yellow;
}

.green {
	background-color: #1EFF00;
}

.borde {
	border: 1px solid #D0E4F6;
}


.body {
  padding: 10px;
}

.underTab {
	background-color: #D0E4F6;
}


.gwt-decoratedtabbar .gwt-tabbaritem {
	margin-left: 0px !IMPORTANT;
	margin-right: 6px;
}

.gwt-DecoratorPanel {
    table-layout: fixed;
}

.gwt-DecoratorPanel .bottomLeft,
.gwt-DecoratorPanel .bottomRight,
.gwt-DecoratorPanel .topLeft,
.gwt-DecoratorPanel .topRight {
    width: 5px;
    height: 5px;
}

.logTable td{
	padding-right: 15px;
}

.nowrap {
	white-space: nowrap;
}

.linkDataSource {
	border-bottom-color: #00C;
	border-collapse: separate;
	border-left-color: #00C;
	border-right-color: #00C;
	border-top-color: #00C;
	color: #00C;
	cursor: auto;
	display: inline;
	font-family: arial, sans-serif;
	font-size: 13px;
	height: 5px;
	text-align: left;
	text-decoration: underline;
	width: 0px;
}

.FlexTable-ColumnLabelArriba {
  border-width: 1px 1px 0px 1px;
  border-style: solid;
  border-color: silver;
  margin: 0;
  padding: 0;
}

.FlexTable-ColumnLabelAbajoIzquierda {
  border-width: 0px 0px 1px 1px;
  border-style: solid;
  border-color: silver;
  margin: 0;
  padding: 0;
}

.FlexTable-ColumnLabelAbajoMedio {
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: silver;
  margin: 0;
  padding: 0;
}

.FlexTable-ColumnLabelAbajoDerecha {
  border-width: 0px 1px 1px 0px;
  border-style: solid;
  border-color: silver;
  margin: 0;
  padding: 0;
}

.linkDataSourceSelected {
	border-bottom-color: black;
	border-collapse: separate;
	border-left-color: black;
	border-right-color: black;
	border-top-color: black;
	color: black;
	cursor: auto;
	display: inline;
	font-family: arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	height: 0px;
	text-decoration: none;
	width: 0px;

}

.gwt-ProgressBar-shell {
  border: 2px solid #faf9f7;
  border-right: 2px solid #848280;
  border-bottom: 2px solid #848280;
  border-top: 2px solid #848280;
  border-left: 2px solid #848280;
  background-color: white;
  height: 14pt;
  width: 50%;
}
.gwt-ProgressBar-shell .gwt-ProgressBar-bar {
  background-color: #92c1f0;
}
.gwt-ProgressBar-shell .gwt-ProgressBar-text {
  padding: 0px;
  margin: 0px;
  color: black;
}

.forcePadding {
	padding-bottom: 4px;
	padding-top: 4px;
}

.searchBox{
	background-image:url("lupita.png");
	background-repeat:no-repeat;
	background-position: right;
	padding-right:5px;
	/*background-color: blue;*/
	margin-left: 5px;
	margin-right: 5px;
	height: 98%; 
}

.fx-content {
	border-collapse: collapse;
}
.fx-separator {
	border-top: 1px solid silver;
}

/* Apply padding to td elements that are direct children of the tr element. */
.fx-spaceTop > td {
  padding-top: 7px;
} 
.fx-spaceBottom> td {
  padding-bottom: 7px;
} 

.fx-lastChild {
    width: 80%;
}

.clickable {
	border: solid 2px transparent;	
}

.clickable:hover {
 	border-color: rgb(95,95,95);
}

.fx-borde {
	border: 1px solid #CFCFCF;
}
 