/*
Copyright


Ecuador, February - March 2008

This file is part of dtsEjb project.

dtsEjb project is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

dtsEjb project is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with dtsEjb project.  If not, see <http://www.gnu.org/licenses/>.

*/

body,input,select,textarea {
	padding: 0px;
	margin: 0px;
	font-family: Verdana;
	font-size: 10px;
}

#panel-titulo-inicial {
	width: 600px;
	height: 250px;
	border: thin solid #000066;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana;
	font-size: 16px;
	padding-left: 20px;
	padding-top: 20px;
	font-weight: bold;
	color: #000066;
}

#app-main-panel {
	padding: 0px;
	margin: 0px;
	width: 100%;
}

#header-container,#menu-container,#body-container,#footer-container {
	width: 758px;
	margin-left: auto;
	margin-right: auto;
}

#header-container {
	height: 90px;
	border-bottom: 4px solid #EE151D;
	margin-bottom: 5px;
}

#body-container {
	text-align: center;
}

#footer-container {
	border-top: 4px solid #EE151D;
	margin-top: 2px;
	clear: both;
}

a.menu-link,a.menu-link-actual {
	margin-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 2px;
	text-decoration: none;
	font-weight: bold;
}

a.menu-link {
	color: #666666;
	background-color: #EEEEEE;
}

a.menu-link-actual {
	color: #EEEEEE;
	background-color: #666666;
}

a.menu-link:hover {
	color: #EEEEEE;
	background-color: #666666;
}

.par {
	background-color: #FFFFFF;
}

.impar {
	background-color: #DDDDDD;
}

.formulario-label {
	text-align: right;
	background-color: #EEEEEE;
	font-weight: bold;
	padding: 3px;
	vertical-align: top;
}

.formulario-data {
	text-align: left;
	padding: 3px;
	vertical-align: top;
}

.formulario-input {
	text-align: left;
	padding: 3px;
	vertical-align: top;
	text-transform: uppercase;
}

.info-message {
	color: blue;
	font-size: 12px;
	font-weight: bold;
}

.error-message {
	color: red;
}

a.close-button {
	text-decoration: none;
	color: #666666;
}

a.close-button:hover {
	color: #999999;
}

.rich-panel-body {
	padding: 3px;
}

.tramite-seccion-titulo {
	display: block;
	border: 1px solid #666666;
	background-color: #EEEEEE;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #EE151D;
	padding-top: 5px;
	padding-bottom: 5px;
}

.usuario-bienvenido-label {
	font-weight: bold;
	color: #EE151D;
	text-align: right;
}


.impresion-label {
	text-align: right;
	font-weight: bold;
	padding: 3px;
	vertical-align: top;
}
