ul.courses_list
{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.courses_list li
{
	margin: 0.5em 0 0 0;
	padding: 0;
}

table.search_courses td.criteria
{
	background-color: #e4e4e4;
}

table.search_courses td
{
	vertical-align: top;
	padding: 10px;
	font-size: 12px;
}

table.search_results
{
    display: table;
    table-layout: fixed;
    width: 100%; 
    margin: 10px 0;
    padding: 0; 
    border-collapse: collapse;
    empty-cells: show;
    font-size: 10px;
    line-height: normal;
}

table.search_results th
{
    font-weight: bold;
    color: #fff;
    background-color: #000;
    padding: 2px 4px;
	text-align: left;

}



table.search_results td
{
    padding: 2px 4px;
	border-bottom: 1px solid #e4e4e4;
}

table.search_results td.details
{
	text-align: left;
}


#MC600 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 12px;
 }
 
 table.course_details
 {
   font-size: 12px;
  
 }

 
 table.course_details td
 {
 	vertical-align: top;
     padding: 2px 4px;
 }

 
 td.courses_label
 {
	font-weight: bold;
	 white-space: nowrap;

 }

 table.search_form td
 {
 	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 12px;
 }

   table.search_form td.instructions
  {
    padding: 2px 10px;
 }

 
  table.search_form td.label
  {
    padding: 2px 0px;
 }
 
  table.search_form td.element
  {
    padding: 2px 15px 2px 0px;
 }
