@CHARSET "ISO-8859-1";
.ui-widget {
	font-size: 12px;
} 
.ui-widget button {
	font-size: 12px;
}
.ui-accordion .ui-accordion-content {
    padding: 0.5em 1em;
}

/* Autocomplete fix for width and height */
.ui-autocomplete {
	max-height: 350px;
	max-width: 350px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
}

.ui-icon-fix {
	display:inline-block;
	vertical-align:top;
}

/** fix to width tooltip **/
.ui-tooltip {
	max-width: 700px;
}

/*FIXME: Fix to remove horizontal scroll bar in Firefox and Chrome 
http://stackoverflow.com/questions/5647313/unnecessary-horizontal-scrollbar-jqgrid

div.ui-jqgrid-view table.ui-jqgrid-btable {
  table-layout:auto;
}

div.ui-jqgrid-view table.ui-jqgrid-htable {
  table-layout:auto;
}
*/
#parent {
    overflow: hidden;
}
.rgt {
    float: right;
    padding-right: 10px;
}
.lft {
    overflow: hidden;
    float: left;
}


h3, h4 { /* Headers & Footer in Center & East panes */
	/*background:		#EEF;
	border:			1px solid #BBB;
	border-width:	0 0 1px;*/
	padding:		7px 10px;
	margin:			0;
}
h3{
	font-size:		1.1em;
}
h4{
	font-size:		1.2em;
}
p {
	text-align: justify;
}

a img{
border:0;
}



.field {
  	text-align:left; 
 	font-weight:lighter;
 	cursor: text;
}

fieldset { 
	margin:5px; 
}

fieldset legend { 
	padding:5px; 
}

fieldset label, fieldset input {
	display:inline-block;
	margin: 0.5em; padding: 0.5em;
}

/*fieldset*/.form-align .label {
	/* width:100px;  or whatever size you want them */
	font-weight: bold;
}


.sortable {
border:1px solid #000;
height:10px;
margin:5px;
padding:5px;
text-align: center;
font-weight: bold;
}