/*
 *	Context Specific Stuff.
 */

.title { font-family: Tahoma, Arial, Helvetica; font-size: 13pt; font-weight: bold; text-align: left; }
.subtitle { font-family: Tahoma, Helvetica; font-size: 10pt; font-weight: bold; text-align: left; }

.editToolbar { 
  border: 1px solid #123684; margin-top: 0px; background-color: #D4E0F4; margin: 0px; 
  padding: 3px; height: 45px; position: relative;
}

.editLink {color: #FF4D00; font-weight: bold;  }
.editLink:hover { font-weight: bold; background-color: #FF4D00; color: white; }

.trackingDiv { border: 1px solid #999999; background-color: white; padding: 8px; margin: 5px; margin-left: 0px; display: none; width:100%; }
.helpDiv { border: 1px solid #999999; background-color: white; padding: 8px; margin: 5px; margin-left: 0px; text-align: left; width:100%; font-size: 0.8em; color: #999999;}

.de_field {background-color: #D4E0F4; font-weight: bold; }
.fr_field {background-color: #FFB493; font-weight: bold; }

.tableFull { width: 100%; }
.tableBorder { background-color: #fff;}
.trOdd, .trEven { background-color: #fff;}
.trEven td, .trEven { border: 1px solid #eee; border-width: 1px 0px 1px 0px; empty-cells: show; }
.trActive td { background-color: #ffeecc; border: 1px solid red; border-width: 1px 0px 1px 0px; empty-cells: show; }

