@CHARSET "UTF-8";

.default {
	
}

.error-label {
	color: red;
}

.full {
	width: 100%;
}

.block {
	display: block;
}

.message dt {
	background: no-repeat left center;
	padding-top: 4px;
	padding-left: 20px;
	margin-left: 3px;
	padding-bottom: 4px;
}

.message dt.infomsg {
	background-image: url(./img/msginfo.png);
	background-color: #D8F3BA;
}

.message dt.errormsg {
	background-image: url(./img/msgerror.png);
	background-color: #B6494D;
	color: #FFFFFF;
	font-weight: bold;
}

.message dt.warnmsg {
	background-image: url(./img/msgwarn.png);
	background-color: #FFFFBB;
}

.message {
	padding: 5px;
	list-style: none;
	border: 0;
	background: none;
	padding: 0;
	color: #000000;
	margin: 5px 0 8px 0;
	font-size: 11px;
	display: block;
}

.message li {
	background: no-repeat left center;
	padding-top: 4px;
	padding-left: 20px;
	margin-left: 3px;
	padding-bottom: 4px;
}

.message li.infomsg {
	background-image: url(../img/msginfo.png);
	background-color: #D8F3BA;
}

.message li.errormsg {
	background-image: url(../img/msgerror.png);
	background-color: #B6494D;
	color: #FFFFFF;
	font-weight: bold;
}

.message li.warnmsg {
	background-image: url(../img/msgwarn.png);
	background-color: #FFFFBB;
}

/**/

.info-message {
	/* Nada que cambiar con respecto a presentación normal. */
}

.warn-message {
	background-color: #FFFFBB;
}

.error-message {
	background-color: #B6494D;
	color: #FFFFFF;
	font-weight: bold;
}

.text-decoration-none {
	text-decoration: none !important;
}

.bold {
	font-weight: bold;
}

.hz-align-center {
	text-align: center;
}

.hz-align-right {
	text-align: right;
}

.hz-align-left {
	text-align: left;
}

.vt-align-middle {
	vertical-align: middle !important;
}

.vt-align-top {
	vertical-align: top;
}

.vt-align-bottom {
	vertical-align: bottom;
}

img.img-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

input[type=button].button-centered,
input[type=submit].button-centered,
input[type=image].button-centered {
	margin-left: auto;
	margin-right: auto;
}

img.menu-icon {
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
}

input[type=button].button-new,
input[type=submit].button-new {
	padding-left: 20px !important;
	height: 22px !important;
	background: #e9e5e1 no-repeat left center !important;
	background-image: url(./img/add.png) !important;
	background-position: 2px 2px !important;
}

input[type=button].button-new-image-only,
input[type=submit].button-new-image-only {
	background: #ffffff no-repeat left center !important;
	background-image: url(./img/add.png) !important;
	border: none;
	width: 16px;
}

input[type=button].button-edit-image-only,
input[type=submit].button-edit-image-only {
	background: #ffffff no-repeat left center !important;
	background-image: url(./img/edit.png) !important;
	border: none;
	width: 16px;
}

input[type=button].button-save,
input[type=submit].button-save {
	padding-left: 20px !important;
	height: 22px !important;
	background: #e9e5e1 no-repeat left center !important;
	background-image: url(./img/sv.png) !important;
	background-position: 2px 2px !important;
}

input[type=button].button-enter,
input[type=submit].button-enter {
	padding-left: 20px !important;
	height: 22px !important;
	background: #e9e5e1 no-repeat left center !important;
	background-image: url(./img/gog.png) !important;
	background-position: 2px 2px !important;
}

input[type=button].button-update,
input[type=submit].button-update {
	padding-left: 20px !important;
	height: 22px !important;
	background: #e9e5e1 no-repeat left center !important;
	background-image: url(./img/sv-updt.png) !important;
	background-position: 2px 2px !important;
}

input[type=button].button-delete,
input[type=submit].button-delete {
	padding-left: 20px !important;
	height: 22px !important;
	background: #e9e5e1 no-repeat left center !important;
	background-image: url(./img/del.png) !important;
	background-position: 2px 2px !important;
}

input[type=button].button-cancel,
input[type=submit].button-cancel {
	padding-left: 20px !important;
	height: 22px !important;
	background: #e9e5e1 no-repeat left center !important;
	background-image: url(./img/cncl.png) !important;
	background-position: 2px 2px !important;
}

input[type=button].button-back,
input[type=submit].button-back {
	padding-left: 20px !important;
	height: 22px !important;
	background: #e9e5e1 no-repeat left center !important;
	background-image: url(./img/back.png) !important;
	background-position: 2px 2px !important;
}

input[type=button].button-search,
input[type=submit].button-search {
	padding-left: 20px !important;
	height: 22px !important;
	background: #e9e5e1 no-repeat left center !important;
	background-image: url(./img/srch.png) !important;
	background-position: 2px 2px !important;
}

input[type=button].button-reset,
input[type=submit].button-reset {
	padding-left: 20px !important;
	height: 22px !important;
	background: #e9e5e1 no-repeat left center !important;
	background-image: url(./img/edit-undo.png) !important;
	background-position: 2px 2px !important;
}

