/** Add css rules here for your application. */
body{
	overflow:hidden;
}
button {
	display: block;
	font-size: 10pt;
}

img {
	margin-top: 20px;
}

.gwt-StackLayoutPanel .gwt-StackLayoutPanelHeader {
	font-size: 1em;
	color: #ffffff;
	border: 0pt none;
}

.gwt-StackLayoutPanel .gwt-StackLayoutPanelContent {
	border-style: none;
}

a {
	color: #444444;
	font-family: Tahoma;
	font-size: 10pt;
	cursor: pointer !important;
}

a:hover {
	color: #FF6c00;
	cursor: pointer;
}

a:active {
	color: #ff6c00;
	font-weight: bold;
}

.gwt-PopupPanelGlass {
	background: url("images/bg-login.jpg") no-repeat scroll 0 0 #7E878E;
}

.gwt-DialogBox .dialogMiddleCenter {
	background: url("images/logodipu.gif") no-repeat scroll center top white;
	padding: 140px 170px 15px;
}

.middleCenterInner {
	top: 0px;
	height: 100%;
}

.gwt-DecoratorPanel .topLeftInner,
.gwt-DecoratorPanel .topRightInner,
.gwt-DecoratorPanel .bottomLeftInner,
.gwt-DecoratorPanel .bottomRightInner {
	height: 5px;
	width: 4px;
}

.gwt-DecoratorPanel .topLeftInner,.gwt-DecoratorPanel .bottomLeftInner {
	width: 5px;
}

.gwt-DecoratorPanel .topCenter,.gwt-DecoratorPanel .bottomCenter {
	height: 5px;
}

.gwt-DecoratorPanel .middleLeft,.gwt-DecoratorPanel .middleRight {
	width: 4pt;
}

.gwt-TabPanelBottom {
	border-style: none;
	padding: 0px;
}

/* Estilos para Sign In */
#signIn-dialog .Caption {
	padding: 0pt;
}

#signIn-dialog .dialogTopCenter {
	background: none repeat scroll 0 0 #FFFFFF;
	padding: 0 0 14px;
}

.opcionMenu { /* !IMPORTANTE! Mantener igual, por duplicado, en /src/main/java/foo/client/PortalFrontEnd.css */
	margin-left: 15px;
	margin-top: 15px;
}

.opcionMenu a {
	color: #444444;
	font-family: Tahoma;
	font-size: 10pt;
	cursor: auto;
	text-decoration: none;
}

.opcionMenu a:hover {
	color: #FF6c00;
	cursor: pointer !important;
}

.opcionMenu a:active {
	color: #ff6c00;
	font-weight: bold;
}

.contenido { /* !IMPORTANTE! Mantener igual, por duplicado, en /src/main/java/foo/client/PortalFrontEnd.css */
	background: url("images/bg.jpg") no-repeat scroll 0 0 #A3ADB7;
	height: 100%;
	width: 100%;
/* 	overflow: auto; */
	margin-left: auto;
	margin-right: auto;
}

.contenidoIE { /* !IMPORTANTE! Mantener igual, por duplicado, en /src/main/java/foo/client/PortalFrontEnd.css */
	background: url("images/bg.jpg") no-repeat scroll 0 0 #A3ADB7;
	height: 100%;
	width: 100%;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
}
.contenido-vacio {
	background: url(images/marca.gif) no-repeat center center transparent;
	height: 100%;
}

.contenido-lleno {
	position: relative;
	width: 100%;
	height: 87%;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
}

.contenido-lleno-ie {
	position: relative;
	width: 100%;
	height: 87%;
	overflow: auto;
	margin: 10px;
}

.contenido-lleno-doc {
	position: relative;
	width: 96%;
	height: 86%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}

.contenido-lleno-doc-ie {
	position: relative;
	width: 96%;
	height: 86%;
	margin-left: 3%;
	margin-top: 25px;
}

.requestWaiting {
	background: url("images/tole_load.gif") no-repeat scroll center center transparent;
	height: 100%;
}

.excelButton {
	float: right;
	margin: 5px;
	cursor: pointer;
}

.gwt-DecoratedTabPanel {
	margin-left: auto;
	margin-right: auto;
}

/* Importado desde css de pbaGwtMaven
   Las únicas diferencias eran esto de widePanel (que se ha añadido al final de este css)

.widePanel {
  width: 100%
}

y además un tamaño de 12pt para el button:

button {
  display: block;
  font-size: 12pt
}

Que en toletvumGwtPortal es de 10pt (ver al principio de este documento).

*/

.widePanel {
  width: 100%
}
