
/* ------------------------------------------------------------  General purpose */

body {
	padding: 0;
	border: 0;
	margin: 0;
	background-color: #F2F4F9;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 72%;
	color: #fff;
	background: url("../images/layout/body.gif") repeat-y 0 0;
}
.all {
	background: url("../images/layout/body.gif") repeat-y 0 0;
	padding: 0;
	margin: 0;
	position: relative;
}
table {
	display: table;
	empty-cells: show; 
	border-collapse: collapse;
	font-weight:bold;  /* Bold nelle tabelle come da richiesta UCIT */
}
tr { display: table-row; }
thead { display: table-header-group; }
tbody { display: table-row-group; }
tfoot { display: table-footer-group; }
col { display: table-column; }
colgroup { display: table-column-group; }
td, th { display: table-cell; }
caption { display: table-caption; }
td {vertical-align: top; }
table {
	font-size: 1em;
}
p {
	margin: 0;
}
form {
	margin: 0;
}
.skipNav {
	display: none;
}
.clearerNof {
	clear: both;
}
a {
	text-decoration: none;
}
a.pageMenuTitle {padding-left: 4px; font-weight:bold;}

p.pageMenuSubtitle {margin-left: 8px; }

.hidden {
	display: none;
}
img {
	border: 0;
}

/* righe */

hr { 								/* for IE */
	text-align: center;
	height: 1px;
	color: #ddd;
	border: none;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}
html>body hr {						/* for Gecko-based browsers */
	margin: 0 auto;
	height: 1px;
	background-color: #ddd;
	border: none;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}
