.blueBold{
	color: blue;
	font-weight: normal;
}

.highlightComment{
	color: #2b9330;
}

.highlightMethod{
	color: #00bfa2;
}

.codeArea{
	font-family: monospace, sans serif, sans, times, times new roman;
	line-height: 10px;
	white-space: pre-wrap;
	width: auto;
	overflow: auto;
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
}

ul.standardList{
	list-style-type: none;
}

ul.standardList li{
	background: transparent url('http://www.morkalork.com/newsite/images/bullet.png') no-repeat left center;
	padding-left: 15px;
	margin-bottom: 10px;
}

.toolboxChangeStyle {
	border: 1px #505050 solid;
	background-color: #727272;
	color: #fff;
	padding: 3px;
	margin: 5px;
}

.toolboxChangeStyle:hover{
	color: #ededed;
	cursor: pointer;
}

.blueDiv{
	background-color: #bfc3fb;
	border-left: 1px #dfe1ff solid;
	border-top: 1px #dfe1ff solid;
	border-right: 1px #9ea5ff solid;
	border-bottom: 1px #9ea5ff solid;
	padding: 10px;
}

.helpT2{
	border-collapse: collapse;
	text-align: left;
}

.helpT2 th,td{
	padding-right: 15px;
}

#toolboxCopy{
	font-weight: bold;
}

#toolboxCopy:hover{
	cursor: pointer;
}