* {
	margin: 0;
	padding: 0;
	}

body {
	font-size: 0.84em;
	font-family: Verdana, sans-serif;
	font-style: normal;
	background: #dd6000 url(bg.png) repeat-x 0 0;
	_background: #dd6000;
	text-align: center;
	font-weight: normal;
	color: #535353;
	}

a, a:link {
	color: #535353;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	}

a:hover, a:focus, a:active {
	background: #F7F7F7;
	border-bottom: 1px solid #535353;
	color: #dd6000;
	}

.hidden {
	left: -9999px;
	top: -9999px;
	position: absolute;
	}
	
.list-nostyle {
	list-style-type: none !important;
	list-style-image: none;
	}
	
.control-thumb {
	float: right;
	}
	
.control-thumb img {
	display: block;
	border-style: none;
	}
	
.signature {
	clear: both;
	display: block;
	text-align: right;
	padding-top: 6px;
	}
	
.extranav {
	text-decoration: none;
	font-size: 0.7em;
	}
		
a.rss {
	background: url(/rss_small.png) no-repeat left top;
	display: block;
	height: 16px;
	width: 16px;
	text-indent: -9999px;
	text-align: left;
	border: none;
	}

p {
	line-height: 1.4em;
	margin: .6em .0em;
	}

h1 {
	font-family: "Courier new", sans-serif;
	font-size: 1.5em;
	color: #DD6000;
	text-transform: uppercase;
	letter-spacing: 1.05pt;
	line-height: 1.5em;
	font-weight: normal;
	padding-bottom: 3px;
	}
	
h2 {
	font-family: "Courier new", sans-serif;
	font-size: 1.2em;
	color: #DD6000;
	text-transform: uppercase;
	letter-spacing: 1.05pt;
	font-weight: normal;
	line-height: 1.12em;
	padding-top: 8px;
	}
	
h3 {
	font-family: "Courier new", sans-serif;
	font-size: 1.08em;
	color: #DD6000;
	text-transform: uppercase;
	letter-spacing: 1.05pt;
	font-weight: normal;
	line-height: 1.08em;
	padding-top: 16px;
	}
	
h4 {
	font-family: "Courier new", sans-serif;
	font-size: 0.92em;
	color: #DD6000;
	text-transform: uppercase;
	letter-spacing: 1.05pt;
	font-weight: normal;
	line-height: 0.92em;
	padding-top: 16px;
	}
	
h5 {
	font-family: "Courier new", sans-serif;
	font-size: 0.83em;
	color: #DD6000;
	text-transform: uppercase;
	line-height: 0.83em;
	padding-top: 16px;
	}

/* Struttura base */

#container {
	border-top: 1px solid #fff;
	padding-top: 15px;
	background: #fff;
	margin-top: 20px;	
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	text-align: left;
	}

#header {
	width: 920px;
	height: 200px;
	margin: 0px 0px 0px 15px;
	background: #fff url(/logo.jpg) no-repeat top left;
	}

#header span {
	position: absolute;
	top: -9999px;
	left: -9999px;
	}

/* Stili: Cerca Box */

#header-right {
	background: none;
	position: relative;
	width: 240px;
	height: 126px;
	float: right;
	}

#cerca-box {
	padding-top: 8px;
	}
	
#cerca-box form {
	width: 100%;
	}
	
#cerca-box fieldset {
	width: 222px;
	border: none;
	}
	
#cerca-box legend, #cerca-box label {
	display: none;
	}
		
#cerca-box .box-input {
	border: 1px solid #aaaaaa;
	width: 150px;
	padding: 3px;
	font-size: 11px;
	margin: 0px 0px 0px 2px;
	}
	
#cerca-box .box-input:hover, #cerca-box .box-input:focus, #cerca-box .box-input:active {
	border: 1px solid #aaa;
	}

#cerca-box #submit-search {
	font-size: 11px;
	font-family: "Courier new", sans-serif;
	background: #dd6000;
	color: #fff;
	width: 56px;
	margin: 0px;
	padding: 2px 2px 2px 1px;
	border: none;
	}

#header-right ul {
	list-style-type: none;
	margin: 2px 0px 0px 2px;
	padding: 0px;
	}

