/* Set up Variable Colors */
/* ========================== */
/* = Begin Timeline Styling = */
/* ========================== */
/* line 39, ../scss/eba_timeline_table.scss */
table.timelineTable thead th.monthLabel {
  font: normal 14px/14px Arial, sans-serif;
  text-align: left;
  color: #333;
  border-left: 1px solid #DDD;
  padding: 5px;
}
/* line 46, ../scss/eba_timeline_table.scss */
table.timelineTable thead th.weekLabel {
  font: normal 11px/12px Arial, sans-serif;
  color: #888;
  width: 60px;
  text-align: left;
  padding: 0 5px 5px 5px;
  border-bottom: 1px solid #AAA;
}
/* line 53, ../scss/eba_timeline_table.scss */
table.timelineTable thead th.weekLabel.beginMonth {
  border-left: 1px solid #DDD;
}
/* line 59, ../scss/eba_timeline_table.scss */
table.timelineTable tbody th {
  padding: 5px;
  font: bold 11px/12px Arial, sans-serif;
  text-align: left;
  width: 200px;
}
/* line 64, ../scss/eba_timeline_table.scss */
table.timelineTable tbody th a {
  color: #333;
  text-decoration: none;
}
/* line 69, ../scss/eba_timeline_table.scss */
table.timelineTable tbody td {
  border-left: 1px solid #EEE;
  padding: 2px 2px 0 2px;
}
/* line 72, ../scss/eba_timeline_table.scss */
table.timelineTable tbody td a {
  display: block;
  padding: 5px;
  font: normal 11px/12px Arial, sans-serif;
  color: #333;
  background: #F0F0F0;
  border: 1px solid #AAA;
  text-decoration: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
/* line 81, ../scss/eba_timeline_table.scss */
table.timelineTable tbody td a.lateMilestone {
  background: #f6dada;
  border-color: #778e73;
}
/* line 85, ../scss/eba_timeline_table.scss */
table.timelineTable tbody td a.completedMilestone {
  background: #dff6da;
  border-color: #778e73;
}
