﻿.Job-Table
{
  border: solid 1px black;
}

.Job-TableTitle
{
  background-color: #940d0f;
  text-align: center;
  height: 30px;
}

.Job-TableTitle-Text
{
  font-family: Arial (Hebrew);
  font-size: 12px;
  font-weight: bold;
  color: #FFC33E;
}

.Job-TableRow
{
  background-color: #DDDDDD;
  text-align: center;
  line-height: 30px;
}

.Job-TableRow-Text, A.Job-TableRow-Text, .Job-TableRow-Text:link, .Job-TableRow-Text:hover, .Job-TableRow-Text:visited
{
  font-family: Arial (Hebrew);
  font-size: 12px;
}


.Job-TableAlternateRow
{
  background-color: #EEEEEE;
  text-align: center;
  line-height: 30px;
}

.Job-ContactInfo-Cell
{
  border-left: solid 1px black;
  width: 100px;
  font-family: Arial (Hebrew);
  font-size: 12px;
}

A.Job-ContactInfo-Cell, A.Job-ContactInfo-Cell:link, A.Job-ContactInfo-Cell:hover, A.Job-ContactInfo-Cell:visited
{
  text-decoration: underline;
  border-left: solid 1px black;
  width: 100px;
  font-family: Arial (Hebrew);
  font-size: 12px;
  color:Black;
}

.Job-ContactInfo-Cell-Text, A.Job-ContactInfo-Cell-Text, A.Job-ContactInfo-Cell-Text:link,A.Job-ContactInfo-Cell-Text:hover,A.Job-ContactInfo-Cell-Text:visited
{
    text-decoration: underline;
  width: 100px;
  font-family: Arial (Hebrew);
  font-size: 12px;
  color:Black;
}

.Job-ContactInfo-TitleCell
{
  padding-right: 4px;
  padding-left: 4px;
  font-family: Arial (Hebrew);
  font-size: 12px;
}


