/*
logo1 #4a6c9a
logo2 #94aab3
logo3 #333333
*/

html
{
	/*background: url("/img/background.png") #eeeeee;*/
}

body
{
	/* background-color: #efefef; */
	/*background: url("/img/background.png") #eeeeee;*/
}

body_red
{
	background-color: #c32a2c;
}

body, table, tr, td, input, textarea
{
	font-family: Verdana, Sans-Serif;
	/*font-family: "Trebuchet MS", Arial;*/
	font-size: 10px;
	color: #444444;
}

/*
input:focus
{
	border: 2px solid #ff6600;
}
*/

select
{
	font: 10px Verdana, Arial sans-serif;
	color: #444444;
	border: solid 1px #999999;
}

.pagina
{
	width: 750px;
	/*margin: 10px;*/
	/*margin-top: 18px;*/
	/*margin-bottom: 18px;*/
	background-color: #ffffff;
	/*padding-top: 10px;*/
	padding-bottom: 20px;
	border: solid 1px #444444;
	margin: 15px auto 15px auto;
}

.pagina_dynamic
{
	margin: 30px;
	margin-top: 20px;
	margin-bottom: 30px;
	background-color: #ffffff;
	padding-top: 0px;
	padding-bottom: 20px;
	/*border: solid 1px #444444;*/
}

/* buttons */

.btn
{
	font-size: 10px;
	font-weight: bold;
	float: center;
	border: 2px solid #dbe6df;
	background: #eeeeee;
	color: #444444;
	padding: 0.20em 6px;
	cursor: pointer;
	-webkit-border-radius: 5px;
}

.btn:hover
{
	color: #414d46;
	border-color: #c0ccc4;
}

.btn:active
{
	background-color: #c0ccc4;
}

.btn.disabled
{
	border-color: #ebf2ee;
	color: #c0ccc4;
}

.btn.disabled:hover
{
	border-color: #ebf2ee;
}

.btn.selected
{
	background-color: #2d7bb2;
	border-color: #2d7bb2;
	color: #ffffff;
}

.btn.default
{
	color: #ffffff;
	background-color: #22944e;
	border-color: #22944e;
	text-shadow: -1px -1px 0 #1a8443;
}

.btn.default:hover
{
	border-color: #186032;
}

.btn.default:active
{
	background-color: #186032;
}

/* text input */
.il
{
	border: 1px dotted #999999;
	padding: 2;
	text-align: left;
}

.ir
{
	border: 1px dotted #999999;
	padding: 2;
	text-align: right;
}

.ic
{
	border: 1px dotted #999999;
	padding: 2;
	text-align: center;
}

.il_bg
{
	border: 1px solid #999999;
	padding: 2;
	text-align: left;
	background-color: #ffff00;
}

.ir_bg
{
	border: 1px solid #999999;
	padding: 2;
	text-align: right;
	background-color: #ffff00;
}

.ic_bg
{
	border: 1px solid #999999;
	padding: 2;
	text-align: center;
	background-color: #eeeeee;
}

.i_err
{
	border: 1px solid #999999;
	padding: 2;
	text-align: left;
	color: #ffffff;
	background-color: #ee0000;
}

.ir_nb
{
	border: 1px solid #ffffff;
	padding: 2;
	text-align: right;
}

/* table data */
/* plain */
.dl
{
	text-align: left;
	border: solid 1px #bbbbbb;
	padding-left: 2;
}

.dr
{
	text-align: right;
	border: solid 1px #bbbbbb;
	padding-left: 2;
}

.dc
{
	text-align: center;
	border: solid 1px #bbbbbb;
	padding-left: 2;
}
/* bold */

.dbl
{
	text-align: left;
	border: solid 1px #bbbbbb;
	padding-left: 2;
	font-weight: bold;
}

.dbr
{
	text-align: right;
	border: solid 1px #bbbbbb;
	padding-left: 2;
	font-weight: bold;
}

.dbc
{
	text-align: center;
	border: solid 1px #bbbbbb;
	padding-left: 2;
	font-weight: bold;
}

/* selected */

.dl_sel
{
	text-align: left;
	border: solid 1px #bbbbbb;
	padding-left: 2;
	background-color: #eeeeee;
}

.dr_sel
{
	text-align: right;
	border: solid 1px #bbbbbb;
	padding-left: 2;
	background-color: #eeeeee;
}

.dc_sel
{
	text-align: center;
	border: solid 1px #bbbbbb;
	padding-left: 2;
	background-color: #eeeeee;
}

/* text labels */
.ll
{
	text-align: left;
}

