/* Form */

.form {
}

.form .spacer {
	clear: both;
}

.form .row {
  clear: both;
  padding-top: 10px;
}
.form .row span.label_big {
  float: left;
  text-align: left;
  width:320px !important;
}
.form .row span.label_left {
  float: left;
  text-align: left;
  width:190px !important;
}


.form .row span.label_right {
  float: right;
  text-align: left;
  width:300px !important;
}


.form .row span.input_left {
  color:#000099;
  float: left;
  text-align: left;
  width:190px !important;
}

.form .row span.input_right {
  float: right;
  text-align: left;
  width:300px !important;
}

.form .buttons {
	text-align:center;
}

/* input select textarea */

label {
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	width: 150px !important;
}

/*Para el Reporte Bitácora*/
input.small{
	width:150px !important;
}
select.medium{
	width:300px !important;
}
select.ssmall{
	width:120px !important;
}
/********************/

textarea.small{
	width:150px !important;
}

select.small{
	width:150px !important;
}
input.big{
	width:320px !important;
}
input.ssmall{
	width:35px !important;
}
textarea.big{
	width:450px !important;
}

select.big{
	width:495px !important;
}

input, textarea, select {
}

fieldset { border:1px solid green }

legend {
  padding: 0.2em 0.5em;
  margin-left:0.5em;
  border:1px solid green;
  color:green;
  font-size:90%;
  text-align:right;
}

/* table.normals */
table.normal {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100% !important;
	text-align: left;
}
table.normal thead tr th, table.normal tfoot tr th {
	background-color: #b0c4de;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.normal thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.normal tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.normal tbody tr.odd td {
	background-color:#F0F0F6;
}
table.normal thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.normal thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.normal thead tr .headerSortDown, table.normal thead tr .headerSortUp {
background-color: #8dbdd8;
}

fieldset { border:1px solid green }

legend {
  padding: 0.2em 0.5em;
  margin-left:0.5em;
  border:1px solid green;
  color:green;
  font-size:90%;
  text-align:right;
}