#header-right ul li {
	display: block;
	height: 23px;
	width: 220px;
	}

#header-right ul li a {
	display: block;
	color: #535353;
	font-size: 12px;
	font-family: "Courier new", sans-serif;
	background: #fff;
	text-decoration: none;
	text-align: right;
	line-height: 23px;
	width: 216px;
	height: 23px;
	padding: 0px 2px;
	border: none;
	}

#navigation-bar {
	text-align: left;
	font-size: .9em;
	font-family: "Courier new", sans-serif;
	text-transform: uppercase;
	padding: 0px;
	margin: 15px 0px 0px 15px;
	height: 30px;
	width: 920px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #eee;
	}

#navigation-bar ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#navigation-bar li {
	float: left;
	height: 30px;
	}
	
#navigation-bar li a, #navigation-bar li a:link {
	color: #535353;
	text-decoration: none;
	border: none;
	border-right: 1px solid #ccc;
	background: #eee;
	padding: 0px 25px;
	display: block;
	_display: inline;
	_padding: 8px 25px;
	line-height: 30px;
	height: 30px;
	}

#navigation-bar li a.active, #column-external li.active a {
	color: #dd6000;
	background: #fff;
	cursor: pointer;
	}

#molliche {
	clear: both;
	font-family: "Courier new", sans-serif;
	font-size: 1em;
	width: 910px;
	margin-left: 15px;
	_margin-left: 12px;
	padding: 10px 5px;
	}
	
#molliche .box ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}

#molliche .box ul li {
	display: inline;
	line-height: 20px;
	}

#molliche .box ul li a {
	line-height: 20px;
	background: transparent url(/breadcrumb.gif) no-repeat center right;
	text-decoration: none;
	border: none;
	color: #535353;
	padding-right: 14px;
	}

#molliche .box ul li a:hover, #molliche .box ul li a:focus, #molliche .box ul li a:active {
	text-decoration: underline;
	}
	
#molliche .box ul li a#current-crumb {
	background: none;
	padding-right: 2px;
	}
	
#main {
	margin: 0px 0px 0px 15px;
	_margin: 0px 0px 0px 6px;
	min-height: 700px;
	_height: 700px;
	width: 685px;
	_width: 687px;
	float: left;
	}

#content {
	padding: 0px;
	}

#column-internal {
	color: #535353;
	font-family: "Courier new", sans-serif;
	font-style: italic;
	margin: 0px;
	padding: 0px;
	}

#column-internal .box {
	padding: 0px 0px 0px 5px;
	}
	
#column-internal p {
	margin: 0px 0px 10px 0px;
	}

#column-internal img {
	margin: 0px 0px 10px 0px;
	}
	
#sub1 {
	background: transparent;
	float: left;
	width: 425px;
	padding: 0px;
	margin: 0px 0px 0px 5px;
	_margin: 0px 0px 0px 2px;
	}

#sub1 .firmaBlog .date {
	display: none;
	}

#sub1 .headlist {
	border-top: 1px solid #bbb;
	}

#sub1 h1 {
	line-height: 1.3em;
	padding: 12px 30px 12px 0px;
	font-size: 1.3em;
	color: #dd6000;
	}

#sub1 h2 {
	font-size: 1.3em;
	padding: 0px;
	margin: 8px 0px;
	}

#sub1 h2 a {
	font-size: .8em;
	color: #dd6000;
	text-decoration: none;
	border: none;
	}

#sub1 h2 a:hover, #sub1 h2 a:focus, #sub1 h2 a:active {
	border-bottom: 1px solid #bbb;
	}

#sub1 ol.list-nostyle li {
	margin: 0px;
	padding-bottom: 11px;
	border-bottom: 1px solid #bbb;
	}

#sub1 ol.list-nostyle li .testo {
	font-size: .8em;
	line-height: 1.2em;
	}

#sub2 {
	background: #EEEEEE;
	float: right;
	width: 240px;
	_width: 243px;
	margin: 0px;
	padding: 0px;
	}

#sub2 .headlist {
	color: #fff;
	padding: 3px 5px;
	background: #dd6000;	
	}
		
