body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
}
.importantNote {
	font-weight: bold;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	margin: 0px;
	padding: 0px;
}
h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
}
.tsep{
	color: #29B652;
	font-weight: bold;	
}
pre {
	font-weight: bold;
	color: #CC6600;
	padding-left: 50px;
}
.whattoto {
	padding-left: 50px;
}
img {
	border: 0px none;
}
.HTMLcode {
	font-family: "Courier New", Courier, mono;
	color: #CC6600;
	display: inline;
	font-weight: bold;
}
#divLeft {
	float:left;
	width: 200px;
}
#divRight {
	float:Right;
	width: 310px;
/*menue became to long to fit on one page
	position: fixed;
*/	
	right: 0px;
	padding: 2px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}
#divMiddle {
/*	margin-left: 215px;  */
	margin-right: 320px; 
}
#divHeader {
}
#divFooter{
	clear:both;
	width:100%;
}
.searchWord {
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
}
.filename {
	font-family: "Courier New", Courier, mono;
	color: #006666;
}
.variablename {
	font-family: "Courier New", Courier, mono;
	color: #336699;
}
.urlparameter {
	font-family: "Courier New", Courier, mono;
	color: #660033;
}
body {
	color: #000000;
	background-color: #FFFFFF;
}
.emailadress {
	font-family: "Courier New", Courier, mono;
	color: #000000;
	background-color: #FFFF99;
}
.quotedtext {
	font-family: "Courier New", Courier, mono;
	color: #000000;
	background-color: #CCCCCC;
	margin: 10px;
	padding: 10px;
	width: 70%;
	border: 1px solid #333333;
}
.personalNote {
	font-size: smaller;
	color: #666666;
}
.directoryname {
	font-family: "Courier New", Courier, mono;
	color: #CC3399;
}
.fileextension {
	font-family: "Courier New", Courier, mono;
	color: #996600;
}

.screenshotblock{
	clear: both;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	padding: 10px;
}

.screenshotImage{
	float: left;
	width: 50%;
	text-align: center;
}
.screenshotImage img{
	border: 1px solid #999999;
}

.screenshotText{
	margin-left: 50%;
}
.breaker{
clear:both;
width: 100%;
}
.cssClass {
	font-family: Arial, Helvetica, sans-serif;
	color: #840084;
	font-weight: bold;
}

.cssIMG {
	border: 1px solid #999999;
}
.formfieldlabel {
	font-family: "Courier New", Courier, mono;
	color: #006600;
}
.new {
	color: #FF0000;
	background-color: #FFFF66;
	font-weight: bold;	
}
.completeurl {
	font-family: "Courier New", Courier, mono;
	color: #663300;
}
.tseptag {
	font-family: "Courier New", Courier, mono;
	color: #0099CC;
}
.correct {
	background-color: #33CC33;
}
.wrong {
	background-color: #FF0000;
}
.fieldvalue {
	border: thin inset #666666;
	background-color: #FFFFFF;
}
.fieldDescription {
	border: thin inset #666666;
	background-color: #FFFFFF;
	font-family: "Courier New", Courier, mono;
}
.ConfigGroupHeader{
        color:maroon;
        border:outset 1px silver;
        background-color: orange;
}