
/* ============= */
/* = job-tally = */
/* ============= */

div#index-job-tally
{
	margin-top: 14px;
  position: relative;
  float: right;
  width: 140px;
}

div#index-job-tally-tl
{
  position: absolute;
  top: 0;
  left: 0;
  width: 138px;
  line-height: 20px;
  border-top: 1px solid #940800;
  border-left: 1px solid #940800;
	border-right: 1px solid #940800;
	text-align: center;
  font-size: 11px;
  font-family: Verdana,Arial,Helvetica;
	color: #fff;
	background-color: #BD4D18;
}

div#index-job-tally-tr
{
  position: absolute;
  top: 0;
  left: 91px;
  line-height: 20px;
  width: 109px;
  
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-family: Arial,Helvetica;
  background-color: #BD4D18;
  background-image: url('../images/g-job-tally-upper-right.gif');
  background-repeat: no-repeat;
  background-position: top right;
}

div#index-job-tally-br
{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 16px;
  height: 16px;
  
  background-image: url('../images/g-job-tally-lower-right.gif');
  background-repeat: no-repeat;
}

div#index-job-tally-b
{
  font-size: 10px;
  margin-top: 15px;
  padding: 10px 5px;
  
  border: 1px solid #BD4D18;
  border-top: none;
}

div#index-job-tally-recent-job-name
{
  font-size: 13px;
  overflow: hidden;
}

div#index-job-tally-recent-job-date
{
  font-size: 10px;
}
