﻿/*---Definizioni di base---*/
body {
	font-family: sans-serif, arial, helvetica;
	background-color: #DDDDDD;
	background-image: url('/camcom/layout/2.header.jpg');
	background-repeat: no-repeat;
	color: #000000;
	behavior: url("/camcom/layout/csshover3.htc");
}
img {
	border: none;
}
a {
	text-decoration: none;
	color: #992E21;
}
a:hover {
	text-decoration: underline;
	color: #992E21;
}
.center {
	text-align: center;
}
.imgleft {
	float: left;
	padding-right: 4px;
	padding-bottom: 4px;
}
.imgright {
	float: right;
	padding-left: 4px;
	padding-bottom: 4px;
}
/*-------------------------*/


/*--Magic Menu--*/
#MagicMenu {
	z-index: +1;
	position: absolute;
	top: 195px;
	width: 171px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	/*
	width: 145px;
	padding-right: 26px;
	*/
	background-color: #CCCCCC;
	border: 1px solid #909090;
	/*
	text-indent: -17px;
	*/
}
#MagicMenu ul, #MagicMenu li {
	padding: 0;
	margin: 0;
}
#MagicMenu li {
	list-style: none;
	position: relative;
	height: 38px;
	width: 170px;
	/*
	width: 126px;
	padding: 0px 20px;
	*/
	background: url('/camcom/layout/1.li_bg_h38.jpg') repeat-x top left;
	border-left: 5px solid #6D818A;
	border-right: 1px solid #6D818A;
	/*
	line-height: 9px;
	*/
	cursor: pointer;
	/*
      filter: alpha(opacity=97);
	-moz-opacity: .97;
	opacity: .97;
	*/
}
#MagicMenu li a {
	font-size: 8pt;
	color: #000000;
	/*
	text-decoration: none;
	font-size: 11px;
	color: #272F32;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	*/
}
#MagicMenu li a:hover {
	color: #992E21;
}
#MagicMenu li.more {
	border-left: 5px solid #992E21;
}
#MagicMenu li li {
	background: url('/camcom/layout/1.li_li_bg_h38.jpg') repeat-x top left;
	/*
      filter: alpha(opacity=97);
	-moz-opacity: .97;
	opacity: .97;
	*/
}
#MagicMenu li:hover {
	background-position: bottom;
}
#MagicMenu li: hover.more {
	border-left: 5px solid #6D818A;
}
#MagicMenu ul ul, #MagicMenu ul li:hover ul ul, #MagicMenu ul ul ul {
	position: absolute;
	top: 0;
	left: 166px;
	visibility: hidden;
}
#MagicMenu ul li:hover ul, #MagicMenu ul ul li:hover ul {
	visibility: visible;
}
/*------------------*/


/*---Struttura della pagina---*/
#Header {
	display: none;
}


#TopMenuBar {
	position: absolute;
	top: 162px;
	width: 100%;
	float: left;
	color: #3F3C3C;
}

#TopMenuBar a {
	font-family: "sans-serif","Arial";
	font-size: 9pt;
	font-weight: bold;
	margin-right: 14px;
	/*
	border-right: 1px solid #656261;
	*/
	color: #3F3C3C;
}

#ButtomMenuBar {
	text-align: center;
	font-size: 9pt;
	color: #B81413;
	background-color: #DDDDDD;
	border: 1px solid #909090;
}

#ButtomMenuBar a {
	font-family: "sans-serif","Arial";
	font-size: 9pt;
	font-weight: bold;
	margin-right: 10px;
	color: #3F3C3C;
	border-top: 1px dotted #B0B0B0;
}


