/* CSS Document */
table.ibx, table.ibxHidden, table.ibxHIDDEN
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	vertical-align: top;
	border: 0px solid red;
	padding: 0px;
	border-spacing: 0px;
}

table.ibxHidden, table.ibxHIDDEN
{
	display: none;
}

td.ibxL, label.ibxL
{
	text-align: right;
	width: 130px;
	height: 25px;
	/* white-space: nowrap; */
	/*border: 2px solid;*/
}

td.ibxLNotNull, label.ibxLNotNull
{
	text-align: right;
	width: 130px;
	height: 25px;
	color: blue;
}

td.ibxInput
{
	text-align: left;
	/*width: 155px;
	height: 25px;
	white-space: nowrap;*/
}

td.ibxMsg {
	height: 0px;
	color: #1010ff;
	text-align: center;
	/* white-space: normal; */
}

td.ibxMsgErr {
	height: 0px;
	color: #ff1111;
	text-align: center;
	white-space: normal;
}

td.ibxRange
{
	text-align: right;
	height: 25px;
	white-space: nowrap;
	/* border: 2px solid red;*/
}

/* Input */
input.ibxInput, input.ibxInputErr, input.ibxInputCP, input.ibxInputRO
{
   vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

input.ibxInput {
	border: 1px solid #D7D7D7; /*color: #000000; 999999*/
	text-decoration: none;
	background: #ffffff url(/axys/beta.72.local/img/fondo_input_gray.gif) repeat-x;
}

input.ibxInputErr {
	border: 1px solid Red;
	text-decoration: none;
	background: #ffdddd url(/axys/beta.72.local/img/fondo_input_error.gif) repeat-x;
}

input.ibxInputCP {
	background-color: #ddeeff;
	border: 1px solid #999999	;
	text-decoration: none;
}

input.ibxInputRO {
	background-color: #ffffff;
	border: 1px solid #efefef;
	text-decoration: none;
}

textarea.ibxInput {
	border-top: #C6CDEA 1px solid;
	border-right: #C6CDEA 1px solid;
	border-left: #C6CDEA 1px solid;
	border-bottom: 1px solid #C6CDEA;
	font-size: 11px;
	background-image: url(/axys/beta.72.local/img/txtarea.gif);
	color: #333333;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #ffffff;
	width: 200px;
	height: 54px; /*cols=\"30\" rows=\"4\"*/
}

textarea.ibxInputErr
{
	border-top: red 1px outset;
	border-right: red 1px outset;
	border-left: red 1px outset;
	border-bottom: red 1px outset;
	font-size: 11px;
	background-image: url(/axys/beta.72.local/img/txtarea.gif);
	color: #333333;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #ffffff;
	width:200px;
}

fieldset.fRange {
	width: auto;
	border: 1px silver dotted;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