#sub2 h1 {
	display: block;
	font-family: "Courier new", sans-serif;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
	color: #fff;
	font-size: .9em;
	font-weight: normal;
	height: 24px;
	line-height: 24px;
	}
		
#sub2 .headlist .control-thumb {
	margin: 4px 0px 0px 0px;
	}
	
#sub2 ul.list-nostyle li .news-item .date {
	color: #535353;
	font-size: .8em;
	}

#sub2 h2 {
	padding: 2px 0px;
	line-height: 1em;
	font-size: 1em;
	}

#sub2 h2 a {
	color: #dd6000;
	text-decoration: none;
	border: none;
	}

#sub2 ul.list-nostyle li {
	line-height: 1.3em;
	border-bottom: 1px solid #ccc;
	padding: 5px 5px 10px 5px;
	margin: 0px;
	}
	
#sub2 ul.list-nostyle li .news-item .testo p {
	font-size: 1em;
	line-height: 1.3em;
	padding: 0px;
	margin: 2px 0px;
	}
	
#sub2 ul.list-nostyle li .news-item .footnote {
	font-size: .8em;
	display: block;
	font-style: italic;
	padding-top: 2px;
	color: #535353;
	}

#lipsum {
	border-top: 1px solid white; /* bugfix per ie6 e 7 */
	padding: 0px 0px 38px 5px;
	_padding: 0px 0px 38px 6px;
	}

#lipsum .footnote {
	font-size: 1em;
	display: block;
	font-style: italic;
	padding-top: 10px;
	color: #bbb;
	}

#lipsum ul {
	list-style-type: square;
	margin: 5px 5px 5px 20px;
	}
	
#lipsum ol, #sub1 ol {
	margin: 5px 5px 5px 20px;
	}

#lipsum li, #sub1 ol {
	line-height: 1.44em;
	}

#column-external {
	float: right;
	width: 220px;
	margin: 0px 15px 0px 0px;
	_margin: 0px 8px 0px 0px;
	padding: 0px;
	}

#column-external h1 {
	color: #fff;
	font-weight: bold;
	background: #bbb;
	padding: 5px;
	margin-bottom: 10px;
	font-size: 1.2em;
	line-height: 1.2em;
	}

#column-external ul {
	border: none;
	list-style: none;
	padding: 0px;
	margin: 0px;
	}
	
#column-external ul li {
	display: block;
	line-height: 1em;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	_margin: 0px 0px 3px 0px;
	}

#column-external ul li a {
	font-family: "Courier new", sans-serif;
	font-size: .8em;
	display: block;
	color: #535353;
	padding: 5px;
	background: #eee;
	text-transform: uppercase;
	border: none;
	}

#column-external img {
	border: none;
	}
	
/* popup thickbox, sono important perche sovrascrivono thickbox.css */

#TB_ajaxContent input, #TB_ajaxContent select {
	font-size: 1.1em;
	line-height: 1.2;	
	}
	
#entityResultset ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0em;
	padding: 0.7em 0em 0.2em 0.2em;
	}
	
#entityResultset a, #entityResultset a:link, #entityResultset a:visited {
  background-color: #fff !important;
  color: #535353 !important;
  }

#entityResultset a:hover, #entityResultset a:focus, #entityResultset a:active {
  background-color: #535353 !important;
  color: #fff !important;
  }

#footer {
	width: 950px;
	clear: both;
	padding: 5px 0px;
	text-align: left;
	color: #fff;
	background: #dd6000;
	font-family: "Courier new", sans-serif;
	font-size: 11px;
	height: 30px;
	}

#footer a, #footer a:visited, #footer a:link {
	color: #fff;
	background: transparent;
	border-bottom: none;
	}

#footer a:hover, #footer a:focus, #footer a:active {
	color: #fff;
	background: transparent;
	border-bottom: 1px solid #fff;
	}

#footer-left {
	display: block;
	margin: 0px 15px;
	width: 700px;
	height: 30px;
	line-height: 30px;
	}

/* Stili: Tabelle */
	
table caption {
	text-align: right;
	font-size: 0.92em;
	font-style: italic;
	line-height: 0.92em;
	font-weight: normal;
	padding: 8px 0px;
	}
	
