/* 
	CSS Reset 
*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
body {
	line-height:1.5;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
a img {
	border:none;
}

/*
	General elements styles
*/

textarea {
    resize: none;
}

body
{
	margin: auto;
	font-family: Arial;
	font-size: 12px;
	color: #363636;
	text-shadow:0 1px 0 #ffffff;
	background: #f7f7f7 url("../../images/bg_left.jpg") repeat-y;
}

body.nobg
{
	background: url("../../images/green/trasparente.png");
}

body.login
{
	margin: auto;
	background: #4F0000 url("../../images/green/bg.png") repeat-x 0px 350px;
	font-family: Arial;
	font-size: 12px;
	color: #363636;
	text-shadow:0 1px 0 #cccccc;
}

h1
{
	margin: 0;
	padding: 0;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

h2
{
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

h3
{
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

h4
{
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

a
{
	color: #1F92FF;
	text-decoration: none;
	text-shadow: 0px 0px 0px transparent;
}

a:hover
{
	color: #1F92FF;
	text-decoration: none;
	text-shadow: 0px 0px 0px transparent;
}

a:active
{
	color: #000000;
	text-decoration: none;
	text-shadow: 0px 0px 0px transparent;
}

.clear 
{
	clear: both;
}

.show
{
	display: block;
}

.hide
{
	display: none;
}

table 
{
	text-align: left;
	margin: auto;
	
}

img
{
	border: 0;
}

img.mid_align
{ 
	vertical-align: middle;
	margin-right: 5px;
	border: 0;
}

ul.style, ol.style
{
	padding-bottom:15px;
	padding-left:30px;
}

ul.style li, ol.style li
{
	margin-bottom:5px;
	padding-left:5px;
}

label
{
	font-weight: bold;
}

.quote
{
	width: 80%;
	display: block;
	margin: auto;
	
	padding: 20px 15px 20px 15px;
	font-size: 14px;
	font-style: italic;
	color: #666666;
}

/*
	Input elements style
*/

input[type=text], input[type=password], select
{
	
	padding: 5px;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	margin: 0;
	border: 1px solid #c0c0c0;
}

input.search
{
	background: transparent;
	border: 0;
	width: 180px; /* important */
}

textarea
{
	background: #ffffff url("../../images/bg_ip.png") repeat-x;
	padding: 3px 5px 3px 5px;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	margin: 0;
	border: 1px solid #c0c0c0;
}

input[type=text]:hover, input[type=password]:hover, textarea:hover
{
	background-color: #FFF3C4;
	
}

input[type=text]:focus, input[type=password]:focus, textarea:focus
{
	background-color: #FFF3C4;
}

input[type=text].blur, input[type=password].blur, textarea.blur
{
	color: #999;
 	font-weight: normal;
 	font-style: italic;
}

input.search:hover, input.search:focus
{
	background: transparent;
	border: 0;
}

input[type=submit], input[type=button]
{
	background: #cccccc url("../../images/bt_g.png") repeat-x;
	margin: 0;
	border: 1px solid #999999;
	font-weight: bold;
	padding: 7px 10px 7px 10px;
 	text-shadow: 1px 0 0 #cccccc;
 	color: #333333;
 	font-size: 10px;
}




input[type=button].right_switch
{
	background: #cccccc url("../../images/bg_switch.png") repeat-x;
	font-weight: bold;
	margin: 0;
	height: 30px;
	border: 1px solid #AAA9A9;
 	text-shadow: 1px 0 0 #ffffff;
 	color: #333333;
 	font-size: 10px;
}

input[type=button].left_switch
{
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	background: #cccccc url("../../images/bg_switch.png") repeat-x;
	font-weight: bold;
	margin: 0;
	height: 30px;
	border: 1px solid #AAA9A9;
 	text-shadow: 1px 0 0 #ffffff;
 	color: #333333;
 	font-size: 10px;
}

input[type=button].middle_switch
{
	background: #cccccc url("../../images/bg_switch.png") repeat-x;
	font-weight: bold;
	margin: 0;
	height: 30px;
	border: 1px solid #AAA9A9;
 	text-shadow: 1px 0 0 #ffffff;
 	color: #333333;
}

input[type=submit]:hover, input[type=button]:hover, input[type=button].right_switch:hover, input[type=button].left_switch:hover, input[type=button].middle_switch:hover
{
	border: 1px solid #666666;
	background: #999999 url("../../images/bt_gh.png") repeat-x;
}

input[type=submit]:active, input[type=button]:active, input[type=button].right_switch:active, input[type=button].left_switch:active, input[type=button].right_switch.active, input[type=button].left_switch.active, input[type=button].middle_switch:active, input[type=button].middle_switch.active
{
	color: #cccccc;
	border: 1px solid #999999;
	background: #999999 url("../../images/bt_ga.png") repeat-x;
	text-shadow: 0 0 0 #999999;
}

/*
	WYSIWYG textarea
*/

div.wysiwyg
{
	background: #ffffff url("../../images/bg_ip.png") repeat-x;
	width: 99% !important;
	font-family: Arial;
}

/*
	Login layout
*/

#login_wrapper
{
	width: 100%;
	height: 400px;
	margin-top: 100px;
}

#login_top_window
{
	margin: auto;
	
	width: 351px;
	height: 30px;
}

#login_body_window
{
	margin: auto;
	width: 351px;
	background: transparent url('../../images/green/bg_login_window.png') no-repeat top;
}

#login_body_window .inner
{
	margin: auto;
	
	width: 300px;
	height: 23z5px;
	padding-top:10px
}

#login_body_window a
{
	color: #444444;
	text-decoration: none;
	text-shadow: 0px 0px 0px transparent;
	font-size: 12px;
	font-family:Arial;
}
#login_body_window a:hover {
text-decoration: underline;
}
#login_body_window .inner p
{
	margin-top: 30px;
}

#msg_info
{
	margin-top: -20px;
}

#login_footer_window
{
	margin: auto;
	
	width: 351px;
	height: 30px;
}

#login_reflect
{
	margin: auto;
	
	margin-top: 3px;
	width: 350px;
	height: 107px;
}


/*
	cambio password layout
*/
body.cambiopassword
{
	margin: auto;
	
	font-family: Arial;
	font-size: 12px;
	color: #363636;
	text-shadow:0 1px 0 #cccccc;
}

#cambiopassword_wrapper
{
	width: 100%;
	height: 600px;
	margin-top: 100px;
}

#cambiopassword_top_window
{
	margin: auto;
	
	width: 551px;
	height: 30px;
}

#cambiopassword_body_window
{
	margin: auto;
	
	width: 551px;
	height: 540px;
	background: transparent url('../../images/green/bg_login_window_psw.png') no-repeat top;
}

#cambiopassword_body_window .inner
{
	margin: auto;
	
	width: 500px;
	height: 235px;
	padding-top:10px
}

#cambiopassword_body_window .inner p
{
	margin-top: 30px;
}

#cambiopassword_footer_window
{
	margin-top: 250px;
	margin: auto;
	
	width: 551px;
	height: 30px;
}

#cambiopassword_reflect
{
	margin: auto;
	
	margin-top: 3px;
	width: 500px;
	height: 107px;
}

/*
	Dashboard header layout
*/

#header
{
	width: 100%;
	min-width: 960px;
	height: 50px;
	background: #00511A url('../../images/green/bg_header.png') repeat-x;
	text-shadow: 1px 0 0 #666666;
	color: #ffffff;
}



#header a
{
	font-weight: bold;
	color: #ffffff;
}

#header a:hover
{
	color: #ebebeb;
}

#header a:active
{
	color: #999999;
}

#header #logo
{
	width: 210px;
	float: left;
	margin: 17px 0 0 30px;
}

#header #search
{
	width: 220px;
	height: 30px;
	margin: 9px 1px 0 0;
	background: transparent url('../../images/bg_search.png') no-repeat;
	padding: 3px 10px 0 13px;
	text-align: left;
	float: right;
}

#header #account_info
{
	width: 400px;
	float: left;
	text-align: left;
	margin: 16px 35px 0 0;
}

#header #account_mail
{
	float: right;
	text-align: left;
	margin: 16px 35px 0 0;
}
/*
	Dashboard left panel layout
*/

#left_menu
{
	width: 213px;
	height: 100%;
	float: left;
}

#main_menu
{
	margin: 0;
	padding: 0;
	float: left;
	width: 210px;
	list-style: none;
	display: block;
}

#main_menu li
{
	width: 100%;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	display: block;
}

#main_menu li.active
{
	height: auto;
}

#main_menu li ul
{
	margin: 0;
	padding: 0;
	padding: 10px 0 10px 0;
	margin-bottom: 10px;
	float: left;
	display: block;
	width: 100%;
	background: #cccccc url("../../images/bg_ip.png") repeat-x;
	border-top: 2px solid #999999;
	border-bottom: 1px solid #ffffff;
	display: none;
	overflow: hidden;
}

#main_menu li ul li
{
	border: 0;
}

#main_menu li ul li a
{
	text-shadow:0 1px 0 #DBDBDB;
}

#main_menu li ul li a:hover
{
	background: #BBBBBB;
	text-shadow:0 1px 0 #DBDBDB;
}

#main_menu li a img
{ 
	vertical-align: middle;
	margin-right: 15px;
	border: 0;
}

#main_menu li a
{
	display: block;
	padding: 10px 20px 12px 30px;
	color: #4b4f5d;
	font-weight: bold;
	text-shadow:0 1px 0 #ffffff;
}

#main_menu li a:hover
{
	background: #DADADA;
}

#main_menu li.end
{
	border-top: 1px solid #ffffff;
	border-bottom: 0;
	height: 1px;
}

a#hide_menu
{
	display: block;
	margin-right: 3px;
	padding: 5px 10px 5px 30px;
	text-align:right;
	font-size: 14px;
	color: #4b4f5d;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
	cursor: w-resize;
}

a#hide_menu:hover
{
	background: #cccccc;
}

a#show_menu
{
	display: none;
	padding: 5px 10px 5px 10px;
	border: 1px solid #cccccc;
	position: relative;
	top: 10px;
	left: 5px;
	background: #ebebeb;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #4b4f5d;
	font-weight: bold;
	cursor: e-resize;
}

a#show_menu:hover
{
	background: #cccccc;
}

/*
	Dashboard shortcut
*/

#shortcut
{
	list-style: none;
	display: block;
	margin-top: 20px;
	font-size: 11px;
}

#shortcut li
{
	display: block;
	float: left;
	margin: 0 20px 20px 0;
	text-align: center;
}

#shortcut li a
{
	display: block;
	width: 50px;
	padding: 10px 15px 10px 15px;
	background: #ffffff url('../../images/shortcut/bg_shortcut.png') repeat-x center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #cdcdcd;
	color: #4c535b;
	text-shadow:0 1px 0 #ffffff;
}

#shortcut li a:hover
{
	background: #eaeced url('../../images/shortcut/bg_shortcut_h.png') repeat-x center;
}

#shortcut li a:active, #shortcut li a.active
{
	background: #C6CACB url('../../images/shortcut/bg_shortcut_a.png') repeat-x center;
}

#shortcut li a img
{
	margin-bottom: 5px;
}

#shortcut_notifications
{
	display: none; !important
}

.notification
{
	color: #ffffff;
	font-weight: bold;
	text-shadow: 1px 0 0 #333333;
	background: transparent url('../../images/bg_notification.png') no-repeat center;
	position: absolute;
	width: 37px;
	height: 37px;
	display: block;
	text-align: center;
	padding-top: 17px;
}

/*
	Dashboard content layout
*/

#content_wrapper
{
	width: 100%;
	text-align: left;
}

#content
{
	margin-left: 240px;
	padding: 20px 10px 0 0;
	min-width: 700px;
}

.content-anagrafica
{
	width: 48%;
	font-size: 13px;
	float:left;
	
	min-height:600px;
	display:block;
	min-width:450px;
}

.content-privilegi
{
	width: 49%;
	font-size: 13px;
	float:left;
	min-height:300px;
	display:block;
	min-width:450px;
}

#content .inner
{
	float: left;
	width: 98%;
	min-width:1000px;
	display:block;
}

/*
	Dashboard window one column layout
*/

.onecolumn
{
	width: 100%;
	background: #ffffff;
	border: 1px solid #cdcdcd;
	margin: 20px 0 20px 0;
}

.onecolumn .header
{
	margin: 0;
	padding: 0;
	float: left;
	background: #cdcdcd url("../../images/bg_window_header.png") repeat-x;
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #cccccc;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}

.onecolumn .header span
{
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0 0 15px;
	float: left;
	width: auto;
	cursor: n-resize;
}


/*classe per immagine su header send mail*/
.onecolumn .header img
{
	float: right;
	padding: 10px 0 0px 10px;
}
.onecolumn .header .switch
{
	float: right;
	margin-right: 15px;
	padding: 5px 0 0 0;
}

.onecolumn .content
{
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	padding: 15px;
}

.onecolumn .footer_column
{
	margin-top:20px;
	border-top: 1px solid #bdbdbd;
	background: #ffffff url("../../images/bg_window_header.png") repeat-x;
	padding: 10px 0 0 15px;
	padding-bottom:7px;
}

table.data caption
{
	display: none;
}

table.data tr
{
	background: #ffffff;
}

table.data tr td, table.data tr th
{
	border-bottom: 1px solid #cccccc;
}

table.data tr th
{
	font-weight: bolder;
	font-size:14px;
	background: #F0F0F0;
}


table.data .pari
{
background: #F7F7F7;
font-size:14px;
}

table.data .dispari
{
background: #E2E2E2;
font-size:14px;
}

table.data .evaso
{
color:red;
 text-decoration: line-through;
}

table.data .selected
{
background: #FFFF80;

}

table.data tr th, table.data tr td
{
	padding: 7px;
	font-size:14px;
}

table.data tr td
{
	color: #666666;
	font-size:14px;
}

table.data .ivrea
{
	color: #0066CC;
	font-style: bold;
	font-size:14px;
}

table.data .intestazione
{
	color: #FF0000;
	font-size: 16px;
	font-weight: bold;
	padding:3px;
}


table.data a:hover
{
	color: #FF0000;
}


table#graph_data th
{
	text-align: center;
}

table#graph_data td
{
	text-align: center;
}

table#graph_data td.hover
{
	background: #fff5d3;
}

.chart_wrapper
{
	padding-left:20px;
	position: relative;
	top: 5px;
}

/*
	Dashboard window two column layout
*/

.twocolumn
{
	width: 100%;
	margin: 20px 0 20px 0;
}

.column_left, .column_right
{
	width: 49%;
	background: #ffffff;
	border: 1px solid #cdcdcd;
 	float: left;
}


.column_center
{
	width: 49%;
	background: #ffffff;
	border: 1px solid #cdcdcd;
}

.column_center .header
{
	margin: 0;
	padding: 0;
	background: #cdcdcd url("../../images/bg_window_header.png") repeat-x;
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #cccccc;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}

.column_center .header span
{
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0 0 15px;
	width: auto;
	cursor: n-resize;
}

.column_center .header .switch
{
	float: left;
	margin-right: 15px;
	padding: 77px 0 0 0;
}

.column_center
{
	float: left;
}






.column_right
{
	float: right;
}

.column_left .header, .column_right .header
{
	margin: 0;
	padding: 0;
	float: left;
	background: #cdcdcd url("../../images/bg_window_header.png") repeat-x;
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #cccccc;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}

.column_left .header span, .column_right .header span
{
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0 0 15px;
	float: left;
	width: auto;
	cursor: n-resize;
}

.column_left .header .switch, .column_right .header .switch
{
	float: right;
	margin-right: 15px;
	padding: 5px 0 0 0;
}

.column_left .content, .column_right .content
{
	background: #ffffff url("../../images/bg_ip.png") repeat-x;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-top: 1px solid #bdbdbd;
	padding-bottom: 10px;
	padding: 25px 15px 15px 15px;
}

/*
	Dashboard window three column layout
*/

.threecolumn
{
	width: 100%;
	margin: 20px 0 0 0;
	float: left;
}


.threecolumn_each
{
	width: 31%;
	background: #ffffff;
	border: 1px solid #cdcdcd;
 	float: left;
 	margin: 0 1% 0 1%;
}

.threecolumn_each .header
{
	margin: 0;
	padding: 0;
	float: left;
	background: #cdcdcd url("../../images/bg_window_header.png") repeat-x;
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #cccccc;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}

.threecolumn_each .header span
{
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0 0 15px;
	float: left;
	width: auto;
	cursor: n-resize;
}

.threecolumn_each .header .switch
{
	float: right;
	margin-right: 15px;
	padding: 5px 0 0 0;
}

.threecolumn_each .content
{
	background: #ffffff url("../../images/bg_ip.png") repeat-x;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-top: 1px solid #bdbdbd;
	padding-bottom: 10px;
	padding: 25px 15px 15px 15px;
}

/*
	Alert box layout
*/

.alert_warning
{
	margin: auto;
	
	background: #fcf2a5;
	border: 1px solid #edbf06;
	color: #333333;
	font-weight: bold;
	cursor: pointer;
	margin: 10px 0 10px 0;
	text-shadow:0 0 0 transparent;
}

.alert_info
{
	margin: auto;
	
	background: #e6f5fd;
	border: 1px solid #b2c8ff;
	color: #333333;
	font-weight: bold;
	cursor: pointer;
	text-shadow:0 0 0 transparent;
}

.alert_success
{	
	margin: auto;
	
	background: #08A000;
	border: 1px solid #49816e;
	color: #ffffff;
	font-weight: bold;
	text-shadow: 1px 0 1px #333333;
	cursor: pointer;
	margin: 10px 0 10px 0;
}

.alert_error
{	
	margin: auto;
	
	background: #fb1800;
	border: 1px solid #ff8e8e;
	color: #ffffff;
	font-weight: bold;
	text-shadow: 1px 0 1px #333333;
	margin: 10px 0 10px 0;
}


.alert_warning p, .alert_info p, .alert_success p, .alert_error p
{
	margin: 15px;
}



/*
	Photos listing layout
*/

.media_photos {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	margin-top: 30px;
	padding-left: 10px;
	width: 100%;
}

.media_photos li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 100px;
	height: 100px;
	text-align: center;
}

.media_photos li a {
	text-align: center;
}

.media_photos li img {
	border: 1px solid #cccccc;
	width: 75px;
	height: 75px;
}

/*
	Pagination style
*/

.pagination {
	margin: 25px 0 5px 0;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}

.pagination a {
	padding: 5px 7px 5px 7px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
 	margin: 0 0 0 3px;
 	background: #cccccc url("../../images/bg_switch.png") repeat-x;
	border: 1px solid #AAA9A9;
	color: #333333;
}

.pagination a:hover {
 	border: 1px solid #666666;
	background: #999999 url("../../images/bt_gh.png") repeat-x;
}

.pagination a:active, .pagination a.active {
	color: #666666;
	border: 1px solid #999999;
	background: #999999 url("../../images/bt_ga.png") repeat-x;
	text-shadow: 0 0 0 #999999;
}

/*
	Modal window layout
*/

.modal_header
{
	background: #353c42 url('../../images/green/bg_header.png') repeat-x;
	padding: 5px 15px 5px 15px;
	color: #ffffff;
	text-shadow:0 0 0 transparent; !important;
}

.modal_header span
{
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
}

.modal_content
{
	background: #ffffff url("../../images/green/bg_modal_window.png") repeat-x bottom;
	padding: 15px;
	min-height: 150px;
	min-width: 150px;
}

/* 
	Footer layout
*/

#footer
{
	margin: 40px 0 10px 0;
	padding: 20px 0 20px 0;
	border-top: 1px solid #cccccc;
	font-size: 10px;
	color: #999999;
}

#main_content{
text-align:left;
margin-top: 30px;
margin-left: auto;
margin-right: auto;
}

#short
{
	list-style: none;
	display: block;
	margin-top: 20px;
	font-size: 11px;
}

#short li
{
	display: block;
	float: left;
	margin: 0 20px 20px 0;
	text-align: center;
}

#short li a
{
	display: block;
	width: 50px;
	padding: 10px 15px 10px 15px;
	background: #ffffff url('../../images/shortcut/bg_shortcut.png') repeat-x center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #cdcdcd;
	color: #4c535b;
	text-shadow:0 1px 0 #ffffff;
}

#short li a:hover
{
	background: #eaeced url('../../images/shortcut/bg_shortcut_h.png') repeat-x center;
}

#short li a:active, #shortcut li a.active
{
	background: #C6CACB url('../../images/shortcut/bg_shortcut_a.png') repeat-x center;
}

#short li a img
{
	margin-bottom: 5px;
}

#short_notifications
{
	display: none; !important
}

/*
	Abilitazione archivi
*/

.media_archives {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	margin-top: 30px;
	padding-left: 10px;
	width: 100%;
}

.media_archives li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 100px;
	height: 100px;
	text-align: center;
}
.media_archives li a:hover{
color: #2F4E85;
}
.media_archives li a {
	text-align: center;
}

.media_archives li img {
	/*border: 1px solid #cccccc;*/
	width: 75px;
	height: 75px;
}

.columnArchives
{
	width: 100%;
	background: #ffffff;
	border: 1px solid #cdcdcd;
 	float: left;
}

.columnArchives .header
{
	margin: 0;
	padding: 0;
	float: left;
	background: #cdcdcd url("../../images/bg_window_header.png") repeat-x;
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #cccccc;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}

.columnArchives .header span
{
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0 0 15px;
	float: left;
	width: auto;
	cursor: n-resize;
}



/*scheda*/

.scheda
{
	width: 78%;
	height:90%;
	background: #ffffff;
	border: 1px solid #cdcdcd;
 	float: left;
	position:absolute;
	visibility:visible;
}

.scheda .header
{
	margin: 0;
	padding: 0;
	float: left;
	background: #cdcdcd url("../../images/bg_window_header.png") repeat-x;
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #cccccc;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}

.scheda .header span
{
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0 0 15px;
	float: left;
	width: auto;
	cursor: n-resize;
}

.scheda .content
{
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	padding-bottom: 10px;
	padding: 10px 50px 5px 20px;
}



.scheda .footer_scheda
{

	margin-top:20px;
	border-top: 1px solid #bdbdbd;
	background: #ffffff url("../../images/bg_window_header.png") repeat-x;
	padding: 10px 0 0 15px;
	padding-bottom:7px;
	margin:0;
	padding:0;
}

.scheda .footer_column input.btn
{
border: 1px solid #ff0000;
margin-left:20px;
float:right;
}


.onecolumnScheda
{
	width: 700px;
	background-image: -webkit-gradient(linear, 0% 0%, 0%100%, from(#ffffff), to(#e6e6e6));
	background-image: -moz-linear-gradient(0% 100% 90deg,#ffffff, #eeeeee);
	background: #ededed;
	border-left: 1px solid #cdcdcd;
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	float:left;
	/*margin:10px;*/
	height:450px;
}

.onecolumnScheda .header
{
	margin: 0;
	padding: 0;
	float: left;
	background: #cccccc/*{bgColorHeader}*/ url(../../css/green/images/ui-bg_highlight-soft_75_cccccc_1x100.png)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/; 
	color: #222222/*{fcHeader}*/; 
	font-weight: bold; 
	width: 100%;
	height: 40px;
}

.onecolumnScheda .header span
{
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0 0 15px;
	float: left;
	width: auto;
	cursor: n-resize;
}


/*classe per immagine su header send mail*/
.onecolumnScheda .header img
{
	float: right;
	padding: 10px 0 0 15px;
}
.onecolumnScheda .header .switch
{
	float: right;
	margin-right: 15px;
	padding: 5px 0 0 0;
}

.onecolumnScheda .content
{
	padding: 15px;
}

.onecolumnScheda .footer_column
{
	margin-top:0px;
	border-top: 1px solid #bdbdbd;
	background: #ffffff;
	padding: 10px 0 0 15px;
	padding-bottom:0px;
}




/*errata corrige*/
.errata_corrige
{
	width: 100%;
	background: #ffffff;
	border: 1px solid #cdcdcd;
 	float: left;
}

.errata_corrige .header
{
	margin: 0;
	padding: 0;
	float: left;
	background: #cdcdcd url("../../images/bg_window_header.png") repeat-x;
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #cccccc;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}

.errata_corrige .header span
{
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0 0 15px;
	float: left;
	width: auto;
	cursor: n-resize;
}

.errata_corrige .content
{
	background: #ffffff url("../../images/bg_ip.png") repeat-x;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-top: 1px solid #bdbdbd;
	padding-bottom: 10px;
	padding: 10px 50px 5px 20px;
}




#scheda_short
{
	list-style: none;
	display: block;
	margin-top: 20px;
	font-size: 11px;
}

#scheda_short li
{
	display: block;
	float: left;
	margin: 0 20px 20px 0;
	text-align: center;
}

#scheda_short li a
{
	display: block;
	width: 50px;
	padding: 10px 15px 10px 15px;
	background: #ffffff url('../../images/shortcut/bg_shortcut.png') repeat-x center;
	border: 1px solid #cdcdcd;
	color: #4c535b;
	text-shadow:0 1px 0 #ffffff;
}

#scheda_short li a:hover
{
	background: #eaeced url('../../images/shortcut/bg_shortcut_h.png') repeat-x center;
}

#scheda_short li a:active, #shortcut li a.active
{
	background: #C6CACB url('../../images/shortcut/bg_shortcut_a.png') repeat-x center;
}

#scheda_short li a img
{
	margin-bottom: 5px;
}

#scheda_short_notifications
{
	display: none; !important
}


/*pannello destro azioni vedi documento, allegato, relazioni*/
.task_scheda
{
	border-right: 1px solid #cdcdcd;
	border-top: 1px solid #cdcdcd;
	float:left;
	background:#ffffff;
	width:100px;
	height:450px;
}

.task_scheda .header
{
	margin: 0;
	padding: 0;
	float: left;
	background: #cccccc/*{bgColorHeader}*/ url(../../css/green/images/ui-bg_highlight-soft_75_cccccc_1x100.png)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/; 
	width: 100%;
	height: 40px;
	margin-bottom:5px;
}

.task_scheda .header span
{
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0 0 10px;
	float: left;
	width: 90%;
	cursor: n-resize;
	text-align:center;
}
.task_scheda .header .switch
{
	float: right;
	margin-right: 15px;
	padding: 5px 0 0 0;
}

.task_scheda .content
{
	font-size: 12px;
	font-weight: bold;
	display: block;
	text-align: center;
	min-height:450px;
	border-bottom: 1px solid #cdcdcd;
	background-image: -webkit-gradient(linear, 0% 0%, 0%100%, from(#ffffff), to(#e6e6e6));
	background-image: -moz-linear-gradient(0% 100% 90deg,#ffffff, #eeeeee);
	background: #ededed;
	border-left: 1px dashed #cdcdcd;
}
/*
	contenuti intenri pannello task record in dettaglio
*/



.pannello_scheda li {
	display: block;
	text-align: center;
	margin-top: 20px;
	width:100%;
	background-color:#E9E9E9;
}







/*scheda-relazioni*/

#overlay
{
	width: 700px;
	visibility:hidden;
	position:absolute;
	background-image: -webkit-gradient(linear, 0% 0%, 0%100%, from(#ffffff), to(#e6e6e6));
	background-image: -moz-linear-gradient(0% 100% 90deg,#ffffff, #eeeeee);
	background-color:#ffffff;
	height:410px;
	top:40px;
	left:0px;
	border-left: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	border-top: 1px solid #cdcdcd;
	overflow:auto;
	/*padding: 10px 0 0 10px;*/
}

#overlay .header
{
	margin: 0;
	padding: 0;
	float: left;
	background: #cccccc/*{bgColorHeader}*/ url(../../css/green/images/ui-bg_highlight-soft_75_cccccc_1x100.png)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/; 
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #cccccc;
}
#intestazione_relazioni
{
	position:absolute;
	top:0px;
	left:0px;
	margin: 0;
	padding: 0;
	background: #cccccc/*{bgColorHeader}*/ url(../../css/green/images/ui-bg_highlight-soft_75_cccccc_1x100.png)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/; 
	width: 750px;
	height: 40px;
	border-bottom: 1px solid #cccccc;
}
#intestazione_relazioni span
{
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0 0 15px;
	width: auto;
	cursor: n-resize;
}
div.header_relazione{
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0 0 10px;
	width: auto;
	cursor: n-resize;
	margin-bottom:10px;
	text-align:center;
	color:#333333;
}
#overlay .header span
{
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0 0 15px;
	float: left;
	width: auto;
	cursor: n-resize;
}

#overlay .content
{
	border-top: 1px solid #bdbdbd;
	padding: 10px 30px 5px 10px;
	height:450px;

}

input.errata
{
	width: 100px;
	background-color: #f2d8d8;
	border: 1px solid #cdcdcd;
	font-weight: bold;
	size: 14;
}


/*colonna wysiwyg */
.onecolumnwysiwyg
{
	width: 90%;
	background: #ffffff;
	border: 1px solid #cdcdcd;
	margin-top: 20px;
	margin-left:30px;
}

.onecolumnwysiwyg .header
{
	margin: 0;
	padding: 0;
	float: left;
	background: #cdcdcd url("../../images/bg_window_header.png") repeat-x;
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #cccccc;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}

.onecolumnwysiwyg .header img
{
	float: right;
	padding: 10px 0 0 15px;
}
.onecolumnwysiwyg .header span
{
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0 0 15px;
	float: left;
	width: auto;
	cursor: n-resize;
}

.onecolumnwysiwyg .header .switch
{
	float: right;
	margin-right: 15px;
	padding: 5px 0 0 0;
}

.onecolumnwysiwyg .content
{
	background: #ffffff url("../../images/bg_ip.png") repeat-x;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-top: 1px solid #bdbdbd;
	padding: 15px;
}

.onecolumnwysiwyg .footer_column
{
	margin-top:20px;
	border-top: 1px solid #bdbdbd;
	background: #ffffff url("../../images/bg_window_header.png") repeat-x;
	padding: 10px 0 0 15px;
	padding-bottom:7px;
}



form#form_list table
{
width:100%;
}

form#form_list td
{
font-size: 13px;
color: #666666;
padding: 3px;
padding-bottom: 2px;
}
/* proprietà per bottoni form data*/
form#form_list input.btn
{
margin-top: 25px;
/*background: #fff5d3;
background: #fff5d3 url("../../images/green/bg_header.png") repeat-x;
color: #ffffff;*/
}



#shortUserTarget
{
	list-style: none;
	display: block;
	margin-top: 20px;
	font-size: 11px;
}

#shortUserTarget li
{
	display: block;
	float: right;
	
	text-align: center;
}

#shortUserTarget li a
{
	display: block;
	width: 50px;
	padding: 10px 15px 10px 15px;
	background: #ffffff url('../../images/shortcut/bg_shortcut.png') repeat-x center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #cdcdcd;
	color: #4c535b;
	text-shadow:0 1px 0 #ffffff;
}

#shortUserTarget li a:hover
{
	background: #eaeced url('../../images/shortcut/bg_shortcut_h.png') repeat-x center;
}

#shortUserTarget li a:active, #shortcut li a.active
{
	background: #C6CACB url('../../images/shortcut/bg_shortcut_a.png') repeat-x center;
}

#shortUserTarget li a img
{
	margin-bottom: 5px;
}





/*
	onecolumn flexigrid
*/

.onecolumn_flexigrid
{
	width: 100%;
	background: #ffffff;
	border: 1px solid #cdcdcd;
	margin: 20px 0 20px 0;
}

.onecolumn_flexigrid .header
{
	margin: 0;
	padding: 0;
	float: left;
	background: #cdcdcd url("../../images/bg_window_header.png") repeat-x;
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #cccccc;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}

.onecolumn_flexigrid .header span
{
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0 0 15px;
	float: left;
	width: auto;
	cursor: n-resize;
}

/*classe per immagine su header send mail*/
.onecolumn_flexigrid .header img
{
	float: right;
	padding: 10px 0 0 15px;
}
.onecolumn_flexigrid .header .switch
{
	float: right;
	margin-right: 15px;
	padding: 5px 0 0 0;
}

.onecolumn_flexigrid .content
{
	background: #ffffff url("../../images/bg_ip.png") repeat-x;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
#flex1
{
	width:100%;
}
.hDivBox{
width:100%;
}
.hDivBox table{
width:100%;
}

/*.cDrag div
			{
			border: 2px solid #ff0022;
			margin:0px;
			position:absolute;
			width:5000px;
			}*/


#shortcut2
{
	list-style: none;
	display: block;
	margin-top: 20px;
	font-size: 11px;
}

#shortcut2 li
{
	display: block;
	float: left;
	margin: 0 20px 20px 0;
	text-align: center;
}

#shortcut2 li a
{
	display: block;
	width: 50px;
	padding: 10px 15px 10px 15px;
	background: #ffffff url('../../images/shortcut/bg_shortcut.png') repeat-x center;
	border: 1px solid #cdcdcd;
	color: #4c535b;
	text-shadow:0 1px 0 #ffffff;
}

#shortcut2 li a:hover
{
	background: #eaeced url('../../images/shortcut/bg_shortcut_h.png') repeat-x center;
}

#shortcut2 li a:active, #shortcut2 li a.active
{
	background: #C6CACB url('../../images/shortcut/bg_shortcut_a.png') repeat-x center;
}

#shortcut2 li a img
{
	margin-bottom: 5px;
}





#shortcut3
{
	list-style: none;
	display: block;
	margin-top: 20px;
	font-size: 11px;
}

#shortcut3 li
{
	display: block;
	float: left;
	margin: 0 20px 20px 0;
	text-align: center;
}

#shortcut3 li a
{
	display: block;
	width: 50px;
	padding: 10px 15px 10px 15px;
	background: #ffffff url('../../images/shortcut/bg_shortcut.png') repeat-x center;
	border: 1px solid #cdcdcd;
	color: #4c535b;
	text-shadow:0 1px 0 #ffffff;
}

#shortcut3 li a:hover
{
	background: #eaeced url('../../images/shortcut/bg_shortcut_h.png') repeat-x center;
}

#shortcut3 li a:active, #shortcut2 li a.active
{
	background: #C6CACB url('../../images/shortcut/bg_shortcut_a.png') repeat-x center;
}

#shortcut3 li a img
{
	margin-bottom: 5px;
}


#commentForm { width: 500px; }
#commentForm label { width: 250px; }
#commentForm label.error { margin-left: 253px; }
form#form_data_utente td
{
font-size: 13px;
color: #666666;
padding: 3px;
padding-bottom: 2px;
width:auto;
}
#form_data_utente label.error {
								margin-left: 10px;
								width: auto;
								display: inline;
								color: #FF0000;
								float:right;
}

.Lista0
{
    FONT-SIZE: 10px;
    COLOR: black;
    FONT-FAMILY: Verdana, Arial;
    BACKGROUND-COLOR: #f0f0f0
}

.txt
{
    FONT-SIZE: 10px;
    COLOR: black;
    FONT-FAMILY: Verdana, Arial
}  




.menuNAV
{
	clear:both;
	width: 800px;
	height:40px;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	background: #cccccc/*{bgColorHeader}*/ url(../../css/green/images/ui-bg_highlight-soft_75_cccccc_1x100.png)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/; 

}

.menuNAV .header span
{
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0 0 15px;
	float: left;
	width: auto;
	cursor: n-resize;
}

.menuNAV  span
{
	font-size: 12px;
	font-weight: bold;
}

.menuNAV  .nav
{
	width:770px;
	margin-left:auto;
	margin-right:auto;
}
/*.menuNAV input {
padding: 5px 15px;
font-family: Helvetica, Arial, sans-serif;
font-size:12px;
text-decoration: none;
font-weight: bold;
line-height: 1;
color: white;
text-shadow: 0 -1px 1px rgba(0,0,0,.3);
background-image: -webkit-gradient(linear, 0% 0%, 0%100%, from(#52A8E8), to(#377AD0));
background-image: -moz-linear-gradient(0% 100% 90deg,#377AD0, #52A8E8);
background-color: #52A8E8;

border: 1px solid #20559A;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.5), inset 0 1px 1px rgba(255,255,255,.5);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,.5), inset 0 1px 1px rgba(255,255,255,.5);
-o-box-shadow: 0 1px 2px rgba(0,0,0,.5), inset 0 1px 1px rgba(255,255,255,.5);
box-shadow: 0 1px 2px rgba(0,0,0,.5), inset 0 1px 1px rgba(255,255,255,.5);

<!--[if IE]>
        background-color: #52A8E8;
<!--<![endif]-->
}

.menuNAV input:hover, .menuNAV input:focus {
background-image: -webkit-gradient(linear, 0% 0%, 0%100%, from(#54A1D8), to(#1967CA));
background-image: -moz-linear-gradient(0% 100% 90deg,#1967CA, #54A1D8);
background-color: #52A8E8;
color: white;
cursor:pointer;
}

.menuNAV input:active {
background: #2D7CD1;
-webkit-box-shadow: inset 0 0 10px rgba(0,0,0,.5), 0 1px 1px rgba(255,255,255,.7);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,.5), 0 1px 1px rgba(255,255,255,.5);
-o-box-shadow: 0 1px 2px rgba(0,0,0,.5), 0 1px 1px rgba(255,255,255,.5);
box-shadow: 0 1px 2px rgba(0,0,0,.5), 0 1px 1px rgba(255,255,255,.5);
color: white;
}*/


#overlay_metadata
{
	width: 700px;
	visibility:hidden;
	position:absolute;
	overflow:auto;
	background-image: -webkit-gradient(linear, 0% 0%, 0%100%, from(#ffffff), to(#e6e6e6));
	background-image: -moz-linear-gradient(0% 100% 90deg,#ffffff, #eeeeee);
	background-color:#ffffff;
	border-left: 1px solid #cdcdcd;
	height:450px;
	top:0px;
	left:0px;
}

#overlay_metadata .header
{
	margin: 0;
	padding: 0;
	float: left;
	background: #cccccc/*{bgColorHeader}*/ url(../../css/green/images/ui-bg_highlight-soft_75_cccccc_1x100.png)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/; 
	width: 100%;
	height: 40px;
	border-top: 1px solid #cdcdcd;
}

#overlay_metadata .header span
{
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0 0 15px;
	float: left;
	width: auto;
	cursor: n-resize;
}

#overlay_metadata .content
{
	/*border-top: 1px solid #bdbdbd;*/
	padding: 10px 30px 5px 10px;
	font-size: 14px;
}



.onecolumnMascheraRicerca
{
	width: 650px;
	border: 1px solid #cdcdcd;
	background-image: -webkit-gradient(linear, 0% 0%, 0%100%, from(#ffffff), to(#e6e6e6));
	background-image: -moz-linear-gradient(0% 100% 90deg,#ffffff, #eeeeee);
	background-image: #ffffff;
	margin: 20px 0 20px 0;
}

.onecolumnMascheraRicerca .header
{
	margin: 0;
	padding: 0;
	float: left;
	background: #cccccc/*{bgColorHeader}*/ url(../../css/green/images/ui-bg_highlight-soft_75_cccccc_1x100.png)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/; 
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #cccccc;
}

.onecolumnMascheraRicerca .header span
{
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0 0 15px;
	float: left;
	width: auto;
	cursor: n-resize;
}

.onecolumnMascheraRicerca .header .switch
{
	float: right;
	margin-right: 15px;
	padding: 5px 0 0 0;
}

.onecolumnMascheraRicerca .content
{
	
	padding: 15px;
}

.onecolumnMascheraRicerca .footer_column
{
	margin-top:20px;
	border-top: 1px solid #bdbdbd;
	background: #cccccc/*{bgColorHeader}*/ url(../../css/green/images/ui-bg_highlight-soft_75_cccccc_1x100.png)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/; 
	padding: 10px 0 0 15px;
	padding-bottom:7px;
}



.onecolumnMascheraRicerca  .footer_column input {
margin-left:550px;
}
/*
.onecolumnMascheraRicerca  .footer_column input :hover, .onecolumnMascheraRicerca  .footer_column input :focus {
background-image: -webkit-gradient(linear, 0% 0%, 0%100%, from(#54A1D8), to(#1967CA));
background-image: -moz-linear-gradient(0% 100% 90deg,#1967CA, #54A1D8);
background-color: #52A8E8;
color: white;
}

.onecolumnMascheraRicerca  .footer_column input :active {
background: #2D7CD1;
-webkit-box-shadow: inset 0 0 10px rgba(0,0,0,.5), 0 1px 1px rgba(255,255,255,.7);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,.5), 0 1px 1px rgba(255,255,255,.5);
-o-box-shadow: 0 1px 2px rgba(0,0,0,.5), 0 1px 1px rgba(255,255,255,.5);
box-shadow: 0 1px 2px rgba(0,0,0,.5), 0 1px 1px rgba(255,255,255,.5);
color: white;
}*/


#content .MascheraRicercainner
{
	width: 651px;
	margin-left:auto;
	margin-right:auto;
    box-shadow: 4px 4px 4px #777;
}

.content_Maschera
{
	margin-top:40px;
}

#nav_scheda_menu
{
	list-style: none;
	display: block;
	font-size: 11px;
	margin-left:18px;
}

#nav_scheda_menu li
{
	display: block;
	float: left;
	margin: 0 3px 3px 0;
	text-align: center;
}

#nav_scheda_menu li a
{
	display: block;
	width: 60px;
	background: #ffffff url('../../images/shortcut/bg_shortcut.png') repeat-x center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #cdcdcd;
	color: #4c535b;
	text-shadow:0 1px 0 #ffffff;
}

#nav_scheda_menu li a:hover
{
	background: #eaeced url('../../images/shortcut/bg_shortcut_h.png') repeat-x center;
}

#nav_scheda_menu li a:active, #shortcut li a.active
{
	background: #C6CACB url('../../images/shortcut/bg_shortcut_a.png') repeat-x center;
}





.onecolumn_note
{
	width: 100%;
	background: #ffffff; 
	border: 1px solid #cdcdcd;
	margin-top:-13px;
}

.onecolumn_note .header
{
	margin: 0;
	padding: 0;
	float: left;
	background: #cccccc/*{bgColorHeader}*/ url(../../css/green/images/ui-bg_highlight-soft_75_cccccc_1x100.png)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/; 
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #cccccc;
}

.onecolumn_note .header span
{
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0 0 15px;
	float: left;
	width: auto;
	cursor: n-resize;
}


/*classe per immagine su header send mail*/
.onecolumn_note .header img
{
	float: right;
	padding: 10px 0 0px 10px;
}
.onecolumn_note .header .switch
{
	float: right;
	margin-right: 15px;
	padding: 5px 0 0 0;
}

.onecolumn_note .content
{
	padding: 15px;
}

.onecolumn_note .footer_column
{
	margin-top:20px;
	border-top: 1px solid #bdbdbd;
	background: #cccccc/*{bgColorHeader}*/ url(../../css/green/images/ui-bg_highlight-soft_75_cccccc_1x100.png)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/; 
	padding: 10px 0 0 15px;
	padding-bottom:7px;
}

.onecolumn_note  .footer_column input {
margin-left:660px;
}






/*colonna wysiwyg */
.onecolumnwysiwyg_errata
{
	width: 99%;
	background: #ffffff;
	border: 1px solid #cdcdcd;
}

.onecolumnwysiwyg_errata .header
{
	margin: 0;
	padding: 0;
	float: left;
	background: #cdcdcd url("../../images/bg_window_header.png") repeat-x;
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #cccccc;
}

.onecolumnwysiwyg_errata .header img
{
	float: right;
	padding: 10px 0 0 15px;
}
.onecolumnwysiwyg_errata .header span
{
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0 0 15px;
	float: left;
	width: auto;
	cursor: n-resize;
}

.onecolumnwysiwyg_errata .header .switch
{
	float: right;
	margin-right: 15px;
	padding: 5px 0 0 0;
}

.onecolumnwysiwyg_errata .content
{
	padding: 15px;
}

.onecolumnwysiwyg_errata .footer_column
{
	margin-top:20px;
	border-top: 1px solid #bdbdbd;
	background: #cdcdcd url("../../images/bg_window_header.png") repeat-x;
	padding: 10px 0 0 15px;
	padding-bottom:7px;
}

.onecolumnwysiwyg_errata  .footer_column input {
margin-left:720px;
}




#overlay_errata
{
	width: 700px;
	visibility:hidden;
	position:absolute;
	overflow:auto;
	background-image: -webkit-gradient(linear, 0% 0%, 0%100%, from(#ffffff), to(#e6e6e6));
	background-image: -moz-linear-gradient(0% 100% 90deg,#ffffff, #eeeeee);
	background: #EDEDED;
	height:450px;
	top:0px;
	left:0px;
	border-left: 1px solid #cdcdcd;
}

#overlay_errata .header
{
	margin: 0;
	padding: 0;
	float: left;
	background: #cccccc/*{bgColorHeader}*/ url(../../css/green/images/ui-bg_highlight-soft_75_cccccc_1x100.png)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/; 
	width: 100%;
	height: 40px;
	border-top: 1px solid #cdcdcd;
}

#overlay_errata .header span
{
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0 0 15px;
	float: left;
	width: auto;
	cursor: n-resize;
}

#overlay_errata .content
{
	/*border-top: 1px solid #bdbdbd;*/
	padding: 10px 30px 5px 10px;
	font-size: 14px;
}




#overlay_microfilm
{
	width: 700px;
	visibility:hidden;
	position:absolute;
	overflow:auto;
	background-image: -webkit-gradient(linear, 0% 0%, 0%100%, from(#ffffff), to(#e6e6e6));
	background-image: -moz-linear-gradient(0% 100% 90deg,#ffffff, #eeeeee);
	background: #EDEDED;
	height:450px;
	top:0px;
	left:0px;
	border-left: 1px solid #cdcdcd;
}

#overlay_microfilm .header
{
	margin: 0;
	padding: 0;
	float: left;
	background: #cccccc/*{bgColorHeader}*/ url(../../css/green/images/ui-bg_highlight-soft_75_cccccc_1x100.png)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/; 
	width: 100%;
	height: 40px;
	border-top: 1px solid #cdcdcd;
}

#overlay_microfilm .header span
{
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0 0 15px;
	float: left;
	width: auto;
	cursor: n-resize;
}

#overlay_microfilm .content
{
	/*border-top: 1px solid #bdbdbd;*/
	padding: 10px 30px 5px 10px;
	font-size: 14px;
}


#videoswrap {
	position:relative;
	height:auto;
	width:500px;
	padding: 15px 15px 15px 15px;
	margin-left:20px;
}





ul#sitemap
{
	margin: 1em 0;
	list-style-type: none;
	background: url(../../fancyplayer_code/images/dot.png) repeat-y 3px 0;
	padding: 0;
	font-size:16px;
	height:auto;
}

ul#sitemap li
{
	margin-bottom: .5em;
}

ul#sitemap li a
{
	background: url(../../fancyplayer_code/images/bullet1.png) no-repeat 0 .4em;
	padding-left: 15px;
}

ul#sitemap li a.open, ul#sitemap li li a.open, ul#sitemap li li li a.open, ul#sitemap li li li li a.open
{
	background-image: url(../../fancyplayer_code/images/bullet2.png);
}

/* second level */
ul#sitemap ul
{
	margin: .5em 0 0 0;
	padding: 0;
	list-style-type: none;
}

ul#sitemap li li
{
	background: url(../../fancyplayer_code/images/dot2.png) no-repeat 2px .5em;
}

ul#sitemap li li a
{
	padding: 0 0 0 30px;
	background: url(../../fancyplayer_code/images/bullet2.png) no-repeat 20px .3em;
}

/* third level */
ul#sitemap ul ul
{
	background: url(../../fancyplayer_code/images/dot.png) repeat-y 30px 0;
}

ul#sitemap li li li
{
	background: url(../../fancyplayer_code/images/dot2.png) no-repeat 30px .5em;
}

ul#sitemap li li li a
{
	padding: 0 0 0 60px;
	background: url(../../fancyplayer_code/images/bullet1.png) no-repeat 50px .3em;
}

/* fourth level */
ul#sitemap ul ul ul
{
	background: url(../../fancyplayer_code/images/dot.png) repeat-y 60px 0;
}

ul#sitemap li li li li
{
	background: url(../../fancyplayer_code/images/dot2.png) no-repeat 60px .5em;
}

ul#sitemap li li li li a
{
	padding: 0 0 0 90px;
	background: url(../../fancyplayer_code/images/bullet1.png) no-repeat 80px .3em;
}





.notification_PORTFOLIO
{
	color: #ffffff;
	font-weight: bold;
	text-shadow: 1px 0 0 #333333;
	background: transparent url('../../images/bg_notification.png') no-repeat center;
	position: absolute;
	width: 37px;
	height: 37px;
	display: block;
	text-align: center;
	padding-top: 17px;
}



#sitemap .evidence a
{
 	color: #009900;
	font-weight: bold;
}


#overlay_process_mail
{
	width: 700px;
	visibility:hidden;
	position:absolute;
	overflow:auto;
	background-image: -webkit-gradient(linear, 0% 0%, 0%100%, from(#ffffff), to(#e6e6e6));
	background-image: -moz-linear-gradient(0% 100% 90deg,#ffffff, #eeeeee);
	background-color:#ffffff;
	height:450px;
	top:0px;
	left:0px;
	border-left: 1px solid #cdcdcd;
}

#overlay_process_mail .header
{
	margin: 0;
	padding: 0;
	float: left;
	background: #cccccc/*{bgColorHeader}*/ url(../../css/green/images/ui-bg_highlight-soft_75_cccccc_1x100.png)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/; 
	width: 100%;
	height: 40px;
	border-top: 1px solid #cdcdcd;
}

#overlay_process_mail .header span
{
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0 0 15px;
	float: left;
	width: auto;
	cursor: n-resize;
}

#overlay_process_mail .content
{
	/*border-top: 1px solid #bdbdbd;*/
	padding: 10px 30px 5px 10px;
	font-size: 14px;
}

#overlay_lista
{
	margin-top:10px;
	margin-left:0px;
}

#overlay_shortText
{
	margin-top:30px;
	margin-left:0px;
}

table.data2 caption
{
	display: none;
}



table.data2 tr td, table.data2 tr th
{
	border-bottom: 1px solid #cccccc;
}

table.data2 tr th
{
	font-weight: bolder;
	font-size:14px;
	background: #F0F0F0;
}


table.data2 .pari
{
background: #F7F7F7;
font-size:14px;
}

table.data2 .dispari
{
background: #E2E2E2;
font-size:14px;
}

table.data2 .selected
{
background: #FFFF80;

}

table.data2 tr th, table.data2 tr td
{
	padding: 7px;
	font-size:14px;
}

table.data2 tr td
{
	color: #666666;
	font-size:14px;
}

.mailStile{
	color: #666666;
}

.mailStile p{
	color: #333333;
}




.onecolumnCartelle
{
	width: 850px;
	background: #ffffff;
	border: 1px solid #cdcdcd;
	margin: 20px 0 20px 0;
	background: #F5F5F5;
}

.onecolumnCartelle .header
{
	margin: 0;
	padding: 0;
	float: left;
	background: #cdcdcd url("../../images/bg_window_header.png") repeat-x;
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #cccccc;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}

.onecolumnCartelle .header span
{
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0 0 15px;
	float: left;
	width: auto;
	cursor: n-resize;
}


/*classe per immagine su header send mail*/
.onecolumnCartelle .header img
{
	float: right;
	padding: 10px 0 0px 10px;
}
.onecolumnCartelle .header .switch
{
	float: right;
	margin-right: 15px;
	padding: 5px 0 0 0;
}

.onecolumnCartelle .content
{
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	padding: 15px;
}

.onecolumnCartelle .footer_column
{
	margin-top:20px;
	border-top: 1px solid #bdbdbd;
	background: #ffffff url("../../images/bg_window_header.png") repeat-x;
	padding: 10px 0 0 15px;
	padding-bottom:7px;
}
