body {
	background-color: #ffffff;
	color: #000000;
}

.jobnavigatorcontent {
  margin-left: 24px;
  max-width: 560px;
  clear: both;
}

.jobnavigator-table {
  table-layout: fixed;
  border-spacing: 0px;
  border-collapse: collapse;
  border: 1px solid #e9f3f9;
  empty-cells: show;
  margin-top: 10px;
}

/*
 * background of cells  
*/
.jobnavigator-td {
  background-color: #DAEBFE;
  border-spacing: 0px;
  width: 30px;
  max-width: 30px;
  height: 40px;
  border: 1px dashed #a4a4a4;
}

/* --- Bullet Positions --- */
.jobnavigator-bullet {
  position: relative;
  overflow: visible;
  left: 26px;
  top: 21px;
  border: 0px;
}

/* --- yAxis Definition --- */
.jobnavigator-yAxis {
   height: 40px;
   width: 150px;
   position: relative;
   top: 25px;
   font-size: 11px;
   font-family: Arial, Veranda;
   color: #0066CC;
   border: 0px;
}

.jobnavigator {
   border-collapse: collapse;
   position: relative;
   top: 10px;
   left: 10px;
}

.yAxis-td {
   position: relative;
   height: 25px;
   border-spacing: 0px;
   border-collapse: collapse;
   overflow: visible;
   top: 24px;
   color: #0066cc;
}

.yAxis-table {
}