html>body hr { 						/* for Opera and Gecko-based browsers */
	margin: 0 auto;
	height: 1px;
	background-color: #ddd;
	border: 0px solid #ddd;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}
hr.thin {
	margin-top: 8px;
	margin-bottom: 8px;
}

checkbox {
    border:none;
    background:none;
}

input, textarea, text, select, radiobutton {
    font-family:Tahoma,MS Sans Serif,Arial,Sans Serif;	
    /*background:transparent url(../images/button_back.gif) repeat scroll center;*/
    border:1px solid #808080;
    color:#000000;
    padding:1px;
    font-size:100%;
    font-weight:normal;
}

checkbox{
    border:none;
}

button {
    font-family:Tahoma,MS Sans Serif,Arial,Sans Serif;	
    background:transparent url(../images/button_back.gif) repeat scroll center;
    border:1px solid #808080;
    color:#000000;
    padding:1px;
    font-size:100%;
    font-weight:normal;
}

input.BtnClass {
    font-family:Tahoma,MS Sans Serif,Arial,Sans Serif;	
    background:transparent url(../images/button_back.gif) repeat scroll center;
    border:1px solid #808080;
    color:#000000;
    padding:1px;
    font-size:100%;
    font-weight:normal;
}

.LoginRememberCheck input{
    border:none;
}

/* ------------------------------------------------------------  Header */

.headWrapper {

	height: 147px;
	background: url("../images/layout/head_dx.jpg") no-repeat top right;
}
.headWrapper .headSx {
	width: 303px;
	height: 147px;
	float: left;
	background: url("../images/layout/head_sx.jpg") no-repeat 0 0;
}

/* ------------------------------------------------------------  contentwrapper */

.contentWrapper {
	background: url("../images/layout/row2_bkg.jpg") repeat-x 0 0;
}

/* ------------------------------------------------------- boxes  */

.boxes {
	position: relative;
	display: block;
	width: 159px;
	padding: 0 0 0 0;
	float: left;
	background: url("../images/layout/row2_top.jpg") no-repeat 0 0;
}

.boxWrapper {
	width: 158px;
	margin-top: 27px;
}
.boxContent {
	font-size: 0.9em;
	padding: 0 0 0 0;
	color: #555;
}
.boxContent ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.boxContent li {
	display: inline;
	list-style-type: none;
}




/* primo livello */
.boxContent ul a {
	display: block;
	padding: 6px 2px 4px 4px;
	margin: 0;
	line-height: 1.2em;
	background: url(../images/layout/menu01.gif) no-repeat 0 0;
}
.boxContent ul a.selected,
.boxContent ul span.selected {
	display: block;
	padding: 6px 2px 4px 4px;
	margin: 0;
	line-height: 1.2em;
	background: url(../images/layout/menu01sel.gif) no-repeat 0 0;
}
/* dal secondo in poi */
.boxContent ul ul a {
	background: url(../images/layout/menu02.gif) no-repeat -42px 0;
}
.boxContent ul ul a.selected,
.boxContent ul ul span.selected {
	background: url(../images/layout/menu02sel.gif) no-repeat -42px 0;
}
/* posiziona tutti */
.boxContent ul a, .boxContent ul span.selected { padding-left: 24px; }
.boxContent ul ul a, .boxContent ul ul span.selected { padding-left: 32px; }
.boxContent ul ul ul a, .boxContent ul ul ul span.selected { padding-left: 40px; background-position: -36px 0; }
.boxContent ul ul ul ul a, .boxContent ul ul ul ul span.selected { padding-left: 46px; background-position: -30px 0; }

.boxContent ul a, .boxContent ul a.selected { padding-left: 24px; }
.boxContent ul ul a, .boxContent ul ul a.selected { padding-left: 32px; }
.boxContent ul ul ul a, .boxContent ul ul ul a.selected { padding-left: 40px; background-position: -36px 0; }
.boxContent ul ul ul ul a, .boxContent ul ul ul ul a.selected { padding-left: 46px; background-position: -30px 0; }

/* links e hover */

.boxContent ul a.selected:hover { padding-left: 24px; background-position: +0px 0;}
.boxContent ul ul a.selected:hover { padding-left: 32px; background-position: -42px 0;}
.boxContent ul ul ul a.selected:hover { padding-left: 40px; background-position: -36px 0; }
.boxContent ul ul ul ul a.selected:hover { padding-left: 46px; background-position: -30px 0;  }


.boxContent a.navTitle:link,
.boxContent a.navTitle:visited {
	text-decoration: none;
	color: #eee;
}
.boxContent a.navTitle:hover,
.boxContent a.navTitle:active {
	text-decoration: none;
	color: #ddd;
}


.boxContent a:link,
.boxContent a:visited {
	text-decoration: none;
	color: #333;
}
.boxContent a:hover,
.boxContent a:active {
	text-decoration: none;
	color: #333;
}




.boxContent ul a:hover, .boxContent ul a:active { background-position:  0 -60px; }
.boxContent ul ul a:hover, .boxContent ul ul a:active { background-position:  -42px -60px; }
.boxContent ul ul ul a:hover, .boxContent ul ul ul a:active { background-position:  -36px -60px; }
.boxContent ul ul ul ul a:hover, .boxContent ul ul ul ul a:active { background-position:  -30px -60px; }

.boxBottom {
	background: url(../images/layout/menuBottom.gif) no-repeat 0 0;
	height: 3px;
	width: 158px;
}



/* links */
.boxLinks ul a {
	background: url(../images/layout/menuLink01.gif) no-repeat 0 0;
}
.boxLinks ul ul a {
	background: url(../images/layout/menuLink02.gif) no-repeat -42px 0;
}
.boxLinkBottom {
	background: url(../images/layout/menuLinkBottom.gif) no-repeat 0 0;
	height: 3px;
	width: 158px;
}
.boxLinks a:link,
.boxLinks a:visited {
	color: #333;
}
.boxLinks a:hover,
.boxLinks a:active {
	color: #eee;
}

.boxContent h2 {
	font-size: 1.3em;
	margin: 16px 0 0 0;
	padding: 4px 0 4px 8px;
	border-top: 1px solid #ddd;
	background: url(../images/layout/boxtitle.gif) no-repeat 0 0;
	color: #eee;
}





/* ------------------------------------------------------------  main content */

.mainContent {
	background: url("../images/layout/row2_bkg.gif") no-repeat 0 0;
	margin-left: 159px;
}

.row2Wrapper {
	height: 41px;
}
.row2Wrapper .secTitle {
	float: right;
	font-size: 1.3em;
	color: #fbeac7;
	padding: 10px 18px 6px 6px;
	margin: 0;
}

/* --- Path */

.path {

	padding: 4px; 
	color: #748ea0;
	margin: 16px 0 0 39px;
}
.path .item {
	display: inline;
	padding: 0 6px;
}
.mainContent .path a:link,
.mainContent .path a:visited {
	text-decoration: none;
	color: #657d8e;
}
.mainContent .path a:hover,
.mainContent .path a:active {
	text-decoration: none;
	color: #2e4b5f;
}

.mainContent .pageTitle {
	background: url("../images/layout/title.gif") no-repeat 0 0;
	margin: 4px 0 8px 0px;
	color: #fff;
	padding: 2px 0 0 65px;
	font-size: 1.4em;
	height: 28px;
}

.content {
	margin: 0 10px 0 43px;
	line-height: 1.2em;
	color: #333;
}

.sottotitolo {
	font-size: 1.2em;
	color: #1e5a8c;
	margin: 0;
	padding: 0 0 16px 0;
	font-weight:bold;
}

/* ------------------------------------------------------------  Footer */

.footerContainer {
	position: relative;
	margin: 28px 0 0 0;
	padding: 0 0 0 0;
	font-size: 0.95em;
	background: url("../images/layout/footer_bkg.gif") repeat-x 0 0;
}
.footerContainer a {
	padding: 0 4px 0 4px;
}
.footerContainer a:link,
.footerContainer a:visited {
	text-decoration: none;
	color: #fbe9cc;
}
.footerContainer a:hover,
.footerContainer a:active{
	text-decoration: none;
	color: #fff;
}
.footer {
	background: url("../images/layout/footer.gif") repeat-x 0 0;
	height: 31px;
	margin: 0;
	padding: 6px 0 0 204px;
}
.copy {
	background: url("../images/layout/copy.gif") #696969 repeat-x 0 0;
	font-size: 0.9em;
	color: #aaa;
	margin: 0 0 0 0;
	padding: 25px 0 0 18px;
	height: 59px;
}

/* -------------------------------------------------------- login form */

#logForm label {
	/*display: none;*/
}
#logForm {
	margin-top: 12px;
	margin-right:18px;
	color: #fff;
	font-size: 1em;
	width: 361px;
	float: right;
	text-align:right;
	line-height: 1em;
}
#logForm span {
	display: block;
	font-weight: normal;
	margin-bottom: 4px;
	color: #fff;
	font-weight: bold;
	padding-right: 16px;
}
#logForm input {
	font-size: 11px !important;			/* hack per MAC IE */
	font-size: 0.9em;
	color: #333;
	width: 100px;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 2px;
	Filter: Alpha(Opacity=70);
	-moz-opacity: 0.70; opacity: 0.70;
}
#logForm input.submit {
	font-size: 11px !important;			/* hack per MAC IE */
	font-size: 0.9em;
	color: #fff;
	line-height: 1em;
	width: 60px;
	height: 19px;
	margin: 4px 0 0 0;
	padding: 2px 4px 2px 2px;
	background-image: url("");
	background-color: #eea200;
	border: 1px solid #E3E8F1;
	Filter: Alpha(Opacity=80);
	-moz-opacity: 0.80; opacity: 0.80;
}

