/* HTML ELEMENTS */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	margin: 0px;
	padding: 0px;
}



a:LINK,a:ACTIVE,a:VISITED{
	color: #222;
	text-decoration: none;
}

a:HOVER{
	background-color:white;
	border-bottom: none;
	text-decoration:none;
}



ul, ol, dl {
	list-style: none;
}

ul#root {
	margin: 0px;
}

ul#root ul, ul#root ol, ul#root dl { margin: 5px 0px 0px 0px; }

ul#root li {
	border-bottom: 2px solid #FFF;
	border-left: 1px solid #789;
	overflow: hidden;
	padding: 5px 2px 5px 25px;
}

ul#root li li {
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #9AB;
}

li span {
	color: #678;
	font-style: italic;
}

dl {
	background: #F0F0F0;
	border-left: 1px solid #F0F0F0;
	clear: left;
	padding: 10px 10px 20px;
	display:none;
}

dt, dd {
	color: #369;
	font-weight: bold;
	line-height: 18px;
}

dd {
	font-weight: normal;
	padding-bottom: 3px;
}


dd kbd {
	background: #FFF;
	border: 1px inset #CCC;
	color: #333;
	font-family: "Courier New", monospace;
	font-size: 1.0em;
	padding: 5px;
}

li.closed 	{background: #F8F9F8 url("icons/folder_closed.gif") 2px 2px no-repeat; }
li.open 	{background: #F1F1F1 url("icons/folder_open.gif") 2px 2px no-repeat; }


.contents {	display: none; }
.contents_open{
	display: block;
	margin-bottom:5px;
}


ul#root li a.properties {
	background: transparent url("icons/show_more.gif") 0px 1px no-repeat;
	border: none;
	clear: right;
	margin: 0px 0px 0px 10px;
}


ul#root li a.properties span {
	font-size: 1.1em;
	letter-spacing: -.4em;
	word-spacing: -.3em;
	visibility: hidden;
}


h1, h2, h3 {
	color: #333;
	display: inline;
	font-size: 1em;
	font-weight: normal;
	margin-right: 0.8em;
	margin-bottom:10px;
}

h1 {
	background: transparent url("icons/filenice_logo_small.gif") 2px 2px no-repeat;
	padding-left: 20px;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 1.8em;
}

h1 a, h2 a, h3 a {
	border: none;
	color: #494339;
}

h3 { font-weight: bold;}

/* VISUALIZACIÓN DEL CÓDIGO FUENTE */

pre{
	background-color:#F0F0F0;
	border-right:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	border-left:1px solid #666666;
	border-top:1px solid #666666;
	padding:2px 6px 2px 6px;
	width:auto !important;
	display:table-cell;
	margin-bottom: 10px;
}

code{
	display:table-cell;
	padding:20px;
	border-top:1px darkgrey solid;
	border-left:1px darkgrey solid;
	border-right:1px #D3D3D3 solid;
	border-bottom:1px #D3D3D3 solid;
	background-color:#F0F0F0;
}

/* VISUALIZACIÓN DEL ESTADO OCUPADO AL ABRIR UNA CARPETA */

#overDiv{
	display:none;
	background:url("icons/busy_bg.gif");
	position: absolute;
	top: 0px;
	left: 0px;
	zIndex:1000;
}
#busy{
	display:none;
	font-family:Helvetica,Verdana,Arial,sans-serif;
	font-weight:bold;
	font-size:24px;
	padding-left: 46px;
	width:46px;
	height:46px;
	background:url("icons/busy.gif");
	background-repeat:no-repeat;
	zIndex:1001;
}


/* CSS PARA MANEJAR LA EXHIBICIÓN DE IMÁGENES */

img{
	border:none;
}

#imgWrapper {
	display:inline;
	margin:0 auto;
	width:auto;
	text-align: right;
	padding-bottom:20px;
}

#imgPreview{
	width:auto;
	display: table-cell;
	padding:10px;
	border:1px #F1F1F1 solid;
	background-color:#F1F1F1;
}

#imgWrapper a:LINK,a:HOVER,a:VISITED,a:ACTIVE{
	border:none;
	padding:none;
	margin:none;
}


/* PREFERENCIAS Y SOBRE EL RECUADRO */


#preferences, #about_filenice {
	background-color:#F0F0F0;
	padding:10px;
	border:1px dotted grey;
	width:330px;
	display:none;
	margin-bottom:20px;
}

#preferences fieldset p {
	font-weight: bold;
	line-height: 1.8em;
}

#preferences fieldset legend {
	color: #333;
	font-weight: bold;
	margin-bottom: 0.5em;
}

#preferences fieldset label, #preferences fieldset input {
	display: block;
	float: left;
	font-weight: normal;
	margin: 0.2em;
}

#preferences fieldset label {
	line-height: 1.8em;
	width: 90%;
}

#preferences fieldset label.one_line_label {
	clear: left;
	font-weight: bold;
	margin: 0.5em 0em 0.2em;
}

#preferences fieldset input {
	clear: left;	
}

#preferences fieldset #skin_select {
	clear: left;
	float: left;
}	

#slideshow_speed {
	text-align: center;
	width: 25px;
}


#search{
	display:inline;
	float:right;
	clear:both;
}

#searchResults{
	border:8px solid #D5D5D5;
	background: #F8F8F8;
	padding:10px;
}

#searchResults dt{
	font-weight: normal;
}

#searchResults dd{
	font-size: 8px;
	color:#000;
}

#searchButton, #prefSave{
	width:60px;
	height:19px;
	font-size:10px;
	background-color:#F0F0F0;
}


#sstring{
	width:160px;
	height:13px;
	font-size:10px;
}