#dh_conferences_list
{
  margin: 1em 0 0;
  width: 100%;
}

#dh_conferences_list h2
{
  display: block;
  background-color: #005A99;
  font-size: 150%;
  margin: 0;
  padding: 10px 5px;
  border-bottom: 1px solid #fff;
  color: #fff;
}

#dh_conferences_list h3
{
  margin: 0;
  font-size: 120%;
  padding: 5px 5px;
  background-color: #7DA7D9;
  border-bottom: 1px solid #fff;
}

#dh_conferences_list h3 a
{
  color: #fff;
  font-weight: normal;  
  text-decoration: none;
  display: block;
}

#dh_conferences_list h3 .selected
{
  color: #fff;  
}

#dh_conferences_list h3 .time
{
  float: left;
  width: 150px;
}

#dh_conferences_list h3 .title
{
  display: block;
  margin: 0 80px 0 155px;
}

#dh_conferences_list h3 .noselected
{
  color: #2B578E;  
}

#dh_conferences_list h4
{
  font-size: 0.9em;
  margin: 0;
  background-color: #fff;
  font-weight: normal;
  line-height: 1.2em;
}

#dh_conferences_list h4 a
{
  color: #000;  
  text-decoration: none;
  display: block;
  padding: 10px 5px;
}

#dh_conferences_list h4 a:hover
{
  background-color: #D2E0F2;
}

#dh_conferences_list h4.text
{
  padding: 10px 5px;
}

#dh_conferences_list h4 .time
{
  float: left;
  width: 160px;
  display: block;  
  font-weight: bold;
}

#dh_conferences_list h4 .title
{
  margin-left: 170px;
  display: block;
}

#dh_conferences_list h4 .details
{
  font-size: 0.9em;
  display: block;
  margin-top: 3px;
  color: #777;
}

#dh_conferences_list h4 .lecturer
{
  float: left;
  width: 250px;
  display: block;
  font-weight: bold;  
}

#dh_conferences_list h4 .lecturer_title
{
  margin-left: 260px;
  display: block;
}

#dh_conferences_list .delete_link a
{
  color: #2B578E;
  margin-left: 20px;
  float: right;
  display: block;
  text-align: right;
  width: auto;
}

#dh_conferences_list .delete_link a:hover
{
  color: #fff;
}

#dh_conferences_list .c1
{
  background-color: #ECF2F9;  
  border-bottom: 1px solid #ebebeb;
}

#dh_conferences_list .c1.alt
{
  background-color: #fff;
}
  
