

/*Stylesheet Classes handling everything concerning the PopUps*/

	div.Popup		{
				position:absolute;
				border-width:2px;
				border-style:solid;
				background:url(../images/bgwhite.jpg);
				padding:2px;
				z-index:2;
				}

	div.Caption_Area		{
				width:100%;
				text-align:justify;
				}

/*Stylesheet Classes concerning the Exercise Chapter*/

	div.Feedback		{
				position:absolute;
				top:100px;
				left:37.5%;
				border-width:2px;
				border-style:solid;
				/*padding:10px;*/
				background-image:url(../images/bgred.jpg);
				}

	div.Diagrams_Short td	{
				text-align:center;
				width:230px;
				vertical-align:bottom;
				}


	div.Overlay		{
				position:relative;
				width:100%;
				margin-top:10px;
				}

	div.Interaction		{
				position:relative;
				width:75%;
				left:12.5%;
				margin-top:5%;
				}

	form.Navigation	{
				border-style:outset;
				border-width:1px;
				width:99%;
				left:1%;
				}

	div.Loopleft	{
				width:75%;
				float:left;
				text-align:center;
				}

	div.Looptext		{
				width:25%;
				float:right;
				text-align:justify;
				 }

	img.info	{
				border-style:solid;
				border-width:1px;
				border-color:#8B5703;
				}