/**/
.AddButton
 {
     background: url(/Content/images/Add.gif) no-repeat;
     cursor:pointer;
     border: none;
 } 

/*this button class is the defualt size for buttons, and is backed up by RC@2014042400  */
.mbsa-grid-buttons {
    font-size: .8em !important;    
}

/*Heading height and heading font size
  This affects the heading columns in the grids.
 .ui-jqgrid .ui-jqgrid-hdiv   -  THIS CAUSES SEARCH WINDOW NOT TO OPEN RC@2014050900 
  .ui-jqgrid-labels
 {
   height: 1.9em; 
   font-size: .8em;
}  */    

/* RC@2014071100 For textarea, need to show max-height so only one line appears for that column on the grids row*/
   tr.jqgrow>td.textareaHeightInDiv>div { 
 /*tr.jqgrow>td.textareaHeightInDiv>td {*/
    max-height: 17px;
    /*overflow: auto*/
}
/* td.form-view-data>span>div {
    max-height: 150px;
    overflow: auto
}*/