table.wg-blue
{
  width: 98%; /* 100% breaks in IE 6 */
  margin: 20px 0;
  
  border: 1px solid #1b9edc;
  border-right: none;
}

table.wg-blue td
{
  vertical-align: top;
  padding: 12px;
  
  border-right: 1px solid #1b9edc;
}

table.register thead th {
  background-color:#D6EAF6;
  padding: 2px;
  font-weight: bold;
}

table.register tbody th {
  background-color: #E9F4FB;
  text-align: left;
  font-weight: normal;
  padding: 10px 4px;
  padding-right: 0.7em;
}

table.register td {
  background-color: #fff;
  padding: 1px;
}

/** BACKWARDS COMPATIBILITY */
table.jobHeading{ border:1px solid #1b9edc; }
td.jobsDisplayed{ background-color:#D6EAF6; padding-left:4px; padding-bottom:3px; }
td.jobHeading	{ background-color:#E9F4FB; padding-left:4px; padding-bottom:4px; }
td.jobListHead	{ background-color:#D6EAF6; padding-left:4px; border-bottom:1px solid #B2D7EE; white-space: pre;}
td.jobListLabel, td.industryList	{ background-color:#DEEEF8; padding-left:4px; border-bottom:1px solid #B2D7EE; }
td.inactiveJobListLabel { background-color:#ECECEC; padding-left:4px; border-bottom:1px solid #CBCBCB; }
td.jobListData	{ background-color:#E9F4FB; border-bottom:1px solid #B2D7EE; }
td.jobListDesc	{ background-color:#F5FAFD; padding-left:4px; border-bottom:1px solid #B2D7EE; }
td.registerHead	{ background-color:#D6EAF6; }
td.heading2		{ background-color:#B5DBF0; color:#000000; text-align:center; font-weight:bold; font-size:100%; font-family:Arial; }
td.heading		{ background-color:#D6EAF6; padding-left:4px; font-weight:bold; white-space: pre; }
td.label		{ background-color:#E9F4FB; padding-left:4px; }
td.data		    { background-color:#F5FAFD; padding-left:4px; }
td.datasmall  { background-color:#F5FAFD; font-style:italic; padding-left:4px; text-align:center; }
td.functions	{ background-color:#E9F4FB; padding-left:4px; }
td.divider		{ background-color:#B5DBF0; }
td.dataL		{ background-color:#FCFCFC; text-align:center; }
td.dataR		{ background-color:#E9E9E9; text-align:center; }
td.JobRegisterDataPink	{ background-color:#FFE8E8; }
td.FullWidth	{ padding-left:10px; padding-right:10px; width:100%; }
table.outline	{ border:solid 1px #1b9edc; }
table.jobList { border: 1px solid #1b9edc; }
td.JobRegisterHead { background-color:#1b9edc; color: #fff; padding: 2px; }
td.JobRegisterLabel { text-align: right; padding: 1px; padding-right: 0.7em;}
td.JobRegisterData { background-color: #fff; padding: 1px; }

table.wgSearch   {
  border:1px solid #1b9edc;
}

table.wgSearch thead th, td.wgSearchHead
{
  padding: 2px;

  font-weight:normal;
  text-align:left;

  color: #fff;
  background-color: #1b9edc;
}

table.wgSearch tbody th, td.wgSearchLabel
{
  padding-top: 5px;
  padding-right: 5px;
  
  text-align: right;
  font-weight: normal;
}

table.wgSearch tbody td
{
  padding-left: 3px;
  padding-top: 5px;
}

td.wgSearchDesc
{
  padding-bottom: 15px;
  border-bottom: 1px solid #1b9edc;
}

table.form
{
  margin: 1em 0;
  border: 1px solid #1b9edc;
}

table.form thead th
{
  padding: 0.2em;
  
  text-align: left;
  font-weight: normal;
  color: #fff;
  background-color: #1b9edc;
}

table.form tbody th
{
  padding-top: 0.4em;
  padding-right: 0.5em;
  
  text-align: right;
  font-weight: normal;
}

table.form td
{
  padding-left: 0.2em;
  padding-top: 0.4em;
}

.table-sort-arrows
{
  white-space: pre;
  padding-left: 0px;
}

.table-sort-arrows img {
  padding-bottom: 2px;
  padding-left: 4px;
}

#profileform th, #profileform td {
	text-align: left;
	padding: 4px;
}

#profileform em {
	font-style: normal;
	font-size: 10px;
}

#profileform input, #profileform textarea {
	border: 1px solid #ccc;
	font-family: verdana,tahoma,arial;
	font-size: 11px;
	padding: 2px;
	width: 200px;
}

#profileform input.submit {
	width: 100px;
}

#profileform textarea {
	height: 100px;
}

table.plain th, table.plain td {
  padding: 3px;
}

table.plain th {
  font-weight: normal;
  text-align: left;
}

/* Alternate Coloured Rows */

table.alternate
{
  width: 98%; /* 100% breaks in IE 6 */
  margin: 10px 0;
  border: 0;  
  font-size: 11px;      
}

table.alternate th {
  text-align: left;
  background-color: #d6eaf6;
  border-bottom: 1px solid #fff;
  padding: 12px;
  width: 20%;
}

table.alternate td {
  border: 0;
}

table.alternate tr
{
  vertical-align: top;
  padding: 12px;  
  background-color: #e9f4fb;
}

table.alternate tr.odd {
  background-color: #fff;
}

/* Standard Table */

table.standard {
  margin: 10px 0;
}

table.standard th {
  background-color:#D6EAF6;
  padding: 4px;
  font-weight: bold;
  text-align: left;
  border-bottom: #fff solid 1px;
  border-right: #fff solid 1px;
}

table.standard td {
  background-color: #E9F4FB;
  text-align: left;
  font-weight: normal;
  padding: 4px;
  border-bottom: #fff solid 1px;
  border-right: #fff solid 1px;
}

#content table.standard ul {
  padding: 0 20px;
}