table thead tr {
	color: #bbb;
	padding: 7px;
	text-transform: uppercase;
	text-align: left;
	}

/* Stili: Mainform */

.maincontrols {
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	}

#lipsum form .maincontrols legend {
	padding: 5px 10px;
	}

#lipsum form .maincontrols fieldset.mainfieldset {
	border: none;
	margin-bottom: 10px;
	}

#lipsum form .maincontrols fieldset.mainfieldset ol {
	list-style: none;
	margin: 0px;
	padding: 10px 8px 12px;
	}

form.cmxform fieldset.mainfieldset {
	margin: 0px 0px 0px;
	padding: 10px 0px 0px;
	}

#lipsum form fieldset ol, #lipsum form fieldset ul {
	margin: 0px;
	padding: 0px 0px 0px 5px;
	}

fieldset {
	border: none;
	margin: 0px 0px 0px;
	padding: 10px 0px 0px;
	}

fieldset h2 {
	margin: 0px;
	padding: 0px;
	}

form.cmxform {
	font-size: .8em;
	}
	
form.cmxform fieldset {
	background-color: #F9F9F9;
	border-top: none;
	border-right-style: none;
	border-left-style: none;
	margin: 0px 0px 10px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #ccc;
	}
	
form.cmxform fieldset fieldset {
	border: none;
	margin: 0px 0px 10px;
	padding: 16px 0px 0px;
	}
	
form.cmxform legend {
	background-color: transparent;
	display: block;
	font-size: 1.2em;
	color: #dd6000;
	padding: 0px;
	margin: 0px 0px 5px 0px !important;
	margin: 10px 0px 5px 0px;
	}
		
form.cmxform label {
	width: 150px;
	font-size: 1.1em;
	display: inline-block;
	vertical-align: top;
	}
	
form.cmxform label.nocmx {
	width: auto;
	margin: 0px 3px;
	}

form.cmxform label.label-block {
	display:block;
	width: auto;
	margin: 0px 3px;
	}

form.cmxform label.nocmxalign {
	width: auto;
	margin-left: 140px;
	}

form.cmxform fieldset li.nocmx {
	display: inline;
	}

form.cmxform em {
	color: #FF0000;
	}
	
form.cmxform ol {
	list-style: none outside;
	margin: 0px;
	padding: 0px;
	}
	
form.cmxform ol li {
	list-style: none;
	margin: 0px;
	padding-bottom: 5px;
	}
	
form.generated fieldset li {
	margin-top: 10px;
	}

input, select, textarea {
	font-size: 1em;
	border: 1px solid #aaaaaa;
	padding: 2px 3px;
	margin: 2px;
	font-family: Verdana, sans-serif;
	line-height: normal;
	font-weight: normal;
	background: url(/input_shadow.gif) no-repeat left top;
	}

/*** fieldset con allineamento select box ***/

form.cmxform fieldset#internalfield li {
	padding: 5px 0px;
	background: none;
	}
	
form.cmxform fieldset#internalfield label {
	margin-left: 10px;
	}

form.cmxform fieldset#internalfield label {
	width: 200px;
	margin-right: 20px;
	}

form.cmxform fieldset#internalfield fieldset#internalfield label {
	margin-left: 203px;
	} /* Width plus 3 (html space) */

form.cmxform fieldset#internalfield label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	}

option {
	padding: 0px 0px 0px 2px;
	background-color: white;
	}

input:focus, select:focus, textarea:focus {
	border: 1px solid #555555;
	}

input.button {
	background: #aaa none repeat scroll 0% 50%;
	border-color: #eee #ccc #bbb #aaa;
	border-width: 2px;
	font-size: 1em;
	color: #fff;
	cursor: pointer;
	height: auto;
	padding: 0pt 0.1em;
	letter-spacing: 1.1pt;
	}

input.button:focus {
	background: #eee none repeat scroll 0% 50%;
	border-color: #aaa;
	color: #535353;
	}

.cmxform #disclaimer {
	font-family: Verdana, sans-serif;
	font-size: 0.92em;
	line-height: 1.2em;
	}
	
