/*///////////////////////////////////////////////////////////

DOCUMENT INFO
Document: Replacing Button image background
Ticket Info:

-------- Ticket 3870-8385024: Changing an <a class ...> button on the Home Page ---------

Author: Jacob John;
Client: http://www.gow.org/;

/////////////////////////////////////////////////////////////*/

/* Sets the color and general button styles */

.ontheroadBtn {

  background-color: #760031;
  display: block;
  color: #FFF !important;
  font: bold 16px 'times new roman', times, sans-serif;
  max-width: 162px;
  width: 100%;
  margin-bottom: 20px;

}
/* Sets the new background */

.ontheroadBtn span {
background: url('../images2/ontheroadBG.png') top right no-repeat;
min-height: 42px;
padding-top: 8px;
border: 2px solid #FFF;
width: 76.5%;
display: inline-block;
margin: 2px;
padding: 6px 9.3%;
}

/* End Section */

/**
 *
 *  Ticket 3870-8427780: Remove Title Labels
 *  Jacob John
 *  Remove title labels from constituent profile
 *
 */
/*
    #profiletable .mainGroupTitle,
    #profiletable .profileFieldLabel {

      display: none !important;

    }

    #profiletable .profileFieldValue {

      margin-left: 0 !important;

    }

    #profiletable .section,
    #profiletable .fieldsLocked {

      border: 0;

    }
*/

/* End Block */

