.interesting {
	background-color:#e8ffd8; 
	margin: 0;
}

.lineno {
	background-color: #989;
}

.linenointeresting {
	background-color: #bab;
}

.keyword {
	background-color:#ffffdd;
	border: 1px dotted green;
}

.keywordinteresting {
	background-color:#e8e8cd;
	border: 1px dotted green;
}

.highlightnormal {
	font-weight:bold
}

.highlightspecial {
	font-weight:bold;
	color:red;
}

.commented {
	color:gray;
}

.Topmenu {
	width:100%;
	height:54px;
	background:#4d4d4d;
}

.RestContainer {
	width:100%;
	background:#ffffff;
	overflow:auto;
}

.panel {
	padding:1em;
	width:450px;
	background-color:#ffffff;
	background-image:url('../img/CodeViewerDescareaBack.png');
	background-repeat:repeat-x;
}

.codecontent {
	margin-left:100px;
	overflow:scroll;
}

body {
	margin: 0;
	padding: 0;
}

img {
	border: 0px none;
}

.buttonstyle {
	width:44px;
	vertical-align:middle;
}

.verticalaligntext {
	font-family: Arial;
	font-size:22px;
	font-weight: normal;
	color: white;
}

.verticalaligntext a {
	margin-left: 1em;
	color: white;
}

.descriptionheading {
	display: block;
	margin-top: 1em;
	font-family: Calibri,Sans-Serif;
	font-size: 1.2em;
	border-bottom: 1px dotted black;
	font-weight: bold;
	font-style: italic;
}

.description {
	font-family:Helvetica,Arial,Sans-Serif;
	font-size:14px;
	text-align: justify;
}

.interestingdescription {
	font-family:Helvetica,Arial,Sans-Serif;
	font-size:14px;
	background-color:#e8ffd8;
	border-bottom: 1px solid green;
}

.codeexample {
	font-family:LucindaConsole,Monospace;
	font-size:14px;
	font-weight:normal;
}
			
.exampleheading {
	font-family:Helvetica,Arial,Sans-Serif; 
	font-size:12px;
	font-weight:bold;
	background-color:#e8e8ff;
	border: 1px dotted #aed8e6;
}

pre {
	overflow: auto;
	margin-top: 0;
	margin-bottom: 0;
}