form.cmxform .box {
	padding: 10px 0px;
	}
	
#lipsum .date {
	color: #bbb;
	font-family: "Courier new", sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: normal;
	text-transform: uppercase;
	}

/* evita i problemi della timeline */

#lipsum .timeline-band-layer-inner img {
	margin:0px;
	padding:0px;
	}

#lipsum img.left, #sub1 img.left {
	float: left;
	padding: 12px 12px 12px 0px;
	}

#lipsum img.right, #sub1 img.right {
	float: right;
	padding: 12px 0px 12px 12px;
	}

#lipsum .testo p {
	margin: .3em .0em;
	}

#lipsum .list-nostyle {
	margin: 0px;
	}

/* Stili: Blog */

.list-nostyle li {
	margin-bottom: 20px;
	}

#lipsum .list-nostyle .firmaBlog {
	font-size: .8em;
	font-weight: normal;
	color: #bbb;
	margin: 10px 0px 5px 0px;
	padding: 0px;
	display: block;
	}

#lipsum .list-nostyle .firmaBlog .comment_count {
	display: block;
	font-size: 2em;
	float: left;
	padding: 10px 16px 10px 10px;
	}

#lipsum .list-nostyle .blog-answer {
	clear: both;
	padding: 4px 10px 16px;
	}

#lipsum .list-nostyle .testo h2 {
	margin: 0px;
	padding: 0px;
	font-family: "Courier new", sans-serif;
	font-size: 1.2em;
	color: #535353;
	background: none;
	text-transform: uppercase;
	letter-spacing: 1.05pt;
	font-weight: normal;
	line-height: 1.12em;
	}

#lipsum .evidence h2 {
	background: none;
	font-size: 1.2em;
	color: #535353;
	}

.selected-item {
	font-weight: bold;
	color: #AE4551;
	}

/* sitemap */

#lipsum ul.sitemap {
	padding-bottom: 10px;
	padding-left: 0px;
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding-top: 10px;
	}

blockquote {
	margin: 7px 0px;
	padding-left: 15px;
	text-indent: 10px;
	background: url(/quotes1.png);
	background-position: 0 2px;
	background-repeat: no-repeat;
	}

blockquote p {
	display: inline;
	margin: 0px;
	padding-right: 24px;
	background: url(/quotes2.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	}

.category {
	border-left: 1px solid #ccc;
	padding-left: 5px;
	}

/* Messaggi per l'utente */

.note {
	color: #aaa;
	font-style: italic;
	font-size: .9em;
	padding: 0px;
	margin: 10px 0px;
	}
	
.evidence {
	background-color: #F9F9F9;
	border: 1px solid #CCC;
	padding: 35px 20px 35px 100px;
	margin: 10px 0px 10px 0px;
	}

.excel {
	background-image: url(/excel.png);
	background-repeat: no-repeat;
	background-position: 20px 50%;
	}

.printer {
	background-image: url(/printer.png) !important;
	background-image: url(/printer.gif);
	background-repeat: no-repeat;
	background-position: 20px 50%;
	}

.error {
	background-image: url(/error.png) !important;
	background-image: url(/error.gif);
	background-repeat: no-repeat;
	background-position: 20px 50%;
	}

.welcome {
	background-image: url(/man.png) !important;
	background-image: url(/man.gif);
	background-repeat: no-repeat;
	background-position: 20px 50%;
	}

/* indicatore del percorso di navigazione dei form */

#steps {
  margin: 0px 0px 8px 0px;
  border: 1px solid #ccc;
  font-size: 1em;
  background: #F9F9F9;
  color: #dd6000;
  }

#steps ol li a, #steps ol li a:link, #steps ol li a:visited {
	text-decoration: none;
	border: none;
  color: #dd6000;
  } 

#steps ol li a:hover, #steps ol li a:active, #steps ol li a:focus {
  background-color: #dd6000;
	color: #fff;
  }

#steps ol {
	list-style-type: none;
	margin: .1em;
	padding: .2em 0em .2em .0em;
	}

#steps ol li {
	display: inline;
	}

#steps ol li a {
	background: transparent url(/breadcrumb.gif) no-repeat center right;
	padding: 3px 10px 3px 4px;
	}
	