input[type=button].button-ok,
input[type=submit].button-ok {
	padding-left: 20px !important;
	height: 22px !important;
	background: #e9e5e1 no-repeat left center !important;
	background-image: url(./img/dlgok.png) !important;
	background-position: 2px 2px !important;
}

input[type=button].button-close,
input[type=submit].button-close {
	padding-left: 20px !important;
	height: 22px !important;
	background: #e9e5e1 no-repeat left center !important;
	background-image: url(./img/dlgclose.png) !important;
	background-position: 2px 2px !important;
}

input[type=button].button-refresh,
input[type=submit].button-refresh {
	padding-left: 20px !important;
	height: 22px !important;
	background: #e9e5e1 no-repeat left center !important;
	background-image: url(./img/refresh.png) !important;
	background-position: 2px 2px !important;
}

input[type=button].button-go,
input[type=submit].button-go {
	padding-left: 20px !important;
	height: 22px !important;
	background: #e9e5e1 no-repeat left center !important;
	background-image: url(./img/go.png) !important;
	background-position: 2px 2px !important;
}

input[type=button].button-autodetect,
input[type=submit].button-autodetect {
	padding-left: 20px !important;
	height: 22px !important;
	background: #e9e5e1 no-repeat left center !important;
	background-image: url(./img/autodetect.png) !important;
	background-position: 2px 2px !important;
}

input[type=button].button-sendmail,
input[type=submit].button-sendmail {
	padding-left: 20px !important;
	height: 22px !important;
	background: #e9e5e1 no-repeat left center !important;
	background-image: url(./img/sendmail.png) !important;
	background-position: 2px 2px !important;
}


.w2 {
	width: 2%;
}

.w3 {
	width: 3%;
}

.w4 {
	width: 4%;
}

.w5 {
	width: 5%;
}

.w6 {
	width: 6%;
}

.w7 {
	width: 7%;
}

.w8 {
	width: 8%;
}

.w9 {
	width: 9%;
}

.w10 {
	width: 10%;
}

.w12 {
	width: 12%;
}

.w15 {
	width: 15%;
}

.w20 {
	width: 20%;
}

.w25 {
	width: 25%;
}

.w30 {
	width: 30%;
}

.w33 {
	width: 33%;
}

.w35 {
	width: 35%;
}

.w40 {
	width: 40%;
}

.w45 {
	width: 45%;
}

.w49 {
	width: 49%;
}

.w50 {
	width: 50%;
}

.w55 {
	width: 55%;
}

.w60 {
	width: 60%;
}

.w65 {
	width: 65%;
}

.w70 {
	width: 70%;
}

.w75 {
	width: 75%;
}

.w80 {
	width: 80%;
}

.w85 {
	width: 85%;
}

.w90 {
	width: 90%;
}

.w95 {
	width: 95%;
}

a:hdrlink {
	color: inherit !important;
	text-decoration: none !important;
}

a:hdrlink:visited {
    color: inherit !important;
    text-decoration: none !important;
}

a.hdrlink:active {
    color: inherit !important;
    text-decoration: none !important;
}

a.hdrlink:link {
    color: inherit !important;
    text-decoration: none !important;
}

a.hdrlink:hover {
    color: inherit !important;
    text-decoration: none !important;
}

.transform-capitalize {
	text-transform: capitalize;
}

input[type=text].transform-capitalize,
textarea.transform-capitalize {
	text-transform: capitalize !important;
}

.transform-uppercase {
	text-transform: uppercase !important;
}

input[type=text].transform-uppercase,
textarea.transform-uppercase {
	text-transform: uppercase !important;
}

.transform-lowercase {
	text-transform: lowercase !important;
}

input[type=text].transform-lowercase,
textarea.transform-lowercase {
	text-transform: lowercase !important;
}

.dialog-buttons {
	padding: 4px 0px 4px 0px;
	text-align: center;
}

.pglink {
	text-decoration: none;
}

.current-pglink {
	font-weight: bold;
	text-decoration: underline;
}

/*
 * Para fieldsets en panel de filtros rápidos. Reduce los márgenes
 * superior y e inferior por defecto.
 */
fieldset.filter-fieldset {
	margin-top: 1px;
	margin-bottom: 1px;
}

fieldset {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid;
	border-color: #C4C0B9;
}

.simple-dlg-body-cell {
	padding: 4px;
}

.simple-dlg-body-icon-cell {
	min-width: 10%;
	max-width: 10%;
}

.overflow-auto {
	overflow: auto;
}

.wait-label {
	margin-left: 5px;
}

.wd-body {
	width: 300px;
	text-align: center;
}

.table-cell-text {
    overflow: hidden !important;
    white-space: nowrap;
    max-width: 200px;
}

.table-cell-text-large {
    overflow: hidden !important;
    white-space: nowrap;
    max-width: 500px;
}

.table-cell-text-small {
    overflow: hidden !important;
    white-space: nowrap;
    max-width: 100px;
}

.table-centered {
	margin-left: auto;
	margin-right: auto;
}

