/**
 * Educations styles.
 *
 * @author Frantisek Fialka <info@ide.cz>
 * @copyright 2005-2006 IDE.cz
 * @version 0.3
 */

.educationsCurrent h2 {
	width: 110px;
}
.educationsCurrent p {
	font-size: 1.1em; margin-bottom: 20px;
}
.educationsCurrent a {
	color: #24408F; text-decoration: underline;
}
.educationsCurrent a:hover {
	color: #333; text-decoration: underline;
}
.educationsCurrent .lead {
	margin-bottom: 10px; line-height: 1.3em;
}
.educationsCurrent .lead span {
	display: block;
}
.educationsCurrent .day {
	color: #1C316F;
}
.educationsCurrent dl {
	margin-bottom: 15px;
}
.educationsCurrent dt {
	font-size: 1.1em;
}
.educationsCurrent .name {
  font-size: 1.1em;
  margin-bottom: 2px;
}
.educationsCurrent .name a {
	color: #E6F2FF;
  font-weight: bold; 
  text-decoration: none;
	border-bottom: 1px dotted #E6F2FF;
	margin-bottom: 1px; 
}
.educationsCurrent .name a:hover {
	color: #E6F2FF; 
	border-bottom: none;
	text-decoration: none;
}
.educationsCurrent dd {
	margin-bottom: 8px;
	font-size: 1.1em; line-height: 1.4em;
}
.educationsCurrent dd a {
	color: #C2263F; text-decoration: underline;
}
.educationsCurrent dd a:hover {
	color: #333; text-decoration: underline;
}