#steps ol li a#cursor {
  background: #dd6000 !important;
	color: #fff;
	}

#steps ol li a.end {
	background: none;
	text-decoration: none;
	border: none;
  color: #dd6000;
	}

/* riepilogo risultati compilazione form */

table.form-results {
	background-color: #FDFDFD;
	width: 680px;
	padding-bottom: 10px;
	margin: 10px 0px 10px 0px;
	}
	
table.form-results td {
	margin: 0px;
	padding: 2px;
	}

table.form-results td.label {
	border: 0px;
	border-bottom: 1px solid #999999;
	width: 50%;
	padding-left: 10px;
	}

table.form-results td.simple {
	border: 0px;
	background-color: white;
	font-weight: normal;
	font-style: italic;
	width: 100%;
	}

table.form-results td.value {
	border: 0px;
	border-bottom: 1px solid #999999;
	background-color: white;
	width: 50%;
	}

a.nodecoration {
	text-decoration: none;
	border: none;
	}

.cursor {
	cursor: pointer;
	}

/* gestione file */

body.popup #column-external, body.popup .unprintable, body.popup .extranav {
	display: none;
	}

body.popup {
	background: #fff;
	}

div#actingon {
	color: #bbb;
	font-weight: bold;
	margin: 5px;
	padding: 3px;
	width: auto;
	border-bottom: 1px solid #eee;
	}

div#filetreecontainer {
	margin: 10px 5px;
	padding: 3px;
	width: auto;
	height: 300px;
	overflow: auto; 
	border-bottom: 1px solid #eee;
	}

div.commands div {
	margin: 3px;
	padding: 3px;
	border-bottom: 1px solid #eee;
	}

div.commands div input, div.commands div select {
	margin: 2px;
	}

ul.jqueryFileTree {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	padding: 0px !important;
	margin: 0px !important;
	}

ul.jqueryFileTree li {
	list-style: none !important;
	padding: 0px;
	padding-left: 20px;
	margin: 0px;
	white-space: nowrap;
	}

ul.jqueryFileTree a {
	color: #333;
	border: none !important;
	text-decoration: none;
	display: block;
	padding: 0px 2px;
	}

ul.jqueryFileTree a:hover {
	background: #E8E8E8 !important;
	color: #000 !important;
	}

ul.jqueryFileTree a:focus {
	background: red !important;
	color: #fff !important;
	}

ul.jqueryFileTree a.protected {
	background: #FEE3A5 !important;
	}