#LeftMenu {
	position: absolute;
	top: 195px;
	width: 160px;
	padding-top: 3px;
	padding-left: 2px;
	padding-right: 26px;
	background-color: #CCCCCC;
	border: 1px solid #909090;
	text-indent: 20px;
}
	#LeftMenuList {
		border-bottom: solid 1px #C0C0C0;
	}
	#LeftMenuList strong {
		font-weight: bold;
		padding-top: 5px;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 4px;
		color: #444D6A;
		font-size: 9pt;
	}
	#LeftMenuList a {
		font-size: 8pt;
		color: #000000;
	}
	#LeftMenuList a:hover {
		color: #992E21;
	}
	#LeftMenuList ul {
		margin-left: 0px;
		padding-top: 5px;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		font-size: 10pt;
		font-weight: bold;
		list-style-image: url('/_layout/1.arrow9px.gif');
		list-style-position: outside;
		/*
		list-style-type: none;
		*/
	}
	#LeftMenuList li {
		border-bottom: 1px solid #CACACF;
	}
	#LeftMenuList ul ul {
		margin-left: 0px;
	      padding-top: 0px;
	      padding-left: 14px;
	      padding-right: 0px;
	      padding-bottom: 0px;
		font-size: 9pt;
		list-style-image: none;
		list-style-type: none;
	}
	#LeftMenuList li li {
		border-bottom: 1px solid #CACACF;
	}
	#LeftMenuList ul ul ul {
		margin-left: 0px;
	      padding-top: 0px;
	      padding-left: 20px;
	      padding-right: 0px;
	      padding-bottom: 0px;
		font-size: 8pt;
		list-style-image: none;
		list-style-type: none;
	}
	#LeftMenuList li li li {
		border-bottom: 1px solid #CACACF;
	}


	#UnderMenu {
		/*
	      padding-top: 20px;
		*/
     		font-size: 19pt;
		font-weight: bold;
	}

#RightMenu {
	position: absolute;
	top: 195px;
	/*
	left: 812px;
	width: 160px;
	*/
	left: 820px;
	width: 145px;
	padding-top: 3px;
	padding-left: 26px;
	padding-right: 2px;
	background-color: #CCCCCC;
	border: 1px solid #909090;
	text-indent: 5px;
}
	#RighttMenuList {
		border-bottom: solid 1px #C0C0C0;
	}
	#RightMenuList strong {
		padding-top: 5px;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 4px;
		color: #444D6A;
		font-size: 9pt;
		font-weight: bold;
	}
	#RightMenuList a {
		font-size: 8pt;
		color: #000000;
	}
	#RightMenuList a:hover {
		color: #992E21;
	}
	#RightMenuList ul {
		margin-left: 0px;
	      padding-top: 5px;
	      padding-left: 0px;
	      padding-right: 0px;
	      padding-bottom: 0px;
		font-size: 10pt;
		font-weight: bold;
		list-style-image: url('/_layout/1.arrow9px.gif');
		list-style-position: outside;
		/*
		list-style-type: none;
		*/
	}
	#RightMenuList li {
		border-bottom: 1px solid #CACACF;
	}
	#RightMenuList ul ul {
		margin-left: 0px;
	      padding-top: 0px;
	      padding-left: 14px;
	      padding-right: 0px;
	      padding-bottom: 0px;
		font-size: 9pt;
		list-style-image: none;
		list-style-type: none;
	}
	#RightMenuList li li {
		border-bottom: 1px solid #CACACF;
	}
	#RightMenuList ul ul ul {
		margin-left: 0px;
	      padding-top: 0px;
	      padding-left: 20px;
	      padding-right: 0px;
	      padding-bottom: 0px;
		font-size: 8pt;
		list-style-image: none;
		list-style-type: none;
	}
	#RightMenuList li li li {
		border-bottom: 1px solid #CACACF;
	}

#PageNavigator {
	margin: auto;
	width: 850px;
	position: relative;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
      padding-left: 5px;
      padding-right: 5px;
}
	#PageNavigator a {
		color: #FFFFFF;
	}
	#PageNavigator a:hover {
		color: #992E21;
		background-color: #FFFFFF;
	}

