﻿@media screen
{
	#nav-menu-top-shadow
	{
		position: absolute;
		top: 98px;
		left: 0px;
		width: 154px;
		height: 4px;
	}
	html, body, #Website_Holder, #Website-NoMenu_Holder
	{
		margin: 0;
		padding: 0;
		width: 100%;
		height: 100%;
		min-height: 100%;
		min-width: 100%;
	}
	html > body, html > body #Website_Holder, html > body #Website-NoMenu_Holder
	{
		height: auto;
	}
	#Website_Holder
	{
		position: absolute;
		top: 0;
		left: 0;
		background-image: url(../../App_Themes/Default/ui/pls_ic_bg_gradient.jpg);
		background-repeat: repeat-y;
	}
	#Website-NoMenu_Holder
	{
		position: absolute;
		top: 0;
		left: 0;
	}
	#Website_MottoBar
	{
		width: 100%;
		height: 16px;
		background-image: url(../../App_Themes/Default/ui/MottoBar_bg.jpg);
		background-repeat: repeat-x;
		color: White;
		font-family: Arial;
		font-size: 10px;
		font-weight: bold;
		letter-spacing: 1px;
	}
	#Website_Header
	{
		width: 100%;
		height: 60px;
		background-image: url(../../App_Themes/Default/UI/BlueGradient_bg.jpg);
		background-repeat: repeat-x;
		background-color: #ffffff;
	}
	#Website_MenuBar
	{
		background-image: url(../../App_Themes/Default/UI/MenuBar_bg.jpg);
		background-repeat: repeat-x;
		border: none;
		width: 100%;
		height: 26px;
		text-align: center;
		font-family: Arial;
		font-size: 10pt;
		font-weight: bold;
	}
	.Website_MiniBar
	{
		background-image: url(../../App_Themes/Default/UI/MiniBar_bg.jpg);
		background-repeat: repeat-x;
		border: none;
		width: 100%;
		height: 35px;
		text-align: center;
		font-family: Arial;
		font-size: 10pt;
		font-weight: bold;
		padding-top: 10px;
		padding-bottom: auto;
		color: White;
	}
	#Website_Content
	{
		padding-right: 16px;
		padding-left: 6px;
		float: left;
		padding-bottom: 6px; /*width: 567px;*/
		width: auto;
		padding-top: 7px;
		margin-left: 6px;
		vertical-align: top;
	}
	#Website_Content-NoMenu
	{
		padding-right: 6px;
		padding-left: 6px;
		float: left;
		padding-bottom: 6px; /*width: 567px;*/
		width: auto;
		padding-top: 7px;
		margin-left: 6px;
		vertical-align: top;
	}
	#Website_Footer
	{
		clear: both;
		bottom: 0px;
		left: 0px;
		width: 100%;
		height: 50px;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		background-image: url(../../App_Themes/Default/UI/Footer_bg.jpg);
		background-repeat: repeat-x;
		background-color: #FFFFFF;
		padding-top: 16px;
		position: absolute;
	}
	html #Website_Footer
	{
		position: absolute;
	}
	head:first-child + body div#Website_Footer
	{
		position: absolute;
	}
	.clear
	{
		clear: both;
		margin: 0;
		padding: 0;
	}
	#LogoImage
	{
		position: absolute;
		top: 0px;
		right: 10px;
	}

	div#Lesson_Holder
	{
		position: absolute;
		top: 0;
		left: 0;
		min-height: 100%;
	}
	#Lesson_Header
	{
		width: 100%;
		min-width: 100%;
		height: 60px;
		background-image: url(../../App_Themes/Default/UI/BlueGradient_bg.jpg);
		background-repeat: repeat-x;
		background-color: #ffffff;
	}
	#Lesson_Bar
	{
		background-image: url(../../App_Themes/Default/UI/MenuBar_bg.jpg);
		background-repeat: repeat-x;
		border: none;
		width: 100%;
		min-width: 100%;
		height: 26px;
		text-align: center;
		font-family: Arial;
		font-size: 10pt;
		font-weight: bold;
		z-index: 1;
	}
	#BookmarkButton
	{
		float: right;
		clear: left;
		position: relative;
		top: 12px;
		padding-right: 1px;
		background-image: url(UI/ActionButton_bg.jpg);
		background-repeat: repeat-x;
	}

	#Lesson_Content
	{
		padding-bottom: 6px;
		margin: auto;
		width: auto;
		padding-top: 7px;
		vertical-align: top;
	}

	#Lesson_Footer
	{
		clear: both;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 50px;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		text-align: center;
		background-image: url(../../App_Themes/Default/UI/Footer_bg.jpg);
		background-repeat: repeat-x;
		padding-top: 16px;
	}
	#Lesson_Footer
	{
		position: static;
	}
	.Lesson_Headline
	{
		text-align: center;
	}
	.ProgressBar
	{
		width: 300px;
		height: 5px;
		font-size: 1px;
	}

	.ProgressBarForeground
	{
		background-color: Green;
	}

	.ProgressBarBackground
	{
		background-color: White;
	}
	#Lesson_Main
	{
		margin: 0;
		padding: 12px;
	}
	html #Lesson_Footer
	{
		position: absolute;
	}
	html #Lesson_Main
	{
		padding-bottom: 100px;
		padding-top: 0px;
		padding-left: 0px;
	}
	head:first-child + body div#Lesson_Footer
	{
		position: absolute;
	}
	.Lesson_Section_Exam
	{
		border-right: brown 1px solid;
		border-top: brown 1px solid;
		border-left: brown 1px solid;
		border-bottom: brown 1px solid;
		background-color: lightpink;
		width: 100%;
	}
	.Lesson_Section_Default
	{
		background-color: white;
		width: 100%;
		float: none;
		min-width: 100%;
	}

	.Lesson_Section_Question
	{
		border-right: green 1px solid;
		border-top: green 1px solid;
		border-left: green 1px solid;
		border-bottom: green 1px solid;
		background-color: lightgreen;
		margin-left: 12px;
	}

	#Sizer
	{
	}
	/****************************************************/
	/*MENU BAR                                          */
	/****************************************************/
	#LeftBarContent
	{
		float: left;
		position: absolute;
		left: 12px;
		top: 78px;
	}
	#CenterBarContent
	{
		position: relative;
		padding-top: 6px;
		text-align: center;
	}

	#RightBarContent
	{
		float: right;
		position: absolute;
		right: 12px;
		top: 78px;
	}
	#ActionButtonLeft
	{
		float: Left;
		clear: left;
		position: relative;
		top: 12px;
		padding-left: 1px;
		background-image: url(UI/ActionButton_bg.jpg);
		background-repeat: repeat-x;
	}
	#ActionButtonRight
	{
		float: right;
		position: relative;
		top: 12px;
		padding-right: 1px;
		background-image: url(UI/ActionButton_bg.jpg);
		background-repeat: repeat-x;
	}
	.CenterBlock
	{
		margin-left: auto;
		margin-right: auto;
		display: table;
	}
}
