/*!
 *  Syntax Highlighting based on 'Snippet' by SteamDev (http://steamdev.com/snippet)
 *  http://syntaxhighlight.in v1.0.0
 *  Date: Sunday Jan 1, 2012
 *
 * .sh_sourceCode is the <pre> 
 */

 

 .snippet-menu {
	display: none;
 }

 
 
 .sh_default{
	background:0;
	padding:0;
	margin:0;
	border: solid 1px #31849C;
	font-size: 0.8em;  
}

.sh_default pre{
	background-color:#e7e5dc;
	color:#5c5c5c;
	font-weight: normal;
	font-style:normal;
	padding:.5em!important;
	-moz-border-radius:3px!important;
	-webkit-border-radius:3px!important;
	border-radius:3px!important;
}

.sh_default .snippet-formatted .snippet-num{
	margin:0;
	padding-left:2.5em;
}

.sh_default .sh_sourceCode li{
	background-color:#fff;
	border-left:0px solid #31849C;/*#6ce26c*/
}

.sh_default .sh_sourceCode li:nth-child(odd){
	background-color:#f8f8f8
}

.sh_default .sh_sourceCode .sh_keyword{
	color:#bb7977;
	font-weight:bold;
	font-style:normal
}

.sh_default .sh_sourceCode .sh_type{
	color:#8080c0;
	font-weight:bold;
	font-style:normal
}

.sh_default .sh_sourceCode .sh_string{
	color:#a68500;
	font-weight:normal;
	font-style:normal
}

.sh_default .sh_sourceCode .sh_regexp{
	color:#a68500;
	font-weight:normal;
	font-style:normal
}

.sh_default .sh_sourceCode .sh_specialchar{color:#f0f;font-weight:bold;font-style:normal}.sh_default .sh_sourceCode .sh_comment{color:#ff8000;font-weight:normal;font-style:normal}.sh_default .sh_sourceCode .sh_number{color:#800080;font-weight:bold;font-style:normal}.sh_default .sh_sourceCode .sh_preproc{color:#0080c0;font-weight:bold;font-style:normal}.sh_default .sh_sourceCode .sh_symbol{color:#ff0080;font-weight:bold;font-style:normal}.sh_default .sh_sourceCode .sh_function{color:#046;font-weight:normal;font-style:normal}.sh_default .sh_sourceCode .sh_cbracket{color:#ff0080;font-weight:bold;font-style:normal}.sh_default .sh_sourceCode .sh_url{color:#a68500;font-weight:normal;font-style:normal}.sh_default .sh_sourceCode .sh_date{color:#bb7977;font-weight:bold;font-style:normal}.sh_default .sh_sourceCode .sh_time{color:#bb7977;font-weight:bold;font-style:normal}.sh_default .sh_sourceCode .sh_file{color:#bb7977;font-weight:bold;font-style:normal}.sh_default .sh_sourceCode .sh_ip{color:#a68500;font-weight:normal;font-style:normal}.sh_default .sh_sourceCode .sh_name{color:#a68500;font-weight:normal;font-style:normal}.sh_default .sh_sourceCode .sh_variable{color:#0080c0;font-weight:normal;font-style:normal}.sh_default .sh_sourceCode .sh_oldfile{color:#f0f;font-weight:bold;font-style:normal}.sh_default .sh_sourceCode .sh_newfile{color:#a68500;font-weight:normal;font-style:normal}.sh_default .sh_sourceCode .sh_difflines{color:#bb7977;font-weight:bold;font-style:normal}.sh_default .sh_sourceCode .sh_selector{color:#0080c0;font-weight:normal;font-style:normal}.sh_default .sh_sourceCode .sh_property{color:#bb7977;font-weight:bold;font-style:normal}.sh_default .sh_sourceCode .sh_value{color:#a68500;font-weight:normal;font-style:normal}.snippet-textonly:focus{background:#333!important;color:#fff!important}.snippet-wrap pre{margin:0;padding:0}.snippet-wrap .snippet-menu a,.snippet-wrap .snippet-hide a{padding:0 5px}.snippet-wrap pre.sh_sourceCode{padding:1em;line-height:1.4em;overflow:auto;position:relative;-moz-border-radius:15px;-webkit-border-radius:15px;border-radius:15px;}.snippet-wrap pre.snippet-textonly{padding:2em}.snippet-wrap pre.snippet-formatted{*padding:2em 1em}.snippet-reveal pre.sh_sourceCode{padding:.5em 1em;text-align:right}.snippet-wrap .snippet-num li{padding-left:0.2em}.snippet-wrap .snippet-no-num{list-style:none;padding:0;margin:0}.snippet-wrap .snippet-no-num li{list-style:none;padding-left:0}.snippet-wrap .snippet-num{margin:1em 0 1em 1em;padding-left:3em}.snippet-wrap .snippet-num li{list-style:decimal-leading-zero outside none}.snippet-wrap .snippet-no-num li.box{padding:0 6px;margin-left:-6px}.snippet-wrap .snippet-num li.box{border:1px solid;list-style-position:inside;margin-left:-3em;padding-left:6px}.snippet-wrap .snippet-num li.box{*margin-left:-2.4em}.snippet-wrap li.box-top{border-width:1px 1px 0!important}.snippet-wrap li.box-bot{border-width:0 1px 1px!important}.snippet-wrap li.box-mid{border-width:0 1px!important}.snippet-wrap .snippet-num li .box-sp{width:18px;display:inline-block}.snippet-wrap .snippet-num li .box-sp{*width:27px}.snippet-wrap .snippet-no-num li.box{border:1px solid}.snippet-wrap .snippet-no-num li .box-sp{display:none}.snippet-container .snippet-menu{border-radius:3px;background:#fff;padding:2px 5px 3px;display:inline-block;*display:inline;zoom:1}.snippet-container .sh_url,.snippet-wrap .snippet-toggle{text-decoration:none!important;font:12px sans-serif!important}.snippet-window{border-right-width:1px;border-right-style:solid}.snippet-wrap .snippet-toggle{display:block}.snippet-hide pre{background:#fff!important}.snippet-hide pre a{color:#333!important}

span, pre, li {
	font-family: monospace;
}

