body {
	background-color: #E5E5E5;
	background-image: url(bg-gray-white2.gif);
	background-repeat: repeat-y;
}

#panelGray {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 810px;
	height: 120px;		/*96*/
	background: #E5E5E5;
}

#panelGrayWhite {
	position: absolute;
	top: 165px;
	left: 8px;
	height: 39px; /*15*/
	width: 802px;
	border-bottom: 1px #98AAB1 solid;
	background: #E5E5E5;
}

#panelTopTop {
	position: absolute;
	top: 5px;
	left: 8px;
	margin-left: 0px; 
	width: 800px; 
	padding-top: 4px; 
	padding-bottom: 4px; 
	background-color: white; 
	border: 1px solid #98AAB1; 
	height: 1.5em
}

#topbanner {
	position: absolute;
	top: 45px;	/**40*/
	left: 8px;
	width: 801px;
	height: 65px;
	background: white;
	/*background-image: url(http://wordtrainer.markuspage.com/images/blpaper.jpg);*/
	border: 1px solid black;
	background-image: url(wordtrainer3-rotated2.gif);
}

.ContentPanelLink:link, .ContentPanelLink:active, .ContentPanelLink:visited {
	color: white;
}

.ContentBarLink {
	display: inline;
	float: left;
	color: white;
	width: 150px;
	/*background: red;*/
	text-align: center;
	height: 30px;
	padding: 4px;
	text-decoration: none;
}

.ContentBarLink:hover {
	color: white;
	text-decoration: none;
	font-weight: bold;;
}

.contentPanelBar {
	position: absolute;
	top: 120px;  /*96*/
	left: 8px;
	width: 802px;
	height: 30px;
	background: Silver;
}

.contentPanelLeft {
	position: absolute;
	top: 150px;   /*126*/
	left: 8px;
	width: 802px;
	height: 45px;
	background: gray;	
	/*background-image: url(http://wordtrainer.markuspage.com/images/blpaper.jpg);*/
	/*border: 1px solid #676767;
	border-top: 1px solid #676767;*/
}

.contentPanelOutside {
	position: absolute;
	top: 120px;	/*96*/
	left: 8px;
	width: 802px;
	height: 70px;
	background: gray;	
	/*background-image: url(http://wordtrainer.markuspage.com/images/blpaper.jpg);*/
	/*border: 1px solid #676767;
	border-top: 1px solid #676767;*/
}

#page {
	position: absolute;
	top: 199px;	/*175*/
	left: 8px;
	/*background-color: #FFFFFF;
	border: 1px #98AAB1 solid;*/
	width: 800px;
	/*height: 28.5em;*/
	/*background-color: white;
	border: 1px #98AAB1 solid;
	border: 1px #98AAB1 solid;*/
}

/*#contentPanelTop {
	position: absolute;
	top: 96px;
	left: 176px;
	width: 634px;
	height: 16px;
	background: gray;	
	
	border: 1px #676767 solid;
}*/

#footer {
	/*position: absolute;
	top: 36.5em;
	width: 50em;*/
	width: 800px;
	background: white;	
	border-top: 1px #98AAB1 solid;
	border-bottom: 1px #98AAB1 solid;
	border-left: 1px #98AAB1 solid;
}

.footerText {
	font-size: x-small;
	margin: 1px;
}

.ContentPanelText {
	margin: 0px;
	font-size: 12px;
	/*padding: 5px;*/
	color: white;
	padding-top: 5px;
	padding-left: 5px;
}

.ContentPanelLink {
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
}
.ContentPanelLink:link, .ContentPanelLink:active, .ContentPanelLink:visited {
	color: white;
}

.ContentPanelLink:hover {
		text-decoration: none;
		font-weight: bold;;
}

.variousBox1 {
	border: 1px solid gray;
	background: Silver;
	margin-left: 10px;
	margin-right: 10px;
	padding: 5px;
}

.variousLeft {
	float: left;
	display: inline;

}

.variousBox1Left {
	border: 1px solid gray;
	background: Silver;
	margin-left: 10px;
	margin-right: 10px;
	padding: 5px;
	float: left;
	display: inline;
}

.downloadLink {
	background: Yellow;
	font-weight: bold;
	text-align: center;
	width: 15em;
	height: 2em;
	padding: 0.5em;
}

.questionBar {
	border: 1px solid Silver;
	background: Silver; 
	font-size: x-large;
	width: 18em;
}

.answerBar {
	border: 1px solid blue;
	font-size: x-large;
	width: 15em;
}

.btnAnswer {
	font-size: x-large;
	width: 2em;
	height: 1.5em;
}

font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #006699; }
a:hover		{ text-decoration: underline; color : #DD6900; }
hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}


.IntroText {
	/*	position: absolute;
	top: 150px;*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #9400D3;
}

.statusError {
	color: red;
	font-weight: bold;
	text-align: center;
}

.todoHelper {
	text-align: center;
	color: Purple;
}

.resultBar {
	background: Silver;
	border: 1px solid Silver;
}

.activityBox {
	padding-left: 50px;
	width: 400px;
	text-align: left;
}

.activityHeader {
	font-weight: bold;
	border: 1px solid silver;
	background: #E5E5E5;
	margin-bottom: 5px;
}