table.standard
{  
  margin: 0 0 0 0;  
  border-collapse: collapse;
  font-size:0.875em;
  color: #696969;
}

table.standard th, table.standard td
{
  padding: 3px 5px;  
  border-bottom: #fff solid 1px;
}

table.standard th
{  
  text-align: left;
  background-color: #1bb0ec;
  color: #fff;
  vertical-align: top;
  font-weight: normal;
}

table.standard td {
  background-color: #d5effb;
}


/* Form Table */

table.form-table
{
  width: 395px;    
}

table.form-table th.title {  
  line-height: 30px;
  border-bottom: #fff solid 1px;
  font: bold 1.25em 'Trebuchet MS', Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  background: #1bb0ec url('../images/g-button-textarea.gif') repeat-x;
}

table.form-table th, table.form-table td
{
  padding: 4px 6px;
  line-height: 1.5em; 
  vertical-align: top;
}

#content table.standard li {
  margin: 0;
}
.courses-tbl {
	width:400px;
}