.LessonPageNavigation
{
	text-align:center;
	margin-top: 5px;
	margin-left: 18px;
	margin-right: 18px;
}
.LessonPageNavigation .Previous{float:left;}
.LessonPageNavigation .Next{float:right;}
.LessonPageNavigation .PageList .CurrentPage{color: #F1722E;font-weight:bold;}

.Hidden{display:none;}
.TranslationPanel
{
	background: #FFFFFF;
	border: 2px solid #3C44A1;
	position:absolute;
	z-index:100;
	width: 250px;
}
.TranslationPanel .Title
{
	text-align:center;
	background: #5A62C0;
	padding: 2px;
	color:#FFFFFF;
	font-weight:bold;
	border-bottom: 2px solid #3C44A1;
}
.TranslationPanel .Translation
{
	padding: 5px;
	background: #D9DBF0;
	color: #000000;
}
.Important
{
	margin: 15px;
	border: 1px dashed #F19969;/*#E65B11;*/
	padding: 5px 5px 5px 25px;
	background: url(../Images/Icons/iconImportant.gif);
	background-repeat: no-repeat;
	background-position: 8px 7px;
	background-color: #FDF2EC;
}

.LessonIconSmall
{
	margin-bottom: 10px;
}
.MainBody .LessonPageLinks 
{
	right:215px;
	position:absolute;
	top:170px;
}

.IconExpand
{
	cursor: pointer;
	margin-right:2px;
}
.BreakdownUnit
{
	margin-left: 50px;
	margin-bottom:5px;
}
.BreakdownLesson
{
	margin-top:5px;
	margin-bottom:5px;
	margin-left: 15px;
}
.BreakdownLessonPage
{
	margin-top:2px;
	margin-bottom:2px;
	margin-left: 30px;
}