@charset "utf-8";
/* CSS Document */


/*Este body no es el que realmente muestra, porque luego lo sobreescribo con el de stylesIFrameBody
Es para que en el dreamweaver vea algo*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}


.normalText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: justify;
}

.importantText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
	font-weight:bold;
	
}

.normalLabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align:left;
	height:30px;
	font-weight:bold;
	vertical-align:middle;
}

.labelMeasures {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align:right;
	height:20px;
	vertical-align:middle;
}

.labelNumeroMeasures {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
	text-align:right;
	font-weight:bold;
	vertical-align:middle;
}

.textFieldMeasures {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	BORDER-RIGHT: #7F9DB9 1px solid;
	BORDER-TOP: #7F9DB9 1px solid;
	BORDER-LEFT: #7F9DB9 1px solid;
	BORDER-BOTTOM: #7F9DB9 1px solid;
	BACKGROUND-COLOR: #FFFFFF;
	HEIGHT: 15px;
	width:30px;
}


.textFieldMeasuresObservations {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	BORDER-RIGHT: #7F9DB9 1px solid;
	BORDER-TOP: #7F9DB9 1px solid;
	BORDER-LEFT: #7F9DB9 1px solid;
	BORDER-BOTTOM: #7F9DB9 1px solid;
	BACKGROUND-COLOR: #FFFFFF;
	HEIGHT: 15px;
	width:300px;
}

.subTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF6600;
	height:31px;
	font-weight:bold;
	vertical-align:middle;
	text-align: left;
}

.normalButton {
	BORDER-RIGHT: #666666 1px solid;
	BORDER-TOP: #666666 1px solid;
	FONT-SIZE: 12px;
	BORDER-LEFT: #666666 1px solid;
	COLOR: #000000;
	BORDER-BOTTOM: #666666 1px solid;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	CURSOR: hand;
	BACKGROUND-COLOR: #FFFFFF;
	HEIGHT: 30px;
	text-decoration: none;
}

.textField {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	BORDER-RIGHT: #7F9DB9 1px solid;
	BORDER-TOP: #7F9DB9 1px solid;
	BORDER-LEFT: #7F9DB9 1px solid;
	BORDER-BOTTOM: #7F9DB9 1px solid;
	BACKGROUND-COLOR: #FFFFFF;
	HEIGHT: 20px;	
}

.tableTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	font-weight:bold;
	height:20px;
	vertical-align:middle;
	background-image:url(images/tituloTabla.gif);
}

.tableRow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	height:24px;
	vertical-align:middle;
	cursor: pointer;
}

.textError {
	background-color:#FF0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left: 10px;
	padding-right:10px;
	font-weight: bold;
	height: 20px;
	vertical-align: middle;
	text-decoration:none;
	color:#ffffff;
}

.textMsg {
	background-color:#00CC33;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left: 10px;
	padding-right:10px;
	font-weight: bold;
	height: 20px;
	vertical-align: middle;
	text-decoration:none;
	color:#ffffff;
}

.cursorHand {
	cursor: pointer;
}

