html,body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	min-width: 1024px;
}

body {
	background: url('../images/bgcleanl.png') repeat-x top left transparent;
	margin-left: auto;
	margin-right: auto;
}

.selectBoolean {
	display: block;
	width: 60px;
}

select {
	margin: 2px;
	padding: 2px;
}

.negrita {
	font-weight: bold;
}

.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.grande {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.media {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.cursiva {
	font-style: italic;
}

.bloque {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: block;
	text-align: justify;
}

.reducido {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.toolButton {
	width: 30px;
	max-width: 50px;
	text-align: center;	
	padding-left: 5px;
	padding-right: 5px;
	display: block;
}

.toolbar {
	width: 100%;
	text-align: center
}

.toolbar td {
	width: 100px;
}

.tdtop td{
	vertical-align: top;	
}

.tdbottom td{
	vertical-align: bottom;
	padding-right: 1em;
}

.toolbarflat {
	width: 100%;
	text-align: center;
}

.toolbarflat td {
	width: 70px;
	text-align: center;
}

.header {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #006000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-radius-topleft: 8px;
	border-radius-topright: 8px;
	-khtml-border-radius-topleft: 8px;
	-khtml-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-ms-border-radius-topleft: 8px;
	-ms-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	border-radius-bottomleft: 0px;
	border-radius-bottomright: 0px;
	-khtml-border-radius-bottomleft: 0px;
	-khtml-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	-ms-border-radius-bottomleft: 0px;
	-ms-border-radius-bottomright: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
}

.halfrounded {
	-khtml-border-radius-topleft: 8px;
	-khtml-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-ms-border-radius-topleft: 8px;
	-ms-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	border-left-color: #fff;
	border-left-style: solid;
	border-left-width: 1px;
	border-radius-topleft: 8px;
	border-radius-topright: 8px;
	border-right-color: #fff;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #006000;
	border-top-style: solid;
	border-top-width: 1px;
}

.rounded {
	border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: #006000 1px solid;
}

.roundedred {
	border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: red 4px solid;
}

.tableform {
	left: 1em;
	right: 1em;
}

.tableform td {
	padding-right: 1em;
	vertical-align: top;
}

.tableformbt td {
	padding-right: 1em;
	vertical-align: middle;
}

.subtable {
	border: 1px solid #ABABAB;
	width: 100%;
	border-radius: 0px;
	-khtml-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-webkit-border-radius: 0px;
	padding-bottom: 1em;
}

.csubtable {
	border: 0px;
	width: 100%;
	border-radius: 0px;
	-khtml-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-webkit-border-radius: 0px;
	padding-bottom: 1em;
}

.subtableHeader {
	background: #FFF url("../images/bgslice.png") repeat-x top left;
	height: 22px;
	text-align: center;
	display: block;
}

.subtable td {
	padding-right: 1em;
}

.frequired, .error {
	color: red;
}


.msgError {
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: orange;
	border-bottom-color: red;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-color: red;
	border-right-style: solid;
	border-right-width: 1px;
	border-radius: 10px;
	display: block;
	width: 400px;
	padding-left: 50px;
	padding-right: 1em;
	margin-left: auto;
	margin-right: auto;
	background-image: url("../icons/msgcritical.png");
	background-repeat: no-repeat;
	background-position: 5px;
	min-height: 40px;
}

.msgWarning {
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #CCCF8F;
	border-bottom-color: orange;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-right-color: orange;
	border-right-style: solid;
	border-right-width: 2px;
	border-radius: 10px;
	display: block;
	width: 400px;
	padding-left: 50px;
	padding-right: 1em;
	margin-left: auto;
	margin-right: auto;
	background-image: url("../icons/msgwarning.png");
	background-repeat: no-repeat;
	background-position: 5px;
	min-height: 40px;
}

.msgInfo {
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #9DC8D8;
	border-bottom-color: green;
	border-right-color: green;
	border-bottom-style: solid;
	border-bottom-width: 2px;	
	border-right-style: solid;
	border-right-width: 2px;
	border-radius: 10px;
	display: block;
	width: 400px;
	padding-left: 50px;
	padding-right: 1em;
	margin-left: auto;
	margin-right: auto;
	background-image: url("../icons/msginfo.png");
	background-repeat: no-repeat;
	background-position: 5px;
	min-height: 40px;
}

.tableLastRow td {
	padding-bottom: 1em;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.textInput {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	width: 100%;
	font-size: 12px;
}

.panel {
	background: #f5f5f5;
	padding-left: 5px;
	padding-right: 5px;
}

.paneTitle {
	font-size: 10px;
	font-weight: bold;
	position: relative;
	top: -12px;
	left: 1em;
	float: left;
	z-index: 100;
	background-color: white;
}

.paneFilter {
	border: 1px solid #ABABAB;
}

.buttonAdd {
	background-image: url("../icons/arrow-right.png");
	background-repeat: no-repeat;
	background-position: left;
	width: 120px;
}

.tablen {
	width: 98%;
	text-align: center;
	padding-left: 1%;
	padding-right: 1%;
	padding-bottom: 1em
}

.largeText {
	display:block;
	text-align: justify;
	width: 400px;	
}

.gialink {
	width: 135px;
	height: 62px;
	display: block;
	background: url('../images/logogia.png') no-repeat;
}

.contdiv {
	vertical-align: top;
	height: 85%;
}

.bgbutton {
	height: 22px;
	background: url('../images/bgslice.png') repeat-x;
	display: block;
}

.borderleft {
	border-left: 1px solid #006000;
}

.borderright {
	border-right: 1px solid #006000;
}

.bordertop {
	border-top: 1px solid #006000;
}

.borderbottom {
	border-bottom: 1px solid #006000;
}

.subpanel {
	border: 1px solid #006000;
}

.verticaltext {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	white-space: nowrap;
	text-shadow: 0px 0px 1px #333;
}

.popButton {
	width: 25px;
	height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.ledMessage {
	height: 48px;
	display: block;;
	vertical-align: middle
}