/*{{{ Elementi standard */


h1,h2,h3,h4,h5,h6,p,td,div,span
{
/*{{{*/
font-family: "Verdana" , sans-serif;
color: #000000
/*}}}*/
}
h1
{
/*{{{*/
font-size: x-large;
font-weight: bold
/*}}}*/
}
h2
{
/*{{{*/
font-size: large;
font-weight: bold
/*}}}*/
}
h3
{
/*{{{*/
font-size: medium;
font-weight: bold
/*}}}*/
}
h4
{
/*{{{*/
font-size: medium;
font-weight: normal
/*}}}*/
}
h5
{
/*{{{*/
font-size: small;
font-weight: normal
/*}}}*/
}
h6
{
/*{{{*/
font-size: x-small;
font-weight: normal
/*}}}*/
}
p,td,div,span
{
	/*{{{*/
	font-size: x-small;
	font-weight: normal
	/*}}}*/
}
a:link, a:visited, a:active 
{ 
	/*{{{*/
	text-decoration: none; 
	font-weight:bold; 
	color:#000000 
	/*}}}*/
}
a:hover 
{ 
/*{{{*/
	color:#ffb81e 
/*}}}*/
}
td.lighter
{
/*{{{*/
	cursor: pointer
/*}}}*/

}
table
{
/*{{{*/
	border: thin none #ffffff
/*}}}*/
}
/*}}}*/
/*{{{ Elementi divisori principali*/
	*#login
	{
	/*{{{*/
	position: absolute;
	top: 100px;
	left: 200px;
	height: 60px;
	width: 400px;
	border: thin solid #000000;
	/*}}}*/
	}
	*#main_menu
	{
	/*{{{*/
	position: absolute;
	top: 2px;
	left: 1px;
	height: 48px;
	width: 98%;
	overflow: hidden;
	border: thin solid #000000;
	/*}}}*/
	}
	*#enclosure
	{
	/*{{{*/
	position: absolute;
	top: 60px;
	bottom: 25px;
	left: 1px;
	height: 90%;
	width: 98%;
	overflow: auto;
	border: thin solid #000000;
	/*}}}*/
	}
/*}}}*/
/*{{{ Elementi lista utenti*/

	div.list_user
	{
	/*{{{*/
		border: thin solid #000000;
		overflow: auto
	/*}}}*/
	}

	div.list_user_header
	{
	/*{{{*/
		background-color: #aaaaff;
		position:relative;
		width: 98%;
		left:2px;
		height: 20px;
		font-weight: bold
	/*}}}*/
	}
	div.list_user_footer
	{
	/*{{{*/
		background-color: #aaaaff;
		position:relative;
		width: 98%;
		left:2px;
		height: 20px;
		font-weight: bold
	/*}}}*/
	}

	div.list_user_row
	{
	/*{{{*/
		border-bottom: thin solid #222222;
		position:relative;
		height: 20px;
		width: 98%;
		left:2px
	/*}}}*/
	}
	div.list_user_row:hover
	{
	/*{{{*/
		background-color: #ccccff
	/*}}}*/
	}
	div.list_user_col1
	{
	/*{{{*/
		position: absolute;
		left: 2px
	/*}}}*/
	}
	div.list_user_col2
	{
	/*{{{*/
		position: absolute;
		left: 45px;
		width: 200px;
	/*}}}*/
	}
	div.list_user_col3
	{/*{{{*/
		position: absolute;
		left: 300px
	/*}}}*/}
	div.list_user_col4
	{/*{{{*/
		position: absolute;
		left: 425px
	/*}}}*/}
	div.list_user_col5
	{
		/*{{{*/
		position: absolute;
		left: 550px
		/*}}}*/
	}
	div.list_user_col6
	{
	/*{{{*/
		position: absolute;
		left: 650px
		/*}}}*/
	}
	div.list_user_col5_sig
	{
		/*{{{*/
		background-color: #ff0000;
		position: absolute;
		left: 550px
		/*}}}*/
	}
	div.list_user_col6_sig
	{
		/*{{{*/
		background-color: #ff0000;
		position: absolute;
		left: 650px
		/*}}}*/
	}
	div.list_user_col7
	{
		/*{{{*/
		position: absolute;
		left: 715px
		/*}}}*/
	}
	div.list_user_col8
	{
		/*{{{*/
		position: absolute;
		left: 750px
		/*}}}*/
	}
	div.list_user_col9
	{
		/*{{{*/
		position: absolute;
		left: 785px
		/*}}}*/
	}

	/*}}}*/
