.arrow{
	background-image: url("/images/16X16_arrow-down-orange.png") !important;
	background-position: 200px 1px !important;
	background-repeat: no-repeat !important;				
}

.trabajando{
	cursor: progress !important;
}

.rowSelectedT{
				background-color:#ffffcc !important;;
}

.noTitle .ui-dialog-titlebar {
	display:none;
}

	.ui-autocomplete {
		max-height: 250px;
		overflow-y: auto;
		/* prevent horizontal scrollbar */
		overflow-x: hidden;
		/* add padding to account for vertical scrollbar */
		padding-right: 20px;
	}
	/* IE 6 doesn't support max-height
	 * we use height instead, but this forces the menu to always be this tall
	 */
	* html .ui-autocomplete {
		height: 250px;
	}

body{
	font-family: Verdana;
}

.thead {
	font-weight: bold;
	color: #555555;
}

.trowNon {
	background-color:#f5f5f5;
	color: #1C94C4;
}

.trowPar {
	background-color:#dddddd;
	color: #1C94C4;
}

.titulo1{
	color: #555555;
	font-size:2.0em;
}

.titulo2{
	font-family:Verdana; 
	font-size:1.5em; 
	color:#777777;
}

.titulo3{
	font-family:Verdana; 
	font-size:1.3em; 
	color:#999999;
}

.contenedor{
	padding-left: 1em;
}

fieldset{
   -moz-border-radius-bottomleft: 7px;
   -moz-border-radius-bottomright: 7px;
   -moz-border-radius-topleft: 5px;
   -moz-border-radius-topright: 7px;
   -webkit-border-radius: 7px;
   border-radius: 3px;
}

.loadmask {
    z-index: 100;
    position: absolute;
    top:0;
    left:0;
    -moz-opacity: 0.5;
    opacity: .50;
    filter: alpha(opacity=50);
    background-color: #CCC;
    width: 100%;
    height: 100%;
    zoom: 1;
}
.loadmask-msg {
    z-index: 20001;
    position: absolute;
    top: 0;
    left: 0;
    border:1px solid #6593cf;
    background: #c3daf9;
    padding:2px;
}
.loadmask-msg div {
    padding:5px 10px 5px 25px;
    background: #fbfbfb url('../images/loading.gif') no-repeat 5px 5px;
    line-height: 16px;
	border:1px solid #a3bad9;
    color:#222;
    font:normal 11px tahoma, arial, helvetica, sans-serif;
    cursor:wait;
}
.masked {
    overflow: hidden !important;
}
.masked-relative {
    position: relative !important;
}
.masked-hidden {
    visibility: hidden !important;
}