#logForm .LogUser  {
	background-color: #ddd;
	color: #333;
	width: 147px;
	height: 76px;
	margin: 0 8px 0 0;
	padding: 8px 0 0 8px;
	Filter: Alpha(Opacity=70);
	-moz-opacity: 0.70; opacity: 0.70;
}
html  #logForm .LogUser  {
	width: 150px;
}
#logForm .LogUser a {
	padding: 0 0 0 16px;
	margin-bottom: 4px;
	display: block;
	color: #333;
	/*background: url("../images/buttons/smallarrow.gif") no-repeat 0 1px;*/
}

#logForm a.Registrazione {
	/*padding: 8px 0 0 0;
	margin: 0px 0px 4px 10px;
	display: block;
	float:right;
	color: white;
	font-weight:bold;*/
	
	font-size: 11px !important;			/* hack per MAC IE */
	font-size: 0.9em;
	color: #fff;
	line-height: 1em;
	width: 60px;
	height: 19px;
	margin: 4px 0 0 0;
	padding: 2px 4px 2px 2px;
	background-image: url("");
	background-color: #eea200;
	border: 1px solid #E3E8F1;
	Filter: Alpha(Opacity=80);
	-moz-opacity: 0.80; opacity: 0.80;
}

/*
#logForm a.Registrazione:hover 
{
    font-weight:bold;
}
*/