.lr
{
	text-align: right;
}

.lc
{
	text-align: center;
}

.lbl
{
	text-align: left;
	font-weight: bold;
}

.lbl_white
{
	text-align: left;
	font-weight: bold;
	color: #ffffff;
}

.lbr
{
	text-align: right;
	font-weight: bold;
}

.lbc
{
	text-align: center;
	font-weight: bold;
}

.lbl_up
{
	border-top:1px solid #444444;
	text-align: left;
	font-weight: bold;
	/* margin-bottom:10px; */
}

.err
{
	text-align: center;
	font-weight: bold;
	color: #ee0000;
}

.msg
{
	text-align: center;
	font-weight: bold;
	color: #0000ee;
}

.menu_title
{
	font-size: 18px;
	border-bottom:1px solid #444444
}

.title
{
	font-size: 18px;
	padding-bottom: 10;
}

.title_ul
{
	font-size: 18px;
	border-bottom:2px solid #444444
}

/* table header */
.hl
{
	font-weight: bold;
	color: #ffffff;
	background: #333333;
	text-align: left;
	border: solid 1px #444444;
	padding-left: 2;
}

.hr
{
	font-weight: bold;
	color: #ffffff;
	background: #333333;
	text-align: right;
	border: solid 1px #444444;
	padding-left: 2;
}

.hc
{
	font-weight: bold;
	color: #ffffff;
	background: #333333;
	text-align: center;
	border: solid 1px #444444;
	padding-left: 2;
}

.hc img
{
	vertical-align: top;
}