/* Core Styles */
.jqueryFileTree li.directory { background: url(/directory.png) left top no-repeat; }
.jqueryFileTree li.expanded { background: url(/folder_open.png) left top no-repeat; }
.jqueryFileTree li.file { background: url(/file.png) left top no-repeat; }
.jqueryFileTree li.wait { background: url(/spinner.gif) left top no-repeat; }
/* File Extensions*/
.jqueryFileTree li.ext_3gp { background: url(/film.png) left top no-repeat; }
.jqueryFileTree li.ext_afp { background: url(/code.png) left top no-repeat; }
.jqueryFileTree li.ext_afpa { background: url(/code.png) left top no-repeat; }
.jqueryFileTree li.ext_asp { background: url(/code.png) left top no-repeat; }
.jqueryFileTree li.ext_aspx { background: url(/code.png) left top no-repeat; }
.jqueryFileTree li.ext_avi { background: url(/film.png) left top no-repeat; }
.jqueryFileTree li.ext_bat { background: url(/application.png) left top no-repeat; }
.jqueryFileTree li.ext_bmp { background: url(/picture.png) left top no-repeat; }
.jqueryFileTree li.ext_c { background: url(/code.png) left top no-repeat; }
.jqueryFileTree li.ext_cfm { background: url(/code.png) left top no-repeat; }
.jqueryFileTree li.ext_cgi { background: url(/code.png) left top no-repeat; }
.jqueryFileTree li.ext_com { background: url(/application.png) left top no-repeat; }
.jqueryFileTree li.ext_cpp { background: url(/code.png) left top no-repeat; }
.jqueryFileTree li.ext_css { background: url(/css.png) left top no-repeat; }
.jqueryFileTree li.ext_doc { background: url(/doc.png) left top no-repeat; }
.jqueryFileTree li.ext_exe { background: url(/application.png) left top no-repeat; }
.jqueryFileTree li.ext_gif { background: url(/picture.png) left top no-repeat; }
.jqueryFileTree li.ext_fla { background: url(/flash.png) left top no-repeat; }
.jqueryFileTree li.ext_h { background: url(/code.png) left top no-repeat; }
.jqueryFileTree li.ext_htm { background: url(/html.png) left top no-repeat; }
.jqueryFileTree li.ext_html { background: url(/html.png) left top no-repeat; }
.jqueryFileTree li.ext_jar { background: url(/java.png) left top no-repeat; }
.jqueryFileTree li.ext_jpg { background: url(/picture.png) left top no-repeat; }
.jqueryFileTree li.ext_jpeg { background: url(/picture.png) left top no-repeat; }
.jqueryFileTree li.ext_js { background: url(/script.png) left top no-repeat; }
.jqueryFileTree li.ext_lasso { background: url(/code.png) left top no-repeat; }
.jqueryFileTree li.ext_log { background: url(/txt.png) left top no-repeat; }
.jqueryFileTree li.ext_m4p { background: url(/music.png) left top no-repeat; }
.jqueryFileTree li.ext_mov { background: url(/film.png) left top no-repeat; }
.jqueryFileTree li.ext_mp3 { background: url(/music.png) left top no-repeat; }
.jqueryFileTree li.ext_mp4 { background: url(/film.png) left top no-repeat; }
.jqueryFileTree li.ext_mpg { background: url(/film.png) left top no-repeat; }
.jqueryFileTree li.ext_mpeg { background: url(/film.png) left top no-repeat; }
.jqueryFileTree li.ext_ogg { background: url(/music.png) left top no-repeat; }
.jqueryFileTree li.ext_pcx { background: url(/picture.png) left top no-repeat; }
.jqueryFileTree li.ext_pdf { background: url(/pdf.png) left top no-repeat; }
.jqueryFileTree li.ext_php { background: url(/php.png) left top no-repeat; }
.jqueryFileTree li.ext_png { background: url(/picture.png) left top no-repeat; }
.jqueryFileTree li.ext_ppt { background: url(/ppt.png) left top no-repeat; }
.jqueryFileTree li.ext_psd { background: url(/psd.png) left top no-repeat; }
.jqueryFileTree li.ext_pl { background: url(/script.png) left top no-repeat; }
.jqueryFileTree li.ext_py { background: url(/script.png) left top no-repeat; }
.jqueryFileTree li.ext_rb { background: url(/ruby.png) left top no-repeat; }
.jqueryFileTree li.ext_rbx { background: url(/ruby.png) left top no-repeat; }
.jqueryFileTree li.ext_rhtml { background: url(/ruby.png) left top no-repeat; }
.jqueryFileTree li.ext_rpm { background: url(/linux.png) left top no-repeat; }
.jqueryFileTree li.ext_ruby { background: url(/ruby.png) left top no-repeat; }
.jqueryFileTree li.ext_sql { background: url(/db.png) left top no-repeat; }
.jqueryFileTree li.ext_swf { background: url(/flash.png) left top no-repeat; }
.jqueryFileTree li.ext_tif { background: url(/picture.png) left top no-repeat; }
.jqueryFileTree li.ext_tiff { background: url(/picture.png) left top no-repeat; }
.jqueryFileTree li.ext_txt { background: url(/txt.png) left top no-repeat; }
.jqueryFileTree li.ext_vb { background: url(/code.png) left top no-repeat; }
.jqueryFileTree li.ext_wav { background: url(/music.png) left top no-repeat; }
.jqueryFileTree li.ext_wmv { background: url(/film.png) left top no-repeat; }
.jqueryFileTree li.ext_xls { background: url(/xls.png) left top no-repeat; }
.jqueryFileTree li.ext_xml { background: url(/code.png) left top no-repeat; }
.jqueryFileTree li.ext_zip { background: url(/zip.png) left top no-repeat; }