body {
	margin:  0;
	padding: 0;
}

.codecontainer {
	margin-top: 50px;
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.codecolumn1, .codecolumn2 {
	width: 50%;
	float: left;
}

.singleColumn1 .ace {
	height: 720px;
}

.doubleColumn1 .ace {
	height: 360px;
}

.singleColumn2 .ace {
	height: 720px;
}

.doubleColumn2 .ace {
	height: 360px;
}

.tripleColumn2 .ace {
	height: 240px;
}

.singleColumn1 .textContainer {
	height: 720px;
}

.doubleColumn1 .textContainer {
	height: 350px;
}

.singleColumn2 .textContainer {
	height: 710px;
}

.doubleColumn2 .textContainer {
	height: 350px;
}

.tripleColumn2 .textContainer {
	height: 230px;
}

.codeLanguage {
	float: right;
}

.codeFilename {
}

#doc a {
	background-color: #F0F0F0;
	border: 1px solid #ccc;
	padding: 1px;
}

.editorinfo {
	background-color: #0a68ad;
	color: white;
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

.textContainer {
	overflow: auto;
	padding: 5px;
}

.highlighted {
	background-color:  #ff00ff;
	opacity: 0.5;
	position: absolute;
	z-index: 4;
}

.interesting {
	background-color:  #ffff00;
	opacity: 0.5;
	position: absolute;
	z-index: 4;
}

section.group {
	width:100%;
	top:0px;
	height:auto;
}
section.group div.heading {
	font-size:14px;
	font-family:verdana;
	cursor:pointer;
	width:100%;
	height:auto;
	color:#fff;
	background-color:#305EB3;
	border-top:#628DDE 1px solid;
	border-bottom:#284882 1px solid;
}
section.group div.heading h1 {
	font-size:14px;
	font-weight:normal;
	padding:6px 0 6px 10px;
	max-width:60%;
}
section.inner.group div.heading {
	background-color:#444;
	border-top:#666 1px solid;
	border-bottom:#333 1px solid;
}
section.inner.group div.heading h1 {
	padding-left:13px;
	font-size:12px;
}
section.group div.content {
	width:100%;
	height:0px;
	min-height:auto;
	overflow:hidden;
	background-color:#333;
	border:solid #f00 0px;
	color:#fff;
}
section.group div.content a {
	color:inherit;
	font-family:Verdana;
	font-size:12px;
	text-decoration:none;
	display:list-item;
	padding:4px 0 4px 20px;
}
section.group div.content a:hover {
	text-decoration:underline;
}
section.group div.content a:first-child {
	padding-top:7px
}
section.group div.content a:last-child {
	padding:4px 0 10px 20px;
}
section.group div.heading.pink {
	background-color:#D9388B;
	border-top:#F772B7 1px solid;
	border-bottom:#A12263 1px solid;
}
