/* General table styles
------------------------------------------------- */
table {
  font-family: Verdana;
  margin: 0 auto 25px;
}

table caption {
  margin: 0 auto 6px;
  padding: 6px 0;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #333;
}

table th {
  padding: 6px;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  font-weight: bold;
  background: #ccc;
}

table td {
  padding: 6px;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
}


/* Career Field Audit Recruitment Calendar
*****************************************/

#about.quaternary #content table {
border: 1px solid #D9D9D9;
padding: 1px;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:13px;
}

#about.quaternary #content th {
  padding: 0 0 0 1px;
  font-weight: bold;
  border-color: #fff;
  text-align: left;
  background: none;

}


#about.quaternary #content table tr.alt {
background:#CCCCCC none repeat scroll 0 0;
}

#about.quaternary #content table td {
  padding: 4px 3px;
  border: none;
  border-width: 0 0;
}

#about.quaternary #content a {
color:#5385A5;
font-weight:bold;
text-decoration:none;
}

