/* ========================= employer list style ========================= */

table.employer-list-table
{
  border: 0px;
  border-collapse: collapse;
}

table.employer-list-table thead tr
{
  background-color: #d0eeff;
  font-size: 11px;
  font-family: arial;
}

table.employer-list-table tr.odd
{
  background-color: #ffffff;
}

table.employer-list-table tr.even
{
  background-color: #ffffe7;
}

table.employer-list-table td
{
  font-family: arial;
  font-size: 11px;
  border: #adad91 1px solid;
  padding: 3px;
}

table.employer-list-table th
{
  white-space: nowrap;
  font-family: arial;
  font-size: 11px;
  border: #adad91 1px solid;
  text-align: left;
  padding: 4px;
  font-weight: lighter;
}

table.employer-list-table th a, table.employer-list-table th a:visited
{
  font-size: 11px;
  text-align: left;
  color: #000000;
  text-decoration: none;
}

table.employer-list-table th a:hover
{
  font-size: 11px;
  text-align: left;
  color: #0000ff;
  text-decoration: underline;
}



/* ========================= seeker list style ========================= */

table.seeker-list-table
{
  border: 0px;
  border-collapse: collapse;
}

table.seeker-list-table thead tr
{
  background-color: #0074c1;
  font-size: 11px;
  font-family: arial;
  color: #ffffff;
}

table.seeker-list-table tr.odd
{
  background-color: #ffffff;
}

table.seeker-list-table tr.even
{
  background-color: #e8f5fe;
}

table.seeker-list-table td
{
  font-family: arial;
  font-size: 11px;
  border: #aacbee 1px solid;
  padding: 5px;
}

table.seeker-list-table th
{
  white-space: nowrap;
  font-family: arial;
  font-size: 11px;
  border: #aacbee 1px solid;
  text-align: center;
}

table.seeker-list-table th a, table.seeker-list-table th a:visited
{
  color: #ffffff;
  text-decoration: none;
  font-size: 11px;
  text-align: left;
}

table.seeker-list-table th a:hover
{
  color: #ffffff;
  text-decoration: underline;
  font-size: 11px;
  text-align: left;
}



/* ========================= seeker admin list style ========================= */

table.seeker-admin-list-table
{
  border: 0px;
  border-collapse: collapse;
}

table.seeker-admin-list-table thead tr
{
  background-color: #efefbb;
  font-size: 11px;
  font-family: arial;
}

table.seeker-admin-list-table tr.odd
{
  background-color: #ffffff;
}

table.seeker-admin-list-table tr.even
{
  background-color: #ecf2df;
}

table.seeker-admin-list-table td
{
  font-family: arial;
  font-size: 11px;
  border: #aba899 1px solid;
  padding: 4px;
}

table.seeker-admin-list-table th
{
  white-space: nowrap;
  font-family: arial;
  font-size: 11px;
  border: #aba899 1px solid;
  text-align: center;
  padding: 4px 1px 4px 1px;
  font-weight: lighter;
}

table.seeker-admin-list-table th a, table.seeker-admin-list-table th a:visited
{
  color: #000000;
  text-decoration: none;
  font-size: 11px;
  text-align: left;
}

table.seeker-admin-list-table th a:hover
{
  color: #0000ff;
  text-decoration: underline;
  font-size: 11px;
  text-align: left;
}



/* ========================= company list style ========================= */

table.company-list-table
{
  border: 0px;
  border-collapse: collapse;
}

table.company-list-table thead tr
{
  background-color: #0074c1;
  font-size: 11px;
  font-family: arial;
  color: #ffffff;
  display: none;
}

table.company-list-table tr.odd
{
  background-color: #d9efff;
}

table.company-list-table tr.even
{
  background-color: #eeeeee;
}

table.company-list-table td
{
  font-family: arial;
  font-size: 11px;
  border: #d4d4d4 1px solid;
  padding: 10px 5px 15px 5px;
}

table.company-list-table th
{
  white-space: nowrap;
  font-family: arial;
  font-size: 11px;
  border: #d4d4d4 1px solid;
  text-align: left;
  padding: 4px 1px 4px 1px;
}

table.company-list-table th a, table.company-list-table th a:visited
{
  color: #ffffff;
  text-decoration: none;
  font-size: 11px;
  text-align: left;
}

table.company-list-table th a:hover
{
  color: #000000;
  text-decoration: underline;
  font-size: 11px;
  text-align: left;
}



/* ========================= common ========================= */

th.sorted
{
  background-color: null;
}

th.sorted a
{
  display: block;
  width: 100%;
}

th.sortable a
{
  background-image: url(/recruit/common/display/img/arrow_off.png);
  background-repeat: no-repeat;
  background-position: right;
  display: block;
  color: #000077;
  width: 100%;
}

th.order1 a
{
  background-image: url(/recruit/common/display/img/arrow_up.png);
}

th.order2 a
{
  background-image: url(/recruit/common/display/img/arrow_down.png);
}

span.pagebanner
{
  font-family: arial;
  text-align: center;
  background-color: #eee;
  width: 100%;
  margin-top: 1px;
  font-size: 11px;
  display: block;
  margin-bottom: 1px;
  border-bottom: 1px;
}

span.pagelinks
{
  font-family: arial;
  text-align: center;
  background-color: #eee;
  width: 100%;
  display: block;
  font-size: 11px;
  margin-top: 1px;
  border-top: none;
  margin-bottom: 1px;
  border-bottom: 1px;
}

