/*
	Licensed under the Creative Commons License, Version 3.0 (the "License");
	you may not use this file except in compliance with the License.
	You may obtain a copy of the License at
	
	http://creativecommons.org/licenses/by-sa/3.0/us/
	
	Unless required by applicable law or agreed to in writing, software
	distributed under the License is distributed on an "AS IS" BASIS,
	WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
	See the License for the specific language governing permissions and
	limitations under the License.

	Created By Russell Brown : EmpireGP Servces
	http://www.EmpireGPServices.com
*/

#content code {
	display: block;
	width: 500px;
	overflow-x: auto;
	padding: 5px;
	background-color: #dfedfa;
	white-space: nowrap;
	border: 1px solid #666666;
}

/* ActionScript */

#content code .cc_as3_accessType {
	color: blue;
}

#content code .cc_as3_varDeclaration {
	color: #408080;
	font-weight: bold;
}

#content code .cc_as3_functionDeclaration {
	color: #408080;
	font-weight: bold;
}

#content code .cc_as3_functionName {
	color: #000000;
	font-weight: bold;
}

#content code .cc_as3_varName {
	color: #000000;
	font-weight: bold;
}

#content code .cc_as3_metadataName {
	color: #408080;
}

#content code .cc_cf_varDeclaration {
	color: #408080;
	font-weight: bold;
}

#content code .cc_numeric {
	color:blue;
}

/* ColdFusion */
#content code .cc_cf_cftag {
	color: #B00000;
}

#content code .cc_cf_cftag .cc_cf_varDeclaration {
	color: #B00000;
	font-weight: bold;
}

#content code .cc_cf_sql {
	color: blue;
	font-weight: bold;
}

/* MXML */
#content code .cc_mx_tag {
	color: #004080;
}

#content code .cc_mx_component {
	font-weight: bold;
}

/* MXML */
#content code .cc_xml_node {
	color: #004080;
}

/* Properties */
#content code .cc_properties_property {
	color: #000000;
	font-weight: bold;
}

#content code .cc_properties_value {
	color: #808000;
}

#content code .cc_properties_comment {
	color: gray;
	font-style: italic;
}

/* COMMENTS */
#content code .cc_comment {
	color: gray;
	font-style: italic;
}

/* HTML */

#content code .cc_html_basic {
	color: #004080;
}

#content code .cc_html_table {
	color:teal;
}

#content code .cc_html_form {
	color: #FF8000;
}

#content code .cc_html_image {
	color: purple;
}

#content code .cc_anchor {
	color:green;
}

#content code .cc_value {
	color: #808000;
}

#content code .cc_code, code {
	font-family: monospace;
	line-height: 150%;
}

#content code .cc_specialchar {
	font-style: italic;
	font-weight: bold;
}

#content code .cc_linenumber {
	color: gray;
}