#logForm a.CambioPassword {
	font-size: 11px !important;			
	font-size: 0.9em;
	color: #fff;
	line-height: 1em;
	width: 60px;
	height: 19px;
	padding: 3px 4px 0px 2px;
	margin-bottom:2px;
	Filter: Alpha(Opacity=80);
	-moz-opacity: 0.80; opacity: 0.80; 
	color: white;
    background-color: #eea200;
	border: 1px solid #E3E8F1;
	text-align:center;
	
	
}

/* -------------------------------------------------------- Content */

.mainContent a:link,
.mainContent a:visited {
	color: #e26c04;
}
.mainContent a:hover,
.mainContent a:active {
	color: #42749f;
}
.mainContent p {
	padding: 6px 0 6px 0;
}
.mainContent ul {
	list-style-type: bullet;
	margin: 8px 0 8px 30px;
}
.mainContent li {
	padding: 2px 0 2px 0;
	margin: 0 0 0 0;
}
.mainContent img.imageFloatLeft {
	float: left;
	border: 10px solid transparent; 
	border-width: 10px 16px 10px 0;
}
.mainContent img.imageFloatRight {
	float: right;
	border: 10px solid transparent; 
	border-width: 10px 0 10px 16px;
}
.mainContent h1 {
	font-size: 1.8em;
	line-height: 1.8em;
	color: #1e5a8c;
	margin: 4px 0 4px 4px;
}
.mainContent h2 {
	font-size: 1.6em;
	line-height: 1.6em;
	color: #1e5a8c;
	margin: 4px 0 4px 4px;
}
.mainContent h3 {
	font-size: 1.4em;
	line-height: 1.4em;
	color: #1e5a8c;
	margin: 4px 0 4px 4px;
}
.mainContent h4 {
	font-size: 1.2em;
	line-height: 1.2em;
	color: #1e5a8c;
	margin: 4px 0 4px 4px;
}
.mainContent h5 {
	font-size: 1em;
	line-height: 1em;
	color: #1e5a8c;
	margin: 4px 0 4px 4px;
}


table.DatiTab td {
	border: 1px solid #6d8ca3;
	padding: 2px;
}
table.DatiTab th {
	border: 1px solid #6d8ca3;
	padding: 4px;
	background: #bdd3e4;
	color: #345d7b;
	text-align: left;
}



/* ------------------ box Admin ---*/


.boxAdmin ul a {
	background: url(../images/layout/menuAdmin01.gif) no-repeat 0 0;
}
.boxAdminBottom {
	background: url(../images/layout/menuAdminBottom.gif) no-repeat 0 0;
	height: 3px;
	width: 158px;
}
.boxAdmin a:link,
.boxAdmin a:visited {
	color: #333;
}
.boxAdmin a:hover,
.boxAdmin a:active {
	color: #eee;
}
.boxAdmin img {
	vertical-align: middle;
	margin: 0 4px 0 0;
}
.boxAdmin h2 {
	background: url(../images/layout/boxtitleAdmin.gif) no-repeat 0 0;
	color: #2a4a62;
}