#BodyArea {
	position: absolute;
	top: 223px;
	left: 173px;
	width: 632px;
	margin-right: 01px;
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	border: 1px solid #909090;
}

	#PageTitle h1 {
		padding-top: 10px;
		padding-bottom: 25px;
		color: #B1281A;
		font-size: 12pt;
		float: left;
	}

	#PrintAndHome {
		padding-top: 10px;
		padding-bottom: 35px;
		float: right;
	}
	#PrintAndHome img {
		padding-left: 10px;
	}



	#PageContent {
	      clear: both;
		padding-left: 20px;
		font-size: 9pt;
	}
	#PageContent p,td {
		font-size: 9pt;
	}
	#PageContent table,td {
		border-collapse: collapse;
		padding: 0px;
	}
	#PageContent h1,h2,h3,h4,h5,h6 {
		color: #B1281A;
	}
	#PageContent h1 {
		font-size: 12pt;
	}
	#PageContent h2 {
		font-size: 12pt;
		color: #D7D7D7;
		background-color: #B52E18
	}
	#PageContent h3 {
		font-size: 11pt;
		color: #151313;
		background-color: #D7D7D7
	}
	#PageContent h3,h4,h5,h6 {
		font-size:  9pt;
		font-weight: bold;
	}
	#PageContent hr {
		border-bottom: 1px;
		width: 90%;
	}

	#CopyrightInfo {
	      clear: both;
		margin-top: 25px;
		margin-left: -18px;
		text-align: right;
		font-size: 8pt;
		padding-top: 10px;
		border-top: 1px dotted #B0B0B0;
	}
	#CopyrightInfo a {
		color: #000000;
	}
	#CopyrightInfo a:hover {
		color: #992E21;
	}
/*----------------------------*/



/*---Elementi generati da scripts applicativi---*/
#ERR {      /* Spazio messaggi di errore*/
	color: #FFFFFF;
	background-color: #BB0000;
	padding-top: 2px;
}
#ERR li {
	padding-bottom: 2px;
}



.DataTable {
	border: thin dotted #A2A2A2;
}
.DataTable th {
	padding: 2px;
	background-color: #E0E0E5;
	text-align: left;
}
.DataTable td {
	padding: 2px;
	vertical-align: top;
	text-align: left;
}



.text {
	font-size: 9pt;
	padding-left: 1pt;
	background-color: #E0E0E5;
}
.num {
	text-align: right;
	font-size: 9pt;
	padding-right: 1pt;
	background-color: #E0E0E5;
}
.button {
	font-size: 8pt;
	font-weight: bold;
}
/*----------------------------------------------*/

.cellaSottolineata {
	padding-top: 4pt;
	border-bottom: solid 1px #C0C0C0;
	padding-bottom: 2pt;
}

.menuHeaderBox {
      font-size: 8pt;
      font-weight: regular;
      padding-left: 3pt;
      color: #FFFFFF;
      background-color: #A02D1D;
      border-top-style: solid;
      border-top-width: 4px;
      border-top-color: #CCCCCC;
      text-align: left;
}
.menuDetailBox {
      font-size: 8pt;
      padding-left: 1pt;
      background-color: #CCCCCC;
      border-bottom-style: solid;
      border-bottom-width: 1px;
      border-bottom-color: #B5B5B5;
      text-align: left;

  }
.menuSubDetailBox {
      font-size: 8pt;
      padding-left: 1pt;
      background-color: #CCCCCC;
      border-bottom-style: solid;
      border-bottom-width: 1px;
      border-bottom-color: #B5B5B5;
      text-align: left;
}
.menuImageBox {
      border-bottom-style: solid;
      border-bottom-width: 1px;
      border-bottom-color: #B5B5B5;
}
.menuLoginLogoutBox {
      font-size: 8pt;
      padding-left: 1pt;
      background-color: #DDCEC4;
      border-bottom-style: solid;
      border-bottom-width: 1px;
      border-bottom-color: #CCB9AA;
      text-align: left;
}
.menuDetailA {color: #000000;}
.menuDetailA:hover {text-decoration: underline; color: #B81413;  display. block; }
.menuSubDetailA {color: #000000;  }
.menuSubDetailA:hover {text-decoration: underline; color: #B81413;}

.news {
      text-align: left;
}
.newsA {
      color: #000000;
}
.newsA:hover {
      text-decoration: underline;
      color: #000000;
}