select {
border: 1px solid #a8a8a8;
font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
color: #222;
}

textarea {
border: 1px solid #a8a8a8;
font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
color: #222;
}

input {
border: 1px solid #a8a8a8;
font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
color: #222;
}



input.readonly {
background-color:#d7d7d7;
}
input.checkbox {background-color:#000000;}

input.flat {border: 1px solid #a8a8a8;}
input.red {background-color: #ffb1b1;}
input.missingdata {border: 1px solid #730000; background-color: #ffb1b1;}



 /* theme roller */
 .ui-widget{font-size:15px !important;}
 .ui-jqgrid{position: relative; font-size:15px !important; font-weight:bold !important;}
 .ui-jqgrid .ui-jqgrid-view {position: relative; font-size:15px !important; font-weight:bold !important;}
 
.border_lite{border: 1px solid #a8a8a8;}
.div_float_right{float: right;}
.div_float_left{float: left;}


table.ui-jqgrid-btable tr.jqgfirstrow td { border: none; }
table.ui-jqgrid-btable { height: 1px; }

/* jqgrid celss con jqgRZ en click agrandan a su contenido de longtext's/fckeditor */
    .jqgRZ  {padding-top:0px;margin-top:0px;white-space:pre-wrap;cursor:s-resize;}
    .jqgRL  {padding-top:0px;margin-top:0px;}
    .jqgRS  {padding-top:0px;margin-top:0px;max-height:64px;overflow:hidden;cursor:n-resize;}
    .jqgRS ol,ul,li,p,div {padding-top:0px;margin-top:0px;}
table.ui-jqgrid-btable tr.jqgfirstrow td { border: none; }
table.ui-jqgrid-btable { height: 1px; }

.bold {font-weight:bold !important;}

.center {text-align: center;}
.right {text-align: right;}
.left {text-align: left;}