@charset "UTF-8";
/*====================================*\
    $Admin Pages
\*====================================*/

/*------------------------------------*\
    $Form and Panel Headers
\*------------------------------------*/
/* This replaces the old .td_tabactive class */

tr > td.fg-surtitle {
  background: #e0e9ef;
  border-bottom: 1px solid #d3e0e5;
  color: #4f7e96;
  text-shadow: 1px 1px 0 #e0e9ef; /* comment this out if not needed or is unreadable */
}
tr.fg-subtitle,
tr > td.fg-subtitle {
  background: #eaeff2;
  color: #4f7e96;
  text-shadow: 1px 1px 0 #eaeff2; /* comment this out if not needed or is unreadable */
}
.user-detail-panel .fg-title a,
.member-view .fg-title a {
  color: #4f7e96;
  border-bottom: 1px solid #a5bdc9;
}
div.fg-title {
  color: #4f7e96;
}

/*====================================*\
    $EE Home Page
\*====================================*/

/*------------------------------------*\
    $Welcome Block
\*------------------------------------*/
.td_tabalt{ 
    background-color: #999;
}