.hc a:link, .hc a:visited
{
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.hc a:hover
{
	font-weight: bold;
	color: #ffff00;
}

.hc_light
{
	font-weight: bold;
	color: #ffffff;
	background: #3399cc;
	text-align: center;
	border: solid 1px #444444;
	padding-left: 2;
}

/* table */
.tu
{
	border-bottom:1px solid #444444;
	margin-bottom:10px;
}

/* link */
a:link
{
	font-weight: bold;
	color: #444444;
	/* border: hidden 1px #444444 */
	/*text-decoration: none;*/
}

a:visited
{
	font-weight: bold;
	color: #444444;
	/*text-decoration: none;*/
}

a:hover
{
	font-weight: bold;
	color: #0000FF;
	/* background-color: #000000; */
	/* border: dotted 1px #444444 */
	/*text-decoration: none;*/
}

/* menu */
.menu_head
{
	border-bottom:1px solid #444444
}

.menu_link_selected
{
	font-weight: bold;
	background-color: #ffff00;
	/*text-decoration: none;*/
}

/* pop window */
.pop_invisibile
{
    /* invisibile */
    z-index: 2020;
    width: 200px;
    position: absolute;
    background-color: #eeeeee;
    padding: 10;
    border:1px solid #ACA976;
    left: -10000px;
}

#pop:hover > .pop_invisibile
{
    /* visibile */
    left: auto;
    right: 5%;
}

div.check_list ul li
{
	list-style-type:none;
}

div.calendario
{
	width: 100px;
}

div.calendario a:link, div.calendario a:visited
{
	font-weight: normal;
	color: #444444;
	text-decoration: none;
}

/* auto complete list */
div.auto_complete
{
	position: absolute;
	width: 350px;
	background: #fff;
}

div.auto_complete ul
{
	border:1px solid #888;
	margin:0;
	padding:0;
	width:100%;
	list-style-type:none;
}

div.auto_complete ul li
{
	margin:0;
	padding:3px;
	list-style-type: none;
	display: block;
}

div.auto_complete ul li.selected
{ 
	background-color: #ffb; 
}

div.auto_complete ul strong.highlight
{ 
	color: #800; 
	margin:0;
	padding:0;
}

div.auto_complete a:link, div.auto_complete a:visited
{
	font-weight: normal;
	color: #444444;
	text-decoration: none;
}

div.auto_complete a:hover
{
	font-weight: normal;
	color: #DD0000;
	text-decoration: none;
}

div.naviga
{
	font-weight: bold;
}

div.naviga img
{
	vertical-align: middle;
}

.dl img
{
	vertical-align: top;
}

.ll img
{
	vertical-align: top;
}

.float_window
{
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	/* z-index: 1 */
	/* float: center; */
	display: block;
	width: 600px;
	background: #fff;
	border: 1px solid #888;
	margin: 10px;
	padding: 10px;
}


.float_form
{
	position: fixed;
	top: 35%;
	left: 35%;
	background: #fff;
	border:1px solid #888;
	margin:5;
	padding:5;
}

.topbar
{
	background: url(/img/purplegrad.png) repeat-x left top #660099;
	font-family: "Trebuchet MS", Arial;
	color: #e2702c;
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 0.01em;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 40px;
}

.topbar a
{
	color: #eeddff;
	text-decoration: none;
}

.navbar
{
	background: url(/img/blackbar.png) repeat-x left top #000000;
	font-family: "Trebuchet MS", Arial;
	color: #ffffff;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 3px 20px;
	height: 20px;
}

.navbar a
{
	color: #ffffff;
	text-decoration: none;
}

.navbar a:hover
{
	color: #ff6600;
}

.navbar a:visited
{
	color: #ffffff;
}

.username
{
	font-size: 9px;
	color: #e2702c;
	letter-spacing: 0.02em;
	font-weight: normal;
}

.param_table
{
	border: 1px solid #444444;
	background-color: #efefef;
	padding: 10;
}

.tabbar
{
	color: #444444;
	font-size: 18px;
	font-weight: normal;
}

.tabbar a
{
	color: #444444;
	text-decoration: none;
	font-weight: normal;
}

.tabbar a:hover
{
	border-bottom: 2px solid #444444;
	font-weight: normal;
}

.tabbar a:visited
{
	color: #444444;
	font-weight: normal;
}

.chk_list
{
	font-weight: normal;
	font-size: 9px;
	border-bottom: 1px dashed #444444;
	vertical-align: text-top;
}

/* Calendar elements */
div.day { background-color: #FFFFBB; }
div.date { font-weight: bold; }
table.calendar {border: 1px solid #8CACBB; text-align: right;}
table.calendar a {text-decoration: none; color: #436976;}
table.calendar a:hover {text-decoration: none;}
table.calendar th {background-color: #DEE7EC; color: Black; font-weight: bold; text-align: center;}
table.calendar td {width: 1.5em; padding: 2px;}
table.calendar td.weekdays {background-color: #DEE7EC; border: 0px solid #8CACBB; border-style: solid none; text-align: center;}
table.calendar td.event {background-color: #FFCC00; font-weight: bold;}
table.calendar td.noevent {}
table.calendar td.othermonth {background-color: #FFFFFF; border: 1px solid #8CACBB; vertical-align: bottom;}
table.calendar td.holiday {background-color: #CF6060; border: 1px solid #8CACBB;}
table.calendar td.todayevent {color: #ff6600; background-color: #ffcc33; font-weight: bold;}
table.calendar td.todaynoevent {color: #ff6600; background-color: #ffffff; font-weight: bold;}
table.calendar td.todayeventselected {color: #ff6600; background-color: #ffcc33; border: 2px solid #ffa500; font-weight: bold;}
table.calendar td.todaynoeventselected {color: #ff6600; background-color: #ffffff; border-collapse: collapse; border: 2px solid #ffa500; font-weight: bold;}
table.calendar td.eventselected {background-color: #DEE7EC; border: 2px solid #FFA500; font-weight: bold;}
table.calendar td.noeventselected {border-collapse: collapse; border: 2px solid #FFA500;}
table.day {border: 1px solid #8CACBB; text-align: left; border-collapse: collapse;}
table.day a {text-decoration: none; color: #436976;}
table.day a:hover {text-decoration: none;}
table.day th {background-color: #dee7ec; color: Black; font-weight: bold; text-align: center;}
table.day td.weekdays {background-color: #dee7ec; border: 1px solid #8cacbb; border-style: solid none; text-align: center;}
table.day td.weekselected {background-color: #dee7ec; border: 1px solid #ffa500; border-style: solid none; text-align: center;}
table.day td.event {background-color: #dee7ec; border-collapse: collapse; border: 1px solid #ffa500;}
table.day td.noevent {}
table.day td.othermonth {background-color: #ffffff; border: 1px solid #ffa500; vertical-align: bottom;}
table.day td.holiday {background-color: #cf6060; border: 1px solid #ffa500;}
table.day td.todayevent {background-color: #dee7ec; border-collapse: collapse; border: 1px solid #ffa500;}
table.day td.todaynoevent {border-collapse: collapse; border: 1px solid #ffa500;}
table.day td.todayeventselected {background-color: #dee7ec; border: 2px solid #ffa500;}
table.day td.todaynoeventselected {border-collapse: collapse; border: 2px solid #ffa500;}
table.day td.even {background-color: #ffffff;}
table.day td.odd {background-color: #dee7ec;}
table.week {border-collapse: collapse;}
table.week td.evenborder {background-color: #ffffff; border: 1px solid #8cacbb;}
table.week td.oddborder {background-color: #dee7ec; border: 1px solid #8cacbb;}


.hand:hover
{
	cursor: pointer;
}


label
{
	cursor: pointer;
}


.choose_filters
{
	padding: 5px;
	text-align: center;
	margin: 0px auto;
	background-color: #ffffff;
	position: absolute;
	top: 30%;
	left: 50%;
	/*margin-top: -50px;*/
	/*margin-left: -400px;*/
	display: none;
	height: 400px;
	/*overflow: scroll;*/
}


.scroll_filters
{
	height: 370px;
	overflow: scroll;
}


.multichoice_label
{
	text-align: center;
	background-color: #ffffff;
	border: 0px;
}


.head_base
{
	margin: 0;
	padding: 0;
	background-color: #eeeeee;
	height: 50px;
	width: 100%;
	text-align: left;
}


.head_logo
{
	padding-top: 10px;
	padding-left: 10px;
	float: left;
}


.sub_bar
{
	width: 100%;
	height: 20px;
	background-color: #000000;
	color: #ffffff;
}


.navigazione
{
	padding-top: 5px;
	padding-left: 10px;
	z-index: 20;
	font-size: 10px;
	color: #ffffff;
	float: left;
	width: 40%;
}


.language
{
	padding-top: 5px;
	color: #ffffff;
	font-size: 10px;
	width: 20%;
	float: left;
}


.language a
{
	padding-left:5px;
	display:inline;
	color: #ffffff;
	text-decoration:none;
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform:uppercase;
	margin-right:3px;
	color: #ffffff;
	vertical-align: text-top;
}


.language a:hover
{
	background-position:0px -70px;
	color:#eeeeee;
}


.head_user
{
	padding-top: 3px;
	color: #ffffff;
	font-size: 10px;
	float: right;
	width: 20%;
	vertical-align: text-top;
}

.menu
{
	margin:0 auto;
	padding:0;
	height:20px;
	width:100%;
	display:block;
}


.menu li
{
	padding:0;
	margin:0;
	list-style:none;
	display:inline;
}


.menu li a
{
	float:left;
	padding-left:5px;
	display:block;
	color:rgb(102,102,102);
	text-decoration:none;
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform:uppercase;
	margin-right:3px;
	color: #ffffff;
}


.menu li a span
{
	line-height:32px;
	float:left;
	display:block;
	padding-right:5px; /* era 15*/
}


.menu li a:hover
{
	background-position:0px -70px;
	color:#dddddd;
}


.menu li a:hover span
{
	background-position:100% -70px;
}


.menu li a.active, .menu li a.active:hover
{
	line-height: 30px;
	color: #cc0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-bottom: solid 1px #cc0000;
}


.menu2
{
	margin: 0 auto;
	padding: 50 10 30 10px;
	display: block;
	float: left;
	height: 25%;
}


.menu2 li
{
	padding: 5px;
	margin: 5px;
	list-style: none;
	display: block;
	text-align: left;
}


.menu2 li a
{
	color: rgb(102,102,102);
	text-decoration: none;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*text-transform: uppercase;*/
	padding: 5px;
}


.menu2 li a span
{
	line-height: 32px;
	float: left;
	display: block;
	padding-right: 5px; /* era 15*/
}


.menu2 li a:hover
{
	background-position: 0px -70px;
	background-color: #111111;
	color: #eeeeee;
}


.menu2 li a:hover span
{
	background-position: 100% -70px;
	display: block;
}


.menu2 li a.active, .menu2 li a.active:hover
{
	line-height: 30px;
	color: #cc0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-bottom: solid 1px #cc0000;
	display: block;
}

#menu2_container {
	margin: 0 auto;
	width: 90%;
}


.header-wrapper {
	float: left;
	clear: both;
	width: 110%;
	margin-top: -20px;
	margin-left: -40px;
	padding-right: 20px; 
	background: #ffffff;
	height: 70px;
}


header.main {
	/*border-bottom: 1px solid #eeeeee;
	-moz-box-shadow: 0 0 10px #888888;
	-webkit-box-shadow: 0 0 10px#888888;
	box-shadow: 0 0 10px #888888;*/
	margin: 0 auto;
	height: 70px;
	width: 100%;
	display: block;
}


.clearfix:before, .clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}


.clearfix:after {
	clear: both;
}


.clearfix {
	zoom: 1;
}


@media print {
	.header-wrapper {
		position: absolute; background: #ffffff; width: 100%; top: 0; left: 0; height: 0px;
	}
}


/*
@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
*/
  