/*{{{ Elementi lista files*/

	div.list_files
	{
	/*{{{*/
		border: thin solid #000000;
		overflow: auto
	/*}}}*/
	}

	div.list_files_header
	{
	/*{{{*/
		background-color: #aaaaff;
		position:relative;
		width: 98%;
		left:2px;
		height: 30px;
		font-weight: bold
	/*}}}*/
	}
	div.list_files_footer
	{
	/*{{{*/
		background-color: #aaaaff;
		position:relative;
		width: 98%;
		left:2px;
		height: 20px;
		font-weight: bold
	/*}}}*/
	}

	div.list_files_row
	{
	/*{{{*/
		border-bottom: thin solid #222222;
		position:relative;
		height: 20px;
		width: 98%;
		left:2px
	/*}}}*/
	}
	div.list_files_row:hover
	{
	/*{{{*/
		background-color: #ccccff
	/*}}}*/
	}
	div.list_files_col1
	{
	/*{{{*/
		position: absolute;
		top: 2px;
		left: 2px
	/*}}}*/
	}
	div.list_files_col2
	{
	/*{{{*/
		position: absolute;
		top: 2px;
		left: 45px;
		width: 200px;
	/*}}}*/
	}
	div.delete_file
	{
	/*{{{*/
	position: relative;
	top: 10%;
	left: 20%;
	height: 100px;
	width: 500px;
	border: thin solid #000000;
	/*}}}*/
	}
	/*}}}*/
/*{{{ Elementi lista directories*/

	div.list_dirs
	{
	/*{{{*/
		border: thin solid #000000;
		overflow: auto
	/*}}}*/
	}

	div.list_dirs_header
	{
	/*{{{*/
		background-color: #aaaaff;
		position:relative;
		width: 98%;
		left:2px;
		height: 20px;
		font-weight: bold
	/*}}}*/
	}
	div.list_dirs_footer
	{
	/*{{{*/
		background-color: #aaaaff;
		position:relative;
		width: 98%;
		left:2px;
		height: 20px;
		font-weight: bold
	/*}}}*/
	}

	div.list_dirs_row
	{
	/*{{{*/
		border-bottom: thin solid #222222;
		position:relative;
		height: 20px;
		width: 98%;
		left:2px
	/*}}}*/
	}
	div.list_dirs_row:hover
	{
	/*{{{*/
		background-color: #ccccff
	/*}}}*/
	}
	div.list_dirs_col1
	{
	/*{{{*/
		position: absolute;
		left: 2px
	/*}}}*/
	}

	/*}}}*/

/*{{{ Elementi dettaglio utenti*/

	div.detail_user
	{
	/*{{{*/
		position: absolute;
		border: thin solid #000000;
		top: 1%;
		left: 1%;
		right: 1%;
		bottom: 1%;
		overflow: auto
	/*}}}*/
	}

	div.detail_user_input_header
	{
	/*{{{*/
		background-color: #aaaaff;
		position:relative;
		height: 30px;
		font-weight: bold
	/*}}}*/
	}
	div.detail_user_input_fields
	{
	/*{{{*/
		position:relative;
		top: 2px;
		height: 30px;
	/*}}}*/
	}
	div.detail_user_groups_header
	{
	/*{{{*/
		background-color: #aaaaff;
		position:relative;
		height: 30px;
		font-weight: bold
	/*}}}*/
	}

	div.detail_user_groups_fields
	{
	/*{{{*/
		border: thin none #222222;
		position:relative;
		height: 20px
	/*}}}*/
	}
	div.user_input_1
	{
	/*{{{*/
		position: absolute;
		width: 200px;
		left: 2px
	/*}}}*/
	}
	div.user_input_2
	{
	/*{{{*/
		position: absolute;
		width: 200px;
		left: 202px
	/*}}}*/
	}
	div.user_input_3
	{/*{{{*/
		position: absolute;
		width: 200px;
		left: 402px
	/*}}}*/}
	div.user_input_4
	{/*{{{*/
		position: absolute;
		width: 200px;
		left: 602px
	/*}}}*/}
	div.user_groups_cell
	{/*{{{*/
		position: absolute;
		border: thin solid #222222;
		width: 145
	/*}}}*/}
	div.user_groups_cell:hover
	{/*{{{*/
		background-color: #aaaaff;
	/*}}}*/}

/*}}}*/

	div.test_floater
	{/*{{{*/
		position: absolute;
		border: thin solid #222222;
		overflow: hidden;
		top: 0%;
		right: 0%;
		width: 100%;
		height: 100px;
		visibility: hidden;
		z-index: -1

	/*}}}*/}

/*{{{ Elementi lista gruppi*/

	div.list_group
	{
	/*{{{*/
		border: thin solid #000000;
		overflow: auto
	/*}}}*/
	}

	div.list_group_header
	{
	/*{{{*/
		background-color: #aaaaff;
		position:relative;
		width: 98%;
		left:2px;
		height: 20px;
		font-weight: bold
	/*}}}*/
	}
	div.list_group_footer
	{
	/*{{{*/
		background-color: #aaaaff;
		position:relative;
		width: 98%;
		left:2px;
		height: 20px;
		font-weight: bold
	/*}}}*/
	}

	div.list_group_row
	{
	/*{{{*/
		border-bottom: thin solid #222222;
		position:relative;
		height: 20px;
		width: 98%;
		left:2px
	/*}}}*/
	}
	div.list_group_row:hover
	{
	/*{{{*/
		background-color: #ccccff
	/*}}}*/
	}
	div.list_group_col1
	{
	/*{{{*/
		position: absolute;
		left: 2px
	/*}}}*/
	}
	div.list_group_col2
	{
	/*{{{*/
		position: absolute;
		left: 45px;
		width: 200px;
	/*}}}*/
	}
	div.list_group_col3
	{/*{{{*/
		position: absolute;
		left: 210px
	/*}}}*/}
	div.list_group_col4
	{/*{{{*/
		position: absolute;
		left: 330px
	/*}}}*/}
	div.list_group_col3_sig
	{
		/*{{{*/
		background-color: #ff0000;
		position: absolute;
		left: 210px
		/*}}}*/
	}
	div.list_group_col4_sig
	{
		/*{{{*/
		background-color: #ff0000;
		position: absolute;
		left: 330px
		/*}}}*/
	}

	/*}}}*/

/*{{{ Elementi dettaglio gruppi*/

	div.detail_group
	{
	/*{{{*/
		position: absolute;
		border: thin solid #000000;
		top: 1%;
		left: 1%;
		right: 1%;
		bottom: 1%;
		overflow: auto
	/*}}}*/
	}

	div.detail_group_input_header
	{
	/*{{{*/
		background-color: #aaaaff;
		position:relative;
		height: 30px;
		font-weight: bold
	/*}}}*/
	}
	div.detail_group_input_fields
	{
	/*{{{*/
		position:relative;
		top: 2px;
		height: 30px;
	/*}}}*/
	}
	div.detail_group_options_header
	{
	/*{{{*/
		background-color: #aaaaff;
		position:relative;
		height: 30px;
		font-weight: bold
	/*}}}*/
	}

	div.detail_group_options_fields
	{
	/*{{{*/
		border: thin none #222222;
		position:relative;
		height: 50px
	/*}}}*/
	}
	div.group_input_1
	{
	/*{{{*/
		position: absolute;
		width: 200px;
		left: 2px
	/*}}}*/
	}
	div.user_input_2
	{
	/*{{{*/
		position: absolute;
		width: 200px;
		left: 202px
	/*}}}*/
	}
	div.user_input_3
	{/*{{{*/
		position: absolute;
		width: 200px;
		left: 402px
	/*}}}*/}
	div.user_input_4
	{/*{{{*/
		position: absolute;
		width: 200px;
		left: 602px
	/*}}}*/}
	div.group_options_cell
	{/*{{{*/
		position: absolute;
		border: thin solid #222222;
		width: 195
	/*}}}*/}
	div.group_options_cell:hover
	{/*{{{*/
		background-color: #aaaaff;
	/*}}}*/}

/*}}}*/


/* classi fabrizio */
#login_table
{
	background-color: #66C;
	border: 0px;
}
.login
{
	padding: 0 0 0 50;
}
.linea_orizz
{
	background:url(../images/linea_orizz.gif);
}
img 
{
	border:none;
}
.submitLink 
{
   background-image:url(../images/login_bottom_up.gif